/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
#center {
width: 100%;
margin: 0px auto;
}

p.fieldname{
margin: 0px auto;
padding: 5px;
border: 1px solid #cccc99;
text-align: center;
}
p.fieldname img {
background: #cccc99;
margin: 0px auto;
padding: 2px;
border: 1px solid #000000;
}



/*---styles for DNA Results added by Jodi Sweere Dec 2008----*/

.dna   { /*--Global table styles for DNA Results---*/
background: #ffffff;
width: 100%;
margin: 0px auto;
font-family: Calibri, Tahoma; 
border-right: #999; 
border-left: #999; 
font-size: 8pt;  }

.td_dna  { /*--table cells--*/
width: 250px;
border-bottom: none; 
border-left: 1px solid #999 
}

.kit_contacts {/*--Global table styles for Kit Contact page---*/
background: #ffffff;
width: 100%;
margin: 0px auto;
font-family: Calibri, "Trebuchet MS", Tahoma, Arial, sans-serif; 
}

.databack_contact {
clear: both;
margin: 0px auto;
background-color: #cccc99;
border-top: 1px solid #960403;
border-right: 0px; 
border-left: 1px solid #960403;
}

h5 {
clear: both;
background: #960403; 
width: 100%;
margin: 0px auto;
text-indent: 65px;
color: #ffffff;
font-size: 130%; 
font-weight: bold;
}

h5.dnakit {
background-image: url(dna.png);
background-repeat: no-repeat; 
background-position: top left; 
height: 25px;
padding-top: 3px;
}

p.contact_info {
background: transparent; 
padding-left: 20px; 
font-size: 14px;  
}