﻿/* martins code moved over - need to go through and remove any now unused stuff */

/* need to keep */

div.hide {
	display: none;
}
div.show {
	display:inline;
}

/* still need to go through */


div#options {
	float:right;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
	width: 33%;
}
table#jDescriptions {
	margin:12px 0 0 0;
	padding:0;
	width: 97%;
	border-top: 2px solid #DCDCDC;
	border-left: 2px solid #DCDCDC;
	border-right: 2px solid #696969;
	border-bottom: 2px solid #696969;
	padding: 6px;
}
table#jDescriptions td{
    padding: 0 5px 8px;
}

p#jobcaption {
	border-bottom: 1px solid gray;
	width:99%;
}
p#view {
	text-align:center;
	margin:1em;
}
select#jlist option {
	padding: 0 4px;
} 
.highlight {
	padding-left: 6px;
	background-color:#AFEEEE;
}
div#joblist {
    margin-top: 15px;
	width:430px;
}
select#jlist {
	width:400px;
}
select#Locations {
	width:230px;
}
select#category {
	width:230px;
}
div#rightside {
	margin:0;
	padding:0;
	float:right;
	width:49%;
	vertical-align:top;
}
div#leftside {
	margin:0;
	padding:0;
	width:48%;
}
div#JavascriptMessage p, div#ServerUnavailableMessage p{
	border: 2px solid red;
	width: 85%;
	color: red;
	font-weight:bold;
	font-size: 1.25em;
	text-align:center;
	padding: 3em;
	line-height: 1.5em;
}
p#updatedate {
	color:gray;
}
.container_16 .grid_12 {
	width: 690px;
}

