.titleGrey-header div {
	margin-bottom:2px;
}

.titleGrey-header div a {
	font-weight: normal;
	color:#4c4c4c;
	text-decoration:none;
	display:block;
	padding-top: 4px;
	padding-bottom: 1px;
	line-height: 1;
}

.titleGrey-header div:hover {
	cursor: pointer;
	cursor:hand;
	color: #000;
}

.titleGrey-header div:hover a{
	color: #333333;
}

.titleGrey-header div.selected {
	background-repeat:no-repeat;
	margin-left: -13px;
}

.titleGrey-header div.selected a{
	color:#000;
	font-weight:bold;
	padding-left:12px;
}

.titleGrey-header #my-circles-list div:hover { 
	background-color: transparent;
}

.titleGrey-header #my-circles-list div.selected {
	background-image: url("filter_arrow.gif"/*tpa=http://behance.vo.llnwd.net/buttons/filter_arrow.gif*/);
	background-repeat:no-repeat;
} 

.titleGrey-header #my-circles-list div a {
	line-height: 1.21;
	font-size: 11px;
	padding-bottom: 4px;
	padding-top:4px;
}

.sectionGrey-header {
	color: #343738;
	font-size:12px;
}

.leftMenu-header {
	border-bottom: solid 1px #A7A7A7;
	margin-bottom:1px;
}

.x-button {
	position:relative;
	top:-3px;
}

.no-results {
	font-size: 14px;
	font-weight:bold;
	background-color:#FFF;
	padding:18px;
	text-align:center;
	font-family:Arial;
}
	
.disabled {
	color:#909090; 
	cursor:default !important;
}

#my-circles-list div {
	border-bottom: 1px dotted #bababa;
}

#circle,
#realm,
#curator {
	width:119px;
}

#circle,
#realm,
#curator,
#circle option,
#realm option,
#curator option {
	font-size:10px;
}

#results-img {
	margin-top: 24px;		/*was 28px*/
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: 1px dashed #8c8e8c;
}

#results-img img{
	margin-bottom:4px;
}

/********************	curators styles	***************************/
#curators {
	background-color:#FFF;
	margin-top:24px;
}

#curators-header {
	font-weight:bold;
	border-bottom:1px solid #999a9b;
	color:#333637;
	padding-bottom:2px;
	padding-left:6px;
	height:15px;
}

#curators-inner {
	padding:10px 6px 5px;
}

#curators-inner div.selected {
	margin-left:-20px;
	padding-left:20px;
	background-image:url("filter_arrow.gif"/*tpa=http://behance.vo.llnwd.net/buttons/filter_arrow.gif*/);
	background-repeat:no-repeat;
	background-position:4px 2px;
}

.curator {
	padding-bottom:6px;
}

.curator a {
	float:left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333637;
}

.curator a.selected {
	color:#009CEC;
}

.curator span {
	float:right;
	color:#009CEC;
	font-size:10px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}

/********************	giglist styles	***************************/

#main_content {
	padding: 17px 12px 11px;
	background-color: #FFF;
}

#main_content th {
	padding-bottom:10px;
	padding-left: 20px;
}

#main_content #inner-table th {
	padding-left: 0px;
}

#main_content td{
	padding-top: 8px;
	padding-bottom: 8px;
}

#main_content td a {
	display:block;
	height:auto;
	color: #424748;
}

#main_content tr:hover a, #main_content tr:hover span {
	color: #009CEC;
	text-decoration: none;
}

/*********************  header block			*****/

	#gig_main_content *{
		font-family:Arial;
	}

	#gig_main_content #giglist-header {
		padding: 18px 0px 32px 22px;
		margin-bottom: 6px;
	}

	#gig_main_content #giglist-header .right-col { 
		float:left;
		width:auto;
	}
	
	#gig_main_content #giglist-header .location{
		font-size:10px;
		text-transform: uppercase;
		float:left;
		width:165px;
		font-family: Arial, Helvetica;
	}
	
	#gig_main_content #giglist-header .position{
		color:#009CEC;
		font-size:14px;
		font-weight:bold;
	}

	#gig_main_content #giglist-header .company{
		color:#6c6c6c;
		font-size:14px;
		font-weight:bold;
	}

	#gig_main_content #giglist-header .realms{
		color:#6c6c6c;
		font-size:14px;
		font-weight:bold;
	}
	
	#gig_main_content #giglist-header,
	#gig_main_content .giglist-row {
		background-color:#FFF;
	}  

	#gig_main_content #giglist-header .right-col .position,
	#gig_main_content #giglist-header .right-col .company,
	#gig_main_content #giglist-header .right-col .realm { 
		display:inline;
	}

/**********************   rows			*******/
	
	#gig_main_content .giglist-row {
		margin-bottom:3px;
		padding: 5px 0px 5px 22px;
		line-height:1.3em;
		clear:both;
	}
	
	#gig_main_content .giglist-row .location a {
		width:165px;
		float:left;
		color: #4c4c4c;
		font-weight:bold;
	}

	#gig_main_content .giglist-row .right-col {
		float:left;
		width:400px;
	}

	#gig_main_content .giglist-row .position,
	#gig_main_content .giglist-row .company {
		font-weight:bold;
		font-size:14px;
		margin-bottom:4px;
	}

	#gig_main_content .giglist-row .location a:hover,
	#gig_main_content .giglist-row .company a:hover, 
	#gig_main_content .giglist-row .realm a:hover{
		text-decoration:none;
	}

	#gig_main_content .giglist-row .position a {
		color: #009CEC;
		font-weight:bold; 
		font-size:14px;
		margin-bottom:4px;
	}

	#gig_main_content .giglist-row .company a {
		color: #6C6C6C;
	}	
	
	#gig_main_content .giglist-row .realm a {
		color: #4c4c4c;
	}	
	
	#gig_main_content .giglist-row .giglist-new {
		background-color:#d4d5cf;
		color:#FFF;
		font-weight:bold;
		height:13px;
		width:31px;
		padding:2px 2px 4px 4px;
		float:right;
		position:relative;
		top:-5px;
		right:0px;
	}
	
	/****************  end rows			********/
	
	#no-results {
		font-size: 14px;
		font-weight:bold;
		background-color:#FFF;
		padding:18px;
		text-align:center;		
	}
	


#clear-search {
	float:right; 
	margin-top:4px;
	text-align:right; 
}

#top-paging {
	text-align:right;
	height:18px;
	padding-top:8px;	
	margin-top:4px;
}

.disabled {
	color:#909090;
	cursor:default !important;
}

#project-overview, 
#people-overview, 
#circles-overview,
#tips-overview,
#gigs-overview {
	height:32px;
	width:626px;
	margin-bottom:7px;
	margin-top:38px;
}

#project-overview {
	background-image : url("srch_bg_projects.gif"/*tpa=http://www.behance.net/images/srch_bg_projects.gif*/);
}

#people-overview {
	background-image : url("srch_bg_people.gif"/*tpa=http://www.behance.net/images/srch_bg_people.gif*/);
}

#circles-overview {
	background-image : url("srch_bg_circles.gif"/*tpa=http://www.behance.net/images/srch_bg_circles.gif*/);
}

#tips-overview {
	background-image : url("srch_bg_tips.gif"/*tpa=http://www.behance.net/images/srch_bg_tips.gif*/);
}

#gigs-overview {
	background-image : url("srch_bg_gigs.1.gif"/*tpa=http://www.behance.net/images/srch_bg_gigs.1.gif*/);
}

.all-link {
	position:relative;
	top:8px;
	left:558px;
}

#advanced-search-form {
	width:761px; 
	margin-bottom:45px;
	height:150px;
	background-color:#FFF;
}

#advanced-search-left {
	float:left;
	background-image: url("advanced_search_bg.gif"/*tpa=http://www.behance.net/images/advanced_search_bg.gif*/);
	background-repeat:no-repeat;
	width:132px;
	height:150px;
	padding-left:11px;
}

#advanced-search-left * {
	color:#FFF;
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
}

#advanced-search-left div {
	margin-bottom:6px;
}

#advanced-search-right {
	float:left;
	width:550px;
	padding-top:21px;
	padding-left:53px;
}

#location-line {
	margin-top:22px;
	margin-bottom:22px;
}

#location-line #country {
	width:140px;
	margin-right:8px; 
	float:left;
}

#location-line #stateORprov {
	margin-right:8px;
	width:130px;
}

#prov-list,
#city-list {
	position:absolute;
}

#advanced-search-right #advanced-search {
	height:20px;
	width:280px;
	border:1px solid #dadada;
	margin-right:7px;
	color:#009CEC;
}

#advanced-search-right #search-btn {
	position:relative;
	top:6px;
	left:2px;
}

.listItem {
	margin-bottom:3px !important;
	width:130px !important;
}

#city-list .listItem {
	width:119px !important;
}

/*********	find talent styles	*************************/

#find {
	padding-right:70px;
	background-color:#fff;
	padding:38px 175px 62px 56px; 
	width:531px;
}

#find .find-header {
	margin-top:38px;
	margin-bottom:8px;
	padding-bottom:2px;
	border-bottom:1px solid #b0b1b1;
	font-size:16px;
	font-weight:bold;
}

#find .under-h3 {
	font-weight:bold;
}

#find .find-text {
	line-height:1.5em;
	margin-bottom:16px;
	padding-right:50px;
}

#find .links { 
	margin-bottom:38px;
}

#find .links div {
	background-repeat:no-repeat;
	margin-bottom:8px;
	padding-left:10px;
}

#find .links div a {
	font-weight:bold;
	font-size:14px;
}
