@CHARSET "UTF-8";

html,body{
	font-family: "Trebuchet MS";
	font-size: 11pt;
}
h1{
	font-size: 1.5em;
	font-weight: normal;
	/*text-align: center;*/
	color: #A80000;
	font-family: Georgia;
}
#container_f{
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}
table#list{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 2px solid #E5D4B2;
}
table#list th{
	padding: 3px;
	background-color: #E5D4B2;
	color: #A80000;
	font-weight: bold;
	text-align: center;
}
table#list tr{
	text-align: left;
	color: #000;
}
table#list td{
	padding: 3px;
	border: 1px solid #E5D4B2;
}

table#list tr:hover{
	/*background-color: #F7EBD5;*/ 
}
table.form{
	margin: 0 auto;
	width: 700px;
	background-color: #E5D4B2;
}
table.form th{
	background-color: #E5D4B2;
	color: #A80000;
}
table.form tr{
	background-color: #FFF;
	color: #000;
}
table.form input{
	width: 98.9%;
}
table.form span{
	color: #666;
	font-size: 8pt;
}
table.form textarea{
	width: 98.9%;
	height: 150px;
}
/*
table.form select{
	width: 170px;
}
*/
div#filter{
	width: 100%;
	margin: 0 auto;
}
div#caption{
	/*width: 600px;*/
	width: 100%;
	text-align: center;
	background-color: #E5D4B2;
	padding: 0px;
}
div#caption a{
	width: 100%;
	display: block;
	font-size: 13pt;
	
	color: #A80000;
	text-decoration: none;
}
div#myFilter form{
	margin: 0 0 10px 0;
	padding: 0;
}
div#myFilter{
	/*width: 602px !important;*/
	width: 100% !important;
	/*width: 582px; /*fix for ie6*/
	background-color: #F7EBD5;
	border-bottom: 1px solid #E5D4B2;
}
div#myFilter table{
	width: 100%;
}
div#myFilter table div{
	width: 200px;
}
div#myFilter table div label{
	float: left;
	width: 20px;
}
div#myFilter table td{
	padding: 3px;
}
div#myFilter .type0{
	float: left;
	width: 140px;
    border: 1px solid #E5D4B2;
	font: 10pt "Trebuchet MS";
}
div#myFilter .type3{
    border: 1px solid #E5D4B2;
	width: 390px;/*366px;*/
	font: 10pt "Trebuchet MS";
}
/*
div#myFilter select{
	width: 100%;
}
div#myFilter option{
	width: 100%;
}
*/

a:link,a:visited,a:hover,a:active{
	color: #000;
	text-decoration: underline;
}
a.s:link, a.s:visited, a.s:hover, a.s:active{
	color: #A80000;
	font-size: 12pt;
	text-decoration: none;
}
div.s{
	font-size: 12pt;
}
div#pages{
	width: 100%;
	margin-bottom: 10px;
}
p.pages{
	float: left;	
}
p.print{
	float: right;	
}


/* styles for form in cp */

div#form{
	width: 700px;
	margin: 0 auto;
	border: 1px solid #E5D4B2;
	overflow: hidden;
}
div#form .block{
	
}
div#form .title{
	background-color: #E5D4B2;
	text-align: center;
	color: #A80000;
	font: 14pt "Trebuchet MS";
}
div#form .line{
	/*border-bottom: 1px solid #E5D4B2;*/
	padding: 5px;
	overflow: hidden;
}
div#form .caption{
	width: 350px;
	float: left;
}
div#form .field{
	width: 335px;
	float: left;
}

div#form .field input{
	width: 100%;
}
div#form .field textarea{
	width: 100%;
	height: 100px;
}
div#form .field select{
	width: 100%;
}
div#form .field span{
	color: #666;
	font-size: 8pt;
}
div#form #fields div.item{
	border-bottom: 5px solid #E5D4B2;
}

