body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial,"sans serif";
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}

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

h1 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

h2 {
	color: #cc9933;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.width-50 {
	width: 48%;
}

.box-right {
	float: right;
}

.box-left {
	float: left;
}

.clear-both {
	clear: both;
}

.bottom-border {
	border-bottom: 1px #000000 solid;
}

.center {
	text-align: center;
}
.print_image
 {
	display: none;
}

@media print
{
	.print-hide {
		display: none;
	}
	
	body {
		color: #000000;
	}
	
	#top-nav {
		display: none;
	}
	.print_image
	 {
		display:inline;
	}
}

/* top nav
---------------------------*/
#top-nav {
	width: 780px; /*830px;*/
	height: auto;
	margin: 0px auto 0px auto;
	padding: 5px 25px 5px 25px;
	background-color: #FFFFFF;
}

#top-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#top-nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

#user_view
{
	background-color:#FFFF00;
	font-size:1.2em;
	font-weight:bold;
}

/* header
---------------------------*/
#header {
	width: 830px;
	height: 200px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#header h1 {
	display: block;
	width: 830px;
	height: 200px;
	background-image: url(../images/velocity_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

#header h1 a {
	display: block;
	width: 830px;
	height: 200px;
	text-indent: -4000px;
	text-decoration: none;
}

#header-min {
	width: 830px;
	height: 99px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

/* Navigation
---------------------------*/
#navigation {
	width: 830px;
	height: 24px;
	margin: 0px auto 0px auto;
	background-image: url(../images/velocity_13.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}

#navigation ul {
	width: 402px; /*452px;*/
	height: 21px; /*24px;*/
	list-style: none;
	margin: 0px 0px 0px 18px;
	padding: 3px 0px 0px 30px;
	background-color: #000000;
	border-left: 2px #CCCCCC solid;
}

#navigation ul li {
	display: inline;
	padding: 0px 5px 0px 5px;
}

#navigation a {
	color: #666666;
	font-weight: bold;
}

#navigation a:hover, #navigation a.selected {
	color: #CC9933;
}

/* Sub nav
---------------------------*/
#sub-nav {
	width: 830px;
	height: 26px;
	margin: 0px auto 0px auto;
	background-image: url(../images/velocity_16.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}

#sub-nav ul {
	width: 402px; /*452px;*/
	height: 21px; /*26px;*/
	list-style: none;
	margin: 0px 0px 0px 18px;
	padding: 5px 0px 0px 30px;
	border-left: 2px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

#sub-nav ul li {
	display: inline;
	padding: 0px 5px 0px 5px;
}

#sub-nav a {
	color: #666666;
}

#sub-nav a:hover, #sub-nav a.selected {
	color: #AAAAAA;
}

/* middle
---------------------------*/
#middle {
	width: 812px; /*830px;*/
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 18px;
	background-color: #FFFFFF;
}

/* content
---------------------------*/
#content {
	float: left;
	padding: 0px 0px 0px 35px;
	border-left: 2px #CCCCCC solid;
	width: 390px;
	height: auto;
	background-color: #FFFFFF;
}

#content-full {
	padding: 0px 35px 0px 35px;
	border-left: 2px #CCCCCC solid;
	width: 740px;
	height: auto;
	background-color: #FFFFFF;
}

/* right bar
---------------------------*/
#right-bar {
	float: right;
	width: 378px;
	height: auto;
}

/* footer
---------------------------*/
#footer {
	width: 750px; /*830px;*/
	height: auto;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 30px;
	clear: both;
}


table tr {
	vertical-align: top;
}

table th {
	text-align: left;
}

/* Definition list layout for forms
---------------------------------------- */
dl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	clear: both;
}

dt {
	float: left;
	width: auto;
}

dd + dd { padding-top: 5px; }
dt span { padding-right: 5px; }

dt .explain { font-style: italic; }

dt label {
	text-align: left;
	color: #000000;
}

dd label {
	white-space: nowrap;
	margin-right: 10px;
}

html>body dd label input { vertical-align: text-bottom; }	/* Tweak for Moz to align checkboxes/radio buttons nicely */

/*dd input, 
dd select {
	max-width: 100%;
}*/

input.radio {
	width: auto !important;
	background-color: transparent;
	border: none;
	cursor: default;
}

/*dd select {
	width: auto;
	font-size: 100%;
}*/

fieldset.submit-buttons {
	text-align: center;
}

fieldset dl {
	margin-bottom: 10px;
}

fieldset dt {
	width: 45%;
	text-align: left;
	padding-top: 3px;
	border-right: 1px #CCCCCC solid;
}

fieldset dd {
	margin-left: 45%;
	padding-left: 5px;
	vertical-align: top;	
	border-left: 1px #CCCCCC solid;
}

dd.full {
	margin-left: 0;
	border: 0;
	padding-left: 0;
	padding-top: 3px;
	text-align: left;
	width: 95%;
}

/* Hover highlights for form rows */
fieldset dl:hover dt {
	border-right: 1px #000000 solid;
}

input:focus, textarea:focus {
	color: #000000;
}

/* General Form Options
---------------------------------------- */
* html fieldset { 
	padding: 0 10px 5px 10px; 
}

* html legend { 
	margin-bottom: -10px; 
	margin-left: -7px;
	top: -1.2em;
}

fieldset { 
	margin: 15px 0;
	padding: 10px; 
	border: 0px;
	position: relative;
}

label {
	cursor: pointer;
	padding-right: 5px;
}

legend {
	padding: 1px 0; 
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	line-height: 100%;
	top: 0em;
	vertical-align:middle;
}

input {
	background-color: #FFFFFF;
	color: #595959;
	font-size: 1em;
}

textarea {
	font-family: arial;
	font-size: 1em;
	width: 60%;
	padding: 2px;
	background-color: #FFFFFF;
	color: #595959;
	cursor: text;
}

.odd
{
	background-color:#e3e3e3;
}
.even
{
	background-color:#FFFFFF;
}
.right
{
	text-align:right;
}

#report_list
{
	background-color:#FFFFFF;
}


#batch_table
{
	font-size:0.8em;
}
#batch_table table, #batch_table td, #batch_table th
{
	border-collapse:collapse;
	border-color:#333333;
	border:solid;
	border-width:1px;
}

#profile_body, #profile_text
{
	width:100%;
}
/*select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	cursor: default;
	vertical-align: middle;
	width: auto;
	padding: 1px;
	background-color: #FFFFFF;
	color: #595959;
}*/