@import url("http://fonts.googleapis.com/css?family=Droid+Sans");

* {
	padding: 0;
	margin: 0;
}

body {
/* 	font-family: Arial, Helvetica, sans-serif; */
	
	font-family: 'Droid Sans', sans-serif !important;
	font-size: 13px;
	color: #333;
}

div.wicket-modal h3.w_captionText {
height: 1.4em;
position: absolute;
margin-left: 3px;
margin-bottom: 0px;
margin-top: 0px;
font-weight: bold;
left: 0em;
line-height: 20px;
}

.clear {
	clear: both;
	background: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.content_pad {
	width: 955px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#body {
	height: 100%;
}

#wrapper {
	margin: 0 auto;
}

/* TOP BAR */
#top {
	background: #F1F1F1;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
	height: 20px;
	line-height: 20px;
}

#top ul.right {
	float: right;
}

#top ul {
	padding: 0;
	margin: 0;
}

#top ul li {
	font-size: 11px;
	list-style-type: none;
	margin: 0 .75em;
	float: left;
	position: relative;
}

#top ul em{
	color: #333333;
	text-decoration: none;
}

#top a {
	color: #333333;
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	padding: 0px;
	height: 75px;
	margin: 0px 0px 0px 0px;
	background-color: #00afdb;
}

#header h1 {
	margin: 0px 0;
/* 	width: 240px; */
	height: 33px;
	font-weight: 400;
	font-size: 34px;
/* 	overflow: hidden; */
	position: relative;
	top: 25px;
	display: block;
	text-decoration: none;
/* 	font: 24pt Helvetica, Arial, Sans-Serif; */
	letter-spacing: -1px;
	color: white;
}

#header h1 img {
    height: 37px;
    padding-right: 25px;
    vertical-align: baseline;
}

/*Navigation */
#nav {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#nav li {
	border: 1px solid none;
	border-bottom: none;
	list-style-type: none;
	float: left;
	margin: 0 .1em;
	position: relative;
}

#nav li span {
	background-color: #F1F1F1;
	color: #333;
	text-shadow: none;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 15px 8px 15px;
	position: relative;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

#nav a {
	height: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 15px 8px 15px;
	position: relative;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

/* #nav a:hover { */
/* 	background-color: #F1F1F1; */
/* } */

.btn-group>.btn:active, .btn-group>.btn.active{
	color: white;
	background-color: #005fcc;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

/* Sub page actionbar */
#actionbar {
	color: #333;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	background-color: #F1F1F1;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 30px;
	line-height: 20px
}

#actionbar ul.left {
	float: left;
}

#actionbar ul {
	padding: 0;
	margin: 0;
}

#actionbar ul li {
	font-size: 11px;
	list-style-type: none;
	/* 	margin: 0 .75em; */
	float: right;
	position: relative;
}

/* Footer */
#footer {
	background: #F1F1F1;
	border-top: 1px solid #CCC;
	position: relative;
	margin-top: 4em;
	clear: both;
}

#footer .content_pad {
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding: 10px 0 10px;
}

.credits{
	font-size: 14px;
	font-weight: bold
}

/* Form */

.low {
	margin-bottom: 0px;
}

.control-group.low {
	margin-bottom: 0px;
}

.btn.btn-analyte { 
	margin: 3px;
	width: 30px;
}

.btn.btn-analyte.active { 	
	color: white;
	background-color: #005fcc;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-image: none; /* the background-image needs to be reset */
}

.border{
	border: 1px solid #CCC;
	padding: 5px;
}

.form {
	border: 1px solid #CCC;
	margin-bottom: 5px;
	padding-left: 10px;
}

.form div {
	margin: 5px;
}

.form div span{
	width: 25%;
}

.formPadding {
	padding: 10px;	
}

/* Column layout */
.col{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    border: 1px solid #CCC;
}

.col-wrap{
    overflow: hidden; 
}

/* Table */
table.summary{
	font-size: 12px;
}

table.summary tr th {
/* 	color: white; */
/* 	background-color: #333; */
	border-bottom: 1px solid #CCC;
	border-top: 0px solid #CCC;
/* 	border-width 0px; */
	text-align: Center;
	white-space: nowrap;
	vertical-align: middle;
	background-position: right;
	background-repeat: no-repeat;
}

table.summary tr td {
	text-align: center;
}

table.summary tr td.collspan {
	text-align: left;
	background-color: #F1F1F1;
}

table.dataview {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 1em;
	font-family: arial;
	width: 100%;
	border-collapse: collapse;
}

table.dataview caption {
	text-align: left;
}

table.dataview tr {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.dataview tr.even {
	background-color: #F1F1F1;
}

table.dataview tr.odd {
	background-color: #fff;
}

table.dataview tr td {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

table.dataview tr th {
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	background-color: #00afdb;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	background-position: right;
	background-repeat: no-repeat;
}

table.dataview tr th.wicket_orderDown {
	background-image: url(../images/arrow_down.png);
}

table.dataview tr th.wicket_orderUp {
	background-image: url(../images//arrow_up.png);
}

table.dataview tr th.wicket_orderNone {
	background-image: url(../images/arrow_off.png);
}

table.dataview tr th a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

table.dataview #message {
	padding-left: 3px;
}

table.dataview caption {
	padding-bottom: 2px;
}

table .navigator a{
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

table .navigatorLabel {
	float: right;
}

table .navigatorLabel {
	float: right;
}

/* MSG boxes */
ul.feedbackPanel {
	margin: 0 0 0 0;
}

li.feedbackPanelINFO,li.feedbackPanelSUCCESS,li.feedbackPanelWARNING,li.feedbackPanelERROR
	{
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	list-style-type: none;
}

li.feedbackPanelINFO {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}

li.feedbackPanelSUCCESS {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/success.png');
}

li.feedbackPanelWARNING {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}

li.feedbackPanelERROR {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}

/** Custom one off changes**/
.criteriaForm {
	margin-bottom: 10px;
}

.topLeftOffset{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}