/** Frontend LISTS
---------------------------------*/
.list {
    margin-top: 0px;
}

.list table {
    /*border-collapse: collapse;*/
    background-color: #ffffff;
    width: 100%;
}

.list td {
    margin: 0px;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #D6DFB5;
}

.glist td {
    border-bottom: 1px solid #E5EFBC;
	background-color: #f5f9e3;
	color: #172800;
}

.admlist td {
	font-size: 11px;
}

.blist td {
	border-bottom: 1px solid #D2D7DD;
    background-color: #edf1f6;
	color: #12232f;
}
	
.list tr.cell_light td {
    background-color: #edf1f6;
}

.list tr.cell_dark td {
    background-color: #edf1f6;
}

.list tr.cell_light_red td {
    background-color: #FFE5E5;
}

.list tr.cell_dark_red td {
    background-color: #FFE5E5;
}

.list th {
    padding: 0 6px;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    white-space: nowrap;
	border: 1px solid #B4DF1B;
	background-color: #edf7ca;
}
.list th a {
	color: #005B7F;
}

.glist th {
    background-color: #edf4cf;
}

.blist th {
    background-color: #e4e8ec;
}

.blistgrad th {
    background-color: #e4e8ec;
	background-image: url('../images/table_b_th_bg.gif');
}

.glist th.title {
	font-weight: bold;
	color: #4D6334;
	background-image: url('../images/table_g_th_bg.gif');
	background-color: #edf7ca;
}

.list th.title {
	font-weight: bold;
    color: #666666;
    background-color: #EDF7CA;
}

.list th table.inth, .ulist th table.inth th {
    border: 0;
    cursor: pointer;
}

.list th table.inth th {
    padding: 0px 1px;
}

.list th table.inth th.thtitle {
    padding: 0px 3px;
}

.list td.bottom {
    background-color: #E4E8EC;
    border: 1px solid #D2D7DD;
	border-top: none;
    padding: 2px 10px;
    font: normal 12px arial, tahoma, sans-serif;
    color: #8792A6;
    height: 20px;
}

.list div.filterDropdown {
	display:none;
	margin-left: 0;
	position:absolute;
	padding: 0;
	margin: 0;
	border:0;
	clear: both;
	float: left;
}

.list .filterDropdown form.filterform  {
	padding: 0;
	margin: 0;
}

.list .filterDropdown table {
	width: 1px;
}

.list .filterDropdown table td {
	padding:0;
}

.list .filterDropdown table.dropdown td a {
	padding: 1px 7px 1px 3px;
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.list .filterDropdown table.dropdown td a:hover {
	background-color: #EDF4DB;
}

.list .filterDropdown .filterform input.filter_button {
	width:16px;
	height:19px;
	border-width: 1px;
	padding:0;
	color: #808080;
}

.list .filterDropdown input.filter_input {
	height:17px;
	width:100%;
	margin:2px 0 0 0;
	padding:0;
	border:0;
}

.list .filterDropdown .filterform select.filter_select {
	width:33px;
	height: 17px;
	margin:0px;
	border: 0;
}

.list .filterDropdown .filterform select.filter_select option {
	padding-left: 1px;
}

.list div.pages {
	margin-top: 12px;
}

.list div.pages a, .list div.pages span {
	color: #456F3E;
	display: inline;
	padding: 3px 7px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #A9BF9B;
	background-color: #EDF4DB;
	margin:0;
}

.list div.pages a:hover {
	border-color: #456F3E;
}

.list div.pages span.current {
	background-color: #547C4E;
	color: white;
}

.list div.pages span.stepbutton {
	color: #A9BF9B;
}


