.cmsconsole {
	font-family: Century Gothic, Arial;
	font-size: 9pt;
}
.cmsconsole a {
	font-family: Century Gothic, Arial;
	color: #447AA2;
	text-decoration:none;
}
.cmsconsole .consolehdr {
	background:#455e94;
	color:white;
}
.cmsconsole .consolehdr a {
	color:white;
	text-decoration:none;
}
.cmsconsole .consolemenu {
	background-image: url("http://203.211.150.164/ida/cmsadmin/pix/bg_menu.gif");
	color:white;
}
.consolepagehdr {
	font-family: Century Gothic, Arial;
	font-size:9pt;
	border-top:1px dotted silver;
	border-bottom:1px dotted silver;
}
.consolepagehdr a {
	font-family: Century Gothic, Arial;
	text-decoration:none;
}
.consolepagesubhdr {
	font-family: Century Gothic, Arial;
	font-size:9pt;
	border-top:1px dotted silver;
	border-bottom:1px dotted silver;
	text-transform: uppercase;
}
.consolesearch {
	font-family: Century Gothic, Arial;
	font-size:14pt;
	border-bottom:1px dotted silver;
	border-top:0;
	text-transform: uppercase;
}

/* Scheme for the forms */
.ipText{
	font-family: Century Gothic;
	font-size:10pt;
	height:25px;
	padding:4px;
	border-left:1px dotted gray;
	border-top:1px dotted gray;
	border-right:1px dotted gray;
	border-bottom:1px dotted gray;
}
.ipTextArea{
	font-family: Century Gothic;
	font-size:10pt;
	padding:4px;
	border-left:1px dotted gray;
	border-top:1px dotted gray;
	border-right:1px dotted gray;
	border-bottom:1px dotted gray;
}
.ipLabel {
	font-family: Century Gothic;
	font-size:10pt;
	color:gray;
}
.ipMesg{
	font-weight: bold;
	color:red;
}
/* Scheme for the list */
.lstSearch {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #686666;
	height: 28px;
	border-top:0px solid silver;
	border-left:0px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	padding:4px;
}
.lstBase{
	font-family: Century Gothic;
	font-size: 10pt;
	background-color: white;
	border:0;
}
.lstHdr{
	font-family: Century Gothic;
	font-size: 10pt;
	color:#05263E;
	font-weight:bold;
	border-bottom: 1px Solid C0C0C0;
}
.lstNorm{
	border-bottom: 1px dashed C0C0C0;
}
