#exporter-header {
   background-color: #0095A6;
   height:105px;
   color:white;
   background: url(/res/img/admin/instrumentsbanner_bk.jpg) repeat-x 0 0;
}

#exporter-header-logo {
   background: url(/res/img/cms/instruments_logo.jpg); 
   background-repeat:no-repeat;
   height:105px;
   color:white;
}

#exporter-header-top {
		width:200px;
		height:105px;
		color:white;
		background-image: url(/res/img/exporter/exporter-header-top.jpg);
		background-repeat: no-repeat;
		float:right; 
		background-position:bottom;
	}
    
#exporter-header-title {
    color:white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: oblique;
    text-decoration: overline;
    font-size: 18pt;
    padding-left: 28px;
    padding-top: 52px;
}
    
#exporter-header .breadcrumb {
	padding:0px 2px 0px 28px;
}
    
#exporter-header .breadcrumb, #exporter-header .breadcrumb a {
    color:white;
} 

#exporter-left {
	background-color:black;
	float:left;
	width: 200px;
	padding:0;
	margin: 0;
	background-color: #FFFFFF;
	/*border-left:1px solid #119C73;
	border-right:1px solid #119C73;
	border-bottom:1px solid #119C73;*/
	border-left:1px solid #006635;
	border-right:1px solid #006635;
	border-bottom:1px solid #006635;
}
#exporter-right {
	float:right;
	width: 75%;
	margin: 10px;
}

#exporter-wide {
	float:left;
	margin: 10px;
}

/* Inner styles */
	#exporter {
		width:100%
	}
	
	#exporter ul.menuexporter {
		margin:0;
		padding:0;
		list-style-type: none;
		/*list-style-image: url('/res/img/admin/blue-arrow.gif');*/
	}
	
	#exporter ul.menuexporter li {
		margin: 0;
	}
	
	#exporter ul.menuexporter li a {
		display: block;
		padding: 2px 0px 5px 20px;
		height: 20px;
		text-decoration: none;
		/*color: #119C73;*/
		color: #006635;
		background:url(/res/img/exporter/blue-arrow.gif) 5px 5px no-repeat;
	}
	
	#exporter ul.menuexporter li a:hover {
		display: block;
		padding: 2px 0px 5px 20px;
		height: 20px;
		text-decoration: none;
		/*color: #119C73;*/
		color: #006635;
		/*background:#A3F1BB url(/res/img/exporter/blue-arrow-hover.gif) 5px 5px no-repeat;*/
		background:#90D6B4 url(/res/img/exporter/blue-arrow-hover.gif) 5px 5px no-repeat;
	}
	
	#exporter ul.menuexporter li a.current {
		display: block;
		padding: 2px 0px 5px 20px;
		height: 20px;
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		background:#17B989 url(/res/img/exporter/white-arrow2.gif) 5px 5px no-repeat;
		
	}
	
	
	#exporter ul.submenuexporter {
		list-style-type: none;
		text-align:left;
	}
	
	#exporter ul.submenuexporter li.first {
		margin: 0;
		padding: 10px;
		display:inline;
		background-image: url(/res/img/admin/blue-seperator.gif);
		background-position:right;
		background-repeat:no-repeat;
	}
	
	#exporter ul.submenuexporter li.last {
		margin: 0;
		padding: 10px;
		display:inline;
	}
	





.exporter table, .exporter table td, .exporter table th {
	border:1px solid #0095A6;
}

.exporter table th {
	font-size: small;
	font-weight:bold;
	text-align: left;
	padding:4px;
} 
.exporter table td {
	padding: 4px;
}
.exporter table td.customerNo {
	white-space:nowrap;
}
.exporter td.preTrigger-confirm {
	color:red;
	font-weight:bold;
	font-size:13pt;
}


.exporter .error-label {
	clear:both;
	width: 300px;
	float:left;
	font-weight:bold;
	padding:8px;
}
.exporter .error-data {
	width: 500px;
	float:left;
	padding:8px;
}
