/* TEXT DECLARATION */ .content { font-family: Verdana; font-size: 10pt; color: #FFFFFF; } .journal_title { font-family: Verdana; font-size: 12pt; color: #FFFFFF; font-weight: bold; } .journal_timestamp { font-family: Verdana; font-size: 8pt; color: #C10000; } .journal_body { font-family: Verdana; font-size: 10pt; color: #FFFFFF; } /* TEXTBOX, ETC. DECLARATION */ .dml_name { font-family: Verdana; font-size: 10px; height: 16px; width: 133px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .dml_email_address { font-family: Verdana; font-size: 10px; height: 16px; width: 150px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .dml_comment { font-family: Verdana; font-size: 10px; height: 200px; width: 400px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .dir_address { font-family: Verdana; font-size: 10px; height: 16px; width: 175px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .dir_city { font-family: Verdana; font-size: 10px; height: 16px; width: 140px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .dir_state { font-family: Verdana; font-size: 10px; height: 16px; width: 25px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .dir_zip_code { font-family: Verdana; font-size: 10px; height: 16px; width: 40px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .gb_name { font-family: Verdana; font-size: 10px; height: 16px; width: 133px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .gb_email_address { font-family: Verdana; font-size: 10px; height: 16px; width: 150px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .gb_comment { font-family: Verdana; font-size: 10px; height: 200px; width: 400px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .jadd_title { font-family: Verdana; font-size: 10px; height: 16px; width: 133px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .jadd_comment { font-family: Verdana; font-size: 10px; height: 200px; width: 450px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } .ml_email_address { font-family: Verdana; font-size: 10px; height: 16px; width: 200px; //font-weight: bold; color: #11677A; border: 1px solid #C25F0A; background-color: #FFFFFF; } /* BUTTON DECLARATION */ .dml_send_button { margin: 0px; height: 22px; width: 171px; border: none; background: transparent url("images/buttons/dml_send_button.jpg") no-repeat; } .dir_button { margin: 0px; height: 24px; width: 236px; border: none; background: transparent url("images/buttons/dir_button.jpg") no-repeat; } .gb_sign_button { margin: 0px; height: 24px; width: 186px; border: none; background: transparent url("images/buttons/gb_sign_button.jpg") no-repeat; } .ml_subscribe_button { margin: 0px; height: 24px; width: 219px; border: none; background: transparent url("images/buttons/ml_subscribe_button.jpg") no-repeat; } .ml_unsubscribe_button { margin: 0px; height: 24px; width: 241px; border: none; background: transparent url("images/buttons/ml_unsubscribe_button.jpg") no-repeat; } .errortext { color: #C10000; font-weight: bold; } /* LINK DECLARATION */ a:link {color: #C25F0A; text-decoration: none} /* unvisited link */ a:visited {color: #C25F0A; text-decoration: none} /* visited link */ a:hover {color: #C25F0A; text-decoration: none} /* selected link */ a:active {color: #C25F0A; text-decoration: none} /* mouse over link */ .content a:link {color: #FFFFFF; text-decoration: underline} /* unvisited link */ .content a:visited {color: #FFFFFF; text-decoration: underline} /* visited link */ .content a:hover {color: #FFFFFF; text-decoration: underline} /* selected link */ .content a:active {color: #FFFFFF; text-decoration: underline} /* mouse over link */ /* THICKBOX CONFIGURATION */ *{padding: 0; margin: 0;} /* ----- global default/initial styles ----- */ body {background-color:#fff;} html, body {height:100%;} /* ----- base default font size, type, and line height ----- */ html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333} html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333} /* ----- add selectors here for font sizing ----- */ p, table, ul, dl, #TB_window {font-size: 1.2em} /* ----- base links ----- */ a:link {color: #C25F0A;} a:visited {color: #C25F0A;} a:hover {color: #C25F0A;} a:active {color: #C25F0A;} a:focus{color: #C25F0A;} p {line-height:1.4em;margin:10px 0;} hr{margin:10px 0;color:#999999;} ul{ list-style: none; } ul li{ padding-top:6px; } #contentPad{ margin:20px; } #TB_overlay { position: absolute; top: 0; left: 0; z-index:100; width: 100%; height: 100%; background-color: #000; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } #TB_window { position: absolute; background: #fff; z-index: 102; color:#000000; display:none; border: 0px solid #525252; } #TB_window img { display:block; margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666; } #TB_caption{ height:25px; padding:10px 30px 10px 25px; float:left; } #TB_closeWindow{ height:25px; padding:10px 25px 10px 0; float:right; } #TB_closeAjaxWindow{ padding:5px 10px 7px 0; margin-bottom:1px; text-align:right; background-color:#e8e8e8; } #TB_ajaxContent{ padding:2px 15px 15px 15px; overflow:auto; } #TB_load{ text-align: center; position: absolute; top: 50%; left: 0px; width: 100%; overflow: visible; visibility: visible; display: block; z-index:101; } #TB_loadContent { margin-left: -125px; position: absolute; top: -50px; left: 50%; width: 250px; height: 100px; visibility: visible; }