/** CSS FRAMEWORK - http://meyerweb.com/eric/tools/css/reset/index.html css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
A {
	color: #1f9fc2;
}
A.add,
A.back,
A.button {
	padding: 4px 10px 0px 10px;
	background: url('../images/btn.png') repeat-x left top #ffffff;
	border:0px solid;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #7d7d7d;
	color: #4c5254;
	font-size: 100%;
	height: 20px;
	min-width: 60px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	margin: 3px;
	text-align:center;
	#background-position: left -1px;
	#border-top: 1px solid #d4d4d4;
	#border-bottom: 1px solid #7d7d7d;
	#padding: 4px 10px 0px 10px;
	#height: 18px;
	#width:auto;
}
DIV.tools A.button {
	text-align:left;
}
A.button-active,
A.add:hover,
A.back:hover, 
A.button:hover {
	background-position: left bottom ;
	#background-position: left -25px;
}
SELECT,
INPUT.text,
INPUT[type=password],
INPUT[type=text] {
	border: 1px solid #d6d6d6;
	background: url('../images/bg-input-text.jpg') repeat-x 0 -10px #fff;
	font-size: .90em;
	padding: .2em 2px;
}
SELECT {
	padding:2px;
}
INPUT[type=submit],
INPUT[type=button] {
	display: inline-block;
	padding: 0px 10px 4px 10px;
	background: url('../images/btn.png') repeat-x  left top #ffffff;
	border:0px solid;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #7d7d7d;
	color: #4c5254;
	font-size: 100%;
	height: 24px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	margin: 3px;
	#background-position: left -1px;
	#border-top: 1px solid #d4d4d4;
	#border-bottom: 1px solid #7d7d7d;
	#padding: 2px 10px 4px 10px;
	#min-width:none;
}
INPUT[type=submit]:hover,
INPUT[type=button]:hover {
	background-position:  left bottom;
	#background-position: left -26px;
}
INPUT.pcs {
	width: 25px;
}
INPUT.text-number {
	width: 25px;
}
INPUT.text-shortened100 {
	width: 100px;
}
INPUT.text-shortened80 {
	width: 80px;
}
INPUT.text-wider {
	width: 200px;
}
INPUT[disabled=disabled], SELECT[disabled=disabled]{
	background: #ddd !important;
	border: 1px solid #ccc !important;
}
INPUT.readonly {
	border: 1px solid silver;
	background: #efefef;
	color: black;
}
H2 {
	margin: 0 0 .5em 0;
	padding: 0 0;
	font-size: 155%;
}
H3 {
	margin: .3em 0;
	padding: .3em 0;
	font-size: 129%;
	
}
H4 {
	padding: .3em 0;
	font-size: 100%;
}
HR {
	display: none;
}
SELECT {
	font-size: .90em;
}
SELECT OPTION {
	padding: 0 2px;
}
abbr,span.abbr {
	cursor:help;
	border-bottom: 1px dotted #000; 
}
TABLE.table-clear {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: none !important;
	}
TABLE.table-clear TD,
TABLE.table-clear TH,
TABLE.table-clear TR {
	border: 0px !important;
	background: none !important;
	}	
#logos {
	padding: 0px;
	margin: 0px;
}
#logos div {
	float: left;
	margin: 0.3em 5px;
	padding: 0.3em 0px;
	text-align: center;
	width: 100px;
}

#logos div label {
	border: 1px solid #EFEFEF;
	display: block;
	height: 80px;
}
.tab-form TH {
	padding-top:10px;
	vertical-align:top;
	}
a[href^="error:"] {
    background: red !important;
    color: white !important;
    text-decoration: blink !important;
}

#frmOrderFinalizationFormControl-G26_INVOICE_SEND_TO_DW
{
    width: 300px;
}

