
* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	height:1px; 
	margin:0; 
}

/*
 *	Frame
 ---------------------------------------------- */
html, body {
	height:100%;
	width:100%;
}
body {
	font-family:arial;
	text-align:center;
	min-height:468px;
	min-width:552px;
}
div.outer {
	position:absolute; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	overflow:hidden;
	z-index:0;
}
div.inner {
	position:relative; 
	margin-top:28%; 
	margin-left:50%; 
	top:-150px; 
	left:-400px; 
	width:802px; 
	height:300px;
	z-index:3;
}
div.close {
	position:absolute; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	z-index:2;
}
div.loading {
	position:relative;
	display:none;
	padding-top:52px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:5px;
	text-align:center;
}
div.footer {
	position:absolute;
	bottom:60px;
	right:75px; 
	padding-top:6px; 
	text-align:right; 
	font-family:arial; 
	font-size:10px;
	color:#AAAAAA;
	z-index:3;
}
a.footerlink {
	color:#AAAAAA;
}
img.admin {
	position:absolute; 
	top:0; 
	right:0; 
	border:none; 
	z-index:5;
}

/*
 *	Sections
 ---------------------------------------------- */
div.header {
	width:800px;
	padding-bottom:8px;
	border-bottom:1px solid #AAAAAA;
	text-align:left;
	font-family:arial; 
	font-size:23px; 			
}
span.headertext {
	font-size:36px;
}
div.section {
	float:left; 
	width:399px; 
	height:70px;
	background-color:#EEEEEE;	
	border-bottom:1px solid #BBBBBB;		
	text-align:left;
	overflow:hidden; 
}
div.subsection {
	display:none;
	visibility:hidden;
	background-color:#111111;
	color:#000000;
}
div.subsectionactive {
	display:block;
	visibility:visible;
	color:#FFFFFF;
}
div.subsectionheader {
	border-bottom:1px solid #444444; 
	background-color:#555555;
	height:16px;
	padding-left:10px; 
	padding-top:12px; 
	padding-bottom:6px; 
	font-weight:bold; 
	font-size:12px;
}
div.spacer {
	float:left;
	height:71px;
	width:1px;
	background-color:#BBBBBB;
}

/*
 *	Portal
 ---------------------------------------------- */
a.portal {
	display:block;
	width:399px; 
	height:40px;			
	padding-top:18px; 
	padding-left:25px;
	padding-bottom:12px; 
	text-align:left;
	font-family:arial; 
	font-size:16px; 
	font-weight:bold;
	line-height:20px;
	text-decoration:none;				
	color:#000000;		
}
a.portal:hover {
	background-color:#FFFFAA;
}
a.portalsection, a.portalsectionright {
	float:left;
	display:inline;
	width:197px; 
	height:46px;			
	padding-top:20px; 
	padding-left:22px;
	padding-bottom:12px; 
	margin-left:22px;
	margin-top:22px;
	text-align:left;
	font-family:arial; 
	font-size:16px; 
	font-weight:bold;
	line-height:22px;
	text-decoration:none;				
	color:#000000;
	background-color:#EEEEEE;		
	border:1px solid #444444;	
}
a.portalsectionright {
	float:right;
	margin-left:0;
	margin-right:22px;
}
a.portalsection:hover, a.portalsectionright:hover {
	background-color:#FFFF99;
}
span.portaldescription {
	font-size:11px; 
	font-weight:normal; 
	color:#444444;
}

/*
 *	Login
 ---------------------------------------------- */
div.login {
	position:relative; 
	display:none;
}
div.loginprogress {
	display:none;
	position:absolute; 
	top:78px; 
	left:30px;
	width:230px; 
	margin:0; 
	font-size:12px;
	font-weight:bold;
	color:#FF0000;			
}
form.loginform {
	position:absolute;			 
	top:38px;
	left:0;
	margin:0;
}
div.loginfield {
	float:left;
	width:190px;
	padding-left:42px;
	text-align:left;
	font-size:11px;
}
input.loginfieldinput {
	width:175px; 
	padding:2px; 
	margin:0;
	border:1px solid #444444;
}
div.loginsubmit {
	float:right; 
	padding-top:18px; 
	padding-right:45px;
	text-align:right; 
}
input.loginsubmitbutton {
	display:inline;
	padding:3px; 
	padding-left:7px; 
	padding-right:7px; 
	margin:0; 
	border:1px solid #000000; 
	font-size:11px; 
}		


