/* ------------------------------- GENERAL ------------------------------- */
body{margin:5px 0 0 0;}

.loaderstart{
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;	
	font-size:12px;
	line-height:15px;
	position:fixed;
	left:50%;
	top:50%;
	height:26px;
	width:186px;
	margin-left: -93px;
}
.pageloader{
	border:none;
	height:26px;
	width:185px;
}
.pagestart{
	display:none;
	height:100%;
}


.w900{width:900px;}
.w500{width:500px;}
.w450{width:450px;}
.w430{width:430px;}
.w360{width:360px;}
.w350{width:350px;}
.w300{width:300px;}
.w250{width:250px;}
.w210{width:210px;}
.w200{width:200px;}
.w150{width:150px;}
.w115{width:115px;}
.w100{width:100px;}
.w75{width:75px;}
.w50{width:50px;}

div.clientpage{
	text-align:left;
	width:900px;
	margin:10px 10px 10px 10px;
}
div.floatleft{
	float:left;
	margin:0 10px 0 0;
}
div.floatright{
	float:right;
	margin:0 0 0 10px;
}
div.clearleft{clear:left;}
div.clearright{clear:right;}

.margfull10{margin:10px 10px 10px 10px;}
.margt10{margin-top:10px;}
.margl10{margin-left:10px;}
.margb10{margin-bottom:10px;}
.margr10{margin-right:10px;}

.margfull5{margin:5px 5px 5px 5px;}
.margt5{margin-top:5px;}
.margl5{margin-left:5px;}

.ttop{vertical-align:top;}
.tmiddle{vertical-align:middle;}
.tleft{text-align:left;}
.tcenter{text-align:center;}
.tright{text-align:right;}

.lists{
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	list-style-type:circle;
}

/* ------------------------------- BORDERS AND DIVIDERS ------------------------------- */
div.hdivide{
	border-bottom:1px solid #BBBBBB;
	margin:2px 0 2px 0;
}
div.hdividethick{
	border-bottom:1px solid #BBBBBB;
	margin:10px 0 5px 0;
}
div.vdivide{
	border-left:1px solid #BBBBBB;
	margin:0 2px 0 2px;
}
div.border900{
	background:url("../images/borders2.png") 0 100% no-repeat;
	width:900px;
	padding:0 0 5px 0;
	margin:5px 0 10px 0;
}
div.border900_t1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#777;
	text-align:left;
	background:url("../images/borders2.png") 0 0 no-repeat;
	border-bottom:1px solid #DDDDDD;
	display:block;
	padding:5px 0 5px 10px;
}
div.border350{
	background:url("../images/borders2.png") -1445px 100% no-repeat;
	width:350px;
	padding:0 0 5px 0;
	margin:5px 0 10px 0;
}
div.border350_t1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#777;
	text-align:left;
	background:url("../images/borders2.png") -1445px 0 no-repeat;
	border-bottom:1px solid #DDDDDD;
	display:block;
	padding:5px 0 5px 10px;
}
div.border300{
	background:url("../images/borders2.png") -1795px 100% no-repeat;
	width:300px;
	padding:0 0 5px 0;
	margin:5px 0 10px 0;
}
div.border300_t1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#777;
	text-align:left;
	background:url("../images/borders2.png") -1795px 0 no-repeat;
	border-bottom:1px solid #DDDDDD;
	display:block;
	padding:5px 0 5px 10px;
}
div.border250{
	background:url("../images/borders2.png") -2095px 100% no-repeat;
	width:250px;
	padding:0 0 5px 0;
	margin:5px 0 10px 0;
}
div.border250_t1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#777;
	text-align:left;
	background:url("../images/borders2.png") -2095px 0 no-repeat;
	border-bottom:1px solid #DDDDDD;
	display:block;
	padding:5px 0 5px 10px;
}


/* ------------------------------- PUPUP WINDOWS ------------------------------- */
div.shadewin{
	position:fixed;
	z-index:10;
	height:100%;
	width:100%;
	background-color:#000000;
	-khtml-opacity:.6; 
	-moz-opacity:.6; 
	-ms-filter:”alpha(opacity=60)”; 
	filter:alpha(opacity=60); 
	opacity:.6;
	left:0px;
	top:0px;
	display:none;
}
div.msg425w400h{
	position:fixed;
	z-index:15;
	background:url("../images/msgwins.png") -700px 0 no-repeat;
	width:425px;
	height:400px;
	left:50%;
	top:50%;
	margin-left: -212px;
	margin-top: -200px;
	display:none;
}
div.msg500w600h{
	position:absolute;
	z-index:15;
	background:url("../images/msgwins.png") -1125px 0 no-repeat;
	width:500px;
	height:600px;
	left:50%;
	top:5px;
	margin-left: -250px;
	display:none;
}
div.msg400w300h{
	position:fixed;
	z-index:15;
	background:url("../images/msgwins.png") 0 0 no-repeat;
	width:400px;
	height:300px;
	left:50%;
	top:50%;
	margin-left: -200px;
	margin-top: -150px;
	display:none;
}
div.msg300w200h{
	position:fixed;
	z-index:15;
	background:url("../images/msgwins.png") -400px 0 no-repeat;
	width:300px;
	height:200px;
	left:50%;
	top:50%;
	margin-left: -150px;
	margin-top: -100px;
	display:none;
}


/* ------------------------------- FORMS ------------------------------- */
form.login{ margin:30px 0 20px 0; }
form.standard{ margin:15px 0 15px 0; }
form.inputform{ margin:15px 0 15px 15px; }
form.nopadform{ margin:0 0 0 0; }


/* ------------------------------- TEXT ------------------------------- */
.tlite{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#AAA;	
}
.treg{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;	
}
.tbold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;	
}
.tred{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#CC0000;	
}
.tgreen{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#00CC00;	
}
.t14{
	font-size:14px;
	line-height:19px;
}
.t12{
	font-size:12px;
	line-height:15px;
}
.t11{
	font-size:11px;
	line-height:15px;
}
.t10{
	font-size:10px;
	line-height:13px;
}
.tnote{
	font-size:10px;
}
.tu{text-decoration:underline;}
.ti{font-style:italic;}
.bg1{background-color:#CCCCCC;}
.bg2{background-color:#EEEEEE;}
.bg3{background-color:#FFFFFF;}


/* ------------------------------- LINKS ------------------------------- */
a.l2{
	color:#990000;
	text-decoration:none;
}
a.l2:hover{
	color:#999999;
	text-decoration:underline;
}
a.lpdf{
	color:#990000;
	background:url("../images/ico_pdf.png") 0 0 no-repeat;
	padding:3px 0 3px 19px;
}
a.lpdf:hover{color:#999999;}
a.ltxt{
	color:#990000;
	background:url("../images/ico_txt.png") 0 0 no-repeat;
	padding:3px 0 3px 19px;
}
a.ltxt:hover{color:#999999;}
a.ldoc{
	color:#990000;
	background:url("../images/ico_doc.png") 0 0 no-repeat;
	padding:3px 0 3px 19px;
}
a.ldoc:hover{color:#999999;}
a.lzoom{
	color:#666666;
	background:url("../images/ico_zoom.png") 0 0 no-repeat;
	padding:0 0 0 19px;
}
a.lzoom:hover{color:#999999;}
a.lmailto{
	color:#990000;
	text-decoration:none;
}
a.lmailto:hover{text-decoration:underline;}


/* ------------------------------- INPUTS ------------------------------- */
input.input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	height:12px;
}
input.i50{width:50px;}
input.i70{width:70px;}
input.i90{width:90px;}
input.i120{width:120px;}
input.i150{width:150px;}
input.i175{width:175px;}
input.i200{width:200px;}
select.input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	height:16px;
}
select.i50{width:50px;}
select.i60{width:60px;}
select.i120{width:120px;}
select.i150{width:150px;}
select.i200{width:200px;}

textarea.input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	height:12px;
}
textarea.w200h75{
	width:200px;
	height:75px;
}
textarea.w175h45{
	width:175px;
	height:45px;
}

input.nodisplay80w{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	width:80px;
	border:none;
	background:transparent; 
	padding:0 0 0 0;
}
input.nodisplay150w{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	width:150px;
	border:none;
	background:transparent; 
	padding:0 0 0 0;
}
input.nodisplay215w{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	width:215px;
	border:none;
	background:transparent; 
	padding:0 0 0 0;
}
input.input20w{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	width:20px;
	padding:0 0 0 0;
}


/* ------------------------------- BUTTONS ------------------------------- */
input.btn{
	width:64px;
	height:24px;
	cursor:pointer;
	border:none;
}
input.btn2{
	width:94px;
	height:24px;
	cursor:pointer;
	border:none;
}
input.addbtn{
	width:84px;
	height:19px;
	cursor:pointer;
	border:none;
}
input.login{background:url("../images/login.png") 0 0 no-repeat;}
input.save{background:url("../images/save.png") 0 0 no-repeat;}
input.cancel{background:url("../images/cancel.png") 0 0 no-repeat;}
input.ok{background:url("../images/ok.png") 0 0 no-repeat;}
input.print{background:url("../images/print.png") 0 0 no-repeat;}
input.reset{background:url("../images/reset.png") 0 0 no-repeat;}
input.forward{background:url("../images/forward.png") 0 0 no-repeat;}
input.submit{background:url("../images/submit.png") 0 0 no-repeat;}
input.view{background:url("../images/view.png") 0 0 no-repeat;}
input.update{background:url("../images/update.png") 0 0 no-repeat;}
input.delete{background:url("../images/delete.png") 0 0 no-repeat;}
input.remove{background:url("../images/remove.png") 0 0 no-repeat;}
input.addtoorder{background:url("../images/addtoorder.png") 0 0 no-repeat;}
input.rejectreturn{background:url("../images/rejectreturn.png") 0 0 no-repeat;}


/* ------------------------------- MENU STYLES ----------------------------- */
div.dmenu{
    height:26px;
	background-color:#666666;
	border-bottom:1px solid #CCCCCC;
}
div.dbtn{
	float:left;
	list-style:none;
}
div.dsub{	
	position:absolute;
	visibility:hidden;
	margin:0 0 0 10px;
	padding:0 0 0 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:.0; 
	-moz-opacity:.0; 
	-ms-filter:"alpha(opacity=0)"; 
	z-index:15;
}
.btnup{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	display:block;
	margin:0 10px 0 10px;
	padding:6px 0 6px 0;
	color:#FFFFFF;
}
.btndown{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	display:block;
	margin:0 10px 0 10px;
	padding:6px 0 6px 0;
	color:#DDDDDD;
}
.asub{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#666666;
	text-align:left;
	text-decoration:none;
	display:block;
	margin:0 0 0 0;
	padding:3px 5px 3px 5px;
	white-space:nowrap;
}
.asub:hover{
	color:#FFFFFF;
	background-color:#999999;
}

