body 
{
	font-family: verdana, arial, sans-serif;
    color: #000000;
    font-size: 11px;
}
#header 
{
    color: #BDD0DD;
    font-weight: bold;
}
#header .user_class 
{
    color: #FFFFFF;
}
ul#menu>li>div>a 
{
	color: white;
	text-shadow: -1px -1px #000000;
}
a,a:visited 
{
	color: #005295;
	/*text-decoration: none;*/
    /*font-weight: bold;*/
}
p
{
	margin-left: 0px;
}
b
{
	font-weight: bold;
}

h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #005295;
	
	margin-bottom: 5px;
	margin-left:0px;
	font-weight: normal;
}

h2
{
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
}
h3
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
}

table.dataInputTable, table.dataOutputTable
{
	border-top: none;
	border-left: solid 1px #A7A7A7;
	border-right: solid 1px #A7A7A7;
}
table.dataOutputTable
{
	border-top: solid 1px #A7A7A7;
}
/*table.dataInputTable th span, table.dataOutputTable th span*/
table.dataInputTable td.header span, table.dataOutputTable td.header span
{
	background-color: #E6E0DD;
	display: block;
	padding: 9px;
	/*margin-left: 1px;*/
	padding-right: 10px;
	padding: 8px;
	border: 1px solid white;
}

/* table.dataInputTable th, table.dataOutputTable th */
table.dataInputTable td.header, table.dataOutputTable td.header
{
	
	border-top: solid 1px #A7A7A7;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #A7A7A7;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px !important;
}

/* table.dataInputTable td, table.dataOutputTable td */
table.dataInputTable td, table.dataOutputTable td
{
	border-top: solid 1px #A7A7A7;
	border-left: none;
	border-right: solid 1px #A7A7A7;
	border-bottom: solid 1px #A7A7A7;
	
	padding-left: 10px;
	font-weight: normal;
	font-size: 18px;
	/*vertical-align: top;*/
}
table.dataOutputTable td, table.dataOutputTable th
{
	border-top: none;
}

.textAlignedToDataTableOutputColumn
{
	margin-left: 49%; font-size: 18px;
}

table.dataInputTable td.errorCell
{
	border-right: none;
	border-bottom: none;
	border-top: none;
}
	

table.dataInputTable td span
{
	display: block;
	float: right;
	width: 100%;
}

input[type="text"]
{
	border:0;	
	color: #005295;
	font-size: 18pt;
	font-weight: normal;
	width: 99%;
}
input[type=submit]
{
	margin: 0px;
	width: 162px;
	height: 35px;
	text-align: center;
	text-shadow: -1px -1px #000000;
	line-height: 25px;
	font-size: 12pt;
	color: white;
	border: none;
	font-weight: bold;
	background: url(../images/button.png) no-repeat;
	background-position:center center;
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
}

a.button
{
    color: white;
}
.errorText
{
	color: red;
	font-weight: bold;
	display: block;
	font-size: 10pt;
	padding-bottom: 10px;
	/*float: right;*/
}
.redText
{
	color: red;
}


#mrs_loading
{
	display:none; 
	position:fixed; 
	left:42%; 
	top:49%; 
	width:75px; 
	height:75px;
    background: url(../images/mrs_loading.gif) no-repeat center center;
}
.mrs_searchable_results
{
	background-color: #F9F6F4;
    margin-right:10px;
    margin-bottom:10px;
    border-top: solid 1px #DAD9D7;
    border-bottom: solid 1px #DAD9D7;
}

#responseform
{
	
}

.ppsrDetailsheader{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005295;
	
}

.ppsrDetails p{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}

.ppsrDetails a{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: underline; 
	color: #005295;
}


#howToPayDefaultText
{
	font-size: 11px;
}
#howToPay1
{
	font-size: 16px;
}

.renewalDetails
{
	width: 100%;
}
.renewalDetailsHeading
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
.renewalDetailsItem td
{
	font-size: 16px;
	padding-bottom: 10px;
	padding-right: 5px;
}
.renewalDetailsLength
{
	
}
.renewalDetailsNumber
{
	
}
.renewalDetailsAmount
{
	
}
p,h1,h2,h3,h4,h5
{
	margin-left: 5px;
}
.noleftmargin
{
	margin-left: 0px;
}

.paymentDetailsbtn
{
	background: url(../images/green_button.png) no-repeat !important; 
	background-color: green; 
	width: 250px !important;
	height: 50px !important;
}

.g-recaptcha {
	transform:scale(0.8); 
	-webkit-transform:scale(0.8);
    transform-origin: left top;
  	-webkit-transform-origin: left top;
    display: inline-block;
}