/*
    cabrimed.css
*/

.validation-advice
{
    color: #CF3B75;
    font-weight: bold;
}

html, body {
    height: 100%;
    background-color: #ffffff;
    font-family: Georgia, serif;
        font-size: 13px;
    padding: 0;
}

p {
    margin: 0 0 20px 0;
    line-height: 150%;
}

strong {
	font-weight: bold;
}

a { color: #083563; }

a:visited { color: #538392; }

div#page {
    position: relative;
    color: #000000;
    margin: 0 auto 0 auto;
    width: 980px;
    height: 100%;
}

div#logo {
    width: 170px; 
    position: absolute;
    top: 12px;
    left: 0px;
}

div#header {
    position: absolute;
    width: 770px;
    top: 108px;  
    left: 210px;
    border-bottom: 2px solid #CF3B75;
    padding: 0 0 5px 0;
}

div#mainMenu {
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 2;
    width: 200px;
}

div#content {
    position: absolute;
    width: 600px;
    left: 210px;
    top: 170px;
}

div#ad
{
    position: absolute;
    width: 120px;
    left: 880px;
    top: 195px;

    background-color: #fdf4f7;
}

.publication
{
    font-style: italic;
}

/* BEGIN left-hand navigation */

ul.menu {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: block;
}

ul.menu li {
    position: relative;
    padding: 5px 5px 5px 10px;
    margin: 0 0 0 0;
    border-left: 2px solid #CF3B75;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #58585A !important;
    list-style: none;    
}


ul.menu a {
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    color: #58585A !important;
}


ul.menu li:hover, ul.menu li.over {
    display: block;
    color: #CF3B75 !important;
}


ul.menu li:hover a, ul.menu li.over a {
    color: #CF3B75 !important;
}

ul.menu ul.submenu {
    position: absolute;
    top: -5px;
    left: 155px;
    width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    text-indent: 0;
    z-index: 3;
}

ul.menu li:hover ul.submenu, ul.menu li.over ul.submenu {
    display: block;
    background-color: #ffffff;
    border: 1px solid black;
}

ul.menu li ul.submenu li {
    padding: 2px 2px 2px 4px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 16px;
    background-color: #ffffff !important;
}

ul.menu li ul.submenu li a {
    text-decoration: none;
    font-weight: bold;
    color: #58585A !important;
}

ul.menu li ul.submenu li:hover, ul.menu li ul.submenu li.over {
    background-color: #ffffff !important;
    cursor: pointer;
    color: #CF3B75 !important;
}

ul.menu li ul.submenu li:hover a, ul.menu li ul.submenu li.over a {
    color: #CF3B75 !important;
}
/* highlight current page */

body#home li#homenav a,
body#about li#aboutnav a,
body#donorconceivedservices li#donorconceivedservicesnav a,
body#donorgametearchive li#donorgametearchivenav a,
body#application li#applicationnav a,
body#fees li#feesnav a,
body#donorx li#donorxnav a,
body#snuc li#snucnav a,
body#faq li#faqnav a,
body#glossary li#glossarynav a,
body#support li#supportnav a,
body#scholarships li#scholarshipsnav a,
body#opportunities li#opportunitiesnav a,
body#links li#linksnav a,
body#contact li#contactnav a
{
    color: #CF3B75 !important;
}
/* END left-hand navigation */


ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: block;
}
ul li {

    padding: 5px 0 5px 0;
    list-style: none;
    text-align: left;
    display: block;
}

ol {
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
}

ol li {
    padding: 5px 0 5px 0;
    text-align: left;
}

ol#scholarships {
    list-style-type: lower-alpha;
    margin: -15px 0 15px 40px;
}

h1 {
    font-size: 36px;
    font-weight: normal;
    color: #CF3B75;
    margin: 10px 0 10px 0;
}

h1#headline {
    font-size: 42px;
    color: #CF3B75;
    margin: 0 0 0 0;
}

h2 {
    font-size: 24px;
    color: #CF3B75;
    margin: 10px 0 10px 0;
}

h3 {
    font-size: 16px;
    color: #CF3B75;
    margin: 10px 0 10px 0;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #CF3B75;
    margin: 10px 0 10px 0;
}



dl.faq * {
    line-height: 150%;
}

dl.faq dt {
    font-weight: bold;
    margin: 0 0 4px 0;
    padding: 0;
}

dl.faq dd {
    margin: 0 0 15px 0;
    padding: 0;
}

.indent {
    margin: 20px 0 0 0;
}

.disclaimer {
    font-style: italic;
}

ul.bulletedList {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 16px;
}

ul.bulletedList li {
	display: list-item !important;
	list-style-position: inside;
	list-style-type: disc;
}

table.feeSchedule {
    margin: 0 0 0 18px;
}

table.feeSchedule tr td {
    padding: 8px 4px 4px 4px;
    vertical-align: top;
}

table.feeSchedule tr td.item {
    text-align: right;
}

table.feeSchedule tr td.spacer {
    height: 1.5ex;
}

table.feeSchedule tr td.item .disclaimer {
    display: block;
    line-height: 120%;
    margin: 1ex auto 0 0;
    text-align: left;
    width: 25em;
}

table.feeSchedule tr td.fee, p.fee {
    font-weight: bold;
    text-align: left;
}

span.fee
{
    font-weight: bold;
}

table.mainTable  {
    width: 100%;
    height: 100%;
}

.label, .input, .message
{
	text-align: left;
	vertical-align: top;
}

.message
{
    font-weight: bold;
}

table.mainTable td {
    vertical-align: top;
    font-family: Georgia, serif;
    font-size: 12px;
}

td.content * {
    line-height: 200%;
}

fieldset {
    border: 1px solid #000000;
    padding: 10px;
    margin: 0 0 10px 0;
}

legend
{
	font-weight: bold;
	padding: 0 10px 0 10px;
}

label
{
	display: block;
    padding: 0 30px 0 5px;
}

/* "secondary" label elements inside input table cells */
.input label
{
	font-style: italic;
}

table.support td {
    vertical-align: top;
}

table.support td.icon {
    padding: 0 0 0 0;
}

table.support td.content {
    padding: 10px 15px 15px 0px;
}

table tr.background0 {
    background-color: #f0f0f0;
}

table tr.background1 {
    background-color: #e0e0e0;
}

img.support_image {
    float:left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    border: 3px solid #00396d;
}

table.imgRight {
    width: 100%;
}

table.imgRight td.leftCell {
    vertical-align: middle;
}

table.imgRight td.rightCell {
    vertical-align: middle;
    padding-left: 30px;
    width: auto;
}

table.imgLeft {
    width: 100%;
}

table.imgLeft td.leftCell {
    vertical-align: middle;
    padding-right: 30px;
    width: auto;
}

table.imgLeft td.rightCell {
    vertical-align: middle;
}

table.imgRight td.home3 {
    padding: 0px 30px 0px 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


/* BEGIN Glossary */
dl.glossary {
}

dl.glossary dt {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

dl.glossary dd {
    margin: 0 0 3ex 0;
    padding: 0;
}
/* END Glossary */ 

p#copyright {
    font-size: 10px;
    text-align: center;
    color: #58585A !important;
    margin: 0 40px 0 0;
}
p#phoneNumber {
    font-size: 13px;
    text-align: center;
    color: #58585A !important;
    font-weight: bold;
    margin: 0 40px 0 0;
}

div.position td.title
{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 1ex;
}

div.position td.description
{
    line-height: 3ex;
    font-size: 13px;
}

div.position td.application
{
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
    padding-top: 1ex;
}

#scienceGuyExcerpt
{
    display: block;
    
    margin: 10px auto 0 0;

    text-align: center;

    text-decoration: none;

    width: 75px;
}

#scienceGuyExcerpt img
{
    border: none;
}


#scienceGuyExcerpt .publication
{
    margin-top: 3px;
    text-decoration: underline !important;
}

#booklandingcontent
{
    background-color: #a0c8d0;
    float: left;
    padding: 10px;
}

#booklandingcontent p
{
    font-size: 16px;
    margin: 15px;
}

#bookFrontCoverLanding
{
    float: left;
    margin-right: 15px;
}

#donorArchiveApplication *
{
    max-width: 630px;
}