﻿/*
AH table bg = #f1f1f1
AH nav bg = #6596A4
AH default text = #787878
AH cyan = #98D7C4
AH dark blue = #4F7580 // 6596A4
*/
html, body, table, th, td, div, form, ul, li, a {
 margin:0; padding:0; font-family:Verdana, sans-serif; font-size:small; line-height:1.5em;
 color:#787878; }

body { background-color:#222D2D; bckground-image:url(../chrome/bodyBg.gif); background-attachment:fixed; }
img { border:0; }
input, select { font-size:small; }
li { margin:2px 0 2px 30px; }
a { text-decoration:none; color:#6596A4; }


table.mainTable { margin:0 auto 0 auto; width:200px; background-color:#f1f1f1; }

td.shadowLeft { background-image:url(../chrome/shadowLeft.gif); background-repeat:repeat-y; }
td.shadowRight { background-image:url(../chrome/shadowRight.gif); background-repeat:repeat-y; }
td.leftBar { background-color:#6596A4; border-right:1px solid #333333; width:180px; }
td.footerCell { padding:6px 27px 6px 0; text-align:right; background-color:#4F7580; border-top:1px solid #333333; border-bottom:1px solid #333333; color:#333333; font-size:x-small; #DFFF7B; }

div.title1 { margin:8px 0 0 8px; } /* padding:0; background-image:url(../chrome/titlebg.gif); }
font-family:Georgia; font-size:24px; line-height:36px; color:#517E89; }*/
div.normaltext { padding:0px 20px 0 20px; }

div.submenu { border:1px solid #517E89; color:#517E89; background-color:#f1f1f1; text-align:center;
              margin:20px; padding:10px; }
div.message { border:1px solid #009900; color:#009900; background-color:#C5EAC5; text-align:center;
              margin:20px; padding:10px; }

span.live { color:green; }
span.notlive { color:red; }

div.imgholdL { display:inline; float:left; padding:0px; border:1px solid silver; margin:4px 8px 5px 0; }
div.imgholdM { display:block; float:none; text-align:center; padding:10px; border:1px solid silver; }
div.imgholdR { display:inline; float:right; padding:0px; border:1px solid silver; margin:4px 0 5px 5px; }

a:hover { text-decoration:none; color:#000000; }

a.navLink, a.navLinkUp { display:block; margin:0 8px 0 8px; padding:4px 0 4px 8px;
                         border-bottom:1px dotted #333333; color:#98D7C4; }
a.navLink:hover { background-color:#4F7580; text-decoration:none; border-bottom:1px solid #333333;
                  color:#f1f1f1; }
a.navLinkUp {  }

a.pagin { padding:2px; border:1px solid silver; font-size:x-small; }
a.pagin:hover { background-color:#eaeaea; }

a.footerLink { font-size:x-small; color:#333333; }
a.footerLink:hover { color:silver; }
a.goButton { font-weight:bold; cursor:pointer; color:#000000; text-decoration:none; }
