﻿body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url("../images/bg.gif");
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#84BD24;
	color:#84BD24;
	font-family:@Arial Unicode MS
}

a
{
	color:#5B5A5A;
}

.linkcontainer a
{
	text-decoration:none;
}

h1{
	font-size:22px;	
}

h2{
	font-size:12px;
	margin:0;
	padding:0;
}

h3{
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
}

img
{
	vertical-align:bottom;
}

#logincontainer
{
	width:560px;
}

#loginbgtop
{
	background-image:url("../images/bdrtop.png");
	height:38px;
	background-position:center top;
	background-repeat:no-repeat;
}

#loginbgbtm
{
	background-image:url("../images/bdrbtm.png");
	height:35px;
	background-position:center top;
	background-repeat:no-repeat;
}

#loginbgcntr
{
	background-image:url("../images/bdrcntr.png");
	background-repeat:repeat-y;
	background-position:center top;
	padding:0 0px 0 19px;	
}

.tableLeft
{
	width:310px;
	padding:10px 20px 20px 25px;
	border-right:1px solid #E8E8E8;
	/*background-color:#FF0000;*/
}

.tableRight
{
	width:158px;
	padding:10px 0 20px 10px;
	background-color:#FAFAFA;
}
.tableLeftBtm
{
	padding:11px 0 0px 0px;
	background-color:#DCDCDC;
	text-align:center;
}
.tableRightBtm
{
	background-color:#C5C5C5;
}

.linkcontainer
{
	border-top:1px solid #E9EAEB;
	padding:10px 0 10px 0;
	font-size:12px;
}

.warning{
	color:#FF5347;
	font-size:14px;
}

.info{
	font-style:italic;
	font-size:12px;
}

.clear{
	clear:both;
	height:1px;
	font-size:1px;
	overflow:hidden;
}


/* FORM CONTROLS
--------------------------------*/
form{
	margin:0px;
	padding:0px;
}

.form-width{
	width:550px;	
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
	padding-bottom:8px;
}

ul.validation-summary-errors{list-style-type:square;padding-left:18px;}
ul.validation-summary-errors li{
	margin:10px 0!important;
}

input[type="text"], input[type="password"], .textbox, .textarea{	
	font-size:16px;
	background-color:transparent;
	background-image:url('../images/txtcenter.png');
	background-repeat:repeat-x;
	height:26px;
	border:none;
	padding:10px 4px 0 4px;
	color:#5B5A5A;
}

#simplemodal-container input[type="text"], #simplemodal-container input[type="password"], #simplemodal-container .textbox, .textarea{
	width:202px;
}

input[type="submit"], .submitBtn{
	cursor:pointer;
	border:none;
	background-color:#85178b;
	padding:5px 7px 5px 7px;
	display:inline-block;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	outline:none;
}

select { 
	width:190px;
	background-color:#fff;
	border: 1px solid #7F9DB9;
	color:#333;
	font-size:14px;
	padding:2px;
	height:25px;
	vertical-align:top;
}

option { 
	line-height:20px;
	padding:2px;
	border:none;
}

/*---------- bubble popup for password -----------*/
.Bubble{
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
    background: url(../images/bubble.png) no-repeat top;
	padding: 15px 0 0 0;
	width:300px;
	height:300px;
	color: #993300;
    text-align: center;
    visibility:hidden;
}
