body {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: normal;
	line-height: 18px;
}

a:link {text-decoration:none;}     /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {color:#ffd90f; text-decoration:underline;}   /* mouse over link */
/*a:active {color: #0000FF}*/   /* selected link */

.menu { 
    padding-bottom:5px;
}

.mycursor {
	cursor:pointer;
}

.page_title {
	color: #e6a21f;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	/*padding-bottom: 20px;*/
}

.center_table { 
    margin-left: auto;
    margin-right: auto;
}

.table_basic {
	border: 1px solid #e6a21f;
	background-color: #ffd90f;
}

.copyright {
	color: #808080;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: normal;
	line-height: 24px;
}

.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;
}

img {
    border-width:0px;
}

.error_msg {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.update_progress {
	color: #ffd90f;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight : bold;
}

.pager {
	/*color: #000000;*/
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	/*text-align: center;*/
}

.pager:link {color:#ffd90f;}     /* unvisited link */
.pager:visited {color:#ffd90f;}  /* visited link */
.pager:hover {color:#ffd90f;}   /* mouse over link */
.pager:active {color:#ffd90f;}   /* selected link */
