body {
	color: #a9a9a9;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: normal;
	line-height: 18px;
}

img {border-width:0px;} 

.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;
}

a:link {color:#4ba1ff; text-decoration:none;}     /* unvisited link */
a:visited {color:#4ba1ff; text-decoration:none;}  /* visited link */
a:hover {color:#4ba1ff; text-decoration:underline;}   /* mouse over link */
/*a:active {color: #0000FF}*/   /* selected link */

.copyright {color:#808080; font-size:11px; line-height:24px;}
.copyright a:link {color:#808080;}     /* unvisited link */
.copyright a:visited {color:#808080;}  /* visited link */
.copyright a:hover {color:#4ba1ff; text-decoration:underline;}   /* mouse over link */

.form_link {color:#ffcb71;}
.form_link a:link {color:#ffcb71;}     /* unvisited link */
.form_link a:visited {color:#ffcb71;}  /* visited link */
.form_link a:hover {color:#ffcb71; text-decoration:underline;}

.table_basic 
{
    color: #FFFFFF;
    border: 1px solid #4ba1ff;
	background-color: #1359a5;
	padding: 10px;
}

.update_progress {
	color: #ffcb71;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.update_progress_print {
	color: #A23200;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.page_title {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	/*padding-bottom: 20px;*/
}

.page_title_print {
	color: #000000;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	/*padding-bottom: 20px;*/
}
.center_table { 
    margin-left: auto;
    margin-right: auto;
}

.menu {padding-bottom:5px;}

.mycursor {cursor:pointer;}

.successful {
	color: #00bf00;
	font-size: 16px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.warning {
	color: #e68b2c;
	font-size: 16px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.star {
	font-size: 12px;
	font-weight: bold;
	color: #FFA358;
	font-family: verdana, arial;
}

.error_msg {
	color: #FF0000;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.input {
	font-size: 11px;
	font-family: Verdana, Arial;
}

.empty_data {
	color: #ffcb71;
	font-size: 14px;
	font-family: Verdana, Arial;
	font-weight: bold;
}