.cmsconsole {
	font-family: Century Gothic;
	font-size: 9pt;
}

.cmsconsole a {
	color: #447AA2;
	text-decoration:none;
	font-size:9pt;
}
/* Scheme for the general page */
.consoleHdr {
	font-family: Century Gothic;
	font-size: 9pt;
	background:#ffffff;
	color:#7e7d7d
}
.pageHdr {
	font-family: Century Gothic;
	font-size:9pt;
	font-weight:bold;
	background: url(bar_background.gif);
	color:#696969;
}
.pageHdr a {
	color:#696969;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;
}
.pageSubHdr {
	font-family: Century Gothic;
	font-size:9pt;
	font-weight:bold; 
	background:#ebe3e7;
	color:#7e7d7d;
}

/* Scheme for the forms */
.ipText{
	font-family: Century Gothic;
	font-size:9pt;
	height:25px;
	padding:4px;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom:1px dotted gray;
}
.ipTextArea{
	font-family: Century Gothic;
	font-size:9pt;
	padding:4px;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom:1px dotted gray;
}
.ipLabel {
	font-family: Century Gothic;
	font-size:9pt;
	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: 9pt;
	background-color: white;
	border:0;
}
.lstHdr{
	font-family: Century Gothic;
	font-size: 9pt;
	color:#05263E;
	font-weight:bold;
	border-bottom: 1px Solid C0C0C0;
}
.lstNorm{
	border-bottom: 1px dashed C0C0C0;
}

