﻿/**************************************************************
					  ELEMENT POSITIONING
**************************************************************/
.Page-Content
{
	position: relative;
	background-color: #FFFFFF;
}
.Page-Banner
{
	position: relative;
	height: 80px;
	background-color: #FFFFFF;
}
.Banner-Logo
{
	position: absolute;
	top: 10px;
	left: 10px;

}
.Banner-Links
{
	position: absolute;
	right: 50px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.Banner-Status
{
	position: absolute;
	right: 160px;
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
}
.Page-Footer
{
	position: relative;
	background-color: #FFFFFF;
	height: 10px;
}
/**************************************************************
**************************************************************/


/**************************************************************
					  BANNER LINKS AND CONTROLS
**************************************************************/
.Link-Block {
	background-color: black;
	width: 100px;
	font-size: 14px;
	text-align: center;
}
.Link-Block a {
	color: white;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}
.Link-Block a:hover {
	color: white;
	text-decoration: none;
	background-color:#5d5c5b;
}
/**************************************************************
**************************************************************/


/**************************************************************
					  BODY AND TEXT SETTINGS
**************************************************************/
body
{
	background-color: Black;
}
/**************************************************************
**************************************************************/


/**************************************************************
					  LOADING SCREEN SETTINGS
**************************************************************/
.Page_Blocker
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity=25);
	opacity: .25;
}
.Page_Message
{
	position: fixed;
	top: 40%;
	left: 0%;
	right: 0%;
	text-align: center;
	background: transparent;
}
/**************************************************************
**************************************************************/


/**************************************************************
					  GRID APPEARANCE AND DISPLAY
**************************************************************/
.Grid_Header
{
	text-align: center;
	background-color: #5d5c5b;
}
.Grid_Header a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.Grid_Header a:hover
{
	color: #9595FF;
}
.Grid_MainRow
{
	background-color: White;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.Grid_AlternateRow
{
	background-color: #EBEBEB;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.Grid_SelectedRow
{
	background-color: #FFFF00;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}