
table.list{
	margin:0px;
	border:0px;
	border-spacing:1px;
	width:100%;
	color:#000;
	line-height:19px;
}

table.list tr td{
	padding:3px;
}
table.list tr th{
	padding:3px;
	text-align:center;
}

table.form {
	padding:2px;
	margin:0px;
	width:100%;
	color:#fff;
	font-size: 12px;
}
table.form tr th {
	font-weight:bold;
	text-align:right;
	padding:5px;
	margin:5px;
	width: 15%;
}
table.form tr td {
	font-weight:normal;
	text-align:left;

}
.odd {
	margin:2px;
	padding:2px;
	/*background-color: #fff;
	border-bottom:2px dotted #3473ab;*/
}

.odd input.text, select {
	width:98%;
	/*background-color: #fff;*/
	color:#000;
	border:1px solid #d6d6d6;
}
.even{
	/*background-color: #dde3f1;
	border-bottom:2px dotted #3473ab;*/
	margin:2px;
	padding:2px;
}
.even input.text, .even select {
	width:98%;
	color:#000;
	border:1px solid #ddd;
}
th {
	font-weight: bold;
	color:#000;
}
td {
	color:#000;
}

.border_top {
	border-top:1px solid #393b3a;
}
.border_bottom {
	border-bottom:1px solid #393b3a;
}