* {
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	margin:0;
	padding:0;
}

a {
	color: #0033CC;
	text-decoration: none;
}

a:visited {
	
}

a:hover {
	color: #000000;
	font-style: italic;
}

a:active {
	color: red
}

table,tr,td {
	font-family: Verdana, sans-serif;
}

td {
	padding-left: 0px;
	padding-right: 0px;
}

#mysubmit {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

#jpage tr td a {
	font-size: 2px;
}

/********* Job Result Row Styles ***/
#jlst tr:hover {
	background-color: #D7E69D;
	cursor: pointer;
}

#jlst tr a {
	display: block;
}

#jlst tr a:hover {
	display: block;
	background-color: #D7E69D;
}

#jlst tr td a {
	text-decoration: none;
	padding: 3px;
	margin: 0px;
	margin-left: 0px;
	font-size: 14px;
	xtext-decoration: none;
}

#jlst tr td a:hover {
	color: #000000;
	font-style: italic;
}

#jlst tr td a:visited {
	
}

#jlst .jlsthdr td {
	text-align: left;
	color: #0000FF;
	height: 30px;
	background-color: #97CF3E;
	cursor: auto;
	padding: 0px;
	margin: 0px;
}

#jlst .jlsthdr td:hover {
	background-color: #97CF3E;
	cursor: pointer;
}

#jlst .jlsthdr td a {
	cursor: auto;
	background-color: #97CF3E;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	color: #000000;
}

#jlst .jlsthdr td a:hover {
	background-color: #B4E665;
	color: #000000;
	cursor: pointer;
}

#jlst .jlsthdr td a:visited {
	color: #000000;
}

#adboxtopleft {
	border-right: 0px double #0033FF;
	padding-right: 10px;
}

/* Highslide */
/*///////////////////////////////////*/
.highslide{
	font-size: 8pt;
	font-weight: bold;
	color: blue;
}
.highslide-html {
    background-color: #f0f0f0;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #f0f0f0;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #f0f0f0;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-dimming {
	position: absolute;
	background: white;
}

/* auto complete
//////////////////////////////////////////////// */
#autoctitle, #autoclocation, #autoccompany {
    width:15em;
    padding-bottom:2em;
}
#autoctitle, #autoclocation, #autoccompany {
    z-index:9000;
}
#titleinput, #locationinput, #compamyinput {
    _position:absolute;
}