/******************************************************************************
 * ADMINISTRATION
 *****************************************************************************/
#adminPage {
	clear: left;
	float: left;
	width: 860px;
	padding: 20px;
	border-top: 5px solid #666666;
}

#adminMenu {
	float: left;
	width: 150px;
	height: 400px;
	text-align: left;
	background-color: #eeeeee;
	border: 1px solid #333333;
}

#adminMenu p {
	display: block;
	color: #ffffff;
	background-color: #333333;
	line-height: 20px;
	font-weight: bold;
}

#adminMenu p a {
	display: block;
	color: #333333;
	background-color: #eeeeee;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 3px;
}

#adminMenu p a:hover {
	font-weight: bold;
}

#adminContent {
	float: left;
	width: 650px;
	margin-left: 20px;
}

.listTitle {
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

.listTitle a {
	float: right;
	padding-bottom: 10px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.listTitle a img {
   margin-right: 3px;
	margin-bottom: -4px;
}

.listHeader {
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background-color: #333333;
}

.listCell {
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	background-color: #eeeeee;
	border-bottom: 1px solid #333333;
}

.listCell a img {
	padding-left: 10px;
}

#cacheList {
	height: 204px;
	border: 1px solid #999999;
	overflow: auto;
}

#headerCenter.admin {
   font-size: 10px;
	color: #333333;
   text-align: right;
   line-height: 16px;
   margin-top: 10px;
}

#headerCenter.admin a {
	font-size: 11px;
   color: #333333;
   line-height: 22px;
   margin-right: 60px;
}

#headerCenter.admin a img {
   margin-right: 3px;
   margin-bottom: -4px;
}

#headerRight.admin {
	text-align: right;
   margin-top: 40px;
}

#headerRight.admin a {
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}
