@charset "UTF-8";
#container{
	position:absolute;
	top:0;
	left:0;
	margin-left:10%;
	width:80%;
	min-height:100%;
	border-left:#000 3px solid;
	border-right:#000 3px solid;
	background-color:#DDD;
}
#navbar{
	position:absolute;
	left:0;
	right:0;
	top:0;
	background:#6B7588;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	min-width:100%;
	margin-top:100px;
	margin-right:0;
	padding:1em 10% 1em 10%;
	border-top:#95B5F5 1px solid;
	border-bottom:#95B5F5 1px solid;
	-webkit-box-shadow:-10px 0 10px #000;
	-moz-box-shadow:-10px 0 10px #000;
	color:#FFF;
	font-weight:600;
}
#navbar a:link{
	color:#FFF;
	text-decoration: none;
}
#navbar a:visited{
	color:#FFF;
	text-decoration: none;
}
#navbar a:hover{
	color:#333;
	text-decoration: none;
}
#navbar a:active{
	text-decoration: none;
}
#navph{
	padding:1em 0 1em 0;
}
#head{
	background:url(../images/abers_headbg.gif) repeat #222;
	height:105px;
	min-height:105px;
	color: #FFF;
	font-size: 36px;
	text-shadow:0 5px 10px #000;
	overflow:hidden;
}
#abers{
	float:left;
	width:400px;
}
#abers a:link{
	color:#FFF;
	text-decoration: none;
}
#abers a:visited{
	color:#FFF;
	text-decoration: none;
}
#abers a:hover{
	color:#DDD;
	text-decoration: none;
}
#abers a:active{
	text-decoration: none;
}
#content{
	padding-top:0;
}
#col1{
}
.btnbg{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background:url(../images/btnbg_mid.gif) repeat-x;
	width:600px;
	color:#FFF;
	clear:both;
}
.btncol1{
	float:left;
	width:16px;
	overflow:hidden;
}
.btncol2{
	float:left;
	width:300px;
	overflow:hidden;
}
.btncol3{
	position:absolute;
	right:-10px;
	width:250px;
	padding:0;
	text-align:right;
	margin:0;
	overflow:visible;
}
.bordertop{
	max-width:100%;
	margin:0 1%;
	border-top:#900 dotted 3px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.col3col{
	float:left;
	width:28%;
	margin:1.5%;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.padtwenty{
	padding:20px;
	overflow:auto;
}
.listbox{
	background:url(../images/box_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	padding:1em;
	margin:3px;
	border:#555 solid 1px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.aberslogo{
	position:absolute;
	right:8%;
	top:80px;
}
.imagel{
	float:left;
	clear:both;
	margin:0 1.2em 1em 0;
}


div.row {
  clear: both;
  padding-top: 5px;
}
div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
}
div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
}
div.spacer {
  clear: both;
}

.inventoryboxhead{
	background:#6B7588;
	border:#95B5F5 solid 1px;
	width:94%;
	padding:5px;
	margin:5px;
	float:left;
	clear:both;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#FFF;
}
.inventorybox{
	background:#EEE;
	border:#95B5F5 solid 1px;
	width:94%;
	padding:5px;
	margin:5px;
	float:left;
	clear:both;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}