html, body	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0px 0px 0px 0px;
	height:100%; 

}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select, input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	 
}
img
{
	border: none;	
}
li
{
	padding: 5px 0px 0px 10px; 
}
#navigation
{
    width: 200px;
    float: left;
    height: 100%;
}
#middle
{
    padding: 0px 0px 0px 204px;
    float: left;
    width: 1024px;
	height:100%;
}
#right
{
    position:absolute; 
    left:1232px; 
    top:0px; 
	height:100%; 
    background-color:#d6dfe4;
}
#pyramids {
	BACKGROUND: url(../images/pyramids.jpg) no-repeat; 
	LEFT: 204px; 
	WIDTH: 1024px; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 379px;
}
#futureTitle
{
    position:absolute; 
    top:78px; 
    left:300px; 
    width:330px; 
    height:43px;
}
#introducingTitle
{
    position:absolute; 
    top:379px; 
    left:294px; 
    width:330px; 
    height:44px;
    background-color: #000000;
    z-index: 10;
}

#supportedBy
{
    position:absolute; 
    top:10px; 
    left:1020px; 
    width:200px; 
    z-index: 10;
}

#loginContent 
{
    position: absolute;
	FONT-SIZE: 0.8em; 
	COLOR: #ffffff; 
	LEFT: 204px; 
	top: 379px;
	width:1024px;
	height: 522px;
	background-color: #000000;		
	vertical-align:middle;
	z-index: 5;	
}
#content
{
    padding-left: 108px;
}
#contentButton
{
    float:right; 
    padding-right:275px;
}


select, input
{
	font-size: 0.8em;	 
}	
input.actionBoxButton
{
	font-size: 0.8em;	 
	background-color:  #383838;   
	background-repeat: repeat-x;
	border:            solid 1px #d6dfe4;
	color:             #ffffff;
	font-weight:       bold;
	margin:            1px 0px 1px 0px;
	padding:           0px 1px 0px 1px;
	cursor:			   pointer;	
}
input.contentButton
{
	font-size: 10px;	 
	background-color:  #A7C8F2;   
	background-repeat: repeat-x;
	border:            solid 1px #476A9F;
	color:             #383838;
	font-weight:       bold;
	margin:            1px 0px 1px 0px;
	padding:           0px 1px 0px 1px;
	cursor:			   pointer;
	width:	120px;	
}
A.loginNavLinkSelected
{
	color: #FFFFFF;
	font-size: 0.75em;	 
	font-weight: bold;
	text-decoration: none; 
}
A.loginNavLinkSelected:hover
{
	color: #FFFFFF;
	font-size: 0.75em;	 
	font-weight: bold;	 
	text-decoration: underline;
}
A.loginNavLink
{
	color: #383838;
	font-size: 0.75em;	 
	font-weight: bold;	 
	text-decoration: none;
}
A.loginNavLink:hover
{
	color: #FFFFFF;
	font-size: 0.75em;	 
	font-weight: bold;	 
	text-decoration: underline;
}
A.whiteLinkLarge
{
	color: #FFFFFF;
	font-size: 1.0em;	 
	text-decoration: underline;
}
A.whiteLinkLarge:hover
{
	color: #8DB5BC;
	font-size: 1.0em;	 
	text-decoration: none;	
}
.textWhite
{
	color: #ffffff;
	font-size: 0.8em;
}
.textWhiteBold
{
	color: #ffffff;
	
	font-size: 0.8em;
	font-weight: bold;
}
.textWhiteLarge
{
	color: #ffffff;
	
	font-size: 0.8em;
}
.textGrey
{
	color: #383838;
	
	font-size: 0.75em;
}
.textGreySmall
{
	color: #383838;
	
	font-size: 0.7em;
}
.textBlack
{
	color: #000000;
	
	font-size: 0.7em;
}
.textRed
{
	color:  red;
	
	font-size: 0.75em;
	font-weight: bold;
}
.textRedSmall
{
	color:  red;
	
	font-size: 0.7em;
	font-weight: bold;
}
.textRedLarge
{
	color:  red;
	
	font-size: 1.1em; 
	font-weight: bold;
}
.helpImage
{
	cursor: pointer;
	z-index:0;
}
.helpLayer  
{
	
	font-size: 6px;	 
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	background: #ffff00;
	background-color: #ffff00;
	color: #666666;	
	position:absolute; 
    top:160px; 
    left:540px;         
    visibility:hidden;
    clear:both;
    z-index:99;  
}
#copyrightContent
{
    padding: 10px 10px 0px 10px;
}
.DataGrid
{
	border-color:#3F5667;
	border-style:none;
	border-width:1px;
	width:100%;
	background-color:#ffffff;	
}
.DataGridItem
{
	background-color:#ffffff;
	color:#303849;
	font-family:Verdana, Arial;
	font-size:10px;  	
}
.DataGridHeaderAdmin
{
	background-color:#A7C8F2;
	color:#383838;
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:10px;   
}