body{
	margin: 0px;
	width: 700px;
	font-family: Verdana;
	font-size:11px;
	color:#333;
	line-height:15px;
}
td.main {
	padding: 5px;
	background-color: white;
}
div.selwrp{
	margin: 8px 0px 0px 5px;
}
td.arrow{
	width: 15px;
	color: #FFF;
	background-color: #666;
	font-weight: bold;
	text-align: center;
	border-left: 5px white solid;
	border-right: 5px white solid;
}
.line_grey {
	background:#E3E3E3;
}
.line_header{
	color: #FFF;
	background-color: #C00;
}
div, td, select,input,textarea, p{
	font-family:Verdana;
	font-weight:normal;
	font-size:11px;
	color:#333;
	line-height:15px;
}
select {
	width: 240px;
}


button {
	background-color: #666;
	border-color: #666;
	color:#FFF;
}
button:hover{
	background-color: #CC0000;
}

input{
	background-color: #666;
	border-color: #666;
	color:#FFF;
}
input:hover {
	background-color: #CC0000;
}
tr.resrow_gray {
	background-color: #E3E3E3;
}
tr.resrow_white {
	background-color: #FFF;
}
td.reshead {
	font-weight: bold;
	color: #FFF;
}
td.res {
	color: #666666;
}