/*
//
// primary styles
// Author: DataSetGo
// Date: 2008-03-18
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body {
	font: 12px/14px helvetica, arial, sans-serif;
	background: #637687;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #003;
	text-decoration: none;
}

a:hover {
	color: #300;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	padding-bottom: 10px;
	margin: 0;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #333;
	padding: 0;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	padding: 0;
}

.red {
	color: #f00;
}
div#container {
	width: 950px;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #333;
	background: #fff;
}

div#content {
	clear: left;
	padding: 20px;
}

div#header {
	height: 60px;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #bbb;
	background: #fff url('../images/header.png') -25px 0 repeat-x;
}

/* // Begin Nav */

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 10px 0;
}

#nav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	/* background: url('../images/rightarrow2.gif') center right no-repeat; */
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	font-weight: normal;
	border: 1px solid #ccc;
	margin: 0;
	background-color: #fff;
}

#nav li li {
	width: 150px;
}

#nav li ul a {
	width: 130px;
}

#nav li ul a:hover {
	color: #8D1517;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #bbc3ca;
}

/* // end nav */

div#footer {
	text-align: center;
	height: 20px;
	margin-top: 20px;
}

br.clear {
	clear: both;
}

/* loginTable */
table.loginTable {
	width: 30%;
	border: 5px solid #666;
	margin: 0 auto;
}

table.loginTable tr th {
	padding: 5px;
	color: #000;
	text-align: right;
}

table.loginTable tr td {
	padding: 5px;
}

/* formTable */
table.formTable {
	width: 100%;
	border: 5px solid #666;
}

table.formTable tr.evenRow {
	background-color: #ccc;
}

table.formTable tr th {
	padding: 5px;
	color: #000;
	text-align: right;
}

table.formTable tr td {
	padding: 5px;
}

/* dataTable */
table.dataTable {
	width: 100%;
	border: 5px solid #666;
}

table.dataTable tr.oddRow {
	background-color: #ccc;
}

table.dataTable tr th {
	padding: 5px;
	background-color: #C03B02;
	color: #fff;
}

table.dataTable tr th a {
	color: #fff;
}

table.dataTable tr td {
	padding: 5px;
}

table.dataTable td.tfooter, table.formTable td.tfooter {
	text-align: center;
	border-top: 1px solid #666;
}


div.center {
	width: 100%;
	text-align: center;
}

div.error {
	border: 5px solid #C03B02;
	padding: 10px;
	margin: 10px;
	text-align: center;
	font-size: 20px;
}

 /* page-specific styles
 ////////////////////////////////////// */
 
 