body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0px;
	margin:0px;
	font-size:12px;
	background:#282827;
	overflow-y:scroll; /* always show vertical scroll bar ! */
	width: 100%;
}

#bodywrapper, #footerspacer {
	background:#fff;
}

img{
	border:none;
}
.color666{
	color:#666666;
}
.clear{
	clear:both;
}
a:visited, a:hover, a:active, a:link {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a.pagination:visited, a.pagination:active, a.pagination:link {
	color:#666666;
	text-decoration:none;
}
a.pagination:hover {
	color:#333333;
	text-decoration:none;
}
a.pagination span {
	border:1px solid #999999;
	background:#F1F1F1;
}
a.pagination span:hover {
	border:1px solid #666666;
	background:#dedede;
}
.paginationTD {
	text-align:center;
	margin:0 auto;
	padding-top:15px;
}
a.greyunderln:visited, a.greyunderln:active, a.greyunderln:link {
	color:#666666;
	text-decoration:none;
}
a.greyunderln:hover {
	color:#333333;
	text-decoration:underline;
}
a.abc:visited, a.abc:active, a.abc:link {
	color:#999999;
	text-decoration:none;
}
a.abc:hover {
	color:#333333;
	text-decoration:none;
}
a.undrlnd:visited, a.undrlnd:active, a.undrlnd:link {
	color:#999999;
	text-decoration:underline;
}
a.undrlnd:hover {
	color:#333333;
}
a.error:visited, a.error:active, a.error:link {
	font-weight:bold;
	color:#d34836;
	text-decoration:underline;
}
a.error:hover {
	color:#999999;
	text-decoration:underline;
}
a.white:visited, a.white:active, a.white:link {
	color:#ffffff;
	text-decoration:none;
	text-shadow: 0.0em 0.1em #2e574c;
}
a.white:hover {
	color:#000000;
	text-shadow: none;
}
a.sort:visited, a.sort:active, a.sort:link {
	color:#ffffff;
	text-decoration:none;
}
a.sort:hover {
	color:#666666;
}
a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:link {
	color:#999999;
	text-decoration:underline;
}
a.breadcrumb:hover {
	color:#999999;
	text-decoration:none;
}
a.tabled:visited, a.tabled:active, a.tabled:link {
	color:#7B8796;
	text-decoration:none;
}
a.tabled:hover {
	color:#333333;
	text-decoration:none;
}
a.fedex:visited, a.fedex:active, a.fedex:link,a.fedex:hover {
	color:#660099; /* 660099 */
	text-decoration:none;
}
a.fedex:hover {
	color:#660099;
	text-decoration:underline;
}
#header_wrapper{
	height:70px;
	background:#f5f5f5;
	border-bottom:#e5e5e5 1px solid;
}
#header_wrapper_2{
	padding:0px;
}
#header_wrapper_2, #wrapper, #breadcrumb{
	width:1000px;
	margin:0 auto;
}
#breadcrumb{
	padding:5px 0px 0px 40px;
	font-size:11px;
}
#banner_header {
	border-radius: 20px;
	background-color: yellow;
	font-size: larger;
	margin: 1em 5em 1em 5em;
	padding: 1em;
}
#userbar_top{
	float:right;
	margin:42px 1px 0px 0px;
	text-align:right;
	color:#666;
}

/* THREE COLUMN PAGE v1*/

#left_wrapper{
	padding-top:10px;
	float:left;
	width:250px;
}
#center_wrapper{
	padding-top:10px;
	float:left;
	width:550px;
}
#right_wrapper{
	float:left;
	width:200px;
}

/* THREE COLUMN PAGE v2*/
.left_wrapper {
	float:left;
	padding:20px;
	width:308px;
	border:1px solid #CCCCCC;
}
.center_wrapper{
	float:left;
	padding:20px;
	width:408px;
	border:1px solid #CCCCCC;
}

/* TWO COLUMN PAGE v1 */
.page_wrapper{
	float:left;
	padding:10px 20px 20px 20px;
	width:760px;
}
#footer{
	width:100%;
	margin: auto;
	text-align:center;
	font-size:11px;
}
.left_box{
	margin:20px 30px 0px 0px;
	line-height:20px;
}
.left_box_title{
	line-height:10px;
	font-weight:bold;
	color:#5f8f82; /*green*/
	font-size:13px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.left_box ul {
	line-height:25px;
}
.left_box ul.links {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.left_box ul.links li {
	padding-left:28px;
	background:url(../images/left.ul.li.gif) no-repeat 8px 5px;
}
.left_box ul.links li:hover{
	background-color:#f1f1f1;
}
.right_box{
	margin:20px 0px 0px 20px;
	overflow:hidden;
}
.right_box_title{
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:5px;
	margin-bottom:5px;
}
.right_box .login_form{
	min-height:140px;
	background:#f5f5f5;
	padding:13px 5px 0px 20px;
/*	border-left:1px solid #e5e5e5; */
}
.right_box .login_toggle{
	float:right;
	position:relative;
	top:0px;
	cursor:pointer;
}
.right_box .login_form .field{
	border:1px solid #d9d9d9;
	border-top:1px solid #c0c0c0;
	width:135px;
	margin:0;
	padding:0;
}
.right_box .login_form .field:focus{
	border:1px solid #71ad9d;
}
.right_box .login_form .labelfield{
	margin-top:5px;
	font-weight:bold;
}
.right_box .login_form .signinbutton {
	margin-top:10px;
}

.right_box .login_form, .right_box .dashboard{
	border:1px solid #e5e5e5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.right_box .dashboard{
	/*border:1px solid #e5e5e5;*/
	border:none;
	background:#f5f5f5;
	padding:15px 20px 15px 20px;
	line-height:20px;
}
#left_wrapper, #right_wrapper{
/*	min-height:1000px; */
}
#important_message, .top_news{
	margin:10px 0px 20px 0px;
/*	border-bottom:1px solid #ebebeb; */
	padding-bottom:10px;
}
#important_message_title, .top_news_title{
	font-size:16px;
	padding:0px 20px 0px 20px;
	margin-bottom:5px;
/*	font-weight:bold;	*/
}
.article_title{
	padding-left:0px;
}
.article_title_text{
	font-size:16px;
/*	font-weight:bold;	*/
}
.article_body{
	width:600px;
	margin-top:10px;
	font-size:12px;
}
.article_title, .article_body{
	/*margin-left:20px;*/
}
.article_body, .top_news_content{
	line-height:25px;
	color:#333333;
}
.top_news_title, .article_title, .article_body, .top_news_content {
/*	font-family:Tahoma, Arial, Times, serif;*/
}
#important_message_content, .top_news_content{
	padding:0px 20px 5px 20px;
}
.top_news_content p, .article_body p{
	padding:0;
	margin:0;
}
.error, #msg{
	color:#d34836;
}
.error_invisible {
	color:#FFFFFF;
}
#msg{
	font-size:12px;
}
.profile_input, .input_noedit{
	border:1px solid #999999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#f5f5f5;
	padding:3px;
	color:#999999;
	width:220px;
}
.profile_input, .input_noedit, .input_edit{
	font-size:12px;
}
.profile_input:hover, .input_noedit:hover, .input_edit:hover, .right_box .login_form .field:hover{
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.profile_input:focus, .input_noedit:focus, .input_edit:focus, .right_box .login_form .field:focus{
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.profile_input:focus, .input_edit:focus{
	border:1px solid #71ad9d;
}
.input_edit{
	border:1px solid #999999;
	background:#FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:3px;
	color:#666666;
	width:220px;
}
.lbutton {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	-o-user-select:none;
	-khtml-user-select:none;
    user-select:none;
	cursor: pointer;
/*	line-height:20px;*/
    background: #5f8f82;
	border: solid 1px #5f8f82;
    color: #FFF;
	text-shadow: 0.0em 0.1em #2e574c;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.lbutton:hover, .lbutton:focus{
	cursor:pointer;
	background: #4F7D70;
	border: solid 1px #4F7D70;
}
.lbutton:active{
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #4F7D70;
    border: solid 1px #4F7D70;
}
.lbutton_disabled{
	background:#D9D9D9;
	border:1px solid #D9D9D9;
	color:#F5F5F5;
}
.lbuttonOrange {
	background:#eb8f00;
	border:1px solid #eb8f00; /* eb8f00 663300*/
	color:#fff;
}
.lbuttonRed {
	background:#AD031A;
	border:1px solid #AD031A; /* eb8f00 663300*/
	color:#fff;
}
.lbuttonOrange:hover, .lbuttonOrange:focus, .lbuttonRed:hover, .lbuttonRed:focus{
	background:#B36D02;
	border:1px solid #B36D02;
	cursor:pointer;
}

.lbutton, .lbutton_disabled, .lbuttonOrange, .lbuttonRed{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:3px 6px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.largerButton{
	padding:12px;
}
.largerButtonLR{
	padding:4px 15px;
}
#ajaxLoader{
	width:16px;
	height:16px;
	position:absolute;
		/*
	text-align: center;
	position: absolute;
	top: 10px;
	left: 50%;  */
}
#ajaxLoader img {

}
.small11{
	font-size:11px;
}
.small12{
	font-size:12px;
}
.pl5 {
	padding-left:5px;
}
.searchicon{
	border:none;
	height:22px;
	cursor:pointer;
	position:relative;
	padding:0;
	margin:0;
	vertical-align:top;
	top:0px;
	left:0px;
}
.searchicon:active{
	top:1px;
	left:1px;
}
.searchicon:link{
	top:1px;
	left:0px;
}

table.calendar .holiday{
	color:#33CCFF;
	font-weight:bold;
	cursor:pointer;
}
table.calendar .weekend{
	color:#F23333;
	cursor:pointer;
}
table.calendar .workday{
	cursor:pointer;
}
.examples{
	font-size:11px;
}
.white{
	color:#ffffff;
}
.bgOrder{
	background-color:#f5f5f5;
}
.simple_overlay {
	display:none;
	z-index:9999;
	background-color:#f5f5f5;
	width:300px;
	border:1px solid #eee;
	padding:10px;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow:0 0 10px 5px #999;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.buttonDashboard{
	margin:2px 0px;
	text-decoration: none;
	border-color:#C4C2C2;
	/*border-color:rgba(0, 0, 0, 0.56); */
	cursor: pointer;
	outline: none;
	color:#000000;
	text-shadow:1px 1px 0 rgba(255,255,255,.67);
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif;
	display:inline-block;
	vertical-align:top;
	position:relative;
	line-height:2;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#CCCCCC;  /* a8c0cb PASSIVE */
	background-image:url(../images/gradient.png);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.75)), to(rgba(255,255,255,0)));
	background-image: linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-repeat:repeat-x;
	width:138px;
	height:2em;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-transition: background .185s linear;
	-moz-transition: all .185s linear;
	-o-transition: all .185s linear;
	transition: all .185s linear;
	/** Make the text unselectable **/
	-moz-user-select: none;
	-webkit-user-select: none;
}
.buttonDashboard, .buttonDashboard:after{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-width:1px;
	border-style:solid;
}
.buttonDashboard:hover, .buttonDashboard:focus{
	background-color:#999999; /* a8c0cb ACTIVE */
	color:#f5f5f5;
	text-shadow:1px 1px 0 #666;
}
.buttonActive {
	background-color:#999999 !important;
	color:#f5f5f5 !important;
	text-shadow:1px 1px 0 #666 !important;

}
.buttonDashboard:active {
	line-height:2.2;
	-moz-box-shadow
		:0 .33em 1em rgba(51,51,51,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset,
		-1px -1px 0 rgba(255,255,255,.25) inset;
	-webkit-box-shadow:
		0 .33em 2em rgba(51,51,51,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset,
		-1px -1px 0 rgba(255,255,255,.25) inset;
	box-shadow:
		0 .33em 2em rgba(51,51,51,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset,
		-1px -1px 0 rgba(255,255,255,.25) inset;
		-webkit-transition: line-height .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.buttonSharp {
	background-image:-moz-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,.33) 50%, transparent 50%, transparent 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(rgba(255,255,255,.75)),
		color-stop(0.5, rgba(255,255,255,.33) ),
		color-stop(0.5, transparent ),
		to(transparent)
	);
	background-repeat:repeat-x;
}
.odd{
	background-color:#f5f5f5;
}
.even{
	background-color:#FFFFFF;
}
.progressBar{
	width:270px;
	height:20px;
	margin:0 auto;

}
.progressBar .pbar {
	overflow: hidden;
	position:relative;
	width:100%;
	height:18px;
	border:none;
	background-color: #ffffff;
}
.progressBar .pbar > * {
	z-index:1;
	position:relative;
}
.progressBar .pbar .ui-progressbar-value {
	background-color:#000000;
	display:block !important;
	position:absolute;
	top:0px;
}
.progressBar .pbar #statusText{
	z-index:2;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	position:absolute;
	top:2px;
}
.progressBar .pbar .ui-widget-header {
	border: 1px solid #e78f08;
/*	background: #ffffff url(../images/progressBar2.png) no-repeat; */
	color: #e5e5e5;
	font-weight: bold;
}
.orderCOMPLETED, .orderInkCOMPLETED {
	background-color:#C2FAA0;
}
.orderREADYTOBEMIXED, .orderInkREADYTOBEMIXED {
	background-color:#FAFABE;
}
.orderONHOLD, .orderInkONHOLD {
	background-color:#FCCCCC;
}
.orderPROOF, .orderInkPROOF {
	background-color:#fee7e7; /* fee7e7*/
}
.orderINPROGRESS, .orderInkINPROGRESS {
	background-color:#DFFCCC;
}
.orderCANCELED, .orderInkCANCELED {
	background-color:#FCDCA7;
}
