
/* Page Structure Styles
----------------------------------------------- */

body {
	padding: 10px;
	
	font: 12px/18px arial, verdana, sans-serif;
	color: #444;
	text-align: center;
	
	background: #fff;
}

#container {
	position: relative;
	
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	
	border: 1px solid #369;
	
	text-align: left;
}

#content {
	position: relative;
	
	margin: 0;
	padding: 15px;
	width: 970px;
}

#footer {
	position: relative;
	
	margin: 0;
	padding: 7px 0 0 15px;
	width: 985px;
	height: 18px;
	
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	
	background: #69c;
}

#footer div#credits {
	position: absolute;
	top: 7px;
	right: 15px;
}

#license {
	position: relative;
	
	margin: 15px auto 0;
	padding: 15px;
	width: 420px;
	
	border: 1px solid #ccc;
	
	line-height: 13px;
	
	background: #fff;
}



/* Navigation Styles
----------------------------------------------- */

#navigation {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 1000px;
	
	font-size: 11px;
	line-height: 25px !important; /* Modified for IE 7 */
	line-height: 24px; /* IE SUCKS */
	color: #fff;
	
	background: #369;
}

#navigation ul {
	margin: 0 0 0 15px;
	/*padding: 6px 0 0 !important;  IE SUCKS */
	/*padding: 7px 0 0;*/
	padding: 0; /* Modified for IE 7 */
		
	white-space: nowrap;
	
	list-style-type: none;
}

#navigation ul li {
	display: inline;
}

#navigation li a {
	margin: 0;
	padding: 5px 15px;
	
	border-top: 1px solid #275380;
	border-right: 1px solid #275380;
	
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#primary {
	position: relative;
	
	margin: 0;
	padding: 10px 0 0;
	height: 25px;
}

#primary li a {
	color: #fff;
	background: #4F7EAD;
}

#primary a.current, #primary a.current:hover, #primary a:hover {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #69c;
	background: #69c;
}

#secondary {
	position: relative;
	
	margin: 0;
	padding: 10px 0 0;
	height: 25px;
	
	background: #69c;
}

#secondary li a {
	color: #444;
	background: #D7E9F5;
}

#secondary a.current, #secondary a.current:hover, #secondary a:hover {
	border-top: 1px solid #FFC73C;
	border-bottom: 1px solid #fff;
	
	color: #444;
	background: #fff;
}

#signout {
	position: absolute;
	top: 11px;
	right: 15px;
	
	color: #fff;
	text-align: right;
}

#signout a {
	color: #fff;
	text-decoration: underline;
}

#signout a:hover {
	color: #369;
	text-decoration: none;
	background: #fff;
}



/* General Content Styles
----------------------------------------------- */

h1 {
	margin: 0;
	padding: 0 0 5px;
	
	font: 20px/20px arial, verdana, sans-serif;
	color: #369;
}

hr {
	margin: 10px 0 !important; /* IE Sucks */
	margin: 0;
	padding: 0;
	height: 1px;
	
	border: 0;
	border-bottom: 1px solid #369;
}

p {
	margin: 0;
	padding: 5px 0;
}



/* Message Styles
----------------------------------------------- */

#msg-error {
	margin: 10px 0;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #c00;
}

#msg-success {
	margin: 10px 0;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #393;
}

#msg-alert {
	margin: 10px 0;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #f60;
}

span.success, span.alert, span.error {
	padding: 1px 3px;
	
	color: #fff;
	font-weight: bold;
	
	background: #393;
}

span.alert {
	background: #f60;
}

span.error {
	background: #c00;
}



/* Image Styles
----------------------------------------------- */

img {
	border: 0;
}



/* Link Styles
----------------------------------------------- */

a {
	color: #369;
	text-decoration: underline;
}

a:hover {
	color: #c00;
}

a.title {
	font-weight: bold;
}

#pages div#links a {
	padding: 2px 3px;
	
	color: #fff;
	text-decoration: none;
}

#pages div#links a:hover, #pages div#links a.current {
	color: #369;
	
	background: #fff;
}



/* Table Styles
----------------------------------------------- */

th, td {
	padding: 5px;
	
	font-size: 11px;
	line-height: 15px;
}

th {
	padding: 3px 5px;
	
	color: #fff;
	font-weight: normal;
	text-align: center;
	
	background: #69c;
}

tr.alt {
	background: #E7F1F8;
}



/* Page Link Styles
----------------------------------------------- */

#pages {
	position: relative;
	
	margin: 0;
	padding: 4px 10px 0 10px;
	width: 100%;
	height: 16px;
	
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	
	background: #69c;
}

#pages div#links {
	position: absolute;
	top: 4px;
	right: 10px;
}



/* Listing Summary Styles
----------------------------------------------- */

div.form table.summary td {
	padding-right: 40px;
}

#display {
	position: relative;
	
	margin-top: 20px;
	
	text-align: center;
}

table.display {
	margin: 0 auto;
	text-align: left;
}

table.display td {
	padding: 0;
}

table.info td {
	padding: 8px 0 0;
}

table.info td.label {
	width: 100px;
}

#display td.title {
	margin: 0;
	padding: 4px 0;
	
	color: #fff;
	font-weight: bold;
	
	text-align: center;
	
	background: #369;
}



/* Form Styles
----------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

div.form {
	position: relative;
	
	margin: 0;
	padding: 10px;
}

#setup_content div.form {
	margin: 5px 0 10px;
	padding: 10px 0;
	
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
}

div.form td {
	padding: 4px 0;
	font-size: 12px;
}

div.form td.label {
	width: 130px;
}

div.form td.field {
	width: 250px;
}

div.form td.check, div.check {
	padding: 7px 0 8px;
}

div.alt {
	border-top: 1px solid #69c;
	border-bottom: 1px solid #69c;
	
	background: #E7F1F8;
}

input.widtha {
	width: 200px;
}

input.widthb {
	width: 100px;
}

input.widthc {
	width: 580px;
}

input.widthd {
	width: 50px;
}

select.widtha {
	width: 204px !important; /* ie and ff both render select box widths wrong? */
	width: 206px;
}

select.widthb {
	width: 104px !important; /* ie and ff both render select box widths wrong? */
	width: 106px;
}

textarea.widtha {
	width: 330px;
	height: 100px;
}

input.check {
	margin: 0;
	padding: 0;
}



/* Search/Sort Bar Styles
----------------------------------------------- */

#search {
	position: relative;
	
	margin: 0 0 10px;
	padding: 0;
}

#search input, #search select {
	font-size: 11px;
}

#search select.widtha {
	width: 160px !important; /* ie and ff both render select box widths wrong? */
	width: 162px;
}

#search input.widtha {
	width: 160px;
}

#search input.widthb {
	width: 90px;
}

#search select.widthb {
	width: 94px !important; /* ie and ff both render select box widths wrong? */
	width: 96px;
}

#search table.search td {
	/*padding: 0 10px 0 0;*/
	padding: 0;
}

#options {
	display: none;
	position: relative;
	
	margin: 10px 0 0;
	
	font-size: 11px;
}



/* Stats Graphs Styles
----------------------------------------------- */

table.graph {
	margin: 5px 0;
	border: 1px solid #69c;
}

table.graph td, table.graph th {
	padding: 4px 0;
}

table.graph td.label {
	font: 11px "Courier New", Courier, mono;
	color: #fff;
	background: #69c;
}

table.graph td.label2 {
	font: 11px "Courier New", Courier, mono;
	color: #fff;
	background: #369;
}



/* Color Options Styles
----------------------------------------------- */

div.preview {
	margin: 0 15px;
	width: 50px;
	height: 22px;
	
	background: #e2e2e2;
}



/* Sign In and Setup Wizard Page Styles
----------------------------------------------- */

#sign_container, #setup_container {
	position: relative;
	
	margin: 100px auto 10px;
	padding: 5px;
	width: 700px;
	
	background: #080c4a;
}

#setup_container {
	margin: 0 auto;
	width: 590px;
}

#sign_header, #setup_header {
	position: relative;
	
	margin: 0;
	padding: 2px 0 7px 0;
	
	font-size: 11px;
	line-height: 11px;
	color: #fff;
}

#sign_content, #setup_content {
	position: relative;
	
	margin: 0;
	padding: 25px 25px;
	
	text-align: left;
	
	background: #f2f2f2;
}

#sign_footer, #setup_footer {
	position: relative;
	
	margin: 0;
	padding: 7px 0 2px;
	
	font-size: 11px;
	line-height: 11px;
	color: #fff;
}

#sign_form, #setup_form {
	position: relative;
	
	margin: 0;
	padding: 0;
}

#sign_form td, #setup_form td {
	padding: 4px 0;
	font-size: 12px;
}
