/* $Id: timot-style.css,v 2.00 9/10/2001 23:33:07 jim Exp $ */

a {
	font-size: 9pt;
	font-weight: bold;
	color : White;
	font-style : normal;
	font-family: Tahoma, Verdana, Helvetica;
	text-decoration :  none;
	line-height: 12pt;
}

a:link {
	color: #FF8C00;
}

a:active {
	color: #FFD700;
	background : Black
}

a:visited {
	color: #CD5C5C;
}

a:hover {
	color: #FFD700;
}

body {
	background: fixed;
	background-image: url(q3.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: Black;
	background-attachment: fixed;
/**/
	
	margin: 2px;
	
/**/
	font-family : Tahoma, Verdana, Helvetica;
	font-size: 9pt;
	text-align: justify;
	color: Black;
	font-weight : bold;
/**/
	scrollbar-shadow-color : #FF8C00;
	scrollbar-face-color : #010101;
	scrollbar-arrow-color: #FF8C00;
	scrollbar-base-color: #FF8C00;
}

div {
	color: White;
	font-size: 9pt
}

p {
	color: White;
	font-size: 9pt
}

.info-title {
	background: #936A64;
	font : bold;
	color : White;
	text-align : center;
	font-size : 10pt;
}

.info-tbl {
	color: #666666;
	font-size : 9pt;
	text-indent: 3px;
	font-weight : bold;
}


.players-title {
	background-image: url(half-alpha.gif);
	color : #FF8C00;
	text-align : center;
	font-size : 8pt;
}

.players-tbl {
	color: White;
	background-image: url(half-alpha.gif);
	border-left : 1px solid #5F9EA0;
	border-top : 1px solid #5F9EA0;
	border-right : 1px solid #5F9EA0;
	border-bottom : 1px solid #5F9EA0;
	font-size : 8pt;
}

tr {
	color: #CCCCCC;
	font-size: 9pt;
	font-weight : bold;
	padding : 1px;
	margin : 1px;
}

h1 {
	font-family : Tahoma, Verdana, Helvetica;
	color: #FFD700;
	font-weight : bold;
	padding : 1px;
	margin : 1px;
}

input {
	font-family : Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	background-color: #DDDDDD;
	border: thin solid #666666;

	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
}

.selected_server{
	color: #00B000;
	font-size : 9pt;
	font-weight : bold;
}

.not_selected_server{
	color: #F00000;
	font-size : 9pt;
	font-weight : bold;
}

