/***********************************   html tag class         */
body {
	margin: 0px;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: "trebuchet MS", Arial, Verdana, serif;
}
hr{
	height: 1px;
}
.dottedBorder{
	border: 1px dotted #CCCCCC;
}
hr.dotted{
	height: 1px;
	background-image: url(../images/horizon_spacer_01.gif);
	background-repeat: repeat-x;
	border: 1px dotted #000000;
}
/***********************************   link tag class         */
a:link, a:visited {
	color: #CBE9FE;
}
a:hover, a:active {
	color: #E8E8E8;
	text-decoration: underline;
}

/***********************************   heading tag class         */
h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	color: #F1A733;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5694DC;
	padding-bottom: 5px;
}
h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #022285;
}
h4 {
	font-size: 12px;
	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: "trebuchet MS", Arial, Verdana, sans-serif;
}
input:focus {
	background: #FFFFCC;
}
inputClass {
	background: #E7F1FF;
	border: 1px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
}
fieldset {
	border: 1px double #C7DAE4;
	width: auto;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
fieldset legend{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #0B1E59;
}
/***********************************   table tag class         */
td {
	font-family: "trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
}
th{
	font-weight: bold;
	background: #C1DBE7;
}
col.column1{
	background: #E7F1FF;
	padding-left: 3px;
	vertical-align: top;
}
col.column2{
	background: #FFFFFF;
	padding-left: 3px;
}
thead th {
	background: #C1DBE7;
	font-size: 12px;
	font-weight: bold;
}
.displayTable tbody {
	background: #f6f6f6;
}
tfoot td {
	background: #EFF8FC;
}

/***********************************   user defined tag class         */
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;
}
div.error{
	color: #FF0000;
	background: #f6f6f6 url(../images/alert.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;
}
div.success{
	color: #006600;
	background: #f6f6f6 url(../images/success.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;
}
div.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;
}
.smallTxt{
	font-size: 11px;
}
.redTxt{
	color: #CC0000;
}
.greenTxt{
	color: #006600;
}
.yellowTxt{
	color: #F1A733;
}
.whiteBG {
	background: #FFFFFF;
}
.redBG {
	color: #FFFFFF;
	background-color: #CC0000;
}
.greyColor2 {
	color: #898989;
}
.padding{
	padding: 10px;
}
.whiteDottedLine{
	height: 1px;
	border: 1px dotted #FFFFFF;
}
.blueColor{
	color: #FFFFFF;
	background-color: #103D93;
}
/*****layout starts *****/
#pageBody {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 740px;
	clear: both;
	background-image: url(../images/pageBody_bg.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#pageHeader {
	clear: both;
	margin-top: auto;
	margin-right: 14px;
	margin-bottom: auto;
	margin-left: 14px;
	width: auto;
}
	#pageHeaderNav {
		padding: 0px;
		width: 50%;
		color: #D3973A;
		text-align: right;
		font-size: 10px;
		vertical-align: middle;
		float: right;
		margin-top: 20px;
	}
	#pageHeaderNav a:link, #pageHeaderNav a:visited {
		color: #D3973A;
		text-decoration: none;
		font-size: 10px;
		padding: 10px;
	}
	#pageHeaderNav a:hover, #pageHeaderNav a:active {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 10px;
		padding: 10px;
	}

#pageNav{
	clear: both;
	width: auto;
}
	#pageNav ul, #pageNav li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	}
#pageHome{
	background-image: url(../images/pageHome_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	width: 740px;
	float: left;
}
#pageContent{
	vertical-align: top;
	padding: 10px;
	color: #FFFFFF;
	float: left;
	width: 345px;
}
	#pageContent ul{
	list-style-image: url(../images/bullet_yellow.gif);
	margin-left: 20px;
	}
	#pageContent li{
	margin-bottom: 7px;
	}
	#pageContent a:link, #pageContent a:visited{
		color: #FFFFFF;
	}
	#pageContent a:hover, #pageContent a:active{
		color: #CCCCCC;
	}

#pageHomeConcept{
	width: 375px;
	float: right;
	padding-top: 35px;
}
#pageInner{
	background-image: url(../images/pageInner_bg.gif);
	background-repeat: repeat-y;
	background-color: #1F72D1;
	background-position: right;
	clear: both;
	float: left;
	width: 740px;
}
#pageInnerContent{
	padding: 20px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	width: 451px;
}
#pageInnerConcept{
	width: 249px;
	color: #ECECEC;
	line-height: 18px;
	font-size: 13px;
	float: left;
}
#pageFooter{
	color: #A4D8FD;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E2A13A;
	padding: 10px 24px;
	clear: both;
}
#pageFooter a:link, #pageFooter a:visited{
	color: #A4D8FD;
	text-decoration: none;
}
#pageFooter a:hover, #pageFooter a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.special {
display:none;
}
/*****layout ends *****/
