/***********************************   html tag class         */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/home_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D3E8A3;
}
hr{
	height: 1px;
}
.dottedBorder{
	border: 1px dotted #CCCCCC;
}
hr.dotted{
	height: 1px;
	background-repeat: repeat-x;
	border: 1px dotted #000000;
}
/***********************************   link tag class         */
a:link, a:visited {
	color: #138808;
	text-decoration: underline;
}
a:hover, a:active {
	color: #EE952F;
	text-decoration: underline;
}
.greenLink:link, .greenLink:visited {
	color: #587034;
}
.greenLink:hover, .greenLink:active {
	color: #8C2C24;
}
/***********************************   heading tag class         */
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #E37725;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 15px;
	color: #138808;
	font-family: Arial, Verdana;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #138808;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
	color: #0B1E59;
}
/***********************************   list tag class         */
ul{
	list-style: square;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: disc;
}
/***********************************   form tag class         */
form{
	margin: 0px;
}
input, select, textarea {
	font-size: 11px;
	font-family: Arial, Verdana;	
}
input:focus {
	background: #FFFFCC;
}
.inputClass {
	border: 1px solid #999999;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #f6f6f6;
	padding-top: 2px;
	padding-bottom: 2px;
}
.submitClass{
	background-color: #FF9900;
	background-image: url(../images/submit_bg.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.helpClass{
	color: #666666;
	font-size: 11px;
}
/***********************************   table tag class         */
td {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 13px;
	color: #3C3C3C;
}
th{
	font-weight: bold;
	background-color: #f6f6f6;
	vertical-align: top;
}
th a:link, th a:visited{
	font-weight: bold;
}
th a:hover, th a:active{
	font-weight: bold;
}
col.column1{
	background: #E7F1FF;
	padding-left: 3px;
	vertical-align: top;
}
col.column2{
	background: #FFFFFF;
	padding-left: 3px;
}
thead th {
	background: #8C2C24;
	font-weight: bold;
	color: #FFFFFF;
}
.displayTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	vertical-align: top;
}
tfoot td {
	background: #EFF8FC;
}

/***********************************   user defined tag class         */
div.newsLink {
	background-color: #F1F7FA;
	padding: 5px 5px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
div.dateTxt {
	font-size: 11px;
	background-color: #f6f6f6;
	text-align: right;
	padding: 5px;
	color: #666666;
}
div.placeTxt{
	font-size: 11px;
	font-weight: bold;
	background-color: #f6f6f6;
	padding: 5px;
	color: #666666;
}
div.pageNumbers{
	font-weight: bold;
	background-color: #C1DBE7;
	padding: 5px;
}
div#pagePath{
	color: #3F3A30;
	font-size: 11px;
}
div#pagePath a:link, div#pagePath a:visited{
	color: #746C5A;
}
div#pagePath a:hover, div#pagePath a:active{
	color: #3C372F;
}
.error{
	color: #d8732f;
	margin-left: 26%;
}
.success{
	color: #006600;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
.info{
	color: #003399;
	background: #f6f6f6 url(../images/info.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
.caps{
	font-size: 25px;
}
.smallTxt{
	font-size: 11px;
}
.redTxt{
	color: #CC0000;
}
.blackTxt{
	color: #000000;
}
.greenTxt{
	color: #006600;
}

.whiteBG {
	background: #FFFFFF;
}
.redBG {
	color: #FFFFFF;
	background-color: #CC0000;
}
.greyTxt {
	color: #666666;
}
.highlightBG {
	background: #f6f6f6;
}
.padding{
	padding: 10px;
}
.whiteDottedLine{
	height: 1px;
	border: 1px dotted #FFFFFF;
}
.floatLeft{
	float: left;
}
/*****layout starts *****/

#pageHeader {
	width: 980px;
	padding-bottom: 55px;
}
#topNav {
	width: auto;
	clear: both;
	color: #666666;
	font-size: 11px;
	margin: 0px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 680px;
}
#topNav a:link, #topNav a:visited {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/maintab01.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	float: left;
	width: 89px;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topNav a:hover, #topNav a:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/maintab02.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	float: left;
	width: 89px;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pageHeader #topNav {
	clear: both;
}
#pageLogo{
	clear: both;
	height: 43px;
}
#pageSearch{
	padding-left: 250px;
	float: left;
	padding-top: 10px;
	font-size: 11px;
	text-align: right;
	width: 420px;
}
#mainNav {
	padding-left: 60px;
	height: 25px;
	width: auto;
}
#mainNav a:link, #mainNav a:visited{
	border: 1px solid #000000;
	background-color: #107507;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#mainNav a:hover, #mainNav a:active{
	border: 1px solid #000000;
	background-color: #EE952F;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#bodyBG{
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 70px;
}
	#home_bodyTopCurve{
	padding-left: 5px;
	padding-right: 5px;	
	height: 30px;
	background-image: url(../images/home_bodyTopCurve.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	width: 990px;
	}
	#bodyTopCurve{
	padding-left: 5px;
	padding-right: 5px;	
	height: 30px;
	background-image: url(../images/bodyTopCurve.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	width: 990px;
	}
	#home_pageBody {
	width: 970px;
	background-color: #F1FFD7;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/home_pageBody_bg.gif);
	background-repeat: repeat-y;	
	}	
	#pageBody {
	width: 970px;
	background-color: #F1FFD7;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/pageBody_bg.gif);
	background-repeat: repeat-y;	
	}
	#rightNav{
	width: 218px;
	padding-left: 2px;
	}
	#home_bodyBottomCurve{
	padding-left: 5px;
	padding-right: 5px;		
	height: 30px;
	background-image: url(../images/home_bodyBottomCurve.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	width: 990px;
	}	
	#bodyBottomCurve{
	padding-left: 5px;
	padding-right: 5px;		
	height: 30px;
	background-image: url(../images/bodyBottomCurve.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	width: 990px;
	}	
#pageFooter{
	color: #333333;
	font-size: 11px;
	padding: 20px;
	width: 940px;
}
	#pageFooter a:link, #pageFooter a:visited{
		color: #333333;	
	}
	#pageFooter a:hover, #pageFooter a:active{
		color: #000000;	
	}

.highlightSection{
	background-color: #F7FBF0;
	font-size: 11px;
	margin-bottom: 10px;
}
	.highlightSection h2{
		background-color: #B5D970;
		padding-top: 8px;
		padding-right: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #138808;
		margin: 0px;
	
	}
	.highlightSection li{
	padding-bottom: 6px;
	list-style-type: square;
	margin-left: 20px;
	}
#pollSection{
	background-color: #EDF5DF;
	font-size: 11px;
	margin-bottom: 20px;
	background-image: url(../images/poll_bg.gif);
	background-repeat: repeat-x;
}
	#pollSection h2{
		background-color: #B5D970;
		padding-top: 8px;
		padding-right: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #138808;
		margin: 0px;
	
	}
	#pollSection li{
		padding-bottom: 6px;
	}
#aboutSection{
	background-color: #FFF0E2;
	color: #E37725;
	margin-bottom: 10px;
}
#aboutSection h2{
	color: #E37725;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#loginSection{
	margin-bottom: 10px;
	background-image: url(../images/loginBG.gif);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
}
#loginSection td{
	font-size: 11px;
}
#allSection{
	margin-bottom: 10px;
	background-color: #D4EDA5;
	font-size: 11px;
}
#allSection h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#allSection input{
	background-image: url(../images/inputbutton_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #767676;

}
/*****layout ends *****/
/* added from IDC main css */
.options, .options :link, .options :visited
{
  color: #aaa;
}

div#content_main .question_body
{
  margin-top:6px;
  padding-left:70px;
}

div#content_main .question_body li
{
  list-style-position: outside;
}

div#content_main .interested_block
{
  float:left;
  padding:4px 10px 10px 0;
  width:60px;
}
div#content_main .question
{
  margin-bottom: 25px;
}
