body {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: rgb(231, 231, 231);
    color: rgb(51, 51, 51);
}
/*table, tr, td { 
	font-family: Arial,Helvetica,sans-serif;
    color: rgb(51, 51, 51);
    font-size: 12px;
}*/
input,textarea,select { 
	border: 1px solid rgb(0, 0, 0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    font-size: 12px;
}
    
A:link { text-decoration:underline; color: black; }
A:visited { text-decoration: underline; }
A:active { text-decoration: underline; }
A:hover { text-decoration: underline; color: red; }

.page_title { 
	font-weight: bold ! important;
    text-align: left;
    color: white ! important;
    font-size: 30px ! important;
}
.page_footer { 
    text-align: right;
    color: #bee088 ! important;
    font-size: 11px ! important;
}   
.page_caption { 
	font-size: 14px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
	color: white;
	/*color: #3D3D3D;*/
    text-align: center;
}
.errormessage { 
	font-size: 12px;
    color: rgb(255, 0, 0);
    font-weight: bold;
}
.info { 
	font-size: 12px;
    /*color: #009900;*/
	color: white;
    font-weight: bold;
}
.button_over { 
	border-style: solid;
    border-color: rgb(204, 204, 204) rgb(51, 51, 51) rgb(51, 51, 51) rgb(204, 204, 204);
    border-width: 1px;
    padding: 2px;
    cursor: pointer;
    cursor: hand;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: white;    
    background-color: #6A6A6A;
}
.button_off { 
	border: 1px solid rgb(153, 153, 153);
    padding: 2px;
    color: rgb(51, 51, 51);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: black;
}
.caption { 
	border-color: #636363;
    border-width: 1px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color:  white;
    background-color: grey;
}
.tbl_row_grey {
	background-color: #E2E2E2;
	color :black;
}
.tbl_row_white{
	background-color: white;
	color :black;
}
.tbl_row_highlight{
	background-color:#B4B4B4 ;
	color :#000000;
}
.inputlabel {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight:bold;
    color:  white;
}
.loginlabel {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
	font-weight:bold;
    color:  white;
}