html, body{
	background-color: #ebebeb;
	height: 100%;
}

div#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
	
header{
	height: 98px;
	background-attachment: fixed;
	background-image: url('../img/header_bg.jpg');
	background-repeat: repeat-x;
}

nav{
	height: 44px;
	background-color: #000000;
	border-bottom: solid 8px #fcc210;
}

div#main, .tabpane{
	background-color: #FFFFFF;
	display: block;
	min-height: 450px;
	height: 100% !important;
	margin: 15px 15px 15px 15px;
}
#login-div{
	background-image: url('../img/login_block.jpg');
	background-repeat: no-repeat;
	display: block;
	position: relative;
	height: 206px;
	margin: auto;
	width: 305px;
}
#login-un{
	border: none;
	display: block;
	position: relative;
	height: 21px;
	left: 58px;
	top: 70px;
	width: 190px;
}
#login-pw{
	border: none;
	display: block;
	position: relative;
	height: 21px;	
	left: 58px;
	top: 89px;	
	width: 190px;	
}
#login-submit{
	display: block;
	position: relative;
	left: 198px;
	top: 112px;			
}

.addlink{
	clear: both;
	display: inline;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: right;
	width: 100%;
}
select, textarea {
    margin-bottom: 12px;
    padding: 0.4em;
}
.jobsteps_fulltable{
	margin-top: 30px;
	width: 100%;
}
div#logoutdiv{
	float:right;
	margin-top:20px;
	margin-right:20px;	
}

#logoutdiv a{
	color: #555555;
	font-size: 12px;
}
#jobtable, #venuetable {
	margin: auto;
	font-size: 18px;
}

#jobtable tr:first-child td, #venuetable tr:first-child td{
	border-width:1px;
	border-style:solid;
	background-color:navy;
	color:white
}
#jobtable tr:first-child td:nth-child(1),
#jobtable tr:first-child td:nth-child(2),
#jobtable tr:first-child td:nth-child(3){
	background-color: transparent;
	border-width: 0px;
	border-style: none;
	display: none;
}
#jobtable tr td:nth-child(1),
#jobtable tr td:nth-child(2),
#jobtable tr td:nth-child(3){

	display: none;
	overflow: hidden;
	width: 0px !important;
}
.ui-dialog-buttonset {
	width: 100%;
}
.ui-dialog-buttonset button {
	float: right;
}
.ui-dialog-buttonset button:nth-child(1) {
	float: left;
}
.ui-dialog-buttonset button:nth-child(2) {
	float: left;
}
.smalltext{
	display: inline-block;
	width: 50px;
}
#newjob{
	font-size: 16px;
	line-height: 30px;
}
span.ui-button-text{
	font-weight: bold;
}