/* *************************************************************************************** * * * General * * * *************************************************************************************** */ .bgc{ background-color:#FFFFFF; } .hbgc{ background-color:FFFFFF; } .mbgc{ background-color:FFFFFF; } .bbgc{ background-color:FFFFFF; } .cbgc{ background-color:FFFFFF; } TD { font-family:Arial, Helvetica, sans-serif; font-size:12px; } .main { font-family: arial; font-size: 11; color:#000000; } /* adds the vertical bars to keep the site always in the middle */ html { overflow: -moz-scrollbars-vertical; } /* "What's This" tooltip on the form */ #dhtmltooltip{ position: absolute; width: 150px; border: 1px solid #00D700; padding: 2px; font-family:Tahoma; font-size: 10; background-color: #FFFFFF; visibility: hidden; z-index: 100; } /* *************************GENERAL BORDERS****************************** */ .vertborders{ border-top: solid 1px ; border-bottom:solid 1px ; } .bordertop{ border-top: solid 1px ; } .borderbottom{ border-bottom:solid 1px ; } .borderbottommed{ border-bottom:solid 2px ; } /* *************************To Remove borders from images***************** */ img{ border:0px; } /* ************************To Remove borders from checkboxes************** */ input.check{ border: 0px; } a:link:hover{ background-color:#DDD; } /* **************************page heading if there's no image************* */ .page_title{ font-family:Tahoma; font-size:30; color:#CC9933; } /* **************************general text********************************* */ .gen_text{ font-family:Tahoma; font-size:11; color:#555555; } /* **************************general title******************************** */ .gen_title{ font-family:Tahoma; font-size:12; color:#660033; text-decoration:none; } /* *************************section heading******************************* */ .gen_topic { font-family:Tahoma; font-size:11; color:#008080; text-decoration:none; } /* *****************************FORM BUTTON************************** */ input.form_button{ background-color:; border: 1px solid #000000; color:; } /* *****************************FOOTER************************** */ .footer{ font-size:8pt; font-family:arial; } /* *************************************************************************************** * * * FORM * * * *************************************************************************************** */ .formhead{ font-family: Franklin Gothic Book,sans serif; font-size: 11; color:000000; } /* fieldname alignment*/ td.fieldname{ text-align:; } /* style for input fields*/ select { border-style:solid; border: 1px solid #666666; font-size:11pt; } /* text on registration form (ie field names)*/ .reg_form_text{ font-family: arial; font-size: 11; color:#000000; } /* text on other forms like login, unsub */ .form_text { font-family: arial; font-size: 10pt; border: thin double #D6D6D6 #c2c2c2; color:#666666; } .formfield { border-style:solid; border: 1px solid #666666; font-size:11pt; } /* *************************************************************************************** * * * BORDER FUNCTION * * * *************************************************************************************** */ .topbgborder{ background-image:url(../images/border_top.gif); background-repeat:repeat; } .rightbgborder{ background-image:url(../images/border_right.gif); background-repeat:repeat; } .leftbgborder{ background-image:url(../images/border_left.gif); background-repeat:repeat; } .bottombgborder{ background-image:url(../images/border_bottom.gif); background-repeat:repeat; } .topbgborder_reg{ background-image:url("../images/reg_top_border.gif"); background-repeat:repeat; } .rightbgborder_reg{ background-image:url("../images/reg_right_border.gif"); background-repeat:repeat; } .leftbgborder_reg{ background-image:url("../images/reg_left_border.gif"); background-repeat:repeat; } .leftbgborder_form_reg{ background-image:url("../images/reg_left_form_border.gif"); background-repeat:repeat; } .bottombgborder_reg{ background-image:url("../images/reg_bottom_border.gif"); background-repeat:repeat; } /* *************************************************************************************** * * * SPECIAL OFFERS * * * *************************************************************************************** */ .SO_rowoffer{ } .SO_offerheading{ font-family:Tahoma; font-size:12; color:#000000; text-decoration:none; background-color:#DDDDDD; } .SO_offer1{ font-family:Tahoma; font-size:12; color:#000000; text-decoration:none; background-color:#FFFFFF; } .SO_offer2{ font-family:Tahoma; font-size:12; color:#000000; text-decoration:none; background-color:#DDDDDD; } .SO_offerlink{ text-decoration:none; } /* *************************************************************************************** * * * Site Specific * * * *************************************************************************************** */ /* Lists for Health News*/ li{ padding-bottom:10px; } li.news{ padding:5px; margin-left:-25px; }