@charset "utf-8";
/* CSS Document */

/* Link Colors in Links Pane */
.Nav_Link_Color a:link {
	color: #3399FF;
}
.Nav_Link_Color a:visited {
	color: #3399FF;
}
.Nav_Link_Color a:hover {
	color: #FFFF00;
	font-size: 18px;
	font-weight: bold;
}
.Nav_Link_Color a:active {
	color: #66FFFF;
}


body {
	color: #3399FF;
	background-color: #000000;
	background-image: url(pics/bg.jpg);
}

#Links_Pane {
	position: absolute;
	height: 100%;
	width: 225px;
	left: 10px; /* It is a solid invisible line which is fine */
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	top: 165px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #00CCFF;
}
#Content_Pane {
	position: absolute;
	height: inherit;
	left: 235px;
	top: 165px;
	background-color: #FFFFFF;
	border: solid 1px;
	border-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 40px;
	min-width: 382px;
	max-width: 1082px;
	width: 75%;
	color: #000000;
}
#Top_Left_Pane {
	float: left;
	width: 282px;
	left: 1px;
	top: 1px;
	height: 150px;
	color: #FFFFFF;
	background-color: #000000;
	position: absolute;
}
#Top_Right_Pane {
	position: absolute;
	font-size: 16px;
	color: #3399FF;
	font-weight: bold;
	text-align: center;
	height: 150px;
	top: 0px;
	left: 332px;
	width: 60%;
}


/* Spry Table Colors */
.table_default_color {
	background-color: #FFFFCC;
}
.table_selected_color {
	background-color: #66FFFF;
}
.table_hover_color {
	background-color: #66FFFF;
}
