/* General */ html { height: 100%; } body { margin: 0px; background-image: url(/images/background.png); height: 100%; font-family: Arial, Times New Roman, Verdana; font-size: 12px; } td, .default { font-family: Arial, Times New Roman, Verdana; font-size: 12px; } .small { font-family: Arial, Times New Roman, Verdana; font-size: 10px; } /* Styles */ .header { font-family: Times New Roman, Arial; font-size: 18px; font-weight: bold; color: #8C7453; } .subheader { font-family: Times New Roman, Arial; font-size: 14px; font-weight: bold; color: #8C7453; } .newsLeftHeader { font-family: Times New Roman, Arial; font-size: 14px; font-weight: bold; color: #8C7453; text-align: left; border-bottom-color: #8C7453; border-bottom-width: 1px; border-bottom-style: solid; } .newsRightHeader { font-family: Times New Roman, Arial; font-size: 14px; font-weight: bold; color: #8C7453; text-align: right; border-bottom-color: #8C7453; border-bottom-width: 1px; border-bottom-style: solid; } /* Links */ a { text-decoration: none; font-weight: bold; color: #000; } a:hover { text-decoration: underline; font-weight: bold; color: #000; } /* Design */ .color_fader { height: 100%; width: 100%; background: url(/images/fade_background.png) repeat-x; } .main_table { width: 1024px; height: 100%; border-style: none; } .main_table_header { height: 197px; } .main_table_footer { height: 78px; } .main_table_left { width: 181px; vertical-align: top; background-image: url(/images/left.png); } .main_table_right { width: 230px; vertical-align: top; background-image: url(/images/right.png); } .main_table_body { width: 100%; background-image: url(/images/body_background.png); vertical-align: top; } /* Kill overview */ .kill_header { font-family: Times New Roman, Arial; font-size: 14px; font-weight: bold; color: #8C7453; text-align: center; } .kill_line { font-size: 12px; font-weight: normal; } .kill_line1 { font-size: 12px; font-weight: normal; background-color: #B0A795; } .kill_spacer { font-size: 12px; font-weight: normal; } .kill_points { font-size: 12px; font-weight: normal; background-color: #B0A795; font-style: italic; text-align: right; padding-right: 8px; } /* Menu */ .dropdownmenu { border-left: 2px solid #6E614D; border-bottom: 2px solid #6E614D; border-right: 2px solid #6E614D; border-top: 0px solid #6E614D; background-color: #494949; display: none; position: absolute; top: 0px; left: 0px; } .dropdownmenu td { padding: 2px; padding-left: 10px; padding-right: 10px; } .dropdownmenu td a { text-decoration: none; color: #B0A795; font-family: Arial, Times New Roman, Verdana; font-size: 12px; } .dropdownmenu td a:hover { text-decoration: none; color: #B0A795; font-family: Arial, Times New Roman, Verdana; font-size: 12px; } .dropdownmenu td a:link { text-decoration: none; color: #B0A795; font-family: Arial, Times New Roman, Verdana; font-size: 12px; } .dropdownmenu td a:visited { text-decoration: none; color: #B0A795; font-family: Arial, Times New Roman, Verdana; font-size: 12px; } .dropdownmenu td a:active { text-decoration: none; color: #B0A795; font-family: Arial, Times New Roman, Verdana; font-size: 12px; }