body, h1, TD { background-color: #ffffff; margin-left: 10px; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; font-family: tahoma, arial, helvetica, san-serif; font-size: 11px; font-weight: normal; color: #666666; text-decoration: none; } h1 { font-size: 12px; margin-left: 0px; margin-top: 0px; } A { text-decoration: underline; color: #0066A9; } A:hover, A:active { text-decoration: underline; color: #5487A8; } .topnav { background-color: #e4e4e4; height: 20px; width: 75px; vertical-align: middle; align: center; } .topnav_auto { background-color: #e4e4e4; border: #666666 1px solid; } .topnav_on { background-color: #ffff99; font-weight: bold; } .topnav_hover { background-color: #ffff99; text-decoration: underline; cursor: pointer hand; } .topnav_guessed { background-color: #CCFF99; font-weight: normal; } .searchnav { background-color: #ffffff; } .searchnav_on { background-color: #CCFF99; } .searchnav_hover { background-color: #ffff99; text-decoration: underline; cursor: pointer hand; } .texterror { color: #ff0000; font-weight: bold; } .formhead, .formheadvalidation { font-size: 14pt; color: #0066CC; } .formheadvalidation { font-size: 8pt; font-weight: bold; color: #0071BB; } .header { background: #e4e4e4; } .header_required { background: #336699; color: #ffffff; } .header_error { background: #ff0000; color: #ffffff; } .textbox { color: #003333; border: 1px solid #666666; } /* For ajax list */ #ajax_listOfOptions{ position:absolute; /* Never change this one */ width:445px; /* Width of box */ height:150px; /* Height of box */ height:auto; /* Height of box */ overflow:auto; /* Scrolling features */ border:1px solid #666666; /* Dark green border */ background-color:#fff; /* White background color */ text-align:left; font-size:0.9em; font-size:13px; font-family: arial, tahoma, arial, helvetica, san-serif; z-index:100; color: #0066A9; /* text-decoration: underline; */ } #ajax_listOfOptions div{ /* General rule for both .optionDiv and .optionDivSelected */ margin:1px; padding:1px; cursor:pointer; font-size:0.9em; } #ajax_listOfOptions .optionDiv{ /* Div for each item in list */ text-decoration: underline; } #ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */ background-color:#0066A9; color:#FFF; } #ajax_listOfOptions_iframe{ background-color:#F00; position:absolute; z-index:5; } #ajax_listOfOptions .optionDiv_title{ /* Div for each item in list */ text-decoration: none; color:#666666; font-style: italic; } form{ display:inline; }