/*
Style sheet for Guild @ Reaction Quake 3 Website
Sean McAllister (11.14.2001)
Original Reaction Quake 3 Website Style sheet was by Victor Chow (02.22.2001)
*/

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #007FFF;
	text-decoration: none;
	}

A:active {
	color: #007FFF;
	}

A:hover {
	color: #FFD700;
	text-decoration: underline;
	}

A:visited {
	color: #C0C0C0;
	}


/* font-family added so "after" the dynamic plan generation
   text will look normal (i.e. "View All Plans"
   Another Netscape 4 hiccup to compensate for >:( */

A.noline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	color: white;
	}

A.noline:hover {
	color: #FFD700;
/*	font-weight: bold; */
	}

A.topbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold; 
	color: #FFD700;
}

A.topbar:hover {
	color: #FFD700;
	text-decoration: underline;
	font-weight: bold; 
	}

A.topbar:visited {
	color: #FFD700;
	text-decoration: none;
	font-weight: bold; 
	}

A.topbar:visited:hover {
	color: #FFD700;
	text-decoration: underline;
	font-weight: bold; 
	}
	
A.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration: none;
	}

A.headline:hover {
	color: #FFD700;
	text-decoration:underline;
	}

A.headline:visited {
	color: #000000;
	text-decoration:none;
	}

A.headline:visited:hover {
	color: #FFD700;
	text-decoration:underline;
	}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #2E2E2E;
	background-repeat: repeat-y;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	}

/* font-family is repeated in every element because NS4
   does not cascade properly if defined in BODY >:( */

TABLE.headertable1 {
	background-color: #4FD158;
	}

TABLE.headertable2 {
	background-color: #2E2E2E;
	}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	}

TD.contentWindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: white;
	}

.bold {
	font-weight: bold;
	}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: white;
	}

.headertable {
	background-image: url("images/backlot_02.jpg");
	}

.leftside {
	background-image: url("images/backlot_11.jpg");
	}

.rightside {
	background-image: url("images/backlot_12.jpg");
	}

.headerBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	}

.italics {
	font-style: italic;
	}

.newsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #4FD158;
	}

.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	}

.rhSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
}
		
.newsTitleInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	}

/* compensate for C00T's plan auto- A href generation */

.noline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	color: white;
	}
	
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration: none;
	}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration: none;
	}

.field {
	font-size: 8pt;
	color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: white;
	background-color: #8D8D8D;
}