/*CSS document July 2009 */
/* this css file affects the following pages:
	-login_c.tpl
	-login_confirm_c.tpl
	
*/


#dvSide1
{
	float:left;
	height: expression( this.scrollHeight < 501 ? "500px" : "auto" ); /* sets min-height for IE */
    min-height: 500px !important;
}

.sideBar
{
	width:190px;
}

/*.side1Background
	{
		background-color: #3E6391;
	} 
	
*/

/*
	.side1Text
	{
		color: #C0C0C0;
	}
	.side1Text a
	{
		color: #C0C0C0;
	}
	.side1Text a:visited
	{
		color: #C0C0C0;
	}
	.side1Text a:hover
	{
		color: #C0C0C0;
		text-decoration: none;
	}	*/
	
#dvSide2
{
	background-color: #FFF;
	float:left;
	width: 800px;	
	overflow: hidden;
}

.primaryColoring
{
	background-color:#FFFFFF;
}

.noPadding
{
	padding:0px !important;
}

/*#dvMinHeightChild
{
	float: left;
	height: 500px;
	width: 1px;
	visibility: hidden;
}*/

#side2Content
{
	padding-top: 20px;
	width: 680px;
	float: left;
}

.aC {text-align:center;}
.aR {text-align:right;}
.full {width: 100% !important; }

.cSSblueDark {color:#333399;}
.cSSblue {color:#009;}
.cDKgrey {color:#333333;}
.cBlack {color:#000000;}

.wB {font-weight:bold;}


.pt4 {padding-top:4px;}
.pb8 {padding-bottom:8px;}
.pb16 {padding-bottom:16px;}

.f10 {font-size:10px;}
.f11 {font-size:11px;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}

.lines a:link {
	text-decoration:underline;
	color:#000066;
	}

.lines a:visited {
	text-decoration:underline;
	color:#000066;
	}

.w350 {width:350px;}
.w150 {width:150px;}

#greybar_LoginSmall {
	background-image:url(../images/greybar_login_287x21.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 287px;
	}

.textUserName {
	background-image: url(../images/text_username_77x16.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	width: 80px;

	}

.txtPassword {
	background-image:url(../images/text_password_77x13.gif);
	background-repeat: no-repeat;
	background-position: right center;	
	height: 20px;
	width: 80px;
	}

.centerBlockElement {
	margin-left: auto;
	margin-right: auto;
}

#box3Sides {
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	}
#loginBox {
	padding:10px;
	width:264px;
}
.box3Sides {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left:1px solid #999999;
	}
	
.fL {float:left;}
.top {vertical-align:top;}


table.nothing, td.nothing {
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
	}

.fRed
{
	color: #FF0000;
}
/* default error color */

#spn_errorMessages
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.pt16
{
	padding-top:16px;
}

.clearHack
{
	clear: both;
}
