/* CSS Document */
th {
	font-weight:        bold;
	color:              #000000;
}

th.header {
	font-weight:        bold;
	color:              #000000;
	background-color: #abbdfe;
}
/* odd items 1,3,5,7,... */
.odd {
	background-color: #F3F4FC;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;	
}

/* even items 2,4,6,8,... */
.even {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;	
}

body{
	margin: 0px;
}
h1{
font-size:16px;
}
h2{
font-size:14px;
}
ul{
text-align:left
}
li{text-align:left}
input.btn,select.btn{
	color:#494949;
	font-family:'trebuchet ms', helvetica, sans-serif;
	font-size:10px;
	background-color:#FFF9EA;
	border:1px solid;
	border-top-color:#D1D3E0;
	border-left-color:#D1D3E0;
	border-right-color:#8A91B0;
	border-bottom-color:#8A91B0;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');		text-align: center;
	font-weight: bold;
}
		
input.btn1,select.btn1{
	color:#494949;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	border:1px solid;
	border-top-color:#D1D3E0;
	border-left-color:#D1D3E0;
	border-right-color:#8A91B0;
	border-bottom-color:#8A91B0;
}


TEXTAREA.btn1 {
	background-color: #FFFFFF;
	border: 1px solid #000099;
	color: #000000;
	font-weight: normal
} 
		
input.btnhov{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
	cursor: hand;
	}		
	
TABLE.opt{
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	z-index:100;
	border:1px solid;	
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#333366;
	border-bottom-color:#333366;
}	

TD.selected_layout{
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	z-index:100;
	background-color: #FFFF99;
}	

.add_modify {
	background-color: #FFFFE6;
	color: #000033;
}

.counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.findtext{
	color: #FF0000;
}

.dataTableRow {
}
.dataTableRowOver {
	background-color: #F5F5F5;
}



.handcursor{
	cursor:pointer;
}

TD.button_table_menu {
	color:#2F2FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.button_form {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
