* { 
	margin: 0; 
	padding-top: 0;
}
html, body { 
	font: 13px Tahoma; 
	color: #454545; 
	line-height: 1.6em; 
	overflow: auto; 
}

label:hover{
	cursor:pointer;
}


.loginSelect{
	font: 13px Tahoma; 
	font-weight:bold;
	width:168px;
	height:28px;
	border:1px dotted #666;
	border-radius:4px;
	margin-left:9px;
}

a { 
	text-decoration: none; 
	color: #993400; 
	background: inherit; 
}
a:hover { 
	color: #808080; 
	background: inherit; 
}	
a:focus { 
	outline: 0; 
}
img { 
	border: 0; 
}
.gray {
	color:#666666;
}
.green {
	color:#006600;
}
.red {
	color: #993400;
}
#maincontent { 
	width: 580px; 
	height: 385px;
	margin: 30px auto 0; 
	padding: 0; 
	clear: both; 
	background: url(../images/bg.png) repeat-x; 
}

#loginform { 
	background: url(../images/index-bg.jpg) no-repeat left bottom;
	padding: 40px 50px 10px 4px; 
	line-height: 35px;
	margin: 0 0 20px;
	width: 80%;
	float: right;
	text-align: right;
} 
#loginform p { 
	padding-left: 100px; 
	margin: 0; 
}
h2 {
	font-family: Tahoma;
	font-size: 25px;
	color: #006600;
	padding-bottom: 20px;
}
h3 {
	font-family: Tahoma;
	font-size: 20px;
	color: #993400;
	border-bottom: 1px dashed #ccc;
	line-height: 35px;
}
#slogan {
	padding-top: 5px;
	padding-bottom: 10px;
}
.inputbox {
	border: 1px solid #cccccc;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	width: 165px;
	font-family: tahoma;
	padding: 5px 5px 5px 5px;
}

.inputboxUpdate {
	border: 1px solid #cccccc;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: tahoma;
	padding: 3px 3px 3px 3px;
}

.inputbox1 {
	margin-bottom: 1px;
	padding-left: 8px;
	padding-top : 3px;
	padding-bottom: 5px;
	border: 1px solid #cccccc;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	width: 165px;
	font-family: "tahoma";
	
	
}
.small {
	font-size: 11px;
}
.code {
	font-family: "tahoma", Courier, monospace;
	font-size: 11px;
}
.inputbox-normal {
	margin-bottom: 1px;
	padding-left: 8px;
	padding-top : 3px;
	padding-bottom: 5px;
	border: 1px solid #cccccc;
	font-size: 13px;
	color: #000000;
	width: 165px;
	font-family: Tahoma;
}
.inputbox-fail {
	margin-bottom: 1px;
	padding: 3px 2px 5px 8px;
	border: 1px solid #f00;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	width: 165px;
}

.button {
	background:url(../images/button2.png);
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	BORDER-BOTTOM-STYLE: none; 
	color:#ffffff;
	font-weight:bold; 
	width: 87px; 
	height: 24px; 
	padding-left:0px;
	font-family: Tahoma;
	cursor:pointer;
}

.button:hover {
	opacity:0.8;
}



.buttonHis {
	color:#050;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#fed;   
	border:1px solid;   
	border-color: #696 #363 #363 #696;  
}
.button800 {
	color:#060;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#fcc;   
	border:1px solid;   
	border-color: #696 #363 #363 #696;  
}
.buttonRoom {
	color:#070;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#cec;   
	border:1px solid;   
	border-color: #696 #363 #363 #696; 
}
.buttonAct {
	color:#080;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#ccf;   
	border:1px solid;   
	border-color: #696 #363 #363 #696;  
}
.buttonDis {
	color:#090;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#ddd;   
	border:1px solid;   
	border-color: #696 #363 #363 #696;  
}


#div-overflow{
	display: inline;
	background-color: #ffffff;
}

#header-bar {
	background: url(../images/header-bg2.png) 0 0 repeat-x;
	color: #fff;
	padding: 5px 25px 5px 5px;
}
#header-bar {
	height: 45px;
}
#header-logoff {
	float: right;
	text-decoration: none;
}
#header-logoff a {
    color: #FFD9DA;
}
#header-logoff a:hover {
    color: #ff0000;
	text-decoration: underline;
}
#body {
	width: 98%;
	max-width:1200px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.box {
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	 clear: both;
}
#footer {
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px dashed #ccc;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

#cpanel {  text-align: center;  vertical-align: middle; }

#cpanel div.icon   { margin: 3px; }
#cpanel div.icon a {
        display: block; float: left;
        height: 97px !important;
        height: 100px;
        width: 108px !important;
        width: 110px;
        text-decoration : none;
        border: 1px solid #DDD;
        padding: 2px 5px 1px 5px;
}

#cpanel div.icon a:link    {  color : #808080;  }
#cpanel div.icon a:hover   {
        color : #333;
        background-color: #f1e8e6;
        border: 1px solid #c24733;
        padding: 2px 5px 1px 5px;
}
#cpanel div.icon a:active  {  color : #808080;  }
#cpanel div.icon a:visited {  color : #808080;  }

#cpanel div.icon img { margin-top: 13px; }
#cpanel div.icon span { display: block; padding-top: 3px;}

#left { 
	float: left;
	margin-right: 2;
	width: 100%;
}
/* navigation */
#right {
	float: right;
	width: 20%;
	display:none;
}
#right h1 {
	border-bottom: 1px dashed #DDD;
	color: #c40000;
	font-size: 13px;
	height: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#right ul {
	margin: 0;
	padding: 0;
}
#right li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
#right li a {
	color: #777;
	display: block;
	font-size: 13px;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
#right li a:hover {
	color: #111;
	background: url(../images/li-red.gif) no-repeat center left;
}
.space {
	height: 10px;
}
#content {
	margin-bottom: 5px;
	border: 1px #ddd solid;
	padding: 5px ;
	text-align: left;
	min-height: 300px;
	line-height: 16px;
	padding-bottom: 20px;
}
.header {
	font-family: Tahoma;
	font-size: 20px; font-weight: bold; color: #0B55C4;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-top: 5px;
	margin-top: 5px;
	border-bottom: 1px #ddd dashed;
}
.normal {
	color: #333333;
	font:13px Tahoma;
}
fieldset p {  margin: 20px 20px 20px 20px;  }

legend    {
	color: #c40000;
	font-size: 13px;
}
table.admintable { margin-top:10px;}
table.admintable td { padding: 3px; }
table.admintable td.key,
table.admintable td.paramlist_key {
	/*
	background-color: #C4B7B7;
	color: #091E4B;
	font-weight: bold;
	border-bottom: 1px solid #404E3F;
	border-right: 1px solid #404E3F;
	*/
	background-color: #f6f6f6;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;

}

table.admintable td.key2{
	background-color: #C4B7B7;
	color: #091E4B;
	font-weight: bold;
	border-bottom: 1px solid #404E3F;
	border-right: 1px solid #404E3F;
	height:20px !important;
}

span.alert,
span.info,
span.download,
span.note {
	margin-top: 10px;
	text-align: center;
	height: 10px;
	display: block;
}

span.alert {
	color: #c40000;
}

span.info {
	color: green;
}

span.note {
	color: #B79000;
}

span.download {
	color: #57861A;
}
.noborder {
	FONT-SIZE: 13px; COLOR: #666666; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none; background:url(../images/bg_line.gif)  bottom; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; 
}
.noborder:hover {
	FONT-SIZE: 13px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none; background:url(../images/bg_line_red.gif)  bottom; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; 
}
.noborder4 {
	FONT-SIZE: 13px; COLOR: #666666; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none; background:url(../images/bg_line_red.gif)  bottom; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; 
}
.noborder4:hover {
	FONT-SIZE: 13px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none; background:url(../images/bg_line.gif)  bottom; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; 
}
.noborder3 {
	FONT-SIZE: 13px; COLOR: #666666; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none; background:url(../images/bg_line.gif)  bottom; padding-top: 4px; padding-bottom: 4px; padding-left: 5px;  
}
.noborder3:hover {
	FONT-SIZE: 13px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none; background:url(../images/bg_line_red.gif)  bottom; padding-top: 4px; padding-bottom: 4px; padding-left: 5px;  
}
.noborder2 {
	FONT-SIZE: 13px; COLOR: #666666; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none; background:url(../images/bg_line.gif)  bottom; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; font-weight:bold; 
}
.noborder2:hover {
	FONT-SIZE: 13px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none; background:url(../images/bg_line_red.gif)  bottom; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; font-weight:bold; 
}
.normal a {
	color: #333333;
	font-weight: normal;
}
.normal a:hover {
	color: #c40000;
	font-weight: normal;
}