﻿/*******************************************************
	
	Australian air Express - Cross Dock - General Styles
	
	@author: 	Simon Coulton
	@date:		7 July 2009
	
*******************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	text-decoration: none;
	color: #666;
}
html, body {
	background-color: #e5e8e9;
	font: 11px Arial;
	background-image: url(images/new-bg.gif);
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.wrapper {
	margin: 0 auto;
	width: 952px;
}
.header {
	background: url(images/header_bg.gif) no-repeat;
	height: 187px;/*144px;*/
}
.header .logo {
	display: block;
	width: 300px;
	height: 146px;/*103px;*/
	margin-left: 20px;
	text-indent: -9999px;
	cursor:default;
}

.header .navigation {
	background: url(images/menu_bg.gif) no-repeat;
	height: 41px;
	padding: 0 18px;
}
.header .navigation a 
{
	display: none;
}
.header .navigation table a {
	display: block;
	padding: 8px 10px;
	color: #666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	margin-top:1px;
	font-size:12px!important;
}
table.ctl04_ucMenu_NavigationMenu_2 tbody tr td a
{
	background: url(images/menu-new.jpg)  no-repeat right center;
	}	
.header .navigation a:hover {
	background: url(images/menu_item_bg.gif) repeat-x;
}
.header .navigation div {
	position: absolute;
}
.header .navigation div a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(59, 87, 113, 0.6);
	padding: 4px 8px;
	height:18px;
}
.header .navigation div{
	background:#3b5d7a;
	padding-right: 1px;
	padding-left:1px;
	padding-bottom:1px;
	border:1px solid #ffffff;
}
.header .navigation div a:hover {
	background: url(images/menuBg.png) repeat-x;
	color: #fff;
	text-shadow: 0 1px 0 rgba(11, 131, 122, 0.6);
	height:18px;
	padding: 4px 8px;
}
/*
.header .navigation {
	background: url(images/menu_bg.gif) no-repeat;
	height: 41px;
	padding: 0 18px;
}
.header .navigation li {
	float: left;
}
.header .navigation li.btnLogout {
	float: right;
}
.header .navigation a {
	display: block;
	padding: 4px 0px;
	color: #666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	background: url(images/menu_item_bg.gif) repeat-x;
}
.header .navigation a span {
	display: block;
	border-left: 1px solid #fff;
	border-right: 1px solid #a9a9a9;
	padding: 4px 8px;
}
.header .navigation a span.no-border-right {
	border-right: 0;
}
.header .navigation a span.no-border-left {
	border-left: 0;
}
.header .navigation a:hover {
	background-position: 0 -32px;
}
.header .navigation .btnLogout span {
	background: url(images/lock.gif) no-repeat;
	padding-left: 28px;
}
*/
.content .top {
	height: 13px;
	background: url(images/content_top.gif) no-repeat;
}
.content .bot {
	height: 10px;
	background: url(images/content_bottom.gif) no-repeat;
}
.content .mid {
	background: url(images/content_mid.gif) repeat-y;
	padding: 0 20px;
}
.footer .top {
	height: 10px; 
	background: url(images/footer_top.gif) no-repeat;
}
.footer .mid {
	background: #003867;
	margin: 0 6px;
	padding: 2px 16px;
	color:#fff;
	text-align:center;
}
.footer .bot {
	height: 10px; 
	background: url(images/footer_bot.gif) no-repeat;
}
.panel td {
	background: #f2f2f2;
}
.panel .tm {
	background: #003867;
}
.panel .br, .panel .bl {
	background: url(images/panel.gif) no-repeat;
	height: 4px;
	width: 4px;
}
.panel .tl, .panel .tr {
	background:#003867;
	width:4px;
	height:4px;
}
.panel .bl {
	background-position: -4px 0;
}
.panel .br {
	background-position: 0 0;
}
.panel .m {
	padding: 12px;
}
.greenlink {
	color: #003867;
}
.greenlink:hover {
	text-decoration: underline;
	background: #003867;
	color: #fff;
}
h1 {
	color: #003867;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	color: #003867;
	font-size: 1.1em;
	font-weight: bold;
}
h2.bottomBorder {
	border-bottom: 1px dotted #003867;
	padding-bottom: 6px !important;
}
h3 {
	color: #666;
	font-weight: bold;
	font-size: 1em;
}
hr {
	border-top: 1px dotted #ccc;
}
hr.subSep {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;
	border-right: 0;
	border-left: 0;
}
hr.solid {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #fff;
	border-right: 0;
	border-left: 0;
}
h1.bottomBorder {
	border-bottom: 1px dotted #dcdcdc;
	padding-bottom: 8px !important;
}
* html h1 {
	height: 1%;
}
select {
	border: 1px solid #bccad9;
	font: 11px Arial;
}
.normalWeight {
	font-weight: normal;
}
.datepick-trigger {
	cursor: pointer;
}
.input_text {
	border: 1px solid #bac9d8;
	padding: 2px;
	width: 198px;
	font: 11px Arial;
}
.fieldHolder {
	padding-bottom: 6px;
}
.fieldHolder label {
	display: block;
	float: left;
	width: 50px;
	padding-top: 2px;
}
.fieldHolder label.required {
	background: url(images/required.gif) no-repeat top right;
}
.fieldHolder label.required_spacer, .fieldHolder label.required {
	padding-right: 20px;
}
.fieldHolder .input_text, .fieldHolder .input_checkbox {
	float: left;
}
.fieldHolder .input_checkbox input {
	float: left;
}
.fieldHolder .input_checkbox div {
	float: left;
	padding-left: 10px;
}
* html .fieldHolder .input_checkbox div {
	padding: 4px 0 0 6px;
}
*+html .fieldHolder .input_checkbox div {
	padding: 4px 0 0 6px;
}

/*******************************************************************
	Buttons
*/

.button {
	background: url(images/sprite-buttons.png) no-repeat 100% -24px!important;
	color:#fff!important;
	display:block;
	float:right;
	height:24px;
	padding-right:8px;
}
.button span{
	background: url(images/sprite-buttons.png) no-repeat!important;
	display: block;
	font-size:12px;
	height:12px;
	line-height:12px;
	padding:6px 0 6px 8px;
	text-align:center;
	color:#fff!important;
}
.ie7 .button span{
	padding:4px 0 8px 8px;
}
.button:hover{background-position: 100% -72px!important; text-decoration:none;}
.button:hover span{background-position: 0 -48px!important; text-decoration:none;}

.buttonDisabled, .buttonDisabled:hover
{
	background: url(images/sprite-buttons.png) no-repeat 100% -120px!important;
	text-decoration:none; 
	color:#ccc!important; 
	cursor:default;
	display:block;
	float:right!important;
	padding-right:8px;
}
.buttonDisabled span, .buttonDisabled:hover span
{
	background: url(images/sprite-buttons.png) no-repeat 0 -96px!important;
	text-decoration:none;
	cursor:default;
	display:block;
	font-size:12px;
	height:12px;
	line-height:12px;
	padding:6px 0 6px 8px;
	text-align:center;
	color:#ccc;
}
.ie7 .buttonDisabled span
{
	padding:4px 0 8px 8px;	
}
.button-nostyle, .button-nostyle span {
	background: none;
	color: #ffffff;
	text-decoration: underline;
}
.button-nostyle:hover {
	background: #2f5d83;
}
.button-nostyle:hover span {
	color: #fff;
}
.btnHelp {
	background: url(images/btnHelp.png) no-repeat;
	width: 14px;
	height: 14px;
	display: block;
}
* html .btnHelp {
	background: url(images/btnHelp.gif) no-repeat;
}

/*******************************************************************
	Tables
*/
.datatable .rowheader th {
	height: 30px;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
	text-align: left;
	background: url(images/datatable_rowheader.gif) no-repeat top center;
}
.datatable .rowheader th span {
	color: #fff;
}
.datatable .rowfooter td {
	height: 4px;
	border: 0;
	padding: 0;
	background: #003867;
}
.datatable .rowheader{ background:url("../skins/images/datatable_rowheader.gif") no-repeat scroll 0 0 transparent; height:30px; margin-bottom:-2px; border:none;}
.datatable .rowheader .first {
	background: url(images/datatable_rowheader.gif) no-repeat;
}
.datatable .rowheader .last {
	background: url(images/datatable_rowheader.gif) right top no-repeat;
}
.datatable .rowfooter .first {
	background:#003867;
}
.datatable .rowfooter .last {
	background:#003867;
}
.datatable .columnheaderrow th {
	color: #666;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	font-weight: bold;
	background: #e3e3e3;
	background-image: -moz-linear-gradient(top, 
							#FEFEFE, 
							#DFDFDF);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#FEFEFE),
		color-stop(1, 		#DFDFDF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEFEFE', EndColorStr='#DFDFDF')";
}
.datatable td {
	padding: 8px;
	vertical-align: top;
	color: #666;
	border-bottom: 1px solid #fff;
}
.datatable .altrow td {
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.datatable .btnExpandCollapse {
	background: url(images/btnExpandCollapse.gif) no-repeat;
	display: block;
	height: 9px;
	text-indent: -9999px;
	margin-top: 3px;
	width: 9px;
	font-size: 0.2em;
}
.datatable .btnMove {
	background: url(images/btnMove.png) no-repeat;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	display: block;
}
* html .datatable .btnMove {
	background: url(images/btnMove.gif) no-repeat;
}

.selectedManifests .datatable .btnMove {
	background: url(images/btnMoveReverse.png) no-repeat;
}
* html .selectedManifests .datatable .btnMove {
	background: url(images/btnMoveReverse.gif) no-repeat;
}

.datatable .collapsed .btnExpandCollapse {
	background-position: top left;
}
.datatable .expanded .btnExpandCollapse {
	background-position: bottom left;
}
.datatable .row-collapsed td {
	display: none;
}
.datatable .bgBlue {
	background: #edf3f8;
	border-bottom: 1px solid #6799cb;
}
.datatable .bgGrey {
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.datatable .bgWhite {
	background: #fff;
	border-bottom: 1px solid #fff;
}
/**********************************************************************
	Notification Messages
*/
.statusNotifyMessage {
	border: 3px solid;
	padding: 10px;
	margin-bottom: 12px;
}
.statusNotifyMessage .icon {
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 8px;
}
.statusNotifyMessage .message {
	font-weight: bold;
	float: left;
	padding-top: 1px;
	width: 90%;
	text-align: left;
}
.statusNotifyMessage .icon {
	background: url(images/info.png) no-repeat;
}
.statusNotifyMessage {
	background: #fff3d3;
	border-color: #e0a72d;
}
.statusNotifyMessage .message {
	color: #e0a72d;
}
.success {
	border-color: #3f853b;
	background: #effeec;
}
.success .icon {
	background: url(images/success.png) no-repeat;
}
.success .message {
	color: #3f853b;
}
.failure {
	border-color: #c44f35;
	background: #ffe3dd;
}
.failure .icon {
	background: url(images/failure.png) no-repeat;
}
.failure .message {
	color: #c44f35;
}
/**********************************************************************
	Breadcrumbs
*/
.breadcrumbs {
	float: right;
	margin-top: -28px;
	color:#999;
}

a.appendedCloseBtn
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 30px;
	background:url(images/close.png) no-repeat;
	zoom:1;
	z-index: 99999;
}

.sh 
{
	clear:both;
	padding-left: 30px;
	display: none;
}
.btnExpandCollapseDiv_Show {
	display:block;
}


.datatable td a.btnExpandCollapseDiv, .datatable td a.levelTwo
{
	display: block;
	float: left;
	padding-left:5px;
}
/******************Gavin.li 2012.2.15*****************************/
a.deleteIcon{ float:left; display:block; cursor:pointer; text-decoration:none; width:16px; height:16px; background:url(images/delete_icon.png) no-repeat; margin-left:0px!important;}
a.viewIcon{ float:left; display:block; cursor:pointer;text-decoration:none; width:16px; height:16px; background:url(images/preview_icon.png) no-repeat;margin-left:0px!important;}
a.editIcon{ float:left; display:block; cursor:pointer;text-decoration:none; width:16px; height:16px; background:url(images/edit_icon.png) no-repeat;margin-left:0px!important;}
a.deleteIcon span, a.viewIcon span, a.editIcon span{ display:none;}
.datatable-header{ background:url("images/datatable_rowheader.gif") no-repeat scroll 0 0 transparent; height:30px; margin-bottom:-2px; border:none;}
table.gvTable { width: 100%;}
.hide{ display:none; }