* {
	margin:0;
	padding:0;
	border:0;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-size: 12px;
	color: #071642;
}

html
{
    height: 100%;
}

body{
	height:100%;
}

button{
	background-color: #fff;
	font-size: 12px;
	padding-left: 4px;
	padding-top: 14px;
	padding-bottom: 17px;
}

h3{
	color: #10954A;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
}

#table-container{
	overflow: auto;
	height: 644px;
}


table{
	border: 2px solid #bfbfbf;
	border-collapse: collapse;
	background-color: #fff;
	margin-top: 1px;
	margin-bottom: 1px;
}

table th input[type="submit"]{
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
	padding-top: 14px;
	padding-bottom: 17px;
	padding-left: 5px;
}

table tr{
	border-bottom: 1px solid #bfbfbf;
}

table tr.revision{
	border-bottom: none;
}

td{
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

form{
	display:inline;
}

#wrapper {
	width: 1438px;
	margin-left: auto;
	margin-right:auto;
	background-color: #edf1f4;
}

#main{
	width: 930px;
	margin: auto;
	background-color: #edf1f4;
}

#header {
	background-image: url('../img/gradient.png');
	height: 112px;
}

#header-content{
	width: 884px;
	margin: auto;
	color: #fff;
}

#header-left{
	float: left;
	color: #fff;
}

#header-right{
	float: right;
	color: #fff;
	font-size: 34px;
	padding-top: 38px;
}

#footer {
	width: 100%;
	height: 48px;
	background-image: url('../img/gradient.png');
	font-size: 12px;
}

#footer-content{
	width: 884px;
	margin: auto;
	color: #fff;
}

#footer-left{
	float: left;
	color: #fff;
	padding-bottom: 17px;
	padding-top: 17px;
}

#footer-right{
	float: right;
	color: #fff;
	padding-bottom: 17px;
	padding-top: 17px;
	cursor: default;
}

#footer-right:hover{
	color: yellow;
}

#controls{
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 15px;
}

#controls input[type="submit"]{
	border: 2px solid #bfbfbf;
	color: #0060A8;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 12px;
	font-size: 15px;
	float: right;
}
	
#controls input{
	border: 2px solid #bfbfbf;
	color: #7f7f7f;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	margin-right: 12px;
}

#controls select{
	border: 2px solid #bfbfbf;
	color: #7f7f7f;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 4px;
	font-size: 15px;
	margin-right: 12px;
}

#disclaimer{
	position: fixed;
    top: 15%;
    left: 37%;
    width: 495px;
	color: #fff;
	background-color: #0a5a2c;
}

#disclaimer h2{
	color: #fff;
	font-size: 20px;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

#disclaimer h3{
	color: #fff;
	font-size: 14px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-top: 10px;
}

#disclaimer p{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
}

#disclaimer a{
	color: #fff;
}

.clearer {
	clear: both;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker-header {
  background-color: #fff;
  border: 2px solid #bfbfbf;
  padding: 5px;
}

.ui-datepicker-prev {
  float: left;
  cursor: default;
}

.ui-datepicker-next {
  float: right;
  cursor: default;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker tbody td {
  border-right: 1px solid #bbb;
}

.expand input{
	font-size: 7px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left : 4px;
	margin-right : 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: transparent;
	height: 8px;
	width: 8px;
	background-image: url('../img/plus.png');
}

.hide input{
	font-size: 7px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left : 4px;
	margin-right : 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: transparent;
	height: 8px;
	width: 8px;
	background-image: url('../img/minus.png');
}

.error{
	background-color: #f00;
	color: #fff;
	padding: 3px;
	margin-bottom: 10px;
	text-align: center;
}