﻿/* Login link css style*/
body {
    font-family: Verdana, Arial, Helvetica; 
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 { font-family: Arial; }
h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h2 { font-size: 18px; }
h1 { font-size: 24px; }
input, select { font-size: 12px; font-family: Verdana; }
.hidden{display: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited { color: Blue; }
img { border: 0; }
p { margin: 10px 0; }
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
li { 
    margin: 0;
    padding: 5px 0;
}
.pagewrap{
    /*text-align:center;*/  
}
html,body{ height: 100%; }
.login-link { float: left; width:250px; height:25px; margin-top:50px; margin-left:50px; }
.login-link_1 {text-decoration:underline; color:#00c2de; font-weight:bold}
.login-link_1:hover {text-decoration:none}
#leftColumn{
	float:left;
	width:180px;
	background:#fff;
	margin-top:0;
	font-size:10px; 
	padding: 0 0 35px 0;
}
#leftColumn h3 { 
	font: 13px Arial; 
	color: #fff;
	background: url(../images/menu_head_small.png) repeat-x scroll 0 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;	
}
#leftColumn ul {
	/*border: 1px solid #004A70;*/
	min-height: 50px;
	background: transparent url(../images/menu_bg.png) repeat-x scroll 0 0;
}
#leftColumn ul li{ padding-left: 10px; }
#leftColumn a { color: Blue; }
#leftColumn .leftActionBlock { margin-right: 15px; margin-bottom: 10px; }
#centerColumn{background:#fff; float:left;width: 800px;}
.footer{ clear:both; }
.pageContentArea { background: #FFF;}

/*****************************
 * LEFT MENU CSS
 *****************************/
#leftColumn .leftActionBlock {
	
	background: #fff;
} 
body{ background: url('../images/provider_bg_grad.png') repeat-x #36b3fe; }
.headerArea{clear:both;}
.headerArea, .footer, .pageContentArea {
    background-color: #fff;
}
.pageContentArea { padding: 10px  10px 30px 10px; }
.pagewrap{background:#FFF;}
body.master {
	margin: 0;
	padding: 0;
}
.pageOuterWrap {
	width: 1000px;
	text-align:center;
	margin: 0 auto;
	border: 2px solid #888;
	border-top:0;
	border-bottom:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	background: #99ceee;
}
.pagewrap {
	text-align: left;
	height: 100%;
}
abbr.required { color: Red; }
.footer {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
	min-height: 100px;
	_height: 100px;
	background: url('../images/prov_grad_foot.jpg') #fff bottom left repeat-x;
}
.footer .rarLogoSmall {
	background: url('../images/logo_small.png') transparent no-repeat;
	height:15px;
	width:144px;
	margin: 0 auto;	
	_background: none;
	_filter: filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_static/images/logo_small.png", sizingMethod="image");
	
}
.footer .footerLogoWrap {
	padding: 10px 0; 
	margin-bottom: 5px;
}
.footerTitle { 

	font-weight: bold; 
	margin-bottom: 5px;
}
.footMenu li {
	display: inline;
	padding: 3px 7px;
}
.error { color: red; }
.required { color: Red; }