/* 
Author: Reid Knorr 
Site: http://www.elogixdesign.com/
Version: LiteAdmin v1.0
Date: Released September 2008
*/

body, html {
	padding: 0;
	margin: 0;
}
body {
font-family: Arial, "MS Trebuchet", sans-serif;
font-size: 14px;
}
a {
	color: #669933;
}
h1 {
	color: #669933;
}
h2 {
	color: #669933;
	clear: left;
}
h3 {
	color: #777777;
	font-size: 18px;
	text-decoration: underline;
}
#header {
	width: 100%;
	height: 135px;
	background: url('images/header_bg.png') repeat-x;
	float: left;
}
#user_actions a {
	color: #669933;
}
#user_actions a:hover {
	text-decoration: none;
}
#user_actions {
	float: right;
	padding: 5px;
	/* background: #444444; */
	color: #ffffff;
	font-size: 14px;
	margin-top: 72px;
}
.wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#logo {
	float: left;
	width: 372px;
	height: 124px;
	background: url('images/logo.png') no-repeat;
	margin-top: 11px;
}
#nav {
	width: 100%;
	height: 65px;
	background: url('images/nav_bg.png') repeat-x;
	float: left;
	clear: both;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav ul li a {
	display: block;
	padding: 16px 20px 15px 20px;
	color: #777777;
	font-size: 18px;
	text-decoration: none;
	border-left: 1px solid #bbbbbb;
}
#nav ul li a:hover {
	background: url('images/nav_bg_active.png') repeat-x;
	color: #444444;
}
#nav ul li.first a {
	border: 0;
}
#nav ul li a.active {
	background: url('images/nav_bg_active.png') repeat-x;
	color: #444444;
}
#nav ul li a.active:hover {
	background: url('images/nav_bg_active.png') repeat-x;
	color: #777777;
}
#breadcrumbs {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	color: #777777;
	font-size: 14px;
	float: left;
	clear: both;
	margin-top: 10px;
	padding: 3px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #669933;
}
#content {
	width: 650px;
	float: left;
	clear: both;
	margin-top: 10px;
}
#sidebar {
	float: right;
	width: 250px;
	margin-right: 5px;
	margin-top: 20px;
}
#footer {
	width: 100%;
	color: #777777;
	border-top: 1px solid #cccccc;
	float: left;
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
}
.success {
	width: 100%;
	padding: 10px;
	margin: 5px 0px;
	background: #669933;
	border: 1px solid #006600;
	color: #eeeeee;
}
.error {
	width: 100%;
	padding: 10px;
	margin: 5px 0px;
	background: #cc3333;
	color: #eeeeee;
	border: 1px solid #990000;
}
.heading_green {
	width: 100%;
	padding: 5px;
	/*margin: 5px 0px;*/
	background: #669933;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-top: 1px solid #009900;
	border-left: 1px solid #009900;
	color: #eeeeee;
}
.heading_gray {
	width: 100%;
	padding: 5px;
	margin-top: 10px;
	background: #aaaaaa;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	color: #ffffff;
}
.sidebar-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebar-list ul li a {
	padding: 6px;
	color: #000000;
	background: #e5e5e5;
	margin-top: 1px;
	font-size: 12px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	/*border-right: 1px solid #bbbbbb;*/
	/*border-left: 1px solid #dddddd;*/
	display: block;
	text-decoration: none;
}
.sidebar-list ul li a:hover {
	background: #eeeeee;
}

/*Table Styles*/
#mytable {
	width: 900px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CECECE url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #cccccc;
	background: none;
}

td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #669933;
	font-size: 12px;
}


td.alt {
	background: #eeeeee;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
tr {
	border-left: 1px solid #cccccc;
}

/* Form Styles */
input {
	border: 1px solid #cccccc;
	height: 18px;
}
textarea {
	border: 1px solid #cccccc;
}
label {
	display: block;
	margin: 5px 0px 5px 0px;
}
/* Firefox */
button[type]{
	background: #333333;
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	margin: 5px 5px 5px 0px;
	float: left;
	clear: both;
	border: 1px solid #cccccc;
}
/* IE */
button {
	background: #333333;
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	margin: 5px 5px 5px 0px;
	float: left;
	clear: both;
}
.mediumlength {
	width: 230px;
	height: 18px;
}
.longlength {
	width: 330px;
	height: 18px;
}