@charset "utf-8";
/* PPS Public Home Page CSS Document */

#LeftSideNav, #LeftSideNav img
{
	width:30px !important;
}
*html #LeftSideNav, #LeftSideNav img
{
	width:90px !important;
}
#home_content { 
	width:640px;
	margin:50px auto 0px auto;
}

#left_col {
	width:285px;
	float:left;
	display:inline;			
}

#right_col {
	width:355px;
	float:left;
	display:inline;
}
#register {
	width:270px;
	padding-left:115px;
	padding-top:70px;
}
*html #register {
	width:330px;
}

#view_range {
	padding-left:75px;
	padding-top:25px;
}
#login h1 {
	line-height:40px;
	/* background-image:url('../../images/TemplateImages/h1_login_bg.jpg'); */
	background-repeat:no-repeat;
	background-position:center left;
	
	text-align:right;
	vertical-align:middle;
	margin-bottom:25px;
	
	color:#0079C2;
	font-family:GillSans, Trebuchet MS, Arial;	
	font-size:20px;
	font-weight:bold;
}

.input_label {
	text-align:right;
	color:#0079C2;
	font-weight:bold;
	padding:0px 7px 0px 0px;
}

.input_login_bg {
	height:40px;
	position:relative;
	background-image:url('../../images/TemplateImages/input_login_bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	border:none;
}

.input_login_bg input.text {
	float:left;
	width:197px;
	margin:12px 0px 0px 77px;
	
	background:transparent none no-repeat fixed;
	border:0px solid #fff;
	
	font-family:"Trebuchet MS";
	font-size:12px;	
	color:#8d8d8d;	
}

#login p { 
	text-align:right;
	margin-top:10px;
	padding-right:5px;
}

#login .login_button { 
	margin-top:5px;	
	margin-bottom:5px;
	padding-left:70px;
	text-align:center;	
}

#login #btn_login 
{		
	/* width:116px; height:48px; */
	width:110px; height:40px;
	background:url(../../images/TemplateImages/login_button.jpg);
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;			
}

.login_message 
{
	display:block;
	padding-left:70px;
	color:Maroon;
}

#register h1 {
	font-family:GillSans, "Trebuchet MS", Arial;	
	font-size:22px;	
	font-weight:bold;
	color:#0079C2;
	margin-bottom:15px;
}

#login a,
#register a {
	color:#0079C2;
	font-weight:bold;
}

#login a:hover,
#register a:hover {
	color:#00e5f3;
}

#register p {
	margin-bottom:15px;
}
