﻿div.admin_listL1
{
	margin-top:1px;
	border-bottom:dotted 1px #e5e5e5;
	background-color:#f5f5f5;
	padding:3px 5px;
	cursor:pointer;
}
div.admin_listL1:hover
{
	background-color:#e5e5e5;
}
div.admin_listL2
{
	cursor:pointer;
	border-bottom:dotted 1px #e5e5e5;
	padding:3px 15px;
}
div.admin_listL2:hover
{
	background-color:#f5f5f5;
}
div.admin_listCount
{
	border:solid 0px #f5f5f5;
	float:right;
	width:100px;
	text-align:right;
	margin-right:20px;
}
div.admin_listDetail
{
	cursor:pointer;
	border-bottom:dotted 1px #e5e5e5;
	padding:3px 5px;
}
div.admin_listDetail div
{
	float:left;
	margin-right:20px;

}
div.admin_listHeader
{
	font-style:italic;
	padding:3px 5px;
	color:#c0c0c0;
}
div.admin_listHeader div
{
	margin-right:20px;
	float:left;
}
div.admin_listDetail:hover
{
	background-color:#f5f5f5;
}
div.admin_subheading
{
	width:550px; 
	margin-bottom:10px; 
	margin-top:20px; 
	font-weight:bold; 
	border-bottom:dotted 1px #c0c0c0; 
	font-style:italic;
}

