@charset "utf-8";
/*
/admin/styles.css 
Splatter admin panel styles 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	background: url(images/bg.jpg) repeat-x #000;
}
h2 {font-family: Georgia, "Times New Roman", Times, serif; color: #333333; margin-top: 3px; padding-top: 0px;}
h3 {font-family: Georgia, "Times New Roman", Times, serif;}
h4 {font-style: italic; font-size: 1em;}
#header {
	width: 150px;
	background: #222;
	color:#EEE;
	padding: 5px;
	float: left;
	border: 3px solid #5c6268;
	font-size: .9em;
	text-align: center;
}


#header h3 {margin: 3px; padding: 0;}
#adminNav a, #adminNav a:visited {color: #EEE}
#adminNav a:hover {color: #FFF; text-decoration: underline}
#adminNav, #adminNav li {list-style: none; margin: 0;  padding: 0; text-align: left;}

#content {
	margin-left: 175px;
	border: 4px solid #D0DCEA;
	padding: 3px;
	background: #eee url(images/content_bg.jpg) no-repeat top left;
}

#content a, #content a:visited {color: #333333}
#content a:hover {color:#000000}

#orderList {
	list-style: url(images/page_white_text.png);
}

#commonTasks {
	list-style: url(images/arrow_right.png);
}

#helpList {
	list-style: url(images/help.png);
}

.tableContainer {border: 2px dotted #a4aeb9; background-color:#fff; width: auto;}

table {font-size: .8em }

table td {padding: 3px;}

#footer {
	color: #999999;
	font-size: .6em;
	clear: both;
	margin-top: 20px;
}

#footer a, #footer a:visited {
	color: #999;
}
