/* ***** common.css ***** */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#version {
	position:absolute;
	right:0;
	top:0;
	color:#CCCCCC;
	font-size:10px;
}
img {
	border: none;
}
a {
	color: #519713; /*simplyblue*/
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #519713;
}
h1, h2, h3, h4, h5, h6 {
	color: #93BF2C;
}
h1 {
	font-size: 150%; /*18pt*/
	line-height: 150%; /*20pt*/
	font-weight: normal;
}
h2 {
	font-size: 110%;
	line-height: 150%;
	padding:4px;
	color:#FFFF99;
	height:24px;
}
h3, h4, h5, h6 {
	font-size: 80%;
	line-height: 150%;
}
p, ul, ol, dl {
	font-size: 80%;
	line-height: 150%;
}
table {
	border-collapse: collapse;
}
input.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
button {
	cursor: pointer;
}
/* ***** TRIM ***** */

html, body {
	height: 100%;
}
#trim {
	height: auto;
	min-height: 100%;
	border-left: 36px solid #D1E39B; /*trimgreen*/
	border-right: 36px solid #8DD8F8; /*trimblue*/
}
* html #trim {
	height: 100%; /*IE6*/
}
/* ***** HEADER ***** */

#header {
	width: 900px;
	padding: 10px 0;
}
#header a, #header label {
	white-space: nowrap;
}
#header_logo {
	clear: left;
	float: left;
	width: 200px;
	height: 107px;
	font-size: 70%;
	position:relative;/*	overflow: hidden;*/
}
/*
#header_logo a {
	display: block;
	width: 205px;
	height: 65px;
	background: url(../img/simplyhired.gif) no-repeat left top;
}
*/

#header_search {
	margin-left: 221px; /*220+1*/
	padding-top:0px;
}
#header_search .element {
	float: left;
	padding-right: 6px;
}
#header_search .clear {
	clear: left;
}
#header_search p {
	font-size: 70%;
	line-height: 150%;
}
#header_search label {
	font-size: 80%;
	font-weight: bold;
	color: #333;
}
#header_search input.text {
	width: 16em;
	margin: 2px 0px;
	border: 1px solid #999;
	padding: 1px;
	font-size: 100%;
}
#header_search select.dropdown {
	width: 16em;
	margin: 2px 0px;
	border: 1px solid #999;
	padding: 1px;
	font-size: 100%;
}
#header_search input.button {
	width: 8em;
	margin: 2px 0px;
	padding: 2px;
	font-size: 90%;
	line-height: 110%;
	font-weight: bold;
	color: #333;
}
/* ***** USER ***** */

#user {
	border-bottom: 1px solid #ccc;
	padding: 4px 20px;
}
#user .links {
	font-size: 70%;
	line-height: 150%;
	color:#333;
}
.greytxt {
	font-size: 70%;
	line-height: 150%;
	color:#333;
}
#user .left {
	float: left;
}
#user .right {
	text-align: right;
}
#user span.s {
	margin: 0px 0.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #ccc;
}
#site_links a {
	font-size: 110%;
	margin-right: 14px;
}
#user_links span.s {
	margin: 0px 4px;
}
#user_links .welcome, #user_links .myjobs, #user_links .user {
	font-weight: bold;
}
#user_links .welcome {
	color: #333;
}
#user_links .saved {
	margin-left: 4px;
}
#user_links .myjobs {
	position: relative;
	padding-left: 20px; /*16+4*/
}
#user_links .myjobs span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 100%;
	background: url(../images/icons.gif) no-repeat scroll -60px center;
}
* html #user_links .myjobs span {
	height: 14px; /*IE6*/
}
/* ***** NAVBAR ***** */

#navbar {
	min-height: 18px;
	margin: 0px 8px;
	border: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	padding: 4px 12px;
	background: url(../img/bar.gif) repeat-x left bottom;
}
* html #navbar {
	height: 18px; /*IE6*/
}
#navbar h1, #navbar h2, #navbar h3, #navbar h4, #navbar h5, #navbar h6 {
	display: inline;
	font-size: 90%;
	line-height: 130%;
	font-weight: bold;
	color: #999;
}
#navbar .navtitle {
	font-weight: bold;
	color: #888;
}
#navbar .breadcrumbs {
	font-size: 70%;
	line-height: 150%;
}
#navbar .breadcrumbs a {
	font-weight: bold;
}
#navbar .breadcrumbs .selected {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#navbar .breadcrumbs span.s {
	margin: 0px 4px;
}
/* ***** FOOTER ***** */

#footer {
	clear: both;
	margin: 60px 20px 0px;
	border-top: 1px solid #ccc;
	padding: 10px 0px;
	color: #333;
}
#footer a, #footer span {
	white-space: nowrap;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span.s {
	margin: 0px 0.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #ccc;
}
#footer_links {
	float: left;
	font-size: 70%;
	line-height: 120%;
}
#footer_legal {
	font-size: 65%;
	line-height: 120%;
	text-align: right;
}
#footer_legal div {
	display: inline;
	margin-left: 10px;
	white-space: nowrap;
}
#footer_legal span.s {
	margin: 0px 0em;
}
#m_reserved {
	display: none;
	visibility: hidden;
}
/* ***** CONTENT ***** */

#content .error {
	color: red;
}
/* forms */

#content label {
}
#content label.checkbox {
	font-weight: normal;
}
#content label.checkbox, #content input.checkbox {
	vertical-align: middle;
}
#content input.text {
	border: 1px solid #666;
	padding: 2px;
}
#content input.text:hover {
	border: 1px solid #000;
}
#content select {
}
#content option {
	padding-right: 10px;
}
/* blocks */

#content .block {
	margin: 0px 0px 20px;
	border: 1px solid #ccc; /*border*/
	padding: 0px 10px 10px;
}
#content .block h2, #content .block h3 {
	margin: 0px -10px 10px;
	border-bottom: 1px solid #ccc; /*border*/
	padding: 4px 10px;
}
#content .block .line {
	margin: 10px 0px;
}
#content .block .buttons {
	margin: 10px 0px;
}
/* image corners */

/*
  <div class="corners">
    corners<div class="top"><div class="top_left"></div><div class="top_right"></div></div><div class="left"><div class="right"><div class="content">
    content goes here
    corners</div></div></div><div class="bottom"><div class="bottom_left"></div><div class="bottom_right"></div></div>
  </div>
*/

.corners {
	padding: 0px;
	background-color: #F9F9F9;
}
.corners b {
	display: block;
	font-weight: normal;
}
/* set user defined styles on .content */
.corners .content {
	padding: 1px 12px;
}
.corners .top, .corners .bottom {
	position: relative;
	height: 12px;
}
.corners .top_left, .corners .top_right, .corners .bottom_left, .corners .bottom_right {
	position: absolute;
	width: 12px;
	height: 12px;
}
.corners .top_left, .corners .top_right {
	top: 0px;
}
.corners .bottom_left, .corners .bottom_right {
	bottom: 0px;
}
.corners .top_left, .corners .bottom_left {
	left: 0px;
}
.corners .top_right, .corners .bottom_right {
	right: 0px;
}
.corners .top {
	background: url(../img/corners/top.gif) repeat-x top left;
}
.corners .bottom {
	background: url(../img/corners/bottom.gif) repeat-x bottom left;
}
.corners .left {
	background: url(../img/corners/left.gif) repeat-y top left;
}
.corners .right {
	background: url(../img/corners/right.gif) repeat-y top right;
}
.corners .top_left {
	background: url(../img/corners/top-left.gif) no-repeat top left;
}
.corners .top_right {
	background: url(../img/corners/top-right.gif) no-repeat top right;
}
.corners .bottom_left {
	background: url(../img/corners/bottom-left.gif) no-repeat bottom left;
}
.corners .bottom_right {
	background: url(../img/corners/bottom-right.gif) no-repeat bottom right;
}
/* css rounded corners */

/*
  <div class="rounded">
    rounded<b class="c"><b class="c1"></b><b class="c2"><i></i></b><b class="c3"><i></i></b></b><div class="content">
    content goes here
    rounded</div><b class="c"><b class="c3"><i></i></b><b class="c2"><i></i></b><b class="c1"></b></b>
  </div>
*/

.rounded {
}
.rounded .c {
	display: block;
}
.rounded .c * {
	display: block;
	height: 1px;
	overflow: hidden;
}
.rounded .c b {
	padding: 0px 1px;
	background-color: #ccc; /*border*/
}
.rounded .c i {
	background-color: #f6f6f6; /*background*/
}
.rounded .c .c1 {
	margin: 0 2px;
}
.rounded .c .c2 {
	margin: 0 1px;
}
.rounded .c .c3 {
	margin: 0 0px;
}
.rounded .content {
	border-left: 1px solid #ccc; /*border*/
	border-right: 1px solid #ccc; /*border*/
	padding: 2px 10px;
	background-color: #f6f6f6; /*background*/
}
#container {
	min-width: 980px; /*170+580+230*/
}
/* ***** HEADER/FOOTER ***** */

#footer {
	min-height: 0; /*IE7*/
	margin: 0px;
	border: none;
	padding: 30px 15px;
	background-color: #F7F4E1;
	margin-top: 20px;
}
/* links */

#footer_links {
	display: inline; /*IE6*/
	margin-left: 10px;
	color: #ccc;
}
#footer_links a {
	font-weight: bold;
	text-decoration: underline;
	color: #519713;
}
/* legal */

#footer_legal {
	color: #999;
}
#footer_legal a {
	text-decoration: underline;
	color: #999;
}
/* search title */

#search_title, #search_title h1 {
	display: inline;
}
#search_title {
	/*	float: left;*/
	margin-right: 20px;
	font-size: 100%;
	line-height: 150%;
}
#search_title h1 {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	color: #999;
}
/* navigation */

.navigation {
	margin: 20px 10px 0px;
	padding: 0px 5px;
}
.navigation .pagelist {
	font-size: 90%;
	line-height: 120%;
	text-align: center;
}
.navigation .pagelist a {
	margin: 0px 2px;
}
.navigation .next, .navigation .previous {
	font-weight: bold;
}
/* ***** SEARCH RESULTS ***** */

.results {
	margin: 0px 10px;
	padding: 1px 5px;
}
.results .result {
	width: 550px; /*580-30*/
	margin: 5px 0px;
	list-style: none;
}
.results a:visited {
	color: #519713;
}
/* ***** PANELS ***** */

.panel {
	font-size: 75%;
	line-height: 150%;
}
.panel h4 {
	font-size: 100%;
	color: #333;
}
.panel p {
	font-size: 100%;
}
.panel ul {
	font-size: 100%;
}
.panel li {
	list-style: none;
}
.panel_highlight h4 {
	margin-left: -20px;
	margin-right: -15px;
	padding: 2px 20px;
	background-color: #DFFFD7;
}
/* search tools */

.search_tools {
}
.search_tools ul {
	margin: 10px 0px;
}
.search_tools li {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 130%;
}
/* search tips */

.search_tips {
}
.search_tips .tip {
	margin: 10px 0px;
	padding-right: 10px;
}
/* sponsored links */

.sponsored_links {
}
/* banners */

.banners {
	width: 200px;
	height: 310px; /*90*3+20*2*/
}
/* ***** NO RESULTS ***** */

.no_results {
	padding: 0px 20px 20px;
}
.no_results h1, .no_results h2, .no_results h3, .no_results h4 {
	color: #666;
}
.no_results .details {
	margin: 10px 0px;
}
.no_results ul {
	padding-left: 20px;
}
.labelfield { /*CSS for label field in general*/
	color:#a18040;
}
.datefield { /*CSS for date field in general*/
	color:gray;
}
.titlefield { /*CSS for date field in general*/
	font-size:15px;
}
 #joblistings, #joblistings2, #joblistings3, #joblistings4, #joblistings5, #joblistings6, #joblistings7, { /*CSS specific to demo 1*/
 font-size:12px;
}
.joblistings {
}
#joblistings li, #joblistings2 li, #joblistings3 li, #joblistings4 li, #joblistings5 li, #joblistings6 li, #joblistings7 li { /*CSS specific to demo 1*/
	margin-bottom: 4px;
}
#joblistings div, #joblistings2 div, #joblistings3 div, #joblistings4 div, #joblistings5 div, #joblistings6 div, #joblistings7 div { /*CSS specific to demo 2*/
	margin-bottom: 15px;
	font-size:12px;
}
#joblistings div a, #joblistings2 div a, #joblistings3 div a, #joblistings4 div a, #joblistings5 div a, #joblistings6 div a, #joblistings7 div a { /*CSS specific to demo 2*/
	text-decoration: none;
}
#joblistings a, #joblistings2 a, #joblistings3 a, #joblistings4 a, #joblistings5 a, #joblistings6 a, #joblistings7 a { /*CSS specific to demo 3*/
	color: #257800;
	text-decoration: none;
	font-weight: bold;
}
#joblistings p, #joblistings2 p, #joblistings3 p, #joblistings4 p, #joblistings5 p, #joblistings6 p, #joblistings7 p { /*CSS specific to demo 3*/
	margin-bottom: 2px;
}
code { /*CSS for insructions*/
	color: red;
}
#searchresults h2 {
	background-color: #DFFFD7;
	color:#999999;
	margin:10px 0 10px 0;
}
.see_more {
	color:#519713
}
#bar_window {
	background:url(http://www.jobgeni.com/img/loading1.gif) top left no-repeat;
	width:220px;
	height:19px;
}
#slowScreenSplash {
	position:absolute;
	z-index:5;
	top:135px;
	left:62px;
	text-align:center;
	color:#CCCCCC;
}
div#main {
	width: 900px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#my_nav a {
	margin-left: 8px;
	margin-right: 9px;
}
#my_nav {
	height: 27px;
	padding-top: 5px;
	padding-left: 10px;
	color: #ff9900;
	background-image : url('../img/backg_nav_grey.gif');
}
#tabs {
	width: 900px;
	height: 33px;
	overflow: hidden;
	font-size: 13px;
}
#tabs span {
	display: block;
	float: left;
	width: 178px;
	height: 24px;
	background-image: url('../img/tab_home.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	color:#ff9900;
}
#tabs span.selected {
	background-position: 0px -31px;
	cursor: default;
	/* font-size: 1.1em ; */
text-decoration: none;
	color: #384564;
}
#tabs span.selected a {
	color:#2E7E02;
	text-decoration:none;
}
#tabs span.selected a:hover {
	color:#2E7E02;
}
#tabs span a {
	color: #999999;
}
#tabs span a:hover {
	color:#2E7E02;
}
#tabs .tspace {
	float: left;
	height: 30px;
	width: 10px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #919294;
}
#tabs .tspacesmall {
	float: left;
	height: 30px;
	width: 12px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #919294;
}
#tabs a.mysearchlink {
	color: #999999;
}
#tabs a.mysearchlink:hover {
	color: #2E7E02;
}
.tabconton {
	width: 900px;
	overflow: hidden;
	position: relative;
	top: -1px;
	border-style: none;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;/* border-style: dashed ; *//* border-color: yellow ; *//* border-width: 1px ; */

}
.tabcontoff {
	display: none;
}
.tabconton .center {
	/* border-width: 1px ; */
/* border-style: solid ; */
/* border-color: red ; */
margin-left: auto;
	margin-right: auto;
	width: 900px;
}
*html .tabconton .center {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
}
/* Column in center */
.tabconton .center .column {
	padding: 0px;
	width: 256px;
	font-size: 12px;
}
/* General column*/
.tabconton .column {
	/* border-style: dotted ; */
/* border-width: 1px ; */
/* border-color: green ; */
padding-left: 15px;
	padding-right: 45px;
	padding-top: 0px;
	text-align: left;
	line-height: 21px;
	float: left;
}
.column a {
}
#tab_mysearches {
	text-align: left;
}
.worldwide {
	width: 100%;
}
.worldwide td {
	text-align: left;
	line-height: 20px;
	padding-left: 10px;
}
#main table {
	font-size:12px;
}
#browse, #myjobs, #myRecentSearch {
	display:none
}
#version {
	position:absolute;
	right:55px;
	top:53px;
	color:#CCCCCC;
	font-size:10px;
}
.worldwide li {
	list-style-type:none
}

