@CHARSET "UTF-8";

/*
* style for lists
*/
table.list {
	background-color:#E7E7E7;
	border-spacing:1px;
	color:#666666;
	width:100%;
}

table.list td,
table.list th { padding: 4px; }

table.list thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.list thead a:hover { text-decoration: none; }

table.list thead th img { vertical-align: middle; }

table.list tbody th { font-weight: bold; }

table.list tbody tr { background-color: #fff; text-align: left; }
table.list tbody tr.row1 { background: #f9f9f9; border-top: 1px solid #fff; }

table.list tbody tr.row0:hover td,
table.list tbody tr.row1:hover td { background-color: #ffd ; }

table.list tbody tr td { height: 25px; background: #fff; border: 1px solid #fff; }
table.list tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.list tfoot tr { text-align: center; color: #333; }
table.list tfoot td,
table.list tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

/*
* style for forms
*/

table.form { border-spacing:0px; }

table.form td { padding: 3px; }

table.form td.key {
	background-color: #f6f6f6;
	text-align: right;
	width: 140px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;	
}