/* CSS Document */
/* By Chico Web Design www.chicowebdesign.com */
* {
	outline: none;
	}
body,td,th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #666666;
}
body {
	background: #007c00 url(images/body-bg.jpg) repeat-x;
}
a:link {
	color: #006000;
}
a:visited, a:hover, a:active {
	color: #239F28;
}
h1 {
	font-size: 18px;
	color: #004F00;
}
h2 {
	font-size: 16px;
	color: #004F00;
}
.main {
	background: #ffffff;
	border: #ffffff 5px solid;
}
.white{
	color: #ffffff;
}
.white a:link, .white a:visited, .white a:hover, .white a:active {
	color: #ffffff;
	}

#admin-nav {
	padding: 10px;
}
#admin-content {
	padding: 10px;
}
.admin {
	border: #007300 1px solid;
}
fieldset {
	border:0;
}
fieldset legend {
	margin-left:103px;
	margin-bottom:5px;
	text-transform:capitalize;
}
fieldset label {
	float:left;
	width:120px;
	cursor:pointer;
}
fieldset div {
	margin-bottom:5px;
}
.required {
	color:#ff0000;
}
.form_status, .status{
	color:#ff0000;
	text-align:center;
	font-weight:bold;
}


/* --------------------------------------------------
BANNER
-------------------------------------------------- */
#banner {
	width: 521px;
	height: 282px;
	overflow: hidden;
	}
	#banner ul {
		margin: 0;
		padding: 0;
		position: relative;
		}
		#banner ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			}
			#banner ul li a img {
				border: none;
				}
			#banner ul li div {
				display: none;
				padding: 0 20px 0 0;
				color: #fff;
				background: url(/ui/public/image/layout/banner-icon.gif) no-repeat 100% 50%;
				}