*{
	/*margin:0;
	padding:0;*/
}
body
{
    font-family: "Trebuchet MS" , "Myriad Pro" , Arial, sans-serif;
    font-size: 14px;
    background: #f4f4f4;
    color: #333333;
    overflow-y: auto;
}
h1
{
    font-size: 40px;
    font-style: italic;
    color: #808080;
}
h2{
	font-size:20px;
	padding:0px 0px 40px 0px;
	color:#aaa;
}
h2 span{
	color:#ffa800;
}
a{
	color:#777;
}
a:hover{
	color:#222;
}
p{
	padding:5px 0px;
}
.wrapper{
	width:642px;
	margin:20px auto;
	min-height:380px;
}
.box{
	width:49%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
a.back{
	color:#777;
	position:fixed;
	top:5px;
	right:10px;
	text-decoration:none;
}
/* Form Style */
.form_wrapper{
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	width:296px;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;
}
.form_wrapper h3{
	padding:20px 30px 20px 30px;
	background-color:#245977;
	color:#fff;
	font-size:25px;
	border-bottom:1px solid #ddd;
}
.form_wrapper form{
	display:none;
	background:#fff;
}
.form_wrapper .column{
	width:47%;
	float:left;
}
form.active{
	display:block;
}
form.login{
	width:367px;
}
form.register
{
    width: 650px;
    float: right;
   
}
form.forgot_password{
	width:300px;
}
.form_wrapper a{
	text-decoration:none;
	color:#777;
	font-size:12px;
}
.form_wrapper a:hover{
	color:#000;
}
.form_wrapper label{
	display:block;
	padding:10px 30px 0px 30px;
	margin:10px 0px 0px 0px;
}
.form_wrapper input[type="text"],
.form_wrapper input[type="password"]{
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 5px 30px 0px 30px;
	padding: 9px;
	display:block;
	font-size:16px;
	width:76%;
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
.form_wrapper input[type="text"]:focus,
.form_wrapper input[type="password"]:focus{
	background:#feffef;
}
.form_wrapper .bottom{
	background-color:#245977;
	border-top:1px solid #ddd;
	margin-top:20px;
	clear:both;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.form_wrapper .bottom a{
	display:block;
	clear:both;
	padding:10px 30px;
	text-align:right;
	color:#ffa800;
	text-shadow:1px 1px 1px #000;
}
.form_wrapper a.forgot{
	float:right;
	font-style:italic;
	line-height:24px;
	color:#ffa800;
	text-shadow:1px 1px 1px #fff;
}
.form_wrapper a.forgot:hover{
	color:#000;
}
.form_wrapper div.remember{
	float:left;
	width:140px;
	margin:20px 0px 20px 30px;
	font-size:11px;
}
.form_wrapper div.remember input{
	float:left;
	margin:2px 5px 0px 0px;
}
.form_wrapper span.error{
	visibility:hidden;
	color:red;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:4px 30px;
}
.form_wrapper input[type="submit"] {
	background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	width: 150px;
	cursor:pointer;
	float:right;
	margin:15px 20px 10px 10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_wrapper input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}
.likeabutton {
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    text-decoration: none; font: menu; color: ButtonText;
    display: inline-block; padding: 2px 8px;
}
.InputText
{
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-right: silver 1px solid;
    border-bottom: silver 1px solid;
    font-size: medium;
    color: black;
}
.BorderTop {
	border-Top: #e2e2e2 1px solid;
}
.BorderLeft {
	border-left: #e2e2e2 1px solid;
}
.BorderRight {
	border-right: #e2e2e2 1px solid;
}
.BorderBottom {
	border-Bottom: #e2e2e2 1px solid;
}

.InputNoBorder
{
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: none; 
	BORDER-BOTTOM: none;
}
#header
{
    background-color: #FFFFFF;
    color: white;
    text-align: center;
    padding: 5px;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px;	      
}
#section {
    width:350px;
    float:left;
    padding:10px;	 	 
}
/*#DivHdr
{
    background-color: #245977;
    color: white;
    clear: both;
    padding: 5px;
    bottom: auto;
}*/
#footer
{
    /*background-color: #FFF8DC;*/
    background-color:#ddd;
    color: #333;
    clear: both;
    text-align: center;
    padding: 5px;
    bottom: auto;
}

.btn
{
    text-decoration: none;
    font: menu;
    color: ButtonText;
    padding: 6px 18px;
}
.InputNoBorder
{
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: none; 
	BORDER-BOTTOM: none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.InputBorder
{
	BORDER-TOP: silver 1px solid; 
	BORDER-LEFT: silver 1px solid; 
	BORDER-RIGHT: silver 1px solid; 
	BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.InputTextBottom
{
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: none; 
	BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    Color: black;
}
.questext3 {
	color:#000;
	text-decoration:none;
	font-size:12px;
	cursor: default;
}
.questext2 {
	color:#333333;
	text-decoration:none;
	font-size:11px;
	cursor: default;
}
.anch {
	color:#333;
	text-decoration:none;
	cursor: pointer;
	font-size:11px;
}
.anch:hover	{
	color:#aa4001;
	text-decoration:underline;
}

.BGHDR1
{
    background-color: #245977;
    color: white;
    clear: both;
    bottom: auto;
}
.silver 
{
	background-color:#e2e2e2;
}
.darksilver
{
	background-color:#6f6f6f;
}
.silverColor 
{
	color:#6f6f6f;
}

.lightsilver 
{
	background-color:#f0f0f0;
}
.yellow
{
    background-color: #FFFFE0;
}
.COLORHDR1
{color: #245977; }

.ColumnHead {
	border-Top: #e2e2e2 1px solid;
}
.BorderTop {
	border-Top: #e2e2e2 1px solid;
}
.BorderLeft {
	border-left: #e2e2e2 1px solid;
}
.BorderRight {
	border-right: #e2e2e2 1px solid;
}
.BorderBottom {
	border-Bottom: #e2e2e2 1px solid;
}
.BorderTopSilver {
	border-Top: silver thin solid;
}
.BorderLeftSilver {
	border-left: silver thin solid;
}
.BorderRightSilver {
	border-right: silver thin solid;
	font-size:11px;
}
.BorderBottomSilver {
	border-Bottom: silver thin solid;
}

.XXSmall 
{
	font-size:xx-small;
}

.SmallCaps
{
    FONT-VARIANT: small-caps;
}

.Bold
{
    font-weight:bold;
}
.Normal
{
    font-weight:bold;
    FONT-FAMILY: Verdana, Arial; 
}

.questions {
	color:#333333;
	text-decoration:none;
	font-size:12px;
}
.questions:hover {
	color:#aa4001;
	text-decoration:underline;
	font-size:12px;
}
.BorderLeftWhite {
	border-left: white 1px solid;
}
.BorderRightWhite {
	border-right: white 1px solid;
}
.BorderTopWhite {
	border-top: white 1px solid;
}
.BorderBottomWhite {
	border-bottom: white 1px solid;
}
.GroupHead
{       /* #4876ff , #26966c*/
	background-color:#245977;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.GroupBorderTop {
	border-top: #245977 1px solid;
}
.GroupBorderLeft {
	border-left: #245977 1px solid;
}
.GroupBorderRight {
	border-right: #245977 1px solid;
}
.GroupBorderBottom {
	border-Bottom: #245977 1px solid;
}

.Default
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
  
}

.BorderTopBlack {
	border-Top: black thin solid;
}
.BorderLeftBlack {
	border-left: black thin solid;
}
.BorderRightBlack {
	border-right: black thin solid;
}
.BorderBottomBlack {
	border-Bottom: black thin solid;
}
.freeze
{
    position: fixed; 
    top: 100px; 
    left: 0px; 
    background-color: red;
    }
    
     input.groovybutton4
{
	font-size: 12px;
	font-family: Tahoma,sans-serif;
	text-align: center;
	color: #FFFFFF;	
	margin-left: 0px;	
	background-color: #2878C0;
	text-transform: uppercase;
	border: 1px solid #256DAF;
	cursor:pointer;
	padding:8px 15px 8px 15px;
} 
.txt
{
    padding: 2px;
}
.tbl
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}
.table1
{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}
.table1 td, th
{
    border: 1px solid #dddddd;
    padding: 2px;
}
.table
{
    border: 1px solid #124b84;
    background-color: #195999;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#259cd8), to(#195999));
    background: -webkit-linear-gradient(top, #195999, #259cd8);
    background: -moz-linear-gradient(top, #195999, #259cd8);
    background: -ms-linear-gradient(top, #195999, #259cd8);
    background: -o-linear-gradient(top, #195999, #259cd8);
    font-weight: bold;
    z-index: 200;
}
.subHeading
{
	line-height:25px;
	font-size:12px; 
	font-family:Verdana;
	background-color:#c9dcf7;
	padding-right:5px;
	padding-left:5px;
}
 .capTd
{
    background-color:#c9dcf7;
}
.valTd
{background-color:#e7f4fd;}