/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */
* {
	margin: 0px;
	padding: 0px;
}

html, body, iframe, textarea {
height: 100%;
min-height:100%;
scrollbar-face-color:#FFFFFF;
scrollbar-track-color:#484848;
scrollbar-arrow-color:#000000;
scrollbar-shadow-color:#CCCCCC;
scrollbar-dark-shadow-color:#333333;
scrollbar-3dlight-color:#999999;
scrollbar-highlight-color:#666666;
}

html, body {
	height: 100%;
}

body {
	height:100%;
	color: #787878;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
}

/* Container Divs*/

div.loading-invisible {display:none;}
div.loading-visible {display:block;text-align:center;}

#container, #loading {
	height: auto !important;
    height: 100%;
    min-height: 100%;
}

#container{z-index:1;}
#loading{z-index:100;}

#padding{
	padding: 50px 0px 50px 0px;
}

#wrapper{
	position:absolute;
	width: 810px;
	height:600px;
	text-align:center;
	top:50%;
	left:50%;
	margin:-316px 0px 0px -405px;
}

#old_padding{
	padding: 50px 0px 40px 0px;
}


#old_wrapper{
 width: 810px;
 margin:0px auto;
 text-align:center;
 height:625px;
}

#header{
	width: 810px;
	text-align:left;	
}

#page_header {
	margin:0px 0px 0px 30px;
	background: url('logo.jpg') no-repeat top left;
	width:350px;
	height:55px;	
}

#page_header span {
	display:none;
}

#nav{
	margin:-16px 0px 0px 450px;
	width:350px;
	font-weight:bold;
	color:#999999;
	display:none;
	height:18px;
}

.main{
 background: url(bg.jpg) no-repeat;
 border:solid 4px #8F93A1;
 height:475px;
 margin:20px 0px 0px 0px;;
 width:780px;
}

#content {
 width:470px;
 height:470px;
 margin:0px 5px 0px 297px; 
 padding:1px;
 background: url(bg2.gif) no-repeat top right; 
 display:none;
 text-align:left;
 overflow:auto; 
}

#content2 {
 width:470px;
 height:470px;
 overflow:auto;
 padding-right:5px;
 margin:-476px 7px 5px 297px; 
 padding:0px;
 display:none;
}

#content p, #content2 p  {
	margin:0px 5px 7px 60px;
	text-align: justify;
}

#content h3, #content2 h3  {
	text-align: center;
}


#content p.last {
	margin:0px 5px 0px 60px;
	text-align: justify;
}

#content label{
	float:left;
	width:140px;
}

#content label.groot{
	float:left;
	width:180px;
}


/* ++++++++++++++++++++ Common ++++++++++++++++++++ */

a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #484848;
}

strong {
	color: #484848;
	font-weight:normal;
}


.inputfield
{	border:1px;
	padding: 1px;
	margin: 0px;
	color: #333333;
	background-color: #D0D0D0;
	width: 210px;
}

.inputfield2
{	border:1px;
	padding: 1px;
	margin: 0px;
	color: #333333;
	background-color: #D0D0D0;
	width: 226px;
}

.formbutton
{
	border: #D0D0D0 2px solid;	
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;	
	background-color: #999999;
	width:120px;
}

.formbutton:hover
{
	border: #999999 2px solid;	
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;	
	background-color: #D0D0D0;
	width:120px;
}

/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	width: 660px;
	margin: -50px auto;
	height: 51px;	
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

#page_footer p.copy{
	margin: 0px auto;
	font-size:14px;
}	

.error {
	font-weight: bold;
	color: #484848;
}

#monitor{
	font-size: 10px;
	color: #808080;
	text-align:center;	
}

#link{
 margin:350px 0px 0px 40px;
 padding:0px;
 width:135px;
 height:60px; 
 font-size:60px;
}

.enter{
 margin:0px;
 padding:0px;
 background: url('a_enter.gif') no-repeat;
 text-decoration:none;
 width:135px;
 height:60px;  
}

.enter:hover{
 background: url('h_enter.gif') no-repeat;
 text-decoration:none; 
}

.clearthis{
 clear both;
 margin:0px;
 padding:0px;
 height:1px;
}