a{text-decoration:none;font-size:12pt;}
a:visited {color:#FFBCBC;}
a:hover {color:#CC4444;text-decoration:underline;}
a:link {color:#FFBCBC;}
a.smalllink {font-size:10pt;}
body,p,td {font-family:arial,helvetica,sans-serif;color:white;font-size:12pt;background-color:#000000;}
font.highlight {color:red;}
font.smalltext {font-size:10pt;}
font.bigtext {font-size:13pt;}
td.backnone {background-color:#580A10;}
td.back0 {background-color:#8C0009;}
td.back0small {font-family:arial,helvetica,sans-serif;font-size:10pt;background-color:#8C0009;}
td.back1 {background-color:#9D000A;}
td.back2 {background-color:#A9000B;}
td.back2half {background-color:#B1000B;}
td.back3 {background-color:#BE000C;}
td.back4 {background-color:#CB6969;}
td.back5 {background-color:#B18888;}
h1{font-family:arial,helvetica,sans-serif;font-size:12pt;color:#FEDDDD;font-weight:normal;}
table.look {border-collapse:collapse;}

dl {
	width: 548px;
	margin: 0 0 10px 10px;
	padding: 0;
	background: #ccc url(images/box_bottom.gif) no-repeat bottom left;
}

dt {
	margin: 0;
	padding: 10px;
	font-size: 130%;
	background: #ccc url(images/box_top.gif) no-repeat top left;
}

dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #666;
	font-family:arial,helvetica,sans-serif;
	font-size: 85%;
	background: url(images/arrow.gif) no-repeat 0 3px;
}

#noarrow, #noarrow dd {
	background-image: none;
}

#blue, #blue dt {
	background-color: #FFBFBF;
}

#pink, #pink dt {
	background-color: #FFBBFF;
}

#gray, #gray dt {
	background-color: #EEEEEE;
}		
	
input.btn {
	color:#FF2222;
	font-family:arial,helvetica,sans-serif;
	font-size:84%;
	font-weight:lighter;  
}

    #options {
      float:left;
      width:548px;
      font-size:93%;
      line-height:normal;
      margin-left:5%;
      }
    #options ul {
      margin:0;
      padding:0px 0px 0;
      list-style:none;     
      }
    #options li {
      float:left;
      background:url(images/left.gif) no-repeat left top;
      padding:0 0 0 9px;
      margin-top:5px;      
      }
    #options a {
      float:left;
      display:block;
      background:url(images/right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;       
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #options a {float:none;}
    /* End IE5-Mac hack */
    #options #onlytwo {
      width:265px;
      }     
    #options #onlyone {
      width:530px;
      }     
    #options #current {
      background-image:url(images/left_on.gif);
      border-width:0;
      margin-top:0px;      
      }
    #options #current a {
      background-image:url(images/right_on.gif);
      padding-top:10px;
      width:244px;     
      margin-top:0px;
      color:black; 
      }        
      
      
    #options_bottom {
      float:left;
      width:548px;
      font-size:93%;
      line-height:normal;
      margin-left:5%;      
      }
    #options_bottom ul {
      margin:0;
      padding:0px 0px 0;
      list-style:none;
      }
    #options_bottom li {
      float:left;
      background:url(images/bot_left.gif) no-repeat left bottom;
      margin:0;
      padding:0 0 0 9px;
      }
    #options_bottom a {
      float:left;
      display:block;
      background:url(images/bot_right.gif) no-repeat right bottom;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #options_bottom a {float:none;}
    /* End IE5-Mac hack */     

    #options_bottom #onlytwo {
      width:265px;
      }
    #options_bottom #current {
      background-image:url(images/bot_left_on.gif);
      border-width:0;
      }
    #options_bottom #current a {
      background-image:url(images/bot_right_on.gif);
      padding-bottom:10px;
      width:244px;
      color:black;
      }
      
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #CB6969;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#chat_input {
	background-color:#dddddd;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}

#chat_content {
	background-color:#ffffff;
	overflow:scroll;
	min-height:400px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}      