@charset "utf-8";
/* CSS Document */

/* ********************************************************************************************* */
/* MAIN LIST TABLE */

table {
	border-collapse:collapse;
	width:100%;
}
tr {
	border-bottom:1px solid #fff;
}
.last_tr {
	border-bottom:0px none;
}
th {
}
td {
}
/* GENERAL */

.header_tr .center,
.odd_tr .center,
.even_tr .center {
	text-align:center;
}

/* HEADER */ 

.header_tr {
	background-color:#b3b9ce;
}
.header_tr th {
	font-size:100%;
	font-weight:bold;
	color:#ffffff;
	padding:4px;
}

/* ROWS */ 

.odd_tr {
	background-color:#f4f4f4;
}
.odd_tr:hover {
	background-color:#f0f0f0;
}
.odd_tr td {
	font-size:100%;
	padding:4px;
}
.even_tr {
	background-color:#f8f8f8;
}
.even_tr:hover {
	background-color:#f0f0f0;
}
.even_tr td {
	font-size:100%;
	padding:4px;
}

/* SUMMARY */ 

.summary_tr {
	background-color:#fffffff;
}
.summary_tr td {
	font-size:100%;
	padding:4px;
}

/* FINAL */ 

.final_tr {
	background-color:#fe4801;
}
.final_tr td {
	font-size:100%;
	font-weight:bold;
	padding:4px;
	color:#ffffff;
}

.order_up,
.order_up_off,
.order_down,
.order_down_off {
	display:block;
	width:13px;
	height:12px;
	background-repeat:no-repeat;
	background-position:3px 3px;
	float:right;
	margin-top:2px;
	margin-bottom:2px;
}
.order_up {
	background-color:#5266a7;
	background-image:url(../images/tables/white_up.gif);
	margin-left:5px;
	margin-right:2px;
}
.order_down {
	background-color:#5266a7;
	background-image:url(../images/tables/white_down.gif);
	margin-left:2px;	
	margin-right:5px;
}	
.order_up_off {
	background-color:#e7e7e7;
	background-image:url(../images/tables/white_up.gif);
	margin-left:5px;
	margin-right:2px;
}
.order_down_off {
	background-color:#e7e7e7;
	background-image:url(../images/tables/white_down.gif);
	margin-left:2px;
	margin-right:5px;
}

.expand_plus,
.expand_minus {
	display:block;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
}
.expand_plus {
	background-image:url(../images/tables/icon_plus.gif);
}
.expand_minus {
	background-image:url(../images/tables/icon_minus.gif);
}


