table.jobTable{
	border-collapse: collapse;
	border: none;
	width:100%;
}

table.jobTable th,table.jobTable td{
	border:none;
}

table.jobTable th{
	background-color: #366a5f;
	border-bottom:2px solid #FFF;
	color:white;
	border-top:1px solid white;
/*	border-bottom:1px solid white;*/
	width:40%;
	padding:3px;
}

table.jobTable th div{
	font-weight:normal;
	font-size:10px;	
}

table.jobTable th.fsect{
	background-color: #FFF;
	padding:5px 0px;
}

table.jobTable th.fsect div{
	background-color: #e6f6f2;
	color:black;
	border-top: 1px solid #366a5f;
	border-bottom: 1px solid #366a5f;
	font-size:12px;
	font-weight: bold;
	padding:5px 0px;
}

table.jobTable td{
	background-color: #e6f6f2;
	padding:3px;
}

table.jobTable td.buttons{
	background-color: #FFF;
	padding:10px 0 0 0;
}

table.jobList{
	width:100%;
	border-collapse: collapse;
	border: none;
	border-bottom: 1px solid #BBB;
}

table.jobList th{
	background-color: #AAA;
	color:white;
	border-right:1px solid white;
	padding:3px;	
}

table.jobList tr.r1{
	background-color: #F5F5F5;
}

table.jobList td{
	vertical-align: middle;
	padding:3px;
}

table.jobList td.datetime{
	text-align: center;
	width:15%;
}

table.jobList td.datetime div{
	text-align: center;
	color:#F80;
}

table.jobList td.pay{
	width:20%;
}

table.jobList td.company{
	width:30%;
}

table.jobList td.empty{
	text-align:center;
}

table.summaryTable{
	border-bottom: 1px solid #BBB;
	width:100%;
}

table.summaryTable tr.r1{
	background-color: #F5F5F5;
}

table.summaryTable th{
	background-color: #BBB;
	color:#FFF;
}
table.summaryTable td{
	height:14px;
}
table.summaryTable .left{
	border-right: 2px solid white;
}

table.summaryTable .left, table.summaryTable .right{
	padding:3px;
}

.stHolder{
	width:100%;
}
.stHolder td{
	width:50%;
	vertical-align:top;
}
.stHolder td.big50{
	width:50%;
}
.stHolder td.big70{
	width:70%;
}
.stHolder td.small30{
	width:30%;
	font-size:10px;
}
.stHolder td.small50{
	width:50%;
	font-size:10px;
}
.stHolder td.small50 a,
.stHolder td.small30 a{
	color:#666;
}
.stFrame{
	border:1px solid #FFF;
	padding:2px;
}
.stHolder td.big70 .stFrame,
.stHolder td.big50 .stFrame{
	border:1px solid #406F5E;
}

.big70 table.summaryTable tr.r1,
.big50 table.summaryTable tr.r1{
	background-color: #E6F6F2;
}


table.jobTableView{
	border-collapse: collapse;
	border: none;
	width:100%;
}

table.jobTableView th,table.jobTableView td{
	border:none;
}

table.jobTableView th{
	border-top:1px solid white;
	border-bottom:1px solid white;
	background-color: #366a5f;
	color:white;
	width:25%;
	padding:3px;
	text-align: center;
	vertical-align: middle;
}

table.jobTableView td{
	border-top:1px solid white;
	border-bottom:1px solid white;
	background-color: #e6f6f2;
	padding:3px;
	font-size:12px;
}

table.jobTableView th.header{
	background-color: #FFF;
	padding:5px 0px;
}

table.jobTableView th.header div{
	background-color: #e6f6f2;
	color:#000;
	border-top: 1px solid #366a5f;
	border-bottom: 1px solid #366a5f;
	font-size:12px;
	font-weight: bold;
	padding:5px 0px;
}


table.jobList td a{
	color:black;
	text-decoration: underline;
}

table.jobList td a:visited{
	color:#BBB;
	text-decoration: underline;
}

table.jobList td a:hover{
	color:black;
	text-decoration: none;
}

table.summaryTable td a{
	color:black;
	text-decoration: underline;
}

table.summaryTable td a:visited{
	color:#BBB;
	text-decoration: underline;
}

table.summaryTable td a:hover{
	color:black;
	text-decoration: none;
}

div.firmcmd{
	padding: 20px 0;
	font-size:14px;
}

div.firmcmd a, div.firmcmd a:visited{
	color: #406F5E;
	font-weight:bold;
}

table.firmlogin{
	width:220px;
	border-collapse:collapse;
	background: #406F5E;
	margin: 20px auto;
	color:#FFF;
}
table.firmlogin td{
	padding:5px 5px 0 5px;
}
table.firmlogin td.btn{
	padding:10px 0 5px 0;
	text-align: center;
}
table.firmlogin td input.text{
	width:100px;
}

#jobTitle{
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
}

#jobHead{
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
}