/* page styles */
BODY {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#333333;
	margin:0;
}
TABLE, DIV {font-size : 12px;}

A IMG { border: none; }
FORM { display: inline; }
.line { background: #333333; }

A:link, A:active, A:visited, A:hover { font-size : 12px; color : #0033CC;}
A:link, A:active, A:visited { text-decoration: none; }
A:hover { text-decoration: underline; }
A.list:link, A.list:active, A.list:visited, A.list:hover { font-size : 12px; text-decoration: none; display: block;}

H1 { font-size: 17px;  margin:4px 0 4px 0;}
H2 { font-size: 14px;}
.subheader {margin-bottom:10px; font-size:11px; color:#666;}

SELECT, INPUT { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

P {font-size : 12px; margin-top: 1em; margin-bottom: .3em; }

option.filled {
	font-weight:bold;
}

INPUT.date { text-align:center; }
INPUT.month {width: 23px;}
INPUT.year { width: 38px;}
INPUT.day {width: 23px;}

.small, .small A, .small A:link, .small A:hover, .small A:active, .small A:visited,
A.small, A.small:link, A.small:hover, A.small:active, A.small:visited
{ font-size: 11px; }

.tiny, .tiny A, .tiny A:link, .tiny A:hover, .tiny A:active, .tiny A:visited,
A.tiny, A.tiny:link, A.tiny:hover, A.tiny:active, A.tiny:visited
 { font-size: 10px; }

.large, large A, .large A:link, .large A:hover, .large A:active, .large A:visited,
A.large, A.large:link, A.large:hover, A.large:active, A.large:visited {
	font-size: 16px;
}

.spacer{clear:both; height:8px; display:block; line-height:1px;}

.readonly {background-color:#EEEEEE;}

.red { color:#CC0000;}
.green {color: #006600;}

/* page styles */

.header_top {background:#F6F6F6; border-bottom:1px solid #999; padding:3px;}
.header_top_left {width:430px; float:left;}
.header_top_right {width:550px; text-align:right; float:right;}
.header_left {width:300px; padding:10px 5px 5px 5px; float:left;}
.header_right {width:550px; padding:10px 5px 5px 5px; text-align:right; float:right;}
.copyright {
	font-size : 11px;
  	color : #999999;
  	text-decoration: none;
  	text-align: center;
	margin-top:10px;
}

/* msg box */
.infoBox {
	border: 1px solid #CCC;
	margin: 4px 0 4px 0;
	background-color: #F7F7F7;
}

.infoBox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}
.infoBox li 
{
padding-left: 22px;
padding-bottom: 5px;
background-image: url(/assets/cpanel/icons/information.gif);
background-repeat: no-repeat;
font-size:11px;
}

.msgBox {
	border: 1px solid #669900;
	margin: 4px 0 4px 0;
	background-color: #E0FBAE;
}

.msgBox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}
.msgBox li 
{
padding-left: 22px;
padding-bottom: 5px;
background-image: url(/assets/cpanel/icons/accept.png);
background-repeat: no-repeat;
font-weight:bold;
}

.warnBox {
	border: 1px solid #FFCC00;
	margin: 4px 0 4px 0;
	background-color: #FFFF99;
}
.warnBox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}
.warnBox li 
{
padding-left: 22px;
padding-bottom: 5px;
background-image: url(/assets/cpanel/icons/bullet_error.png);
background-repeat: no-repeat;
font-weight:bold;
}

.errorBox {
	border: 1px solid #CC0000;
	margin: 4px 0 4px 0;
	background-color: #FF9999;
}

.errorBox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}
.errorBox li 
{
padding-left: 22px;
padding-bottom: 5px;
background-image: url(/assets/cpanel/icons/error_delete.png);
background-repeat: no-repeat;
font-weight:bold; 
}

TABLE.home_warning_box {
	border: 2px solid #CC0000;
	background-color: #FFE8E8;
	font-weight: bold;
}
/* msg box */

/* box */
.merchantbox {
	border: 1px solid #C7C7C7;
	background:#F7F7F7;
	font-size: 12px;
}
.merchantboxouter {
	border: 3px solid #E1E1E1;
}
.merchantboxheader {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #E1E1E1 url(/assets/cpanel/box02/grey_header.gif) repeat-x;
	border-bottom: 1px solid #C7C7C7;
	padding: 4px;
}
.merchantboxheaderblue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background:#D9EAFB url(/assets/cpanel/box02/blue_header.gif) repeat-x;
	border-bottom: 1px solid #C7C7C7;
	padding: 4px;
}
.merchantboxheaderpurple {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: ffffff;
	font-weight: bold;
	background-color: #48447F;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.controltable {
	border: 1px solid #999999;
	background-color: #F6F6F6;
}
.listindextable { border: 1px solid #999999; background-color: #F6F6F6; }
/* box */

/* Buttons */
	.button {  font-size: 12px; cursor:hand; padding: 5px; padding: 3px; background-color:#FFF; color:333;border:1px solid #CCC;   background-image: url(/assets/cpanel/buttons/button_grey_bg.gif); text-decoration: none; } 	
	.greenbutton {  font-size: 12px; cursor:hand; font-weight:bold; padding:5px; border:1px solid #CCC; color:333; background-color:#FFF; background-image: url(/assets/cpanel/buttons/button_green_bg.gif); text-decoration: none; } 
	.greybutton { font-size: 12px; cursor:hand; font-weight:bold; padding: 5px;  background-color:#FFF; border:1px solid #CCC; color:333; background-image: url(/assets/cpanel/buttons/button_grey_bg.gif); text-decoration: none; } 
	.yellowbutton { font-size: 12px; cursor:hand; font-weight:bold; padding: 5px;  background-color:#FFF;border:1px solid #CCC; color:333;  background-image: url(/assets/cpanel/buttons/button_red_bg.gif); text-decoration: none;} 
	.bluebutton { font-size: 12px; cursor:hand; font-weight:bold; padding: 5px;  background-color:#FFF;  border:1px solid #CCC; color:333; background-image: url(/assets/cpanel/buttons/button_blue_bg.gif); text-decoration: none; } 
	.redbutton {  font-size: 12px; cursor:hand; font-weight:bold; padding: 5px;  background-color:#FFF; border:1px solid #CCC; color:333;  background-image: url(/assets/cpanel/buttons/button_red_bg.gif); text-decoration: none; } 


/****************** Start list style ***********************/
	.listtable {
		border-bottom: 1px solid #b0b0b0; 
		border-right: 1px solid #b0b0b0;
	}
	
	.listfooter {
		background-color: #dddddd;
		color: #333333;
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	.listheader {
		background-color: #E2E2E2;
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	.listheaderNoleft {
		background-color: #E2E2E2;
		border-top: 1px solid #b0b0b0; 
	}

	.listfooterNoleft {
		background-color: #dddddd;
		border-top: 1px solid #b0b0b0; 
	}

	.listheader {
		font-weight: bold;
	}
	
	a.listheader_link:hover { }
	a.listheader_link, a.listheader_link:active, a.listheader_link:visited { }
	.sortedlistheader {
		background-color: #CCCCCC;
		color: #333333;
		font-weight: bold;
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	
	.listitem0, .listsubitem0, .listitem0-R, .listitem0-B, .listitem0-G, .listitem0-Y {
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	.listitemNoleft0, .listitemNoleft0-R, .listitemNoleft0-B, .listitemNoleft0-G, .listitemNoleft0-Y {
		border-top: 1px solid #b0b0b0; 
	}
	.listitem0, .listsubitem0,.listitemNoleft0 { background-color:#ffffff; }
	.listitem0-R, .listitemNoleft0-R { background-color:#FFEFEF; }
	.listitem0-B, .listitemNoleft0-B { background-color:#DFEFFF; }
	.listitem0-G, .listitemNoleft0-G { background-color:#DFFFDF; }
	.listitem0-Y, .listitemNoleft0-Y { background-color:#FFFFDF; }

	.listsubitem0-0 {
		background-color: #ffffff;
		border-top: 1px solid #e8e8e8; 
		border-left: 1px solid #b0b0b0;
	}

	.listsubitem0-1 {
		background-color: #f0f0f0;
		border-top: 1px solid #e8e8e8; 
		border-left: 1px solid #b0b0b0;
	}

	.listitem1, .listsubitem1, .listitem1-R, .listitem1-B, .listitem1-G, .listitem1-Y {
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	.listitemNoleft1, .listitemNoleft1-R, .listitemNoleft1-B, .listitemNoleft1-G, .listitemNoleft1-Y {
		border-top: 1px solid #b0b0b0; 
	}
	.listitem1, .listsubitem1, .listitemNoleft1 { background-color:#eeeeee; }
	.listitem1-R, .listitemNoleft1-R { background-color:#F0E0E0; }
	.listitem1-B, .listitemNoleft1-B { background-color:#D0E0F0; }
	.listitem1-G, .listitemNoleft1-G { background-color:#D0F0D0; }
	.listitem1-Y, .listitemNoleft1-Y { background-color:#F0F0D0; }
	
	.listsubitem1-0 {
		background-color: #eeeeee;
		border-top: 1px solid #d8d8d8; 
		border-left: 1px solid #b0b0b0;
	}
	.listsubitem1-1 {
		background-color: #e0e0e0;
		border-top: 1px solid #d8d8d8; 
		border-left: 1px solid #b0b0b0;
	}
	
	.listitemHL-Y { font-size: 12px;
		background-color: #FFFFCC;
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}

	.listitemNoleftHL-Y {
		background-color: #FFFFCC;
		border-top: 1px solid #b0b0b0; 
	}

	.listitemHL-G {
		background-color: #CFFFCE;
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	.listitemNoleftHL-G {
		background-color: #CFFFCE;
		border-top: 1px solid #b0b0b0; 
	}
	
	.listitemHL-R {
		background-color: #FFCCCC;
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	.listitemNoleftHL-R {
		background-color: #FFCCCC;
		border-top: 1px solid #b0b0b0; 
	}

	.listitemHL-B {
		background-color: #D2ECFF;
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	.listitemNoleftHL-B {
		background-color: #D2ECFF;
		border-top: 1px solid #b0b0b0; 
	}


	.listitemHL-P {
		background-color: #F7DDFF;
		border-top: 1px solid #b0b0b0; 
		border-left: 1px solid #b0b0b0;
	}
	.listitemNoleftHL-P {
		background-color: #F7DDFF;
		border-top: 1px solid #b0b0b0; 
	}

	FONT.sign-CR { color:#333333; }
	FONT.sign-DR { color:#cc0000; }
	FONT.sign- { color:#333333; }
/****************** End list style ***********************/

/****************** Start View Order style ***********************/
TABLE.order_detail TD.heading TABLE {
	font-size: 12px;
	font-weight:bold;
}

TABLE.order_detail TD.heading {
	border-bottom: 1px solid #333333;
	background-image: url(/assets/cpanel/menu01/header_top.gif);
	font-size: 14px;
	font-weight:bold;
	padding: 4px;
}

TABLE.order_detail TD.name,
TD.cell_name {
	font-weight:bold;
	vertical-align:top;
	text-align:right;
}

TABLE.order_detail TD.value,
TD.cell_value {
	padding-left: 4px;
	padding-right: 4px;
	vertical-align:top;
}

TABLE.order_detail TD.orderlist {
	padding-bottom: 10px;
}

TABLE.order_detail TABLE.orderlines TD.control {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1FFEB;
}

TABLE.order_detail TD.pricing {
	border-top: 1px solid #333333;
}

/****************** Start Order Batch Control style ***********************/
TABLE.batchproc_ctrl TD {
	padding: 2px 5px 2px 5px;
}
TABLE.batchproc_ctrl TD.batchstep {
	font-size: 16px;
	font-weight:bold;
}

TABLE.batchproc_ctrl TABLE.batchpick TD {
	padding-right:10px;
}

TABLE.batchproc_ctrl TD.batchproc {
	font-size: 14px;
	font-weight:bold;
}

TABLE.batchproc_ctrl .settings {
	font-size: 12px;
}

/****************** End Order Batch Control style ***********************/

TD.button_area {}

.label {
	text-align: right;
}
.labelleft {
	text-align: left;
	font-weight: bold;
	width: 40%;
}
.narrowlabelleft {
	text-align: left;
	font-weight: bold;
	width: 20%;
}
.labelleftgreyed {
	text-align: left;
	font-weight: lighter;
	color: grey;
	width: 40%;
}
.labelright {
	text-align: right;
	font-weight: bold;
	width: 40%;
}
.shiplabelright {
	text-align: right;
	font-weight: bold;
	width: 10%;
}

.shiptable {
	border-style:solid;
	border-width:1px;
	width: 100%;
	padding: 2px 2px 2px 2px;
}

.shipcngmt {
	border-style: none;
	padding: 0px;
	width: 30%;
	height: 10%; 
}

.shipcarrier {
	border-style: solid;
	padding: 4px;
	height: 8%; 
}
.city {
	font-size: x-large;
	font-weight: bold;
}
.shiplabel {
	width: 50%;
	font-size: x-small;
	vertical-align: text-top;
}
.shipzone {
	font-size: xx-large;
	font-weight: bold;
}
.barcode {
	text-align: center;
}
.descr_font {
	font: 12px arial,sans-serif;
}

.subcpmenu {background:#F7F7F7; border-bottom:#CCC solid 1px; border-right:#CCC solid 1px; border-left:#CCC solid 1px; padding: 4px; font-size:11px; }
.subcpmenu A, .subcpmenu A:link, .subcpmenu A:hover, .subcpmenu A:active, .subcpmenu A:visited,
A.subcpmenu, A.subcpmenu:link, A.subcpmenu:hover, A.subcpmenu:active, A.subcpmenu:visited
{font-size:11px; color: #333;}

.bgiframe {position:absolute; z-index: 10;}

.reporthdg {
	text-align: left;
}

.errormsg {
	color: #CC0000;
	font-weight: bold;
}
.warnmsg {
	color: #CC9900;
	font-weight: bold;
}
.infomsg,.msg {
	color: #006600;
	font-weight: normal;
}
.stripe {
	background-color: #EFEFEF;
}
.menuitem0 {
	background-color: #EBF5FC;
}
.menuitem1 {
	background-color: #BFE2F9;
}
#dg {
	text-decoration: underline;
	font-weight: bold;
}
.aae_manifest_left {
	padding: 0px 10px 0px 0px;
	border-style:none;
	width: 60%;
}
.aae_manifest_right {
	padding: 0px 0px 0px 10px;
	border-style:none;
	border-left-style:solid;
	border-left-width:2px;
	border-color: #000000;
	width: 40%;
}
.driver {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width:2px;
	border-color: #000000;
}
p.even {
	text-align: justify;
}

/* 

/****************** Start Right Aligned Menu *****************/

/* 
	LEVEL ONE
*/
.dropdown_bg						{ height:30px; background: #666 url(/assets/cpanel/menu01/header_top.gif);}
ul.dropdown                         { margin: 0; padding: 0; position: relative; list-style: none; z-index: 500;}
ul.dropdown li                      { float: left; zoom: 1; background: #666 url(/assets/cpanel/menu01/header_top.gif); }
ul.dropdown a:hover		            { color: #003399;}
ul.dropdown a:active                { color: #003399;}
ul.dropdown li a, ul.dropdown li a:active, ul.dropdown li a:visited { display: block; color: #FFF; font-size:11px; padding: 8px 17px 8px 6px; background:url(/assets/js/vendor/cpanel_menu/arrow_dn.gif) right center no-repeat; }
ul.dropdown li.hover,
ul.dropdown li:hover                { background:#D9EAFB url(/assets/cpanel/menu/bg_dn.gif); color:#003399; position: relative; }
ul.dropdown li.hover a, ul.dropdown li.hover a:hover  { color:#003399; font-size:11px; text-decoration:none; }
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ border:1px solid #CCC; margin: 0; padding: 0; width: 215px; visibility: hidden; position: absolute; top: 100%; left:0; list-style: none; background:#FFF;}
ul.dropdown ul:hover, 
ul.dropdown ul li.hover				{ color:#003399; background:#D9EAFB; font-size:11px; text-decoration:none;  }
ul.dropdown ul a:hover				{ color:#003399; font-size:11px; text-decoration:none; }
ul.dropdown ul li 					{ font-weight: normal; background: #FFF; color: #000; 
									  float: none; }
ul.dropdown ul li:hover 			{ font-weight: normal; background: #D9EAFB; color: #000; 
									  float: none; }								    
                                    /* IE 6 & 7 Needs Inline Block - See External Style Sheet */
ul.dropdown ul li a, ul.dropdown ul li a:visited, ul.dropdown ul li a:active { border-right: none; width: 100%; display: inline-block; background:none;  font-size:11px; color:#003399; } 

ul.dropdown ul li.div 			{ margin:0; font-weight: normal; background:#FFF; color:#999; 
								  float: none; padding:4px; font-size:11px;}	
ul.dropdown ul li.div:hover 	{ margin: 0; font-weight: normal; font-size:11px; background:#FFF; color:#999; 
								  float: none; padding:4px;}								  
.div_image {float:left; margin-right:4px; margin-top:0px;}								  
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ top: 0; list-style: none; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* 
/****************** Start Left Aligned Menu *****************/
/* 
	LEVEL ONE
*/
ul.dropdown_left 	  { margin: 0; padding: 0; position: relative; list-style: none; z-index: 250;}
ul.dropdown_left li   { float: left; zoom: 1; background: #666 url(/assets/cpanel/menu01/header_top.gif); }
ul.dropdown_left a:hover		         { color: #003399;}
ul.dropdown_left a:active                { color: #FFF;}
ul.dropdown_left li a, ul.dropdown_left li a:active, ul.dropdown_left li a:visited { display: block; color: #FFF; font-size:11px; padding: 8px 17px 8px 6px; background:url(/assets/js/vendor/cpanel_menu/arrow_dn.gif) right center no-repeat; }
ul.dropdown_left li.hover,
ul.dropdown_left li:hover                { background:#D9EAFB url(/assets/cpanel/menu/bg_dn.gif); color:#003399; position: relative; }
ul.dropdown_left li.hover a, ul.dropdown_left li.hover a:hover  { color:#003399; font-size:11px; text-decoration:none; }
/* 
	LEVEL TWO
*/
ul.dropdown_left ul 						{ border:1px solid #CCC; margin: 0; padding: 0; width: 215px; visibility: hidden; position: absolute; top: 100%; right:0; list-style: none; background:#FFF;}
ul.dropdown_left ul:hover, 
ul.dropdown_left ul li.hover				{ color:#003399; background:#D9EAFB; font-size:11px; text-decoration:none;  }
ul.dropdown_left ul a:hover				{ color:#003399; font-size:11px; text-decoration:none; }
ul.dropdown_left ul li 					{ font-weight: normal; background: #FFF; color: #000; 
									  float: none; }
ul.dropdown_left ul li:hover 			{ font-weight: normal; background: #D9EAFB; color: #000; 
									  float: none; }								    
                                    /* IE 6 & 7 Needs Inline Block - See External Style Sheet */
ul.dropdown_left ul li a, ul.dropdown_left ul li a:visited, ul.dropdown_left ul li a:active { border-right: none; width: 100%; display: inline-block; background:none; font-size:11px; color:#003399; } 

ul.dropdown_left ul li.div 			{ margin:0; font-weight: normal; background:#FFF; color:#999; 
								  float: none; padding:4px; font-size:11px;}	
ul.dropdown_left ul li.div:hover 	{ margin: 0; font-weight: normal; font-size:11px; background:#FFF; color:#999; 
								  float: none; padding:4px;}								  
.div_image {float:left; margin-right:4px; margin-top:0px;}								  
/* 
	LEVEL THREE
*/
ul.dropdown_left ul ul 					{ right: 100%; top: 0; list-style: none; }
ul.dropdown_left li:hover > ul 			{ visibility: visible; }

 
/****************** Start Button Styles *****************/
/* Large Buttons */

a.large_actionbutton{
background: transparent url('/assets/themes/buttons/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.large_actionbutton, a:visited.large_actionbutton, a:active.large_actionbutton{
color: #333; /*button text color*/
font-weight:bold;
}

a.large_actionbutton span{
background: transparent url('/assets/themes/buttons/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.large_actionbutton:hover{ /* Hover state CSS */
background-position: bottom left;
text-decoration:none;
}

a.large_actionbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.large_infobutton{
background: transparent url('/assets/themes/buttons/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.large_infobutton, a:visited.large_infobutton, a:active.large_infobutton{
color: #494949; /*button text color*/
}

a.large_infobutton span{
background: transparent url('/assets/themes/buttons/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.large_infobutton:hover{ /* Hover state CSS */
background-position: bottom left;
text-decoration:none;
}

a.large_infobutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}


/* Default Buttons */

a.actionbutton{
background: transparent url('/assets/cpanel/css_buttons/action_left.gif') no-repeat top left;
display: block;
font-style: Arial, Helvetica, sans-serif 11px;
float: left;
font-weight:bold;
line-height: 21px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 29px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.actionbutton, a:visited.actionbutton, a:active.actionbutton{
color: #333; /*button text color*/
}

a.actionbutton span{
background: transparent url('/assets/cpanel/css_buttons/action_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.actionbutton:hover{ /* Hover state CSS */
background-position: bottom left;
color: #000;
text-decoration:none;
}

a.actionbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.savebutton{
background: transparent url('/assets/cpanel/css_buttons/save_left.gif') no-repeat top left;
display: block;
font-style: Arial, Helvetica, sans-serif 11px;
float: left;
font-weight:bold;
line-height: 21px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 29px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.savebutton, a:visited.savebutton, a:active.savebutton{
color: #333; /*button text color*/
}

a.savebutton span{
background: transparent url('/assets/cpanel/css_buttons/save_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.savebutton:hover{ /* Hover state CSS */
background-position: bottom left;
color: #000;
text-decoration:none;
}

a.savebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.cancelbutton{
background: transparent url('/assets/cpanel/css_buttons/cancel_left.gif') no-repeat top left;
display: block;
font-style: Arial, Helvetica, sans-serif 11px;
float: left;
font-weight:bold;
line-height: 21px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 29px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.cancelbutton, a:visited.cancelbutton, a:active.cancelbutton{
color: #333; /*button text color*/
}

a.cancelbutton span{
background: transparent url('/assets/cpanel/css_buttons/cancel_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.cancelbutton:hover{ /* Hover state CSS */
background-position: bottom left;
color: #000;
text-decoration:none;
}

a.cancelbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.infobutton{
background: transparent url('/assets/cpanel/css_buttons/info_left.gif') no-repeat top left;
display: block;
font-style: Arial, Helvetica, sans-serif 11px;
float: left;
font-weight:bold;
line-height: 21px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 29px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.infobutton, a:visited.infobutton, a:active.infobutton{
color: #333; /*button text color*/
}

a.infobutton span{
background: transparent url('/assets/cpanel/css_buttons/info_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.infobutton:hover{ /* Hover state CSS */
background-position: bottom left;
color: #000;
text-decoration:none;

}

a.infobutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}


a.warehousebutton{
background: transparent url('/assets/cpanel/css_buttons/warehouse_left.gif') no-repeat top left;
display: block;
font-style: Arial, Helvetica, sans-serif 11px;
float: left;
font-weight:bold;
line-height: 21px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 29px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.warehousebutton, a:visited.warehousebutton, a:active.warehousebutton{
color: #333; /*button text color*/
}

a.warehousebutton span{
background: transparent url('/assets/cpanel/css_buttons/warehouse_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.warehousebutton:hover{ /* Hover state CSS */
background-position: bottom left;
color: #000;
text-decoration:none;

}

a.warehousebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.tiny_button {
    background: transparent url('/assets/cpanel/css_buttons/tiny_button.gif') no-repeat top left;
    display: block;
    float: left;
    font-size:11px;
    height: 18px;
    padding-left: 9px;
    text-decoration: none;
	font-family:Arial;
	font-weight:bold;
}

a.tiny_button img {float:left; padding-top:1px; padding-right:6px;}

a:link.tiny_button, a:visited.tiny_button, a:active.tiny_button {
    color: #333;
	font-size:11px;
}
a.tiny_button span {
    background: transparent url('/assets/cpanel/css_buttons/tiny_button.gif') no-repeat top right;
    display: block;
    padding: 2px 9px 2px 0;
	
}
a.tiny_button:hover {
    background-position: bottom left;
	font-size:11px;
	text-decoration:none;
}
a.tiny_button:hover span {
    background-position: bottom right;
    color: #000;
	font-size:11px;
}

.buttonwrapper{ 
overflow: hidden;
width: 100%;
}

.tiny_button_wrapper {float:right; margin-bottom:-18px;}
 
 /* Jquery Tools Tabs */
 

/* root element for tabs  */
ul.tabs, ul.tabs2 {  
	margin:0 !important; 
	padding:0;
	height:26px;
	border-bottom:1px solid #999;
	width:100%;	 
}

ul.tab_invoice{  
	margin:0 !important; 
	padding:0;
	height:26px;
	border-bottom:1px solid #999;	
	width:100%;	  	
}

ul.tab_not_invoiced{  
	margin:0 !important; 
	padding:0;
	height:26px;
	border-bottom:1px solid #999;	
	width:100%;	  	
}

ul.tab_quote{  
	margin:0 !important; 
	padding:0;
	height:26px;
	border-bottom:1px solid #999;	
	width:100%;	  	
}

/* single tab */
ul.tabs li, ul.tabs2 li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

ul.tab_invoice li {  
	float:left;	 
	padding:0; 
	margin:0; 
	list-style-type:none;	
}

ul.tab_not_invoiced li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

ul.tab_quote li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a, ul.tabs2 a { 
	float:left;
	font-size:11px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #999;	
	border-bottom:0px;
	height:14px;
	background-color:#efefef;
	color: #0033CC;
	font-weight:bold;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tabs a:hover, ul.tabs2 a:hover, ul.tabs a:active, ul.tabs2 a:active, ul.tabs a:visited, ul.tabs2 a:visited {
	background-color:#F7F7F7;
	color: #0033CC;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
	
ul.tabs li, ul.tabs2 li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}



/* link inside the tab. uses a background image */
ul.tab_invoice a { 
	float:left;
	font-size:;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #999;	
	border-bottom:0px;
	height:14px;
	background-color:#efefef;
	color: #0033CC;
	font-weight:bold;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tab_invoice a:hover{
	background-color:#F7F7F7;
	color: #0033CC;
	font-weight:bold;
	font-size:;
	text-decoration:none;
}

ul.tab_invoice li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

ul.tab_not_invoiced a { 
	float:left;
	font-size:12px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #999;	
	border-bottom:0px;
	height:14px;
	background-color:#efefef;
	color: #0033CC;
	font-weight:bold;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tab_not_invoiced a:hover{
	background-color:#F7F7F7;
	color: #0033CC;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

ul.tab_not_invoiced li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}
/* link inside the tab. uses a background image */
ul.tab_quote a { 
	float:left;
	font-size:;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #999;	
	border-bottom:0px;
	height:14px;
	background-color:#F2F2F2;
	color: #0033CC;
	font-weight:bold;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tab_quote a:hover{
	background-color:#F7F7F7;
	color: #0033CC;
	font-weight:bold;
	font-size:;
	text-decoration:none;
}

ul.tab_quote li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* selected tab */
ul.tabs a.current, ul.tabs2 a.current {
	background-color:#F7F7F7;
	border-bottom:2px solid #F7F7F7;	
	font-size:11px;
	color: #333;
	font-weight:bold;	
	cursor:default;
	text-decoration:none;
}

ul.tab_invoice a.current {
	background-color:#F1FAF1;
	border-bottom:2px solid #F7F7F7;	
	font-size:;
	color: #333;
	font-weight:bold;	
	cursor:default;
	text-decoration:none;
}

ul.tab_invoice a:hover.current {
	background-color:#F1FAF1;
	border-bottom:2px solid #F7F7F7;	
	font-size:;
	color: #333;
	font-weight:bold;	
	cursor:default;
	text-decoration:none;
}

ul.tab_not_invoiced a.current {
	background-color:#FEFDCD;
	border-bottom:2px solid #FEFDCD;	
	font-size:;
	color: #333;
	font-weight:bold;	
	cursor:default;
	text-decoration:none;
}

ul.tab_not_invoiced a:hover.current {
	background-color:#FEFDCD;
	border-bottom:2px solid #FEFDCD;	
	font-size:;
	color: #333;
	font-weight:bold;	
	cursor:default;
	text-decoration:none;
}

ul.tab_quote a.current {
	background-color:#F2F2F2;
	border-bottom:2px solid #F2F2F2;	
	font-size:;
	color: #333;
	font-weight:bold;	
	cursor:default;
	text-decoration:none;
}

ul.tab_quote a:hover.current {
	background-color:#F2F2F2;
	border-bottom:2px solid #F2F2F2;	
	font-size:;
	color: #333;
	font-weight:bold;	
	cursor:default;
	text-decoration:none;
}

	
/* tab pane */
.tab_content {
	display:none;
	border:1px solid #999;
	width:990px;
	border-width:0 1px 1px 1px;
	padding:10px;
	background-color:#F7F7F7;	
}

.tab_content_open {
	border:1px solid #999;
	width:990px;
	border-width:0 1px 1px 1px;
	padding:10px;
	background-color:#F7F7F7;	
}

.content_tab_invoice {
	border:1px solid #999;
	border-width:0 1px 1px 1px;
	padding:10px;
	background-color:#F1FAF1;	
}

.content_tab_not_invoiced {
	border:1px solid #999;
	border-width:0 1px 1px 1px;
	padding:10px;
	background-color:#FEFDCD;	
}

.content_tab_quote {
	border:1px solid #999;
	border-width:0 1px 1px 1px;
	padding:10px;
	background-color:#F2F2F2;	
}

.tab_content_header {
		text-align: left;
		background: #E1E1E1 url(/assets/cpanel/box02/grey_header.gif) repeat-x;
		padding: 6px;
		border-bottom: 1px solid #CCC;
		font-weight: bold;
		font-size: 12px;
	}
	
/* tool tip */ 
.tooltip {
	display:none;
	background:transparent url(/assets/cpanel/transparent.png);
	font-size:11px;
	border:1px solid #333;
	width:200px;
	padding:10px;
	color:#CCC;	
}

/* jquery tags */

div.tagsinput { border:1px solid #CCC; background: #FFF; padding:2px; width:95%; height:22px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #060; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 2px; text-decoration:none; background: #CEE3A6; color: #060; margin-right: 4px; margin-bottom:2px; font-size:11px;}
div.tagsinput span.tag a { font-weight: bold; color: #060; text-decoration:none; font-size: 12px;  } 
div.tagsinput input { width:80px; margin:0px; font-size: 11px; border:1px solid transparent; padding:2px; background: transparent; color: #000; outline:0px;  margin-right:4px; margin-bottom:2px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }