@CHARSET "UTF-8";
#table-list {
	
	float: left;
	text-align: center;
}
#table-list thead a, #table-list tbody a{
	color: #4D4131;
	text-decoration: none;
	font-weight: bold;
}
#table-list th, #table-list thead td{
	/*width: 117px;*/
	height: 60px;
	background-image: url("../img/thead-bg.gif");
	background-repeat: repeat-x;
	padding: 0 0px 0 7px;
	text-align: left;
	border-bottom: 1px solid #dad5d0;
	vertical-align: top;
	
}
#table-list th.thead-left, #table-list thead td.thead-left{
	width: 8px;
	height: 60px;
	background-image: url("../img/thead-left.gif");
	text-align: left;
	border-bottom: 1px solid #dad5d0;
	padding: 0px;
	vertical-align: top;	
}
#table-list th.thead-right, #table-list thead td.thead-right{
	width: 8px;
	height: 60px;
	background-image: url("../img/thead-right.gif");
	text-align: left;
	border-bottom: 1px solid #dad5d0;
	padding: 0px;
	vertical-align: top;	
}
#table-list th.thead-center, #table-list thead td.thead-center{
	width: 18px;
	height: 60px;
	background-image: url("../img/thead-center.gif");
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: 1px solid #dad5d0;
	padding: 0px;
	vertical-align: top;	
}

#table-list td.left, #table-list td.center, #table-list td.right{
	padding: 0px;
	margin: 0px;
}
#table-list td.left, #table-list td.right {
	width: 8px;
}
#table-list td.center{
	width: 18px;
}

#table-list td{
	text-align: left;
	padding: 0 0 0 11px;
	height: 37px;
}
/*
#table-list .row1 td{
	background-color: #f2f1f0;	
}
#table-list .row2 td{
	background-color: #ffffff;
}
*/
#table-list tr.row1 {
	background-color: #f2f1f0;	
}
#table-list tr.row2 {
	background-color: #ffffff;
}
#table-list .row2:hover,#table-list .row1:hover{
	background-color: #f8d9f3;	
}

#table-list .sort-buttons{
	width: 15px;
	height: 30px;
	float: right;
	margin: 3px 5px 0 0;
	line-height: 100%;
	vertical-align: top;
}
#table-list .sort-buttons img{
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-weight: normal;
}
#table-list .sort-txt{
	float: left;
	margin-top: 10px;
}

/* PAGING */
.paging{	
	padding: 5px 0 5px 0;
	font-weight: normal;
	color:rgb(188,190,192);
	text-align: center;
	margin: 4px 0 4px 0;
}
.paging img{
	margin-bottom: -3px;
}
.paging a {
	color: rgb(77,77,77);
	text-decoration: none;
	padding: 0 2px 0 2px;
}
.paging a.current {
	color: rgb(174,61,78);
	font-weight: bold;
}
.paging .of{
	
	color: rgb(77,77,77);
}
