html, body {
	color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: normal;
	line-height: 16px;
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
}

img {border-width:0px;}

a:link {color:#c6952c; text-decoration:none;}     /* unvisited link */
a:visited {color:#c6952c; text-decoration:none;}  /* visited link */
a:hover {color:#c6952c; text-decoration:underline;}   /* mouse over link */
/*a:active {color: #0000FF}*/   /* selected link */

.mycursor {cursor:pointer;}

.input {font-size:11px;}

h1 {
	width: 960px;
	height: 24px;
	position: relative;
	margin: 0px;
	padding-bottom: 15px;
	font-size:10px;
}

h1 span {
	background: url("../img/top.gif") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

h2 {
	color: #c6952c;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}

.center_table { 
    margin-left: auto;
    margin-right: auto;
}

.copyright {font-size:9px;}

.button_print {
	color: #ffffff;
	background: #ffffff;
	font-size: 0px;
	border-width: 0px;
	cursor: hand;
	background-image: url(../img/button_print.gif);
	width: 68px;
	height: 29px;
}

.successful {
	color: #c6952c;
	font-size: 16px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

/*.warning {
	color: #e68b2c;
	font-size: 16px;
	font-family: Verdana, Arial;
	font-weight: bold;
}*/

.error_msg_n {color:#FF0000;}

.error_msg {color:#FF0000; font-weight:bold;}

.update_progress {
	color: #999999;
	font-weight: bold;
	line-height:20px;
}

.menu {width:140px;}
.menu *{margin:0px; padding:0px;}

.menu ul li {color:#FFFFFF; list-style:none;} /* To hide the dots */

.menu ul a {
    color:#999999;
    text-decoration:none;
    display:block;
    padding:4px 0px 4px 0px;
}

/*.menu ul a:hover, ul li.active a*/
.menu ul li.active a {
    color:#c6952c;
    padding-left:8px;
    background-image:url(../img/menu_arrow.gif);
    background-repeat:no-repeat;
    background-position:0px 9px;
}

.menu ul a:hover {color:#c6952c;}

.menu img {
    border-width:0px;
    vertical-align:middle;
    padding:0px 0px 0px 9px;
}