/* global */

html {}
body {
	color: #636466;
	background: #FFF !important;
	margin: 0 auto;
	padding: 0;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: small;
	f\ont-size: small;
	text-align: center;
	/*voice-family: "\"}\""; 
	/*voice-family: inherit;
	font-size: small; /*feed to compliant browsers*/
}
img {
	border: 0px
}
img.left{
	float:left;
	border:1px solid #7C96B1;
	margin:5px 5px 5px 0px;
}
img.right{
	float:right;
	border:1px solid #7C96B1;
	margin:5px 0px 5px 5px;
}
a {
	color: #004467;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #004467;
	text-decoration: underline;
}

.pagetitle{
	font-weight: bold;
}
h1, .pagetitle {
	font-size: large;
	color: #003366;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
abbr, acronym {
	cursor: help;
}
pre {
	color: #5e3e0c;
	background: transparent;
	font-size: 105%; /* fix for ie */
	border: 1px solid #867663;
	padding: 3px;
}
html>body  pre {
	font-size: 100%;
	border: 1px dashed #867663;
}
code {
	font-size: 105%;
}

/* main layout */

div.top {
	background: url(../images/border-top.gif) repeat-x 0 0;
	height: 13px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
div.wrap {
	color: #666;
	border: 1px solid #F0F0F0;
	border-top: none;
	border-bottom: none;
	text-align: left;
	width: 964px;
	margin: 0 auto;
}
/* opera 5 */
html>body #wrap {
	width: 990px;
} 
div.header {
	height: 95px;
	margin: 0px 10px;
}
div.header h1 {
	margin: 0 0 0 100px;
	padding-top: 45px;
	font-size: 25px;
	color: #286659;
}
div.header p {}
div.logo {
	width: 385px;
	display: inline;
	margin: 0px;
	position: relative;
	left: 10px;
	top: 0px;
}
div.logo img {
	margin: 15px 0px 0px 0px;
}
div.tag {
	width: 450px;
	margin: 0px;
	display: inline;
}
div.spacer {
	height: 5px;
	background: url(../images/nav-shadow.gif) repeat-x center top;
	display: block;
	clear: both;
}
.navrt {
	font-size: 12px;
	color: #333;
	margin: -10px 0px 5px 0px;
	padding-right: 5px;
	float: right;
}
.navrt li {
	display: inline;
	margin-left: 5px;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 10px;
	background-image: none;
}
.navrt li.first {
	border-left: none;
	margin-right: 5px;
	background-image: none;
}
.navrt li a {
	color: #003366;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	background-image: none;
}
.navrt li a:visited {
	text-decoration: none;
	background-image: none;
}
.navrt li a:hover {
	text-decoration: none;
	color: #000;
}
div.content {
	margin: 0px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
}
div.content h1, div.content h2 {
	margin: 5px auto 10px auto;
}
div.content a {
	color: #004467;
	text-decoration: underline;
}
div.content a:visited {
	text-decoration: underline;
	color: #3E0066;
}
div.content a:hover {
	text-decoration: none;
}
div.content hr {
	height: 2px;
	border: none;
}
div.side {
	float: right;
	width: 200px;
	border: 3px solid #c9d4df;
	background: #FEFEFE;
	margin: 0px;
}
div.side h3 {
	height: 20px;
	margin: 0px;
	border-bottom: 1px solid #c9d4df;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #286659;
}
div.side ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 25px;
}
div.side ul li {
	list-style-image: url(../images/sm_face.gif);
	list-style-type: upper-roman;
	margin-bottom: 10px;
}
div.side dl {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.side dd {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	font-size: x-small;
}
div.footer {
	background: #003366;
	margin: 5px 0px 0px 0px;
	padding: 7px 7px 0px 7px;
	clear: both;
	height: 30px;
	color: #FFF;
}
div.footer p {
	margin: 0px;
}
div.footer img {
	margin: 0px 0px 0px 3px;
	vertical-align: middle;
}
div.footlt {
	float: left;
	}
div.footrt {
	float: right;
}
div.bottom {
	background-image: url(../images/btm-bg.gif);
	height: 8px;
	width: 990px;
	font-size: 0px;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
}

/* Browse */

div.browse {
	margin-bottom: 10px;
}
div.browse a {
	color: #004467;
	text-decoration: none;
}
div.browse a:visited {
	color: #004467;
	text-decoration: none;
}
div.browse a:hover,div.browse a:active {
	color: #004467;
	text-decoration: none;
}
div.browse table {
	width: 100%;
	border: 1px solid #9ca2af;
	margin-top: 10px;
}
div.browse tr {
	height: 25px;
}
div.order tr td {
	height: 15px !important;
	padding-left: 15px !important;
}
div.browse td {
	padding-left: 5px;
}
div.browse tr.dgheader {
	background: #003366;
	height: 25px;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
}
div.browse tr.dgheader td{}
div.browse tr.even {
	background-color: #ffffff;
}
tr.oddsandevens td {
	border-bottom: 1px dashed #666666;
}
div.browse tr.odd {
	background-color: #c9d4df;
}
div.browse tr.foot {
	background-color: #9ca2af;
	color: #fff;
}
table.foot {
	width: 100%;
	background-color: #003366;
	color: #fff;
}
table.foot a{
	color:#fff;
	text-decoration: none;
}
table.foot a:visited{
	color:#fff;
	text-decoration: none;
}
table.foot a:hover, table.foot a:active{
	color:#fff;
	text-decoration: underline;
}
div.browse tr.foot td {
	border: none;
}
table.aznav {
	width: 100%;
}

/* forms */

div.form {
	font-size: small;
	margin: 0px;
}
div.form form {
	margin: 0px;
}
div.form table {
	width: 100%;
	background: #FCFCFC;
	/*border: 3px solid #c9d4df;*/
}
/*nested tables in form */
div.form td table{
	width: auto;
	background: url(none);
	margin-left: 10px;
}
div.form table td table {
	background: transparent;
	background-image: none;
	width: auto;
}
div.form td div{
	border-top: none;
	background-color: transparent;
	background-image: none;
	width: 100%;
	text-align: center;
}
div.form tr {	}
div.form td {
	/*border-top: 2px solid #fff;*/
	height: 36px;
	padding: 0px 10px 0px 0px;
}
div.form a {}
div.form a:visited {}
div.form a:hover {}
div.form select {
	border: 1px solid #a5acb2;
	font-family: tahoma, arial, helvetica, sans-serif;
}
div.form label {
	float: left;
	width: 160px;
	margin-top: 3px;
	margin-left: 20px;
}

div.form table tr td table tr td label {
	width: 105px;
}

div.form span {
	float: left;
	/*width: 160px;*/
	margin-top: 3px;
	/*margin-left: 20px;*/
}
div.form input {
	border: 1px solid #a5acb2;
	background:#fff url(../images/text-box-bg.gif) repeat-x top;
	font-family:#fff tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: auto;
	height: auto;
	padding-left: 4px;
}
div.form textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
	margin: auto auto 3px;
	background:#fff url(../images/text-box-bg.gif) repeat-x top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px solid #a5acb2;
	padding-left: 4px;
}
div.form input.btn {
	background:#fff url(../images/btn-bg.gif) repeat-x bottom;
	border: 1px solid #6c8aa4;
	color: #333;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	height: auto;
	width: auto;
	margin: auto;
	padding: 0px;
}
.btn {
	background:#fff url(../images/btn-bg.gif) repeat-x bottom;
	border: 1px solid #6c8aa4;
	color: #333;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	margin: auto;
	padding: 0px;
	cursor:hand;
}
div.form label.chk {
	float: none;
	clear: none;
}
div.form span.chk
{
	width: 500px;
	float: none;
	clear: none;
	margin: 0px;
	margin-right: 20px;
}
div.form span img
{
	float: none;
	clear: none;
	vertical-align: bottom;
	margin-left: 5px;
	margin-bottom: 1px;
}
div.form span.date
{
	width: 500px;
	float: none;
	clear: none;
	margin: 0px;
	margin-right: 3px;
}
div.form span.chk label
{
	float: none;
	clear: none;
	margin: 0px;
	margin-right: 20px;
}

div.form input.radio {
	border: none;
	background-image: none;
}
div.form input.chk {
	border: none;
	background-image: none;
}

/*Editor*/

div.TableEditor {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}
div.TableEditor {
	margin: 0px;
}
div.TableEditor table {
	background: #ebedf1 url(../images/form-btm-bg.gif) no-repeat right bottom;
}
div.TableEditor table td table
{
	background-color: transparent;
	background-image: none;
}
div.TableEditor td div{
	border-top: none;
	background-color: transparent;
	background-image: none;
	margin-left: 4px;
	margin-bottom: 3px;
}
div.TableEditor tr {
	padding-right: 10px;
}
div.TableEditor td {
	/*border-top: 2px solid #fff;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
div.TableEditor td table td {
	border-top: none;
}
div.TableEditor select {
	border: 1px solid #a5acb2;
	font-family: tahoma, arial, helvetica, sans-serif;
}
div.TableEditor label {
	float: left;
	width: 160px;
	margin-top: 3px;
	margin-left: 20px;
}
div.TableEditor span {
	float: left;
	width: 160px;
	margin-top: 3px;
	margin-left: 20px;
}
div.TableEditor input {
	border: 1px solid #a5acb2;
	background:#fff url(../images/text-box-bg.gif) repeat-x top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: auto;
	height: auto;
	padding-left: 4px;
}
div.EditorBox {
	border: 1px solid #a5acb2;
	background: url(../images/text-box-bg.gif) repeat-x top !important;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: auto;
	height: auto;
	padding-left: 4px;
	background-color: #ffffff !important;
}
.editor
{
	float: right;
	margin-right: 18px;
}
div.TableEditor textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
	margin: auto auto 3px;
	background:#fff url(../images/text-box-bg.gif) repeat-x top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px solid #a5acb2;
	padding-left: 4px;
}
div.TableEditor input.btn {
	background: url(../images/btn-bg.gif) repeat-x bottom;
	border: 1px solid #6c8aa4;
	color: #333;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	height: auto;
	width: auto;
	margin: auto;
	padding: 0px;
}
div.TableEditor label.chk {
	float: none;
	clear: none;
}
div.TableEditor input.radio {
	border: none;
	background-image: none;
}
div.TableEditor input.chk {
	border: none;
	background-image: none;
}
tr.tableselector td{
	border-top: none;
}
tr.tableselector {
	cursor: pointer;
	background-color: white;
}

/*login*/
div.login {
	margin: 30px 0;
	font-size: small;
}
div.login form {
	margin: 0px;
}
div.logintext {
	float: left;
	/*background: url(../images/oryx-logo-large.gif) no-repeat 50% 0;*/
	width: 350px;
	margin: 0 15px;
	padding: 20px 10px 50px;
	font-size: 15px;
	color: #333;
}
div.login fieldset {
	float: right;
	background-color: #e1e9ed;
	width: 400px;
	margin: 0 20px;
	padding: 10px;
	border: 3px solid #cbd8e0;
}
div.login table {}
div.login tr {
	height: 36px;
	padding-right: 10px;
}
div.login td {
	height: 38px;
	padding-top: 3px;
}
div.login a {}
div.login a:visited {}
div.login a:hover {}
div.login select {
	border: 1px solid #a5acb2;
	font-family: tahoma, arial, helvetica, sans-serif;
}
div.login label {
	float: left;
	width: 80px;
	margin-top: 3px;
	margin-left: 20px;
}
div.login input {
	border: 1px solid #a5acb2;
	background-image:#fff url(../images/text-box-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: auto;
	height: auto;
	padding-left: 4px;
	width: 275px;
}
div.login textarea {
	margin: auto auto 3px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px solid #a5acb2;
	padding-left: 4px;
	background: #fff url(../images/text-box-bg.gif) repeat-x top;
}
div.login input.btn{
	background: url(../images/btn-bg.gif) repeat-x bottom;
	border: 1px solid #6c8aa4;
	color: #333;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	height: auto;
	width: auto;
	margin: auto;
	padding: 0px;
}
div.login input.chk {
	margin-left: 20px;
	background-image: none;
	border: none;
}
div.login label.chk {
	float: none;
	clear: none;
}

/*freeform*/

div.freeform {
	margin: 0px;
	font-size: small;
}
div.freeform form {
	margin: 0px;
}
div.freeform table {
	background: #ebedf1 url(../images/form-btm-bg.gif) no-repeat right bottom;
}
div.freeform tr {
	padding-right: 10px;
}
div.freeform td {
	border-top: solid 2px #fff;
	padding-top: 3px;
}
div.freeform a {}
div.freeform a:visited {}
div.freeform a:hover {}
div.freeform select {
	border: 1px solid #a5acb2;
	font-family: tahoma, arial, helvetica, sans-serif;
}
div.freeform label {
	margin-top: 3px;
}
div.freeform input {
	border: 1px solid #a5acb2;
	background-image:#fff url(../images/text-box-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: auto;
	height: auto;
	padding-left: 4px;
}
div.freeform textarea {
	margin: auto auto 3px;
	background:#fff url(../images/text-box-bg.gif) repeat-x top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px solid #a5acb2;
	padding-left: 4px;
}
div.freeform input.btn {
	background: url(../images/btn-bg.gif) repeat-x bottom;
	border: 1px solid #6c8aa4;
	color: #333;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	height: auto;
	width: auto;
	margin: auto;
	padding: 0px;
}
div.freeform input.chk {
	margin-left: 20px;
}
div.freeform label.chk {
	float: none;
	clear: none;
}
/* tree */

div.tree {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #9ca2af;
}
div.tree a {
	color: #004467;
	text-decoration: none;
}
div.tree a:visited {
	color: #004467;
	text-decoration: none;
}
div.tree a:hover {
	color: #004467;
	text-decoration: none;
}
div.tree table {
	width: 100%;
}
div.tree tr {
	height: 25px;
}
div.tree td {}
div.tree td div table {
	border:none;
	width: auto;
}
div.tree tr.dgheader {
	background: url(../images/tr-bg.gif) repeat-x bottom;
	height: 25px;
	margin: 0px;
}
div.tree tr.dgheader td{}
div.tree tr.even {}
div.tree tr.odd {
	background-color: #c9d4df;
}
div.tree tr.foot{
	background-color: #9ca2af;
	color: #fff;
}
div.tree tr.foot td {
	border: none;
}

/* Popup styles */

div.popup {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #1a1a1a;
	border-right: 1px solid #B0BAC6;
	border-bottom: 1px solid #B0BAC6;
	border-left: 1px solid #B0BAC6;
	/*background:  url("../images/popup-btm-rt.jpg") no-repeat right bottom;*/
}
div.popup div.header {
	background: url(../images/nav-btn-bg.gif) repeat-x center bottom;
	padding: 5px 10px;
	margin: 0px;
	border-top: 1px solid #B0BAC6;
	border-right: none;
	border-bottom: 1px solid #B0BAC6;
	border-left: none;
}
div.popup h1,div.popup h2,div.popup h3 {
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #1a1a1a;
	margin: 0px auto;
	padding: 0px;
}
div.popup p {
	margin: 5px 10px;
}
div.popup label {
	float: left;
	width: 100px;
}
div.popup table {
	width: 100%;
	margin: 10px 0px 0px;
}
div.popup tr {
	padding-top: 3px;
	padding-bottom: 3px;
}
div.popup td {
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}
div.popup td.lastrow {
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	text-align: right;
	background: #EFEFEF;
	border: 2px solid #fff;
}
div.popup td table {
	border:none;
	margin-top: 0px;
	width: auto;
}
div.popup a {}
div.popup a:visited {}
div.popup a:hover {}
div.popup a:active {}
div.close {
	padding-right: 0px;
	font-size: 10px;
}
div.close label {
	width: auto;
	float: none;
}
div.close input {
	background: #fff;
	font-size: 10px;
	color: #990000;
	margin: 0px;
	width: 18px;
	border-top: 1px solid #E8E8EC;
	border-right: 1px solid #B5B5C4;
	border-bottom: 1px solid #B5B5C4;
	border-left: 1px solid #E8E8EC;
}

/* misc forms */

span.chk input {
	border:none;
	background-image: none;
}
input.chk {
	border:none;
	background-image: none;
}
span.radio input {
	border:none;
	background-image: none;
}
input.radio {
	border:none;
	background-image: none;
}

/*options Panel (unused)*/

div.sbtn {
	font-size: x-small;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 22em;
}
div.sbtn fieldset {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.sbtn legend {
	color: #666;
	margin-bottom: 10px;
}
div.sbtn label {
	width: 125px;
	margin-right: 15px;
	height: 18px;
	margin-left: 8px;
}
div.sbtn input {
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

/* misc */

.error {
	float: left;
	width: 250px;
	margin-top: 3px;
	margin-left: 20px;
}
.validation 
{
	clear: both;
	width: 500px;
	color: Maroon;
}
div.divider {
	background: url(../images/divider.gif) repeat-x;
	height: 6px;
	width: 100%;
	margin-top: 10px;
}
.accessible {
	border-bottom: 1px dashed #666666;
	background-color: #F0DDDD;
}
.accessiblearea{
	background-color: #E9F0F5;
}
/*
.treecolor1{
	background-color: #CBE5CA;
}
.treecolor2{
	background-color: #E5DACA;
}
.treecolor3{
	background-color: #E5CADE;
}
*/
.clear {
	clear: both;
}

/* Legend Styles */

div.icons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F5FF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #D4D5E1;
	margin: 0px;
}
div.icons ul {
	margin: 1px 0px;
}
div.icons ul li {
	display: inline;
	line-height: 26px;
	margin-right: 30px;
	list-style-type: upper-roman;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.icons ul li a,div.icons ul li a:visited,div.icons ul li a:hover,div.icons ul li a:active {
	color: #1a1a1a;
	text-decoration: none;
	cursor: help;
	padding-left: 25px;
	font-size: 11px;
}
div.icons ul li.last {
	margin-right: 0px;
}
div.icons ul li img {
	vertical-align: text-top;
	margin-right: 5px;
}
li#linked {
	background: url(../images/icon/linked.gif) no-repeat left center;
}
li#unlinked {
	background: url(../images/icon/unlinked.gif) no-repeat left center;
}
li#pending {
	background: url(../images/icon/pending.gif) no-repeat left center;
}
li#declined {
	background: url(../images/icon/declined.gif) no-repeat left center;
}
li#outside {
	background: url(../images/icon/outer-link.gif) no-repeat left center;
}
li#system {
	background: url(../images/icon/system-link.gif) no-repeat left center;
}
/* End Legend */

.sidebar-links{
	width: 680px !important;
	margin-top: 25px;
	margin-left: 10px;
	border: 1px dotted #000 !important;
	background: #FFF !important;
	text-align: left;
}

.sidebar-links label {
	margin: 0 !important;
	padding: 0 !important;
}

.sidebar-links table {
	text-align: left;
}

.sidebar-links table.shipping tr td {
	height: 22px !important;
	margin: 0;
	padding: 0;
}

.sidebar-links table.shipping tr td span {
	margin: 0;
	padding: 0;
	float: none;
}


/* Arrow classes for datagrid sorting
--------------------------------------------------------------*/
.sort_none {
	padding-left: 15px !important;
	background: #E5E8EC;
}

.sort_asc {
	padding-left: 15px !important;
	background: url(../images/sort-asc.gif) #E5E8EC no-repeat center left;
}

.sort_desc {
	padding-left: 15px !important;
	background: url(../images/sort-desc.gif) #E5E8EC no-repeat left center;
}

.sort_asc_one {
	padding-left: 15px !important;
	background: url(../images/sort-asc-1.gif) #E5E8EC no-repeat center left;
}

.sort_desc_one {
	padding-left: 15px !important;
	background: url(../images/sort-desc-1.gif) #E5E8EC no-repeat left center;
}

.sort_asc_two {
	padding-left: 15px !important;
	background: url(../images/sort-asc-2.gif) #E5E8EC no-repeat center left;
}

.sort_desc_two {
	padding-left: 15px !important;
	background: url(../images/sort-desc-2.gif) #E5E8EC no-repeat left center;
}

.sort_asc_three {
	padding-left: 15px !important;
	background: url(../images/sort-asc-3.gif) #E5E8EC no-repeat center left;
}

.sort_desc_three {
	padding-left: 15px !important;
	background: url(../images/sort-desc-3.gif) #E5E8EC no-repeat left center;
}

.sort_asc_four {
	padding-left: 15px !important;
	background: url(../images/sort-asc-4.gif) #E5E8EC no-repeat center left;
}

.sort_desc_four {
	padding-left: 15px !important;
	background: url(../images/sort-desc-4.gif) #E5E8EC no-repeat left center;
}

.sort_asc_five {
	padding-left: 15px !important;
	background: url(../images/sort-asc-5.gif) #E5E8EC no-repeat center left;
}

.sort_desc_five {
	padding-left: 15px !important;
	background: url(../images/sort-desc-5.gif) #E5E8EC no-repeat left center;
}

.sort_asc_six {
	padding-left: 15px !important;
	background: url(../images/sort-asc-6.gif) #E5E8EC no-repeat center left;
}

.sort_desc_six {
	padding-left: 15px !important;
	background: url(../images/sort-desc-6.gif) #E5E8EC no-repeat left center;
}

.sort_asc_seven {
	padding-left: 15px !important;
	background: url(../images/sort-asc-7.gif) #E5E8EC no-repeat center left;
}

.sort_desc_seven {
	padding-left: 15px !important;
	background: url(../images/sort-desc-7.gif) #E5E8EC no-repeat left center;
}

.sort_asc_eight {
	padding-left: 15px !important;
	background: url(../images/sort-asc-8.gif) #E5E8EC no-repeat center left;
}

.sort_desc_eight {
	padding-left: 15px !important;
	background: url(../images/sort-desc-8.gif) #E5E8EC no-repeat left center;
}

.sort_asc_nine {
	padding-left: 15px !important;
	background: url(../images/sort-asc-9.gif) #E5E8EC no-repeat center left;
}

.sort_desc_nine {
	padding-left: 15px !important;
	background: url(../images/sort-desc-9.gif) #E5E8EC no-repeat left center;
}

.sort_asc_ten {
	padding-left: 15px !important;
	background: url(../images/sort-asc-10.gif) #E5E8EC no-repeat center left;
}

.sort_desc_ten {
	padding-left: 15px !important;
	background: url(../images/sort-desc-10.gif) #E5E8EC no-repeat left center;
}

/* ComponentArt Data Grid
--------------------------------------------------------------*/
.Grid 
{ 
  background-color: #FFFFFF; 
  cursor: pointer; 
}

.componentgrid 
{
	border: 1px solid #CCC !important;
	text-align: center;
	margin: 0 auto;
}

.componentgrid .pagingcell {
	background-color: #003366;
	color: #fff;
}

.componentgrid .pagingcell a:link, .componentgrid .pagingcell a:visited {
	color: #FFF;
}

.componentgrid .pagingcell a:hover {
	color: #FFF;
}

div.groupcell {
	margin: 15px 0;
	padding: 10px;
}

.HeadingRow { 
  background-color: #003366;
  border-bottom: 1px solid #9ca2af;
  margin-bottom: 15px;
  padding: 5px;
}

.HeadingCell { 
  background-color: #003366;
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 5px;
}

.HeadingCellText {
  font-size: 13px; 
  font-weight: bold; 
  text-align: left;
  color: #FFF;
}

.GroupHeadingRow 
{
	padding: 3px 10px;
	background: #FAFAFA;
}

.undefined {
	text-align: left;
}

.DataRow { 
  background-color: #FFFFFF; 
}

.DataRowHover { 
  background-color: #999966;
  color: #000;
}

.DataCell {
  cursor: default;
  text-align: left;
  font-size: 11px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 5px 0px 5px 3px;
}

.DataRow td.FirstDataCell { 
  padding-left: 10px;
  text-align: left;
} 

.SelectedRow { 
  background-color: #999966; 
  color: #000;
}

.SelectedRow td { 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.SelectorCell { 
  background-color: #003366; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5;
}

.componentgrid .even {
	background-color: #f5f5f5;
	color: #353535;
}

.componentgrid .odd {
	/*background-color: #c9d4df;*/
	background-color: #ebedf1;
	color: #353535;
}

.GridSubLevelHeadingCell {
	padding: 0 3px;
	background: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

.HierarchicalDataCell 
{
	padding: 0 3px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.componentgrid .undefined {
	font-weight: bold;
}

.GridFooter
{
  cursor: default;
  padding:5px;
  background-color: #003366;
  border: 1px solid #003366;
   color: #FFF;
}

.highlightcolumn
{
	background-color: #FFFFCC;
}
.IndentCell {
	width: 32px;
}
.GridFooter a 
{
  color: #FFF;
  font-weight: bold;
}

.rentinventory
{
	color:#0000DD !important;
}

.buyinventory
{
	color:Maroon !important;
}

.customerinventory
{
	color: #121212!important;
}

.componentgrid .rentinventory
{
	color:#0000DD !important;
	background-color: #f3f3f3;
}

.componentgrid .buyinventory
{
	color:Maroon !important;
	background-color: #f3f3f3;
}

.componentgrid .customerinventory
{
	color: #121212!important;
	background-color: #f3f3f3;
}

.componentgrid .renteven {
	background-color: #f5f5f5;
	color:#0000DD
}

.componentgrid .rentodd {
	background-color: #ebedf1;
	color:#0000DD;
}

.componentgrid .buyeven {
	background-color: #f5f5f5;
	color:Maroon;
}

.componentgrid .buyodd {
	background-color: #ebedf1;
	color:Maroon;
}

.componentgrid .customereven {
	background-color: #f5f5f5;
	color:#121212;
}

.componentgrid .customerodd {
	background-color: #ebedf1;
	color:#121212;
}

/* Edit Orders and Transfer Orders page
-----------------------------------------*/
.orderInformation {
	border: 1px dotted #CCC;
	padding: 10px;
}

.currentOrder {
	background: #FCFCFC;
	border: 3px solid #c9d4df;
	float: right;
	width: 450px;
	padding: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.orderDropdowns 
{
	text-align: left;
	margin: 0 auto;
	padding: 10px 15px;
}

.rentinventorytab
{
	color:#0000DD !important;
	font-weight:bold;
}

.buyinventorytab
{
	color:Maroon !important;
	font-weight:bold;
}

.customerinventorytab
{
	color: #121212!important;
	font-weight:bold;
}


/* View Inspection Report Links */

table.inspectionreports {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F5FF;
	margin-top: 10px !important;
	border: 3px solid #D4D5E1;
	width: 716px;
}

table.inspectionreports tr {
 height: 20px;
}

table.inspectionreports td {
	width: 33%;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}
table.inspectionreports tr td a, table.inspectionreports tr td a:hover, table.inspectionreports tr td a:active {
	cursor: hand;
	font-size: 11px;
}

table.inspectionreports tr td a img
{
	vertical-align: middle;
	margin-left: 9px;
}

