 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #ffffff;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #4758af;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
    margin: 0px;
    padding: 0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #4758af; }
a:hover		{ text-decoration: underline; color : #A00000; }
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}

/* This is the outline around some tables (mostly in rankings). */
.outlined	{ border: 2px #4758af solid; }

/* The main content cell */
td.maincontent	{ background-color: #E5E5E5;
font-size : 14px; }

td.rankings	{ background-color: #FFFFFF;
font-size : 14px; }

td.rankingsHeader	{ background-color: #E5E5E5; }

h1 {
	font-size: 22px; 
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	}
	
h1.wiki
	{
	text-align: left;
	}

h1.left
	{
	text-align: left;
	}
	
/* The largest text used in the header for 'Lux' */
.maintitle	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #4758af; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #A00000; text-decoration: underline; }

a.black { color: #000000; }
a.black:hover	{ color: #A00000; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #4758af;  }
a.mainmenu:hover{ text-decoration: underline; color : #A00000; }

/* Copyright and bottom info */
.bottom_text		
	{ 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
a.bottom_text		{ text-decoration: none;}
a.bottom_text:hover { text-decoration: underline;}
.header_table { padding-bottom: 4;}

/* for the word 'new' - make it red */
.new  {	color: #FF0000;	}

/* The dustin created links at the top of the page */
.dmainmenu		{ font-size : 15px; color : #000000; }
a.dmainmenu		{ text-decoration: none; color : #4758af;  }
a.dmainmenu:hover{ text-decoration: underline; color : #A00000; }

/** Most text has this attribute on it */
.content { font-size : 14px; }

.rankings { font-size : 14px; }
.rankingsHeader { color : #000000; }
a.rankingsHeader { color : #000000; text-decoration: none;  }
a.rankingsHeader:hover{ text-decoration: underline; color : #A00000; }
.rankingsAI { color: black; }
a.rankingsAI { color: black; }
a.rankingsAI:hover { color: #A00000; }
.rankingsbar { font-size: 80%; }
.bold { font-weight: bold; }
