/* STYLE SHEET FOR AO LOGISTICS REC INC */

/* GLOBAL STYLES */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
}
h1 { font-weight: bold; font-size: 11pt; margin-left: 6px; }
h2 { font-weight: bold; font-size: 10pt; }

a:link { color: #502b09; }
a:visited { color: #904b14; }
a:hover { color: #cc2a2a; }
a:active { color: red; }

/* HEADER */
table.header
{
	width: 100%;
	margin: 0px auto;
	padding: 0;
	background: #fff url('images/gohheader.jpg') repeat-x top left;
	color: white;
	font-size: 10pt;
	height: 77px;
}
.headerlogo
{
	/*background: transparent url('images/gohlogo.png') no-repeat top left;*/
	width: 550px;

}

table.header td {
	vertical-align: top;
	padding-top: 0.2em;
}
span.middot { padding: 0 1ex; }
table.header a { color: white; }

/* FOOTER */
table.footer {
	background-color:#E9E9E9;
	width: 100%;
	margin: 4em auto 0px auto;
	padding: 2px 0 8px 0;
	border-top: 2px #CCCCCC solid;
}
table.footer td { text-align: center; }
table.footer td * { font-size: 7pt; }

/* CONTENT */
div.content { margin: 0; }



/* BREADCRUMBS STYLE */
#breadcrumb {
	height: 33px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;	/*#d09b64; */
	font-weight: bold;
}
#breadcrumb li {
	float: left;
	display: inline;
	margin: 0px;
	height: 33px;
}
#breadcrumb a {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background: url('images/breadcrumb.gif') center right no-repeat;
	padding: 0px 24px 0px 6px; 
	text-decoration: none;
	vertical-align: middle;
	line-height: 33px;
	height: 27px;
	display: block;
}

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

/* FORM TABLES */
table.form {
	background-color: #d9e5f3;
	margin: 1ex auto;
	-moz-border-radius: 0.5ex;
	border: 2px #112235 outset;
	padding: 3px;
}
table.form th {
	background-color: #285384;
	color: #FFFFFF;
	padding: 3px 2ex 3px 5ex;
	text-align: right;
	border-left: 2px #285384 solid;
	-moz-border-radius-topleft: 0.6ex;
	-moz-border-radius-bottomleft: 0.6ex;
}
table.form td { background-color: #d9e5f3; padding: 3px 2ex; }
table.form input[type=password],
table.form input[type=text] { width: 42ex; font-size: 10pt; }
table.form input[type=file] { font-size: 8pt; }
table.form select { width: 42.5ex; font-size: 10pt; }

table.form td.control {
	background-color: #d9e5f3; text-align: center; padding: 6px;
	border-top: 1px solid #112235;
}
table.form td.control input[type=submit],
	table.form td.control input[type=button] { margin: 0 6px; }


/* LIST TABLES (headers in top row, and data underneath) */

.jquery-thead table.list 
{
	margin: 0 auto !important;
}

table.list {
	background-color: #d9e5f3;
	margin: 1ex auto;
	-moz-border-radius: 0.5ex;
	border: 2px #112235 outset;
	padding: 3px;
}
table.list th {
	background-color: #285384;
	color: #FFFFFF; 
	padding: 3px 6px;
	text-align: center;
	border-top: 2px #285384 solid;
	-moz-border-radius-topleft: 0.6ex;
	-moz-border-radius-topright: 0.6ex;
}

table.list th a{color:#FFFFFF;}
table.list th a:hover{color:#CC2A2A;}

table.list td { background-color: #faf6f0; padding: 3px 6px; }
table.list tr.a td { background-color: #FFFFFF; }
table.list tr.b td { background-color: #FAF6F0; }
table.list td.linkrow {
	white-space:nowrap;
	text-align:left;
	padding-left:5ex;
	padding-bottom:8px;
	font-size:smaller;
}

/* ENTITY TABLES (headers in left-most column, and data to the right) */
table.entity {
	background-color: #d9e5f3;
	margin: 1ex auto;
	-moz-border-radius: 0.5ex;
	border: 2px #112235 outset;
	padding: 3px;
}
table.entity th {
	background-color: #285384;
	color: #FFFFFF;
	padding: 3px 2ex 3px 5ex;
	text-align: right;
	border-left: 2px #285384 solid;
	-moz-border-radius-topleft: 0.6ex;
	-moz-border-radius-bottomleft: 0.6ex;
}
table.entity td { background-color: #faf6f0; padding: 3px 2ex; }
table.entity tr.a td { background-color: #d9e5f3; }



/* LINKS TABLES */
table.links { margin: 0px auto; }
table.links td { padding: 10px 20px; }


/* INSTRUCTIONS FOR FORMS */
p.instructions {
     width: 33ex;
     text-align: justify;
     line-height: 1.3;
     margin: 6pt auto;
 }


/* SUCCESS/FAILURE MESSAGES */
div.success, div.failure, div.warning {
	font-weight: bold; font-size: 12pt; text-align: center; margin: 12pt; }
div.success { color: green; }
div.failure { color: #FF0a0a; } 
div.warning { color: #aa0303; font-size: 11pt; }
div.invalid { color: red; font-size: 10pt; }

/* APPROVED AMOUNT TABLE */
table.tblApproveAmount th.cell3, table.tblApproveAmount td.cell3
{
    text-align: right
}

table.tblApproveAmount th.cell1, table.tblApproveAmount td.cell1
{
    text-align: center;
    padding: 3px 5px;
}

table.tblApproveAmount tr.ApproveAmountRowPadding
{
    line-height: 25px;   
}

table.tblApproveAmount tr.selInv, table.tblApproveAmount tr.selInv td
{
    
    background-color:rgb(118, 157, 188) !important;
}

table.tblApproveAmount input.InvoiceApprovalAmount
{    
    width:auto !important;
}

.ok { color: green; }
.wrong { color: #FF0a0a; } 



/* LENGTHY TEXT/HELP */
div.prose { padding: 0px 6pt; }
div.prose p {
	width: 66ex;
	text-align: justify;
	text-indent: 3ex;
	line-height: 1.3;
	padding-left: 6pt;
}


/* HIGHSLIDE STYLE OVERRIDES */
.titlebar .highslide-header {
	background-color: #285384;
	color: #FFFFFF;
}
.titlebar .highslide-heading {
	background-color: #285384;
	color: #FFFFFF;
	margin: 5px 0 1px 10px;
}
.titlebar .highslide-html { 
	-moz-border-radius: 0.5ex;
	border: 2px #112235 outset;
}
.titlebar .highslide-html-content {
	padding: 0px;
}
.titlebar .highslide-close a {
	margin-right: 4px;
	background-color: #285384;
}
.titlebar .highslide-footer {
	background-color: #285384;
}
.titlebar table.form {
    width:100%;
    margin: 0px;
}
.titlebar table.form input[type=text],
.titlebar table.form select,
.titlebar table.form textarea {
	width: 100%;
}


/* FRIENDLY ERROR MESSAGE */
div.FriendlyError {
	font-weight: bold;
	font-size: 11pt;
	line-height: 140%;
	text-align: center;
	padding: 1em;
	margin: 2em auto;
	color: red;
	background-color: white;
	border-top: 5px solid red;
	border-bottom: 5px solid red;
	background-image: url('images/dialog-warning.png');
	background-repeat: no-repeat;
	background-position: left center;
}

/* Sortable tables */
/*
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
*/

#overlay{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.cls_ASC{
    background-image: url('/highslide/graphics/scrollarrows.png');
    background-position: -25px 0px;
    height: 25px;
    width: 25px;
    display: block;
    margin-left: 16px;
}
.cls_DESC{
    background-image: url('/highslide/graphics/scrollarrows.png');
    background-position: -25px 25px;
    height: 25px;
    width: 25px;
    display: block;
    margin-left: 16px;
}

span.togglePayItemDetails span, span.toggleBillItemDetails span
{    
    float:right;
    font-weight:bold;
    font-size:10px;
}

.pointer
{
   display:block;
   cursor:pointer     
}

.pbDetailsRow
{
    display:none
}