﻿body 
{
	background: #F6F6F6 url(../Images/bg_Main.jpg) repeat-y scroll center center;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl 
{ 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p 
{
	margin: 0px;
}
.h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #004EA7;
	margin: 0px;
}
.h2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #004EA7;
	margin: 0px; 
}
.h3
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.h4
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px; 
}
.h5
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;	 
}
.h6
{
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	margin: 0px;	 
}
.h7
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;	 
}
.h8
{
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	color: #004EA7;
	margin: 0;	 
}
.f1
{
	font-family: Arial;
	font-size: 14px;
	color: #A6A7AA;
	margin: 0;	 
}
.f2
{
	font-family: Arial;
	font-size: 12px;
	color: #A6A7AA;
	margin: 0;	 
}
.f3
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #A6A7AA;
	margin: 0;	
	line-height: 20px;	 
}
.error
{
	font-family: Arial;
	font-size: 13px;
	color: #ff0000;
	margin: 0;	 
}
.line1
{
	background: #004EA7;
	width: 100%;
	height: 4px;
	margin: 10px 0px 10px 0px;
}
a img 
{ 
	border: none;
}

.textbox
{
    font-size: 12px;
	width: 330px;
	padding: 5px;
	border: solid 1px #BEBFC2;
	color: #333333;
}
.textboxerror
{
    font-size: 12px;
	width: 330px;
	padding: 5px;
	border: solid 1px #ff0000;
	color: #333333;
}
.button
{
    background: #D1D2D4;
    border: solid 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 0;
	text-align: left;
	cursor: pointer;
}
.button:hover
{
    background: #D1D2D4;
    border: solid 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.buttonred
{
    background: #FFCCBA;
    border: solid 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	padding: 0;
	margin: 0;
	text-align: left;
	cursor: pointer;
}
.buttonred:hover
{
    background: #FFCCBA;
    border: solid 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/* ~~ Styling for your site's links ~~ */
a:link 
{
	color: #42413C;
	text-decoration: underline; 
}
a:visited 
{
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus 
{ 
	text-decoration: none;
}
.submit:link 
{
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;	
}
.lnkBlueText:link  
{
	display: block;
	height: 20px;
	padding: 0px 0px 0px 0px;
	color: #004D95;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other divs ~~ */
.container 
{
	width: 992px;
	margin: 0 auto; 
	overflow: hidden; 
}
.holder 
{
	width: 992px;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.sidebar1 
{
	background: #E5E5E5;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 260px;
	min-height: 675px;
	height: 100%;
	overflow: hidden;
}
.sidebar1 .hldlink 
{
	margin: 25px 60px 25px 60px;
	float: left;
	width: 140px;
	height: 20px;
}
.sidebar1 .hldlink .weblink 
{
	font-family: Arial;
	font-size: 11px;
	color: #004EA7;
	text-decoration: none; 
}
.sidebar1 .hldlink .weblink:visited 
{
	text-decoration: none;
}
.sidebar1 .hldlink .weblink:hover, a:active, a:focus 
{ 
	color: #666666;
	text-decoration: none;
}
.sidebar1 .hldcontent1 
{
	margin: 55px 60px 0px 60px;
	float: left;
	width: 140px;
	height: auto;
	border-bottom: solid 1px #C6C6C6;
	padding: 0px 0px 30px 0px;
	cursor: pointer;
}
.sidebar1 .hldcontent1 .title
{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	color: #004EA7;
	margin: 0px;
}
.sidebar1 .hldcontent1 .text
{
	font-family: Arial;
	font-size: 11px;
	color: #004EA7;
	line-height: normal;
	margin: 0;
	padding-top: 5px;
}
.sidebar1 .hldcontent2 
{
	margin: 25px 60px 0px 60px;
	float: left;
	width: 140px;
	height: auto;
	border-bottom: solid 1px #C6C6C6;
	padding: 0px 0px 30px 0px;
	cursor: pointer;
}
.sidebar1 .hldcontent2 .title
{
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	color: #004EA7;
	margin: 0px;
}
.sidebar1 .hldcontent2 .text
{
	font-family: Arial;
	font-size: 18px;
	color: #004EA7;
	line-height: normal;
	margin: 0;
	padding-top: 5px;
}
.sidebar1 .hldcontent3 
{
	margin: 25px 60px 0px 60px;
	float: left;
	width: 140px;
	height: auto;
	padding: 0px 0px 70px 0px;
	cursor: pointer;
}
.sidebar1 .hldcontent3 .title
{
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	color: #004EA7;
	margin: 0px;
}
.sidebar1 .hldcontent3 .text
{
	font-family: Arial;
	font-size: 18px;
	color: #004EA7;
	line-height: normal;
	margin: 0;
	padding-top: 5px;
}
.content 
{
	background: #FFFFFF;
	padding: 10px 0px 0px 0px;
	width: 797px;
	height: 100%;
	overflow: hidden;
	float: right;	
}
.content .logo
{
	padding: 30px 0px 0px 45px;
	width: 100%;
	height: auto;
	float: left;
}
.content 
{
	background: #FFFFFF;
	padding: 10px 0px 0px 0px;
	width: 732px;
	height: 100%;
	overflow: hidden;
	float: right;	
}
.content .logo
{
	padding: 30px 0px 0px 45px;
	width: 100%;
	height: auto;
	float: left;
}
.content .login
{
	width: 732px;
	height: auto;
	float: left;
	padding: 0;
	margin: 5px 0;
}
.content .reset
{
	width: 732px;
	height: auto;
	float: left;
	padding: 0;
	margin: 165px 0;
}
.content .reset .holder
{
	width: 550px;
	height: 170px;
	margin: 0px auto;
	text-align: left;
	padding: 0 0 0 40px;
	position: relative;
}
.spacer
{
	width: 100%;
	margin: 5px 0px 5px 0px;
}
.content .defaultmenu .menu
{
	width: 380px;
	height: 30px;
	margin: 130px 0px 0px 0px;
	float: right;
	padding: 0;
}
.content .defaultmenu .menu ul
{
	margin: 0;
} 
.content .defaultmenu .menu li 
{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	float: left;	
}
.content .defaultmenu .menu li a 
{
	display: block;
	color: #CCCCCC;
	width: auto;
	height: 20px;
	text-decoration: none;
	text-align: center;
	padding: 10px 5px 0px 5px;
}
.content .defaultmenu .menu li a:hover 
{
	color: #999999;
	width: auto;
	height: 20px;
	text-decoration: none;
	text-align: center;
	padding: 10px 5px 0px 5px;
}
.content .login .holder
{
	width: 492px;
	height: 270px;
	margin: 0px auto;
	text-align: left;
	padding: 0 0 0 0px;
	position: relative;
}
.content .login .holder .buttonleft
{
	background-color: #D1D2D4;
	width: 210px;
	height: 210px;
	float: left;
}
.content .login .holder .buttonright
{
	background-color: #D1D2D4;
	width: 210px;
	height: 210px;
	float: right;
}
.content .login .holder .hldwelcome
{
	width: 320px;
	height: 25px;
	float: left;
	margin-top: 25px;
}
.content .login .holder .hldlabel
{
	width: 350px;
	min-height: 20px;
	float: left;
	margin-top: 3px;
}
.content .login .holder .hldtextbox
{
	width: 320px;
	height: 35px;
	float: left;
	margin-top: 3px;
}
.content .login .holder .hldbutton
{
	width: 320px;
	height: auto;
	float: left;
	margin-top: 3px;
}

.clearfloat 
{ 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Detail */
.content .tblReset
{
	width: 100%;
	padding: 0;
	margin: 0;
}
.content .tblReset .trRow
{
	height: 30px;
}
.content .tblReset .tdLabel
{
	width: 35%;
}
.content .tblReset .tdRequired
{
	width: 5px;
	padding-right: 5px;
}
.content .tblReset .tdTextbox
{
	width: 65%;
}
.clearfloat 
{ 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Validation Summary */
.MsgboxHolder
{
	width: 492px;
	height: auto;
	margin: 0px auto;
	text-align: left;
	padding: 20px 0 0 0px;
	position: relative;

}
.MsgboxError 
{
	background: #FFBABA;
	color: #D8000C;
	font-size: 12px;
	width: 480px;
	padding: 5px;
	margin: 10px 0px 0px 0px; 
	border: solid 1px #D8000C;
}
.MsgboxValidation 
{
	background: #FFCCBA;
	color: #D8000C;
	font-size: 12px;
	width: 480px;
	padding: 5px;
	margin: 10px 0px 0px 0px; 
	border: solid 1px #D8000C;
}
.MsgboxSuccess 
{
	background: #DFF2BF;
	color: #4F8A10;
	font-size: 12px;
	width: 480px;
	padding: 5px;
	margin: 10px 0px 0px 0px; 
	border: solid 1px #4F8A10;
}