﻿body 
{
	background-color:White;
	font-family:Arial;
	font-size:80%;
	text-align:left;
	min-width:1020px;
	margin:0px;
}

img
{
	border:0px;
}

a
{
	color:Red;
	font-weight:bold;
	text-decoration:none;	
}

a:hover
{
	text-decoration:underline;
}

.paging
{
	text-align:center;
}

.header
{
	background-image:url(/ItchyJobs/items/images/itchy_header.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	width:1030px;
	height:131px;
}

.headerbar
{
	background-color:#99ccff;
	margin-bottom:10px;
}

h1
{
	margin:0px;
	font-size: 110%;
}

.contentBoxTitle
{
	background-color:#0094da;
	color: White;
	text-align:center;
}

.contentBox
{
	background-color: White;
	border: solid 2px #0094da;
	width:550px;
}

.contentBoxNoBorder
{
	background-color: White;
	width:550px;
}

.contentBoxSmallTitle
{
	background-color:#0094da;
	color:White;
	text-align:center;
}

.contentBoxSmall
{
	background-color: White;
	border: solid 2px #0094da;
	width:150px;
}

.contentBoxSmallShaded
{
	background-color:#dddddd;
	width:150px;
}

.contentBoxSmallNoBorder
{
	background-color: White;
	width:150px;
}

.contentBoxContent
{
	text-align:left;
	padding: 5px;
}

.searchDescription
{
	float:left;
	width:50%;
	text-align:left;
	font-weight:bold;
	color:#0094da;
}

.resultCount 
{
	float:left;
	width:50%;
	text-align:right;
	font-weight:bold;
	color:#0094da;
}

.searchResults .searchResultItems
{
	width:540px;
	padding: 0px 0px 0px 0px;
	margin-left:0px;
}

.searchResults .contentBoxContent
{
	width:530px;
}

.searchResult
{
	 border-bottom:1px #BBBBBB solid;
	 text-align:left;
	 margin-bottom:5px;
}

.companyLogo
{
	float:right;
	margin:4px;
}

.detailbody 
{
	background-color: White;
	text-align:left;
}
.detailtitle
{
	float:left;
	font-weight:bold;
	margin-right:5px;
}

.detaildescriptionbody
{
	margin-top:5px;
}

.detaildescriptionbody .detailtitle
{
	float:none;
	text-decoration:underline;
}

.hidden
{
	display:none;
}


.jsLink
{
	cursor:pointer;
	text-decoration:underline;
	color:#0000FF;
}

.leftnavlisttext
{
	width:107px;
	float:left;
	margin-bottom:4px;
	padding-left:4px;
}

.leftnavlistitemicon
{
	float:left;
	padding-left:4px;
	width:16px;
}

.divclear
{
	clear:both;
}

/****************/
/*Search control*/
/****************/

.searchControl
{
	text-align:center;
	/*height:180px;*/
	padding-bottom:0px;
}


.mainSearch
{
	margin-bottom:6px;
	margin-left:40px;
	text-align:center;
}

.searchLabel 
{
	font-weight:bold;
	font-size:14px;
	text-align:right;
}

.searchText 
{
	text-align:left;
	padding-top:3px;
	padding-left:0px;
}

.searchText .keywordLabel
{
	margin-left:-10px;
	margin-right:10px;
}

.searchText input
{
	width:190px;
	border-width:medium;
	font-size:16px;
	vertical-align:middle;
}

.suggestedSearch 
{
	width:265px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding-bottom:4px;
	padding-top:4px;
}

.suggestedSearch a {
	text-decoration:none;
	color:#0000FF;
}

.suggestedSearch a:hover {
	text-decoration:none;
	color:#FF0000;
}

.divLocationParams
{
	width:460px;
	float:left;
	height:auto;
	text-align:left;
	padding-top:10px;
	padding-left:0px;
	margin-left:30px;
}

.searchLocation
{
	clear:both;
	/*float:left;*/
	padding-left:8px;
}

.searchLocation input
{
	width:180px;
}

.matchedLocation
{
	font-size:12px;
	clear:left;
	float:left;
	padding-left:20px;
	width:258px;
	text-align:left;
}

.matchedLocationGood
{
	color:#007700;
}

.matchedLocationBad
{
	color:#DD0000;
}

.otherMatches
{
	padding-left:20px;
	font-style:italic;
	margin-right:5px;
}

.otherMatches a:hover
{
	color:#FF0000;
}

.otherMatchLinks
{
	padding-left:10px;
}

.otherMatchLinks a
{
	text-decoration:none;
}

.radius 
{
	 /*clear:both;*/
	 text-align:left;
	 width:440px;
	 padding-top:3px;
	 padding-left:0px;
}

.slider .label
{
	 float:left;
	 margin-left:20px;
	 font-size:12px;
	 padding-left:0px;
}

.slider .bar
{
	 float:left;
	 width:186px;
	 background-image:url('../images/v2/slider.gif');
	 margin-left:20px;
	 margin-top:1px;
}

.slider .knob 
{
	width:10px;
	height:15px;
	background-color:#98CCFE;
}

.slider .value {
	margin-left:5px;
	height:14px;
	width:25px;
	float:left;
}

.slider .unit 
{
	padding-top:2px;
}

.disabled .unit 
{
	color:#AAAAAA;
}

.disabled .label
{
	color:#AAAAAA;
}

.disabled .knob
{
	background-color:#AAAAAA;
}

.vRule
{
	height:65px;
	border:1px #dfdf73 solid;
	width:0px;
	float:left;
	margin-top:4px;
}

.salaryParams
{
	float:left;
	width:420px;
	height:45px;
	margin-left:50px;
	padding-top:10px;
	padding-left:0px;
	text-align:left;
	clear:both;
}

.searchHRule
{
	margin-left:-20px;
	width:500px;
	border-bottom: solid 2px #99ccff;
}

.searchSalary
{
	float:left;
	text-align:left;
}

.searchSalary select
{
	margin-left:12px;
}

/* Login Form */
.centered
{
	padding:10px;
	width:550px;
	text-align:center;
}

.prompt
{
	margin-top:10px;
	font-weight:bold;
}

.contentboxinnertext
{
	width:540px;
}

.buttondiv
{
	padding:10px;
}

/* JobsIveAppliedFor.aspx */
.appliedbox
{
	border:1px #f4b903 solid;
	padding:5px;	
}

.lineheading
{
	font-weight:bold;
	font-size:12px;
}

.linetitle
{
	float:left;
	font-weight:bold;
	font-size:12px;
}

.lineitem
{
	float:left;
}

.browseJob
{
	width:180px;
	float:left;
}

.browseJob span
{
	font-weight:bold;
	cursor:pointer;
}

.browseJob span:hover
{
	text-decoration:underline;
}

.button {
	color:White;
	font-weight: bold;
	text-decoration: none;
	background-color: #0094da;
	padding: 4px 9px 4px 9px;
	border: solid 1px Black;
	margin-left:5px;
	cursor:pointer;
}

.button:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #99ccff;
	padding: 4px 9px 4px 9px;
	border: solid 1px black;
	margin-left:5px;
	cursor:pointer;
}

.buttonHover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #99ccff;
	padding: 4px 9px 4px 9px;
	border: solid 1px black;
	margin-left:5px;
	cursor:pointer;
}

.highlight
{
	background-color:#bbddfe;
}

.tagcloud
{
	background-color:#295ec8; 
	color:White;
}

.recruiterlisting
{
	border-bottom: solid 1px #cccccc;
}
