﻿.heading {
	color: #3366FF;
	font-size: 24px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.formTable {
	border: 1px solid #C0C0C0;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-right: 10px;
	width: 630px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.formRow {
	clear: both;
	font-size: 12px;
	color: #333333;
	margin-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.formRow p {
	float: right;
	margin-top: 3px;
	width: 100px;
}
.formRow input {
	float: right;
	margin-right: 10px;
	width: 200px;
	direction:ltr;
}
.formRow textarea {
	float: right;
	margin-right: 10px;
	width: 250px;
	height: 80px;
	overflow: auto;
}
#submitBtn {
	margin-right: 110px;
	width: 100px;
}
.textBody {
	font-size: 13px;
	margin-right: 15px;
	margin-left: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: justify;
	line-height: 20px;
}
#feedbackBox{
	background-image:url('../Assets/CheckSymbol.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:120px;
	display:none;
}

#failedfeedbackBox{
	background-image:url('../Assets/ErrorSymbol.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:120px;
	color:red;
	display:none;
}


.textBody li {
	color: #333333;
	margin-right: 20px;
}
h2 {
	margin-right: 5px;
	margin-bottom: 5px;
}
i {
	font-style: normal;
	color: #0033CC;
}
.contactInfoBox {
	border: 1px #F0F0F0 solid;
	background: #F9F9F9;
	line-height: 22px;
	font-size: 12px;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 40px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contactInfoBox .rightPart {
	float: right;
}
.contactInfoBox .leftPart {
	float: left;
	margin-left: 10px;
	margin-top: -30px;
	direction: ltr;
}
/****************************** NoResults Page Style ****************************/
.noResMsgBar {
	border-color: #CC0000;
	background-color: #CC0000;
}
.searchguide {
	font-size: 13px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px #F0F0F0 solid;
	background: #F9F9F9;
	margin-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.guideList {
	margin-top: 5px;
	margin-right: 20px;
	line-height: 20px;
}
.attentionbar {
	font-size: 13px;
	margin: 15px -10px 80px 25px;
	background-color: #FF9933;
	padding: 5px;
	color: #333333;
}
/**************************** Links Page Styles ***************************/
.clmn {
	width:140px;
	height:100%;
	float:right;
	border:1px #ff solid;
	margin:1px;
}
.clmn a{
	font-size:11px;
	text-align:center;
	color:black;
}
.clmn a:hover{
	color:#FF3300;
	text-decoration:underline;
}
.even{
	background:#E6EDF2;
}
.odd{
	
}
.link{
	width:100%;
	text-align:center;
}
.linksPart{	width: 100%;
	margin-right: 15px;
}
.clmnHeader{
	height:21px;
	background:white;
	background-image:url('../Assets/LinksHeader.gif');
	background-repeat:no-repeat;
	color:#fff;
	font-size:12px;
	text-align:center;
}
.row{
	clear:both;
	margin-top:2px;
	overflow:hidden;
	height:350px;
}
