@CHARSET "UTF-8";

* {
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
}

body {
	margin: 0px;
	height: 100%;
	font-size: small;
}

.head	{
    color: white;
    font-size: medium;
}

.menu	{
	float: left;
	width: 155px;
	clear: none;
	background-color: #EDEDED;
	height: 100%;
}

.menuopt {
	display: block;
	padding: 1.5em 0.5em;
	font-family: sans-serif;
	font-size: 1em;
	cursor: pointer;
	font-weight: bold;
	color: #505050;
}

.page	{
	margin-left: 155px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #777;
}

.pagehdr {
	overflow: hidden;
	background: -moz-linear-gradient(center top , #CCCCCC, #CCCCCC) repeat scroll 0 0 transparent;
    padding: 4px 9px;
	margin: 0px;
	color: #135C8F;
}

.selColorOff {
	
}

.selColorOn {
	background-color: #7FB2BE;    
    color: #FFFFFF !important;
}

.pageOn {
	background-color: #EDEDED;
    border-color: #72B2BE;
    border-style: solid;
    border-width: 0 2px 2px;
    display: block;
    visibility: visible
}

.pageOff {
	display: none;
	visibility: hidden;
}

.instr 	{ 
	font-style: italic; 
	font-size: small;
	padding-bottom: 2em;
}
		
.footerline {
	border-top: 2px solid #999;
	padding-top: .5em;
}

.error {
	font-family: sans-serif;
	border: 1px solid #f99;
	padding: 1em;
	background-color: #FAFAD5;
}

code	{
	font-family: courier;
	font-style: normal; 
	font-size: 100%;
	color: #c82727;
}

div.roundCorner3
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

body.cfgEditSetting
{
    
}

body.cfgEditSetting table.padding20
{
	padding: 20px;
}

body.cfgEditSetting table.grayText td
{
	color: #505354 !important;
}

body.cfgEditSetting table.grayText .highlightedText
{
	color: #c82727 !important;
}

body.cfgEditSetting table td input, body.cfgEditSetting table td select, body.cfgEditSetting table td select option
{
	color: #000000 !important;
}