input.go_button
{
color:white;
background:navy;
border:2px;
border-style:solid;
border-color:#EEEEEE;
}

body 	
 {	
  margin-top: 3px ;	
  scrollbar-face-color: #4169E1; 	
  SCROLLBAR-HIGHLIGHT-COLOR: #00008B; 	
  SCROLLBAR-SHADOW-COLOR: #9999FF; //#000000; 	
  SCROLLBAR-3DLIGHT-COLOR: #6495ED; 	
  SCROLLBAR-ARROW-COLOR: #0000FF; 
  SCROLLBAR-TRACK-COLOR: #FFFFFF; 	
  SCROLLBAR-DARKSHADOW-COLOR: #00008B;	
 }

:link 
 { 
  color: #55559B; 
  background: transparent;
  text-decoration: none;
 }

table
{
border-style:solid;
border-width:2px;
border-color:gray;
}

td.title
{
 background: navy;
 color: gray;
 font-weight: bold;
 font-family: arial;
}

td.login
{
 background: navy;
 color: gray;
 font-weight: bold;
 font-family: arial;
 font-size:12px;
 text-align:right;
 vertical-align:top;
}

td.body
{
 background: #EEEEEE;
 color: navy;
 font-weight: normal;
 font-family: arial;
 font-size:14px;
}

input.login_button
{
 background:url('images/but_inact.gif') repeat-x left top;
 border:outset 1px #ccc;
 color: navy;
}






a:visited 
 { 
  text-decoration: none;
  color: #55559B; 
 }

a:active 
 { 
  color: #000000; 
  background: transparent 
 }
a:link img, a:visited img 
 { 
  border-style: none 
 }

a:hover 
 {
  color: #0000FF; 
  text-decoration: underline;	
 }

a.menu 
 { 
  border-style:dotted; 
 }

a.menu:hover 
 { 
  background: #FF0000; 
  color: #FFA500; 
  text-decoration: none; 
  border-style: dotted;	
 }

td.menu { background: #FFA500; }


td.main { 	border-style: dotted;  
		border-width: 1px; 
		border-color: #ff0000; 
		border-bottom: 0; 
		border-left: 0;
		padding: 3px; 		}

table.main { 	border-style: groove; 
		border-width: 2px; 
		border-color: #ff0000; 
		border-top: 0; 
		border-right: 0; 		}

span.error_message
 {
  align: center;
  text-align: center;
  width: 260px;
  background: #AAAAAA;
  color: white;
  border-style: solid; 
  border-width: 2px; 
  border-color: red;
  font-family: arial
 }


button.mygo
 {
  color:white;
  background:#FF5555;
 }

/*HOT Logs and message board*/
td.one
{
 border-style:solid;
 border-width:1px;
 border-color:red;
 background:#CCCCb5;
}

td.two
{
 border-style: solid;
 border-width:1px;
 border-color:red;
 background:#FFCCCC;
}

table.calndr
{
 border-style:solid;
 border-color:#4682B4;        //#55559B;
 border-width:2px;
 cell-border-style:solid;
}

table.box
{
 border-style:solid;
 border-color:#4682B4;        //#55559B;
 border-width:2px;
}
tr.table_title
{
 background:#4169E1;
 color:white;
 font-weight:bold;
}
tr.zero
{
 background:#B0C4DE;
}
tr.won
{
 background:#F5F5F5;
}


body.h1	{ margin-top:0px; 
	  margin-bottom:0px; 
	  margin-right:0px; 
  	  margin-left:0px; 
	}

table.h1      { margin-top:0px; 
	  margin-bottom:0px; 
	  margin-right:0px; 
  	  margin-left:0px;
 border-style:none; 
}
td.h1_cell_1
{
 background-color: #5555DD
}
td.h1_cell_2
{
 background-color: #6666CC
}

   
img     {
          border-width:0px;
 margin-top:0px; 
	  margin-bottom:0px; 
	  margin-right:0px; 
  	  margin-left:0px;
        }


table.home_table
{
 border-top:solid;
 border-top-color:navy;
 border-top-width:2;
 border-bottom:solid;
 border-bottom-color:navy;
 border-bottom-width:1px
 border-right: none;
}


table.top
{
 border-top:solid;
 border-top-color:navy;
 border-top-width:2;
 border-bottom:solid;
 border-bottom-color:navy;
 border-bottom-width:1px
 border-right-color: white;
}

table.msg_tab
{
 border-style:solid;
 border-color:navy;
 border-width:2px
}
td.msg_cell_1
{
 background-color: #DDDDEE;
}
td.msg_cell_2
{
 border-bottom-style:solid;
 border-bottom-width:2px;
 border-bottom-color:navy;
 background-color:#DDDDEE;
}
td.msg_cell_body
{
 border-top-style:solid;
 border-top-width:4px;
 border-top-color:navy;

 border-bottom-style:solid;
 border-bottom-width:2px;
 border-bottom-color:navy;
 background-color:white;
 color:navy;
 font-family: courier;
}

table.nun
{
 border-style:none;
}