/*

	admin.css - Styles for admin pages

*/

@import "common.css";
@import "header.css";

#admincolumn {
	width: 647px;
	min-width: 647px;
	padding: 0 0 20px;
	border: 1px solid #FFF;
	margin: 0 12px;
	background-color: #BAB;
	text-align: left;
	vertical-align: top;
	}
#admincolumn h1, #growcolumn h1,
#admincolumn h2, #growcolumn h2 {
	padding: 6px 0;
	border-bottom: 1px solid #000;
	margin: 0;
	text-align: center;
	color: #000;
	}
#admincolumn h1, #growcolumn h1 {
	background: #DDE;
	font-size: 16px;
	}
#admincolumn h2, #growcolumn h2 {
	border-top: 1px solid #000;
	background: #DCE;
	font-size: 14px;
	}


/*

	artist stats

*/
div#stats table {
	font-size: 16px;
	margin: 20px auto;
	border: 1px solid black;
	}
#stats th, #stats td {
	padding: 10px;
	border: 1px solid black;
	text-align: center;
	}
#stats th {
	background: #CCE;
	}
div.meter {
	width:100%;
	border: 1px solid black;
	height: 20px;
	background: #9F9;
	}
div.used {
	background: #F33;
	height: 20px;
	border-right: 2px solid #F00;
	}

div.expire {
	margin-top: 25px;
	padding: 2px; 
	border: solid 1px #000; 
	color: #F00;
	background: #FF0; 
	font-size: 14px;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	}
.expire a:link {
	font-weight: bold;	
	}	
/*

	#nav

*/
#nav {
	width: 150px;
	}
#nav ul, #catleft ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	}
#nav li, #catleft li {
	padding: 0;
	margin: 0;
	}
#nav a:link, #nav a:visited, #catleft a:link, #catleft a:visited {
	display: block;
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 6px;
	}
#nav a:link, #nav a:visited {
	color: #FF0;
	}
#nav a:hover, #nav a:active {
	color: #FFF;
	background-color: #224;
	}
#catleft a:link, #catleft a:visited {
	color: #00F;
	}
#catleft a:hover, #catleft a:active {
	background: #FFF;
	}
#nav h2 {
	background: #000;
	color: #FFF;
	margin: 0 0 2px;
	border: 2px solid black;
	font-size: 14px;
	text-align: center;
	}

#mads .mads,
#memb .memb,
#pass .pass,
#jour .jour,
#prof .prof,
#cats .cats,
#arks .arks,
#pric .pric,
#pass .pass,
#help .help,
#eman .eman,
#eema .eema,
#efam .efam,
#evli .evli,
#enew .enew,
#edon .edon	{ background: #669; }

#mads .mads a:hover,
#memb .memb a:hover,
#pass .pass a:hover,
#jour .jour a:hover,
#prof .prof a:hover,
#cats .cats a:hover,
#arks .arks a:hover,
#pric .pric a:hover,
#pass .pass a:hover,
#help .help a:hover,
#eman .eman a:hover,
#eema .eema a:hover,
#efam .efam a:hover,
#evli .evli a:hover,
#enew .enew a:hover,
#edon .edon	a:hover { background: #557; }

div#catbox {
	background: #EEF;
	}
div#catleft {
	width: 150px;
	float: left;
	min-height: 300px;
	padding: 6px;
	margin: 0;
	}
div#catmain {
	float: left;
	width: 484px;
	background: #BAB;
	border-left: 1px solid black;
	min-height: 400px;
	margin: 0;
	}
#catleft h3, #catmain h3 {
	margin: 4px 0 8px;
	font-size: 14px;
	}

.formfoot {
	text-align: center;
	}

h4 {
	padding: 4px;
	margin: 0 0 10px 0;
	}

.catlist {
	width: 80%;
	max-height: 200px;
	overflow: auto;
	}

/*

	hidden help tags

*/
div.pops {
	width: 0;
	height: 0;
	visibility: hidden;
	position: relative;
	z-index: 10;
	}
div.pops em {
	color: #900;
	font-style: normal;
	}
div.pops div {
	position: absolute;
	left: -50px;
	top: 0;
	width: 250px;
	border: 2px solid #F00;
	background: #EFE;
	color: #008;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	line-height: 1.5;
	}
.pops div a.out {
	display: block;
	margin: 10px auto 0;
	width: 40px;
	background: #6D6;
	padding: 0 4px;
	text-align: center;
	border: 1px solid black;
	text-decoration: none;
	}
.pops div a.out:hover {
	background: #9F9;
	}
