@charset "ISO-8859-1";
/* CSS Document */


body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images_pc1/bkg_login_page1.gif) repeat-x;
}


/***************************************************************************
 Base Links
 **************************************************************************/
 
 
a:link, a:visited, a:active{
	color:#999999;
	text-decoration: underline;
}

a:hover{
	color: #013D64;
}


/***************************************************************************
 Layout Divs & Styles
 **************************************************************************/
 

#pageCell1{
	
	top: 0px;
	width: 627px;
	height: 526px;
	background-color: #ffffff;
	position: relative;
    margin: 0 auto;
	z-index: 5;
}

#rightColumn{
	margin: 147px 0px 0px 0px;
}

#floatLeft{
	float: left;
	width: 436px;
	height: 379px;
	background: #CCCCCC url(../images_pc1/bkg_login_form1.gif) repeat-x;
	font-size: 11px; 
	z-index: -1;
}

#floatRight{
	float: right;
}

#legal{
	padding: 32px 0px 0px 0px;
	color: #999999;
	text-align: center;
}

#legal h1{
	color: #80a9c1;
	padding-bottom: 33px;
}

#formBkg{
	height: 132px;
	background: #ffffff url(../images_pc1/bkg_login_form2.gif) no-repeat;
}

#form{
	padding: 15px 0px 0px 0px;
	text-align: center;
}


#form h1{
	padding-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #0067a3;	
}

select, input{ 
	font: 11px Arial, Helvetica, sans-serif;
}


/***************************************************************************
 Headers 
 **************************************************************************/
 

h1{
	font: bold 11px Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h2{
	margin: 0px;
	padding: 0px;
}

h3{
	margin: 0px;
	padding: 0px;
}


/***************************************************************************
 Generic Display 
 **************************************************************************/


.block{
	display: block;
}

.clear{
	clear: both;
}

.marginRight{
	margin-right: 15px;
}

.paddingLeft{
	padding-left: 5px;
}

.paddingRight{
	padding-right: 5px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignTop{
	vertical-align: top;
}

.alignMiddle{
	vertical-align: middle;
}

.alignBottom{
	vertical-align: bottom;
}
