.cmsconsole {
	font-family: Century Gothic;
	font-size: 10pt;
}

.cmsconsole a {
	color: #447AA2;
	text-decoration:none;
	font-size:10pt;
}

/* Scheme for the general page */
.pageHdr {
	background:#F6EC96;
	font-family: Century Gothic;
	font-size:10pt;
	font-weight:bold;
	color:#9D9782;
}
.pageSubHdr {
	font-family:Century Gothic; 
	font-size:10pt; 
	font-weight:bold; 
	background:#C7ea68;
	color:green;
}
.pageBase{
	font-family: Century Gothic;
	font-size: 10pt;
}

/* Scheme for the forms */
.formBase{
	background-color : White;
	font-family: Century Gothic;
	font-size: 10pt;
}
.formHdr{
	color : Black;
	background-color : #F9E3A6;
	font-weight : bold;
	font-size:10pt;
}
.ipText{
	font-family: Century Gothic;
	font-size: 10pt;
	border: 1px solid silver;
}
.ipTextArea{
	font-family: Century Gothic;
	font-size: 10pt;
	border: 1px solid silver;
}
.ipBtn{
	font-family: Century Gothic;
	font-size: 10pt;
	color:gray;
	cursor:hand;
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	background:#FFFFFF;
	text-align:center;
}
.ipSearch{
	font-family: Century Gothic;
	font-size: 10pt;
	color:gray;
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	background:#FFFFFF;
	text-align:center;
	width: 28%;
}
.ipLabel {
	font-family: Century Gothic;
	font-size:10pt;
	color:gray;
}
.ipMesg{
	font-family: Century Gothic;
	font-size: 10pt;
	font-weight: bold;
	color:red;
}
/* Scheme for the list */
.lstBase{
	background-color: white;
	font-family: Century Gothic;
	font-size: 10pt;
	border:0;
}
.lstHdr{
	font-family:Century Gothic;
	font-size:10pt;
	color:#05263E;
	font-weight:bold;
	border-bottom: 1px Solid C0C0C0;
}
.lstNorm{
	font-family: Century Gothic;
	font-size: 10pt;
	border-bottom: 1px dashed C0C0C0;
}
