.adminlist{
	width:100%;
	color:#3D5B75;
	text-align:left;
}
.adminlist tr th,.adminlist tr td{
	padding-right:0;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
}
.adminlist .first_col{
	padding-left:20px;
}
.adminlist .last_col{
	padding-right:20px;
}
.table_header_left{
	background: url(table-top-left.gif) no-repeat left;
	background-color: #B3B3B3;
	font-size:1px;
	/*width:6px;*/
}
.table_header_right{
	background: url(table-top-right.gif) no-repeat right;
	background-color: #B3B3B3;
	font-size:1px;
	/*width:6px;*/
}
.table_footer_left{
	background: url(table-bottom-left.gif) no-repeat left;
	font-size:0;
	width:6px;
	height:6px;
}
.table_footer_right{
	background: url(table-bottom-right.gif) no-repeat right;
	font-size:0;
	width:6px;
	height:6px;
}
.table_footer{
	font-size:0;
	background: url(table-bottom-center.gif) repeat-x;
}
.table_header{
	background-color:#B3B3B3;
}
.table_header h1{
	color:white;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	margin-top:0;
	margin-bottom:7px;
}
.container_gray{
	border-left:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
}

.footer_div_copy{
	color:#CCCCCC;
	font-size:10px;
}