/* tote tracker css */

body {
	margin: 0px;
	padding: 0px;
	/* 
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	 */
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 80px;
	float: left;
	margin-top: 2px;
}


#container {
	width: 900px;
	margin: auto;
	/* 
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	*/
	position: relative;
}

a:link,
a:visited
{
	color: navy;

}
a:hover,
a:active
{
	color: black;
}

a.sortheader:link,
a.sortheader:visited
{
	color: #ffffff;
	text-decoration: none;
}

#header {
	height: 50px;
	background-color: navy;
	padding: 10px;
	margin-bottom: 10px;
}

#companyName {
	position: absolute;
	color: white;
	right: 10px;
	top: 35px;
	font-size: 10pt;
	
}

#menu {
	width: 700px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
#menu table {
	float: right;
}
#menu table td {
	padding-left: 20px;
}
#menu a{
	color: #FFFFFF;
}

#footer {
	position: relative;
	margin: 35px 0px 0px 0px;
}

#rowLogic {
	float: left;
	height: 25px;
	width: 106px;
	/*
	background-image: url(../images/rowLogic.gif);
	background-repeat: no-repeat;
	*/
}
#rowLogic a {
	float: left;
	height: 15px;
	
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: right;
	width: 200px;
	height: 25px;
	text-align: right;
	margin-right: 0px;
	vertical-align: middle;
	overflow: visible;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 2px;
	padding: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 2px;
	padding: 0px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0px 3px 0px;
	padding: 0px;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 9px 0px 3px 0px;
	padding: 0px;
}

.data,
.reportTable
{
	border-collapse: collapse;
	font-size: 11px;
}
.data td,
.reportTable td
{
	vertical-align: top;
	padding: 2px 6px;
	/*
	background-image: url(../images/tdBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	*/
	border: 1px solid navy;
	border-collapse: collapse;
	margin: 2px;
}

.data th,
.reportTable th,
.reportTable th a
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: navy;
	border: 0px;
	text-decoration: none;
}


.toteInfo 
{
	border-collapse: collapse;
	font-size: 11px;
}
.toteInfo td
{
	padding: 2px 4px 2px 4px;
	border-collapse: collapse;
	border: 1px solid navy;
}

.toteInfo th
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	background-color: navy;
	border-collapse: collapse;
	border: 1px solid navy;
}

.toteTable
{
	border-collapse: collapse;
	border: 0px;
}
.toteTable td
{
	border: 0px;
}


.tableTopRight {
	height: 2em;
	/*
	border: 0px;
	background-image: url(../images/tableTright.gif);
	background-repeat: no-repeat;
	background-position: top right;
	*/
	background-color: navy;
}

.tableTopLeft {
	height: 2em;
	/*
	border: 0px;
	background-image: url(../images/tableTleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	*/
	background-color: navy;
}


.nowrap {
	white-space: nowrap;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
/* 1 trick ponies */

.center {
	text-align: center;
}

.blue {
	color: navy;
}

.title {
	font-size: 14px;
	font-weight: bold;
}
.border {
	border: 1px solid #999999;
}
.padding {
	padding: 2px;
}
/* end 1 trick ponies */


#Logo{
	position: absolute;
	top: 14px;
	left: 14px;

}
#Logo a{
	font-size: 21pt;
	color: white;
	text-decoration: none;
}




/* login screen */
	#loginBox {
		text-align: center;
		margin: 10px auto;
		padding: 10px;
		width: 223px;
		background-color: #EEEEEE;
		
		/*
		height: 240px;
		background-image: url(../images/login.gif);
		background-repeat: no-repeat;
		*/
	}
		#loginBox h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 35px;
			margin: 0px;
			padding: 15px 0px 0px 0px;
		}
		#loginBox h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 16px;
			margin: 0px;
			padding: 15px 0px 0px 0px;
		}
		#loginBox form {
			margin: 0px;
			padding: 5px 0px 0px 0px;
		}
		#loginBox p {
			margin: 0px;
			padding: 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		.formText {
			width: 125px;
			border: 1px solid #000000;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 0px 0px 8px 0px;
		}
/* These classes should be included in all websites utilizing the quickform generator */
.quickform {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.quickform tr td {
	padding: 2px;
	vertical-align: top;
	border: 0px;
	white-space: nowrap;
}

.quickformFollowText
{
	display: none;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	*/
}

td.reportNumberCell
{
	text-align: right;
}

table.reportTable
{
	width: 890px;
}

table.reportTable td,
table.reportTable th
{
	padding: 4px;
	margin: 0px;
	border: 1px solid navy;
}


@media print {
	
	.noprint {
		display: none;
	}
	
	body
	{
		background-color: white;
		background-image: none;
		background-repeat: no-repeat;
	}
	
	#container
	{
		background-color: white;
		background-image: none;
		background-repeat: no-repeat;
	}
}
