/*
 ****************************************
 *	Stylesheet for KentJobs		*
 *	Version: 0.01 - 01062009					*
 ****************************************
*/


/* common styles */

html, body, #bodywrap, div, span, h1, h2, h3, h4, h5, h6, p, hr, a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

ol, ul 
{
	list-style: none;
}

a
{
	color: #114C88;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #3D3D3D;
	margin: 10px 0;
}

h1
{
	margin: 0 0 10px 0;
	font-size: 200%;
}

h2
{
	font-size: 150%;
}

h3
{
	font-size: 130%;
}

h4
{
	font-size: 120%;
}

h5
{
	font-size: 110%;
}

h6
{
	font-size: 100%;
}

h2.withDivider
{
	background: url(http://templates.nwnmedia.co.uk/matchworks/img/heading-dots.gif) center right repeat-x;
}

h2.withDivider span
{
	background: #fff;
	padding-right: 8px;
}

h3.withDivider
{
	background: url(http://templates.nwnmedia.co.uk/matchworks/img/heading-dots.gif) center right repeat-x;
}

h3.withDivider span
{
	background: #fff;
	padding-right: 8px;
}

p
{
	margin: 15px 0;
	line-height: 1.7em;
}

blockquote
{
	margin: 20px;
}

dl
{
	margin: 10px 0;
}

dt
{
	font-weight: bold;
}

dd
{
	text-indent: 15px;
}

legend
{
	font-weight: bold;
}

#wrap form
{
	margin: 10px 0;
}

.inputText
{
	border:solid 1px #ababab;
	background: #fefefe url(http://templates.nwnmedia.co.uk/matchworks/img/input-bg.gif) bottom left repeat-x;
	padding: 3px;
}

.btn
{
	border: solid 1px #afafaf;
	padding: 0px;
	background: #fc2424 url(http://templates.nwnmedia.co.uk/matchworks/img/btn-bg.gif) bottom left repeat-x;
	color: #fff;
	height: 24px;
	line-height: 15px;
	font-weight: bold;
}

.clearer 
{
	clear: both;
}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;clear:both;}
div.hr hr{display:none;}

a.btnLink{background: url(http://templates.nwnmedia.co.uk/matchworks/img/btn-link-left.gif) top left no-repeat;text-decoration: none;color: #525252;font-weight: bold;}
a.btnLink span{float: left;background: url(http://templates.nwnmedia.co.uk/matchworks/img/btn-link-right.gif) top right no-repeat; height: 19px; line-height: 19px;cursor: pointer;padding: 0 8px;}

img{vertical-align: bottom;}
img.siteBase{float: left;position: relative; left: -6px;}


/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
#wrap .noPad{padding: 0;}
.textRight{text-align: right;}
.textLeft{text-align: left;}
/** clearing **/
.clr{clear: both;}
.clrSml{clear: both;line-height:1px;height:1px;}
/** presentation **/
.hlFix{height: 1%;}
.standoutText{color: #C30011;}
.date{color: #d31616;}
.black{color: #000;}
.padder10{padding: 10px;}
.padder5{padding: 5px;}


/* == STYLESHEET FUNCTIONS - Site layout and base style overrides
----------------------------------------------------------------------------------------------------------------------

/* == Main Layout Structure
----------------------------------------------------------------------------------------------------------------------*/

#wrap{margin: 0 auto; text-align: left; width: 960px;background: url(http://templates.nwnmedia.co.uk/matchworks/img/main-shadow.gif) top left repeat-y;padding: 0 6px;}
#wrap:after{content: ".";clear: both;display: block;height: 0;visibility: hidden;}
#wrap #head{float: left; background: #d5d5d5; width: 960px;}
#wrap #mainContent{/*float: left; width: 944px; margin: 12px 8px;display: inline;*/}
#wrap #footer{float: left; width: 936px; border-top: solid 1px #e6e6e6;margin: 0 8px 8px 8px; padding: 0 4px; display: inline;}
#wrap #footTools{float: left; width: 944px;border-top: solid 1px #e6e6e6;margin: 0 8px;display: inline;padding: 8px 0 8px 0;}


#company-insider-info-window
{
	z-index: 500 !important;
}

#bodywrap 
{
	margin: 0 auto;
	padding: 0px 0px 6px 0px;
	width: 972px;
	background: transparent url("/~/media/Customers/Great Britain/KentJobs/images/base.ashx") bottom center no-repeat;
	position: relative;
}

#wrap #mainContent
{
	overflow: hidden;
	height: 1%;
}


/* Two columns */

.TwoColumn 
{
	overflow: hidden;
	height: 1%;
	margin: 7px;
}

.TwoColumn .Left 
{
	width: 525px;
	min-height: 10px;
	float: left;
}

.TwoColumn .Right 
{
	width: 410px;
	min-height: 10px;
	float: right;
} 

/* Two columns on front page */

.FrontPage .TwoColumn 
{
	overflow: visible;
}


/* Three columns on front page */

.FrontPageThreeColumn 
{
	overflow: hidden;
	height: 1%;
	margin: 7px;
}

.FrontPageThreeColumn .Left 
{
	width: 302px;
	min-height: 10px;
	float: left;
	overflow: hidden;
}

.FrontPageThreeColumn .Middle 
{
	width: 504px;
	min-height: 10px;
	margin: 0px 0px 0px 10px;
	float: left;
	overflow: hidden;
}


.FrontPageThreeColumn .Right 
{
	width: 120px;
	min-height: 10px;
	margin: 0px 0px 0px 10px;
	float: left;
	overflow: hidden;
}

/* Three columns */

.ThreeColumnCenter
{
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 1%;
}

.ThreeColumnCenter_left
{
	float: left;
	width: 170px;
	min-height: 10px;
	padding-left: 10px;
	overflow: hidden;
}

.ThreeColumnCenter_middle
{
	float: left;
	width: 620px;
	min-height: 10px;
	overflow: hidden;
	padding: 0px 0px 0px 15px;
}

.ThreeColumnCenter_right
{
	float: left;
	width: 120px;
	min-height: 10px;
	padding: 0px 0px 0px 15px;
}


/* Search result page */

.SearchResults .ThreeColumnCenter .ThreeColumnCenter_right,
.SearchResults .ThreeColumnCenter .ThreeColumnCenter_middle,
.SearchResults .ThreeColumnCenter .ThreeColumnCenter_left
{
	float: right;
	padding: 0px 13px 0px 0px;
}


/* Company Profiles page layout */

.CompanyProfiles .ThreeColumnCenter_left
{
	width: 170px;
} 

.CompanyProfiles .ThreeColumnCenter_middle
{
	width: 620px;		
}

.CompanyProfiles .ThreeColumnCenter_right 
{
	margin-left: 10px;
}


/*	Company Profile page layout */

.JobSearchViewCompanyProfile .ThreeColumnCenter_left
{		
	width: 0px;
	float: left;		
}

.JobSearchViewCompanyProfile .ThreeColumnCenter_middle
{
	width: 752px;
	float: left;
}

.JobSearchViewCompanyProfile .ThreeColumnCenter_right
{
	width: 165px;
	float: left;
}

.JobSearchViewCompanyProfile .ThreeColumnCenter_right .leftArea
{
		width: 165px;
		float: left;		
}

.JobSearchViewCompanyProfile .ThreeColumnCenter_right .rightArea
{
		width: 140px;
		float: left;		
}


.JobSearchViewCompanyProfile .ThreeColumnCenter_left .GuidanceContent 
{
		clear:both;
		padding-bottom:10px;
		border-bottom: none 0px white;
}


/* Header */

.hdr 
{
	padding: 7px;
	overflow: hidden;
	height: 1%;
}

.hdr .logo 
{
	float: left;
	margin-top: 10px;
}

.hdr .top_banner 
{
	width: 729px;
	height: 90px;
	overflow: hidden;
	float: right;
	/*border: 1px solid #EEEEEE;*/
}



/* Main menu */

.NavigationMenu 
{
	margin: 7px;
	border-bottom: 9px solid #114C88;
	overflow: hidden;
	height: 1%;
}

.NavigationMenu .RegisterSignIn 
{
	float: right;
	margin: 0px 0px 3px 0px;
}

.NavigationMenu .RegisterSignIn a
{
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 55px;
	padding: 0px 15px 0px 0px;
	height: 19px;
	line-height: 19px;
	background: #12315F url("/~/media/Customers/Great Britain/JTV/images/login_button_bg.ashx") top center no-repeat;
}

.NavigationMenu .RegisterSignIn a:hover
{
	background: #145F12 url("/~/media/Customers/Great Britain/JTV/images/login_button_bg.ashx") bottom center no-repeat;
}

.NavigationMenu .RegisterSignIn a:first-child,
.NavigationMenu .RegisterSignIn a:first-child:hover
{
	padding: 0px;
	color: #000000;
	display: inline;
	width: auto;
	background-image: none;
	background-color: transparent;
}

.NavigationMenu .RegisterSignIn a:first-child:hover
{
	text-decoration: underline;
}

.NavigationMenu ul 
{
	float: left;
	overflow: hidden;
	height: 1%;
}

.NavigationMenu ul li
{
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.NavigationMenu ul li a 
{
	line-height:22px;
	height: 22px;
	padding: 0px 20px 0px 20px;
	display: block;
	text-decoration:none;
	color:#000000;
	background-color: #FFFFFF;
	cursor:pointer;
}

.NavigationMenu ul li a:hover 
{
	color:#FFFFFF;
	cursor:pointer;
	/*background-color: #2776C6;*/
	background-color: #114C88;
}

.NavigationMenu ul li a.selected,
.NavigationMenu ul li a.selected:hover
{
	background-color: #114C88;
	color: #FFFFFF;
}

.NavigationMenu ul li a span 
{
	font-size:14px;
	font-weight: bold;
}

/* SEO text */

.seo_text 
{
	position: absolute;
	width: 930px;
	bottom: 43px;
	left: 20px;
}

.seo_text h1,
.seo_text p
{
	color: #999999;
	margin: 5px 0px 5px 0px;
	line-height: normal;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: normal;
}

.seo_text h1,
.seo_text .main_sentence 
{
	font-size: 12px;
}

/* Search box */

.SearchBox 
{
	position: relative;
	height: 225px;
	background: #4BAEF2 url("/~/media/Customers/Great Britain/JTV/images/search_box_bg.ashx") top left repeat-x;
	padding: 10px;
}

.SearchBox .BoxBody .introduction .corner_tl 
{
	width: 11px;
	height: 11px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/rounded_corner_tl.ashx") top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.SearchBox .BoxBody .introduction .bg_pict 
{
	width: 463px;
	height: 148px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/people_bg.ashx") bottom left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.SearchBox .title 
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 24px;
	color: #FFFFFF;
}

.SearchBox .title h1,
.TotalHitsTitle h1
{
	font: normal 24px/29px "Trebuchet MS", Arial, Sans-Serif;
	color: #FFFFFF;
}

.SearchResults .SearchBox .title h1
{
	display: none;
}

.SearchBox .BoxBody .introduction .searchTextWhat,
.SearchBox .BoxBody .introduction .searchTextWhere,
.SearchBox .BoxBody .introduction .searchTextWhat p,
.SearchBox .BoxBody .introduction .searchTextWhere p
{
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
}

.SearchBox .NavigatorPanel input
{
	width: 165px;
	height: 17px;
	line-height: 16px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #114C88;
}

.SearchResults .SearchBox .NavigatorPanel input,
.JobsFromCompanyResults .SearchBox .NavigatorPanel input
{
	width: 200px;
}

.SearchBox .BoxBody .introduction .searchTextWhat
{
	position: absolute;
	top: 82px;
	left: 10px;
}

.SearchBox .NavigatorPanel .FreetextCriteriaTextPanel 
{
	position: absolute;
	top: 75px;
	left: 80px;
}

.SearchBox .BoxBody .introduction .searchTextWhere
{
	position: absolute;
	top: 82px;
	left: 275px;
}

.SearchResults .SearchBox .BoxBody .introduction .searchTextWhere,
.JobsFromCompanyResults .SearchBox .BoxBody .introduction .searchTextWhere 
{
	left: 295px;
}

.SearchBox .NavigatorPanel .areaCriteriaTextPanel
{
	position: absolute;
	top: 75px;
	left: 335px;
} 

.SearchResults .SearchBox .NavigatorPanel .areaCriteriaTextPanel,
.JobsFromCompanyResults .SearchBox .NavigatorPanel .areaCriteriaTextPanel
{
	left: 355px;
}

.SearchBox .BoxBody .SearchButton
{
	position: absolute;
	top: 115px;
	left: 420px;
	width: 90px;
	height: 25px;
}

.SearchResults .SearchBox .BoxBody .SearchButton,
.JobsFromCompanyResults .SearchBox .BoxBody .SearchButton
{
	left: 480px;
}

.SearchBox .BoxBody .SearchButton a
{
	position: static;
	display: block;
	width: 80px;
	height: 25px;
	padding: 0px 10px 0px 0px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/search_button_bg.ashx") top center no-repeat;
} 
 
.SearchBox .BoxBody .SearchButton a:hover
{
	text-decoration: none;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/search_button_bg.ashx") bottom center no-repeat;
}


/* Predefined searches */

.PredefinedSearches .Titles
{
	overflow: hidden;
	height: 1%;
}

.PredefinedSearches .Titles .CategoryTitle,
.PredefinedSearches .Titles .LocationTitle
{
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 24px;
	color: #114C88;
	cursor: pointer;
}
 
.PredefinedSearches .Titles .CategoryTitle.Clicked,
.PredefinedSearches .Titles .LocationTitle.Clicked
{
	color: #FFFFFF;
	background: #B6B6B6 url("/~/media/Customers/Great Britain/JTV/images/rounded_corner_tr.ashx") top right no-repeat;
}

.PredefinedSearches .Titles .CategoryTitle h2,
.PredefinedSearches .Titles .LocationTitle h2
{
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	color: #114C88;
	cursor: pointer;
}

.PredefinedSearches .Titles .CategoryTitle.Clicked h2,
.PredefinedSearches .Titles .LocationTitle.Clicked h2
{
	color: #FFFFFF;
}


.PredefinedSearches .Links 
{
	background-color: #B6B6B6;
	padding: 10px;
	background: #B6B6B6 url("/~/media/Customers/Great Britain/JTV/images/rounded_corner_tr.ashx") top right no-repeat;
}

.PredefinedSearches .Links .CategorySearch
{
	overflow: hidden;
	height: 1%;
}
 
.PredefinedSearches .Links .CategorySearch .CategorySearchColumn0,
.PredefinedSearches .Links .CategorySearch .CategorySearchColumn1,
.PredefinedSearches .Links .CategorySearch .CategorySearchColumn2
{
	float: left;
	width: 123px;
	min-height: 190px;
}

.PredefinedSearches .Links .CategorySearch .CategorySearchColumn1,
.PredefinedSearches .Links .CategorySearch .CategorySearchColumn2
{
	margin-left: 10px;
}

.PredefinedSearches .Links .CategorySearch .CategorySearchItem
{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
}

.PredefinedSearches .Links .CategorySearch .CategorySearchItem a 
{
	font-size: 11px;
	color: #114C88;
}



/* Post Your CV */

.PostYourCVAdvJob .UserActionsCV 
{
	background: #D0D6DF url("/~/media/Customers/Great Britain/JTV/images/blue_box_bg.ashx") left bottom repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
}

.PostYourCVAdvJob .UserActionsJob 
{
	background: #FBBF9E url("/~/media/Customers/Great Britain/JTV/images/orange_box_bg.ashx") left bottom repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
}

.PostYourCVAdvJob .Title,
.PostYourCVAdvJob .Text
{
	margin-left: 60px;
}

.PostYourCVAdvJob .Title 
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 18px;
	margin-bottom: 5px;
}

.PostYourCVAdvJob .Title h2 
{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
}

.PostYourCVAdvJob .Title a 
{
	font-size: 18px;
	color: #114C88;
}

.PostYourCVAdvJob .Text p
{
	margin: 0;
	line-height: 15px;
}

.PostYourCVAdvJob .PostYourCV,
.PostYourCVAdvJob .RegisterYourDetails,
.PostYourCVAdvJob .CVAdvice,
.PostYourCVAdvJob .AdvertiseAJob
{
	background-position: center left;
	background-repeat: no-repeat;
	min-height: 80px; 
}

.PostYourCVAdvJob .PostYourCV,
.PostYourCVAdvJob .RegisterYourDetails
{
	margin-bottom: 20px;
}

.PostYourCVAdvJob .PostYourCV
{
	background-image: url("/~/media/Customers/Great Britain/JTV/images/icon_post_cv.ashx");
}

.PostYourCVAdvJob .RegisterYourDetails
{
	background-image: url("/~/media/Customers/Great Britain/JTV/images/icon_register.ashx");
}

.PostYourCVAdvJob .CVAdvice
{
	background-image: url("/~/media/Customers/Great Britain/JTV/images/icon_advice.ashx");
}

.PostYourCVAdvJob .AdvertiseAJob 
{
	background-image: url("/~/media/Customers/Great Britain/JTV/images/icon_advertise.ashx");
}


/* hot jobs */ 

.HotJobs .HotJobResultsDisplayControl 
{
	height: 400px;
}

.HotJobs .LiTitle,
.HotJobs .LiTitle h2 
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin: 10px 0px 0px 0px;
	color: #114C88;
}

.HotJobs .LiTitle h2
{
	margin: 0;
}

.HotJobs .ResultListElementEven,
.HotJobs .ResultListElementOdd
{
	width: 235px;
	height: 70px;
	margin: 10px 0px 10px 0px;
}

.HotJobs .ResultListElementEven
{
	float: left;
}

.HotJobs .ResultListElementOdd
{
	float: right;
}

.HotJobs .ResultListElementEven .ResultField p,
.HotJobs .ResultListElementOdd .ResultField p
{
	margin: 0;
}

.HotJobs .ResultListElementEven .ResultField p.companyname,
.HotJobs .ResultListElementOdd .ResultField p.companyname,
.HotJobs .ResultListElementEven .ResultField p.Location,
.HotJobs .ResultListElementOdd .ResultField p.Location
{
	line-height: 15px;
}

.HotJobs .ResultListElementEven .Heading a,
.HotJobs .ResultListElementOdd .Heading a
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px 0px 0px 20px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") top left no-repeat;
	color: #114C88;
}

.HotJobs .ResultListElementEven .Heading a:hover,
.HotJobs .ResultListElementOdd .Heading a:hover
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") top left no-repeat;
}

.HotJobs .TopCornersContainer,
.HotJobs .Introduction,
.HotJobs .ResultsContainer,
.HotJobs .ResultListElementEven .headline,
.HotJobs .ResultListElementOdd .headline,
.HotJobs .ResultListElementEven .labelLocation,
.HotJobs .ResultListElementOdd .labelLocation,
.HotJobs .ResultListElementEven .labelHeading,
.HotJobs .ResultListElementOdd .labelHeading,
.HotJobs .ResultListElementEven .labelcompanyname,
.HotJobs .ResultListElementOdd .labelcompanyname
{
	display: none;
}


/* recruiters */ 

.Recruiters
{
	overflow: hidden;
	height: 1%;
}

.Recruiters .JobSearchFeaturedCompanyList
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 18px;
	border: 2px #B6B6B6 solid;
	color: #114C88;
}

.Recruiters .JobSearchFeaturedCompanyList h2
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 18px;
	color: #114C88;
	margin: 0;
	font-weight: normal;
}

.Recruiters .FeaturedCompanyListCollection 
{
	overflow: hidden;
	height: 1%;
}
 
.Recruiters .JobSearchFeaturedCompanyList .FeaturedCompanyListItem
{
	width: 152px; 
	height: 90px;
	float: left;
	margin: 5px 7px 5px 7px;
}

.Recruiters .JobSearchFeaturedCompanyList .FeaturedCompanyListItem a
{
	font-size: 11px;
	text-align: center;
	color: #000000;
}
 

.Recruiters .JobSearchFeaturedCompanyList .FeaturedCompanyListItem a:first-child
{
	display: block;
	width: 150px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
}
 
.Recruiters .JobSearchFeaturedCompanyList .FeaturedCompanyListItem a img
{
	max-width: 150px;
	max-height: 50px;
}

.Recruiters .JobSearchFeaturedCompanyList .FeaturedCompanyListItem a p
{
	height: 35px;
	line-height: 16px;
	padding-bottom: 3px;
	margin: 0;
	text-align: center;
}
 
.Recruiters .ViewAllPublicSectorLink
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	background-color: #B6B6B6;
	padding: 3px;
}

.Recruiters .ViewAllPublicSectorLink p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

.Recruiters .ViewAllPublicSectorLink a
{
	padding: 0px 0px 0px 20px;
	color: #FFFFFF;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") top left no-repeat;
}
 
.Recruiters .ViewAllPublicSectorLink a:hover
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") top left no-repeat;
}


/* Job News */

.JobNews 
{
	margin-bottom: 15px;
}

.JobNews .newsTitle,
.JobNews .newsTitle h2
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	color: #114C88;
	margin: 5px 0px 5px 0px;
}

.JobNews .newsTitle h2
{
	margin: 0;
	line-height: 29px;
}

.JobNews .newsList
{
	overflow: hidden;
	height: 1%;
}

.JobNews .newsList .news 
{
	float: left;
	width: 155px;
	margin: 0px 0px 0px 15px;
}

.JobNews .newsList .news p
{
	margin: 0;
	line-height: 15px;
	width: 155px;
	word-wrap: break-word;
}

.JobNews .newsList  .news:first-child
{
	margin-left: 0px;
}
 
.JobNews .newsList .news .title a 
{
	color: #114C88;
	font-weight: bold;
}


/* Partners links */

.PartnersLinks 
{
	border-top: 5px solid #114C88;
	padding-top: 10px;
	overflow: hidden;
	height: 1%;
	margin: 0px 7px 0px 7px;
}

.PartnersLinks .partner_link 
{
	width: 200px;
	height: 100px;
	padding: 10px;
	margin: 0px 0px 0px 19px;
	float: left;
	position: relative;
	border: 1px solid #B6B6B6;
}

.PartnersLinks .partner_link:first-child 
{
	margin-left: 0px;
}

.PartnersLinks .partner_link img 
{
	float: left;
}

.PartnersLinks .partner_link .title,
.PartnersLinks .partner_link .text
{
	margin-left: 60px;
}

.PartnersLinks .partner_link .title
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #114C88;
}

.PartnersLinks .partner_link .title p
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #114C88;
	margin: 0;
}

.PartnersLinks .partner_link .text
{
	font-size: 11px;
	color: #636363;
}

.PartnersLinks .partner_link .text p
{
	font-size: 11px;
	line-height: 15px;
	color: #636363;
	margin: 0;
}


.PartnersLinks .partner_link .more_link 
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.PartnersLinks .partner_link .more_link a 
{
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") top left no-repeat;
}

.PartnersLinks .partner_link .more_link a:hover
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") top left no-repeat;
}

.PartnersLinks .partner_link .more_link a span 
{
	display: none;
}


/* Footer */

.footerMenu
{
	text-align: center;
	margin-top: 20px;
	padding: 5px;
	height: 25px;
	background-color: #E5E5E5;
	position: relative;
}

.FrontPage .footerMenu 
{
	margin-top: 100px;
}

.footerMenu,
.footerMenu *
{
	color: #999999;
}

.footerMenu a 
{
	margin-right: 10px;
	margin-left: 10px;
	line-height: 25px;
}

.footerMenu .mw_link 
{
	position: absolute;
	right: 5px;
	top: 5px;
}

.footerMenu .mw_link a 
{
	display: block;
	width: 114px;
	height: 25px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/powered_by_matchwork.ashx") center center no-repeat;
	margin: 0px;
}

.footerMenu .mw_link a span 
{
	display: none;
}


/* Search result */

.ResultsDisplayControl
{
	position: relative;
	margin: 15px 0px 0px 0px;
}

.ResultsDisplayControl .TopJob
{
	/*background-color: #D0D6DF;*/
	background: #D0D6DF url("/~/media/Customers/Great Britain/JTV/images/blue_box_bg.ashx") repeat-x scroll left bottom;
}

.ResultsDisplayControl .ResultListElementOdd,
.ResultsDisplayControl .ResultListElementEven{
	position: relative;
	padding: 5px 10px;
	margin: 15px 0;
}

.ResultsDisplayControl .ResultListElementOdd h2,
.ResultsDisplayControl .ResultListElementEven h2
{
	margin: 5px 0;
}

.ResultsDisplayControl .ResultListElementOdd h2 a,
.ResultsDisplayControl .ResultListElementEven h2 a{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.ResultsDisplayControl .ResultListElementOdd h2 a:hover,
.ResultsDisplayControl .ResultListElementEven h2 a:hover{
	text-decoration: underline;
}

.ResultsDisplayControl .ResultListElementOdd .CompanyLabel,
.ResultsDisplayControl .ResultListElementEven .CompanyLabel{
	display: none;
}

.ResultsDisplayControl .ResultListElementOdd .Company,
.ResultsDisplayControl .ResultListElementEven .Company{
	font-weight: bold;
}

.ResultsDisplayControl .ResultListElementOdd.TopJob .Company,
.ResultsDisplayControl .ResultListElementEven.TopJob .Company,
.ResultsDisplayControl .ResultListElementOdd.TopJob .Location,
.ResultsDisplayControl .ResultListElementEven.TopJob .Location,
.ResultsDisplayControl .ResultListElementOdd.TopJob .JobTeaserContainer,
.ResultsDisplayControl .ResultListElementEven.TopJob .JobTeaserContainer
{
	color: #000000;
}

.ResultsDisplayControl .ResultListElementOdd.TopJob p.Company,
.ResultsDisplayControl .ResultListElementEven.TopJob p.Company,
.ResultsDisplayControl .ResultListElementOdd.TopJob p.Location,
.ResultsDisplayControl .ResultListElementEven.TopJob p.Location
{
	margin: 0;
	line-height: 15px;
}


.ResultsDisplayControl .ResultListElementOdd .Location,
.ResultsDisplayControl .ResultListElementEven .Location{
	color: #636363;
}

.ResultsDisplayControl .ResultListElementOdd .LocationContainer,
.ResultsDisplayControl .ResultListElementOdd .LocationLabel,
.ResultsDisplayControl .ResultListElementOdd .Location,
.ResultsDisplayControl .ResultListElementEven .LocationContainer,
.ResultsDisplayControl .ResultListElementEven .LocationLabel,
.ResultsDisplayControl .ResultListElementEven .Location,
.ResultsDisplayControl .ResultListElementOdd .TownContainer,
.ResultsDisplayControl .ResultListElementOdd .TownLabel,
.ResultsDisplayControl .ResultListElementOdd .Town,
.ResultsDisplayControl .ResultListElementEven .TownContainer,
.ResultsDisplayControl .ResultListElementEven .TownLabel,
.ResultsDisplayControl .ResultListElementEven .Town{
		display: inline;
}

.ResultsDisplayControl .ResultListElementOdd .TownContainer,
.ResultsDisplayControl .ResultListElementEven .TownContainer{
		margin-left: 5px;
}

.ResultsDisplayControl .ResultListElementOdd .JobTeaserContainer,
.ResultsDisplayControl .ResultListElementEven .JobTeaserContainer{
	margin-bottom: 5px;
}

.ResultsDisplayControl .ResultListElementOdd .JobTeaser,
.ResultsDisplayControl .ResultListElementEven .JobTeaser{
	font-size: 80%;
	width: 70%;
	line-height: 13px;
	margin: 0;
}

.ResultsDisplayControl .ResultListElementOdd .CompanyLogo,
.ResultsDisplayControl .ResultListElementEven .CompanyLogo{
	position: absolute;
	right: 10px;
	top: 25px;
}

.ResultsDisplayControl .ResultListElementOdd .CompanyLogo img,
.ResultsDisplayControl .ResultListElementEven .CompanyLogo img
{
		max-width: 150px;
		max-height: 50px;
}

.ResultsDisplayControl .ResultListElementOdd .ActivationDateContainer,
.ResultsDisplayControl .ResultListElementEven .ActivationDateContainer{
	float: right;
	font-size: 80%;
}

.ResultsDisplayControl .ResultListElementOdd .ActivationDateContainer .ActivationDateLabel,
.ResultsDisplayControl .ResultListElementEven .ActivationDateContainer .ActivationDateLabel,
.ResultsDisplayControl .ResultListElementOdd .ActivationDateContainer .ActivationDate,
.ResultsDisplayControl .ResultListElementEven .ActivationDateContainer .ActivationDate,
.ResultsDisplayControl .ResultListElementOdd .linksContainerBottom .ViewJob,
.ResultsDisplayControl .ResultListElementEven .linksContainerBottom .ViewJob,
.ResultsDisplayControl .ResultListElementOdd .linksContainerBottom .LinkedIn,
.ResultsDisplayControl .ResultListElementEven .linksContainerBottom .LinkedIn{
	display: inline;margin-right:3px
}

.ResultsDisplayControl .ResultListElementOdd .ActivationDateContainer .ActivationDate,
.ResultsDisplayControl .ResultListElementEven .ActivationDateContainer .ActivationDate
{
	margin: 0;
	line-height: 15px;
}

.ResultsDisplayControl .ResultListElementOdd .company-insider-pop-up img,
.ResultsDisplayControl .ResultListElementEven .company-insider-pop-up img
{
		border: 0px;
		vertical-align: -2px;
}

.ResultsDisplayControl .ResultListElementOdd .company-insider-pop-up div,
.ResultsDisplayControl .ResultListElementEven .company-insider-pop-up div
{
	margin-left: 3px;
	cursor: pointer;
}

.ResultsDisplayControl .ResultListElementOdd .company-insider-pop-up div:hover,
.ResultsDisplayControl .ResultListElementEven .company-insider-pop-up div:hover
{
	text-decoration: none;
}

.ResultsDisplayControl .ResultListElementOdd .linksContainerBottom .ViewJob a,
.ResultsDisplayControl .ResultListElementEven .linksContainerBottom .ViewJob a{
	background-image: url('/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-right: 19px;
	padding-left: 18px;
}

.ResultsDisplayControl .ResultListElementOdd .linksContainerBottom .ViewJob a:hover,
.ResultsDisplayControl .ResultListElementEven .linksContainerBottom .ViewJob a:hover{
	background-image: url('/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx');
}


/* search result paging */

.ResultsDisplayControl .ResultsContainer .NoSearchResults 
{
	color: #666666;
}

.ResultsDisplayControl .ResultsContainer .PnSearchResultSortOrder,
.ResultsDisplayControl .ResultsContainer .PnPaging{
	width: 35%;
	float: left;
	margin-bottom: 5px;
}

.ResultsDisplayControl .ResultsContainer .PnSearchResultSortOrder .PnSearchResultSortOrderLabel,
.ResultsDisplayControl .ResultsContainer .PnSearchResultSortOrder .PnSearchResultSortOrderItems,
.ResultsDisplayControl .ResultsContainer .PnPaging .PnSearchResultPageSizeLabel,
.ResultsDisplayControl .ResultsContainer .PnPaging .PnSearchResultPageSize {
	display: inline;
}

.ResultsDisplayControl .ResultsContainer .PnSearchResultSortOrder .PnSearchResultSortOrderLabel p,
.ResultsDisplayControl .ResultsContainer .PnSearchResultSortOrder .PnSearchResultSortOrderItems p,
.ResultsDisplayControl .ResultsContainer .PnPaging .PnSearchResultPageSizeLabel p,
.ResultsDisplayControl .ResultsContainer .PnPaging .PnSearchResultPageSize p
{
	display: inline;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}


.ResultsDisplayControl .ResultsContainer .PnSearchResultNavigation {
	clear: both;
	float: right;
}

.ResultsDisplayControl .ResultsContainer .PnSearchResultNavigation div {
	display: inline;
}

.ResultsDisplayControl .ResultsContainer .PnSearchResultNavigation div a {
	color: #114C88;
}

.ResultsDisplayControl .ResultsContainer .PnSearchResultNavigation .OnPage {
	margin-right: 3px;
	color: #000000;
	font-weight: bold;
	
}

.ResultsDisplayControl .ResultsContainer .PnSearchResultInfo {
	clear: left;
}


/* Navigators */

.NavigatorPanel select{
	border: 0;
	/*background-color: #D0D6DF;*/
	background: #D0D6DF url("/~/media/Customers/Great Britain/JTV/images/blue_box_bg.ashx") repeat-x scroll left bottom;
	width: 100%;
	margin-bottom: 5px;
	font-size: 11px;
}

.NavigatorPanel .selectedValues .selectedValue label{
	font-size: 11px;
}

.SearchResultViewList{
	display: none;
}

.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .title 
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .title p
{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}

.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .NavigatorPanel .title 
{
	font-weight: normal;
	padding: 0px;
}

.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .NavigatorPanel .title p
{
	font-weight: normal;
	line-height: 16px;
}

.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .NavigatorPanel .title .hdr
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .NavigatorPanel .title .subText
{
	font-size: 11px;
}

.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .NavigatorPanel .title .subText p
{
	font-size: 11px;
	line-height: 14px;
}

.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .SearchButton,
.ThreeColumnCenter .ThreeColumnCenter_left .QueryControl .ResetSearchButton
{
	display: none;
}


/* Left column login box */

.ThreeColumnCenter_left .LoginContainer
{
	/*float: left;*/
	padding: 0px 0px 20px 0px;
	margin-bottom: 5px;
	border-bottom: 1px #d1d1d1 solid;
	overflow: hidden;
	height: 1%;
}

.ThreeColumnCenter_left .LoginContainer, 
.ThreeColumnCenter_left .ForgotPasswordContainer .TopCornersContainer, 
.ThreeColumnCenter_left .LoginContainer .UserNameContainer .LiUserName, 
.ThreeColumnCenter_left .LoginContainer .ErrorLoggingIn, 
.ThreeColumnCenter_left .LoginContainer .LiTitle,
.ThreeColumnCenter_left .LoginContainer .LiteralUserName
{
	width: 170px;
}

.ThreeColumnCenter_left .LoginContainer p, 
.ThreeColumnCenter_left .ForgotPasswordContainer .TopCornersContainer p, 
.ThreeColumnCenter_left .LoginContainer .UserNameContainer .LiUserName p, 
.ThreeColumnCenter_left .LoginContainer .ErrorLoggingIn p, 
.ThreeColumnCenter_left .LoginContainer .LiTitle p,
.ThreeColumnCenter_left .LoginContainer .LiteralUserName p
{
	margin: 0;
	line-height: 15px;
}

.ThreeColumnCenter_left .LoginContainer .UserNameContainer, 
.ThreeColumnCenter_left .LoginContainer .PasswordContainer
{
		padding-bottom: 5px;
		float: left;
		width: 130px;
		padding-right: 0px;
		font-size: 11px;
}

.ThreeColumnCenter_left .LoginContainer .UserNameContainer
{
		margin-bottom: 1px;
		
}

.ThreeColumnCenter_left .LoginContainer .RememberMe, 
.ThreeColumnCenter_left .LoginContainer .ValidationColor
{
		display: none;
}

.ThreeColumnCenter_left .LoginContainer .UserNameContainer .TxtUserName,
.ThreeColumnCenter_left .LoginContainer .UserNameContainer .TextBoxUserName
{
		width: 152px;
		border: 0px;
		color: #000000;
		height: 19px;
}

.ThreeColumnCenter_left .ForgotPasswordContainer .TxtEmail input, 
.ThreeColumnCenter_left .LoginContainer .UserNameContainer .TxtUserName input, 
.ThreeColumnCenter_left .LoginContainer .UserNameContainer .TextBoxUserName input, 
.ThreeColumnCenter_left .LoginContainer .PasswordContainer .TxtPassword input,
.ThreeColumnCenter_left .LoginContainer .PasswordContainer .TextBoxPassword input
{
	padding: 0px;
	height: 17px;
	padding-right: 0px;
	background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/North Wales News/images/inputBg.ashx');
	background-repeat: repeat-x;
	border: solid 1px #d1d1d1;
	width: 152px;
}

.ThreeColumnCenter_left .LoginContainer .PasswordContainer .TxtPassword input,
.ThreeColumnCenter_left .LoginContainer .PasswordContainer .TextBoxPassword input
{
	width: 127px;
}

.ThreeColumnCenter_left .LoginContainer .Introduction
{
	padding-top: 10px;
}

.ThreeColumnCenter_left .LoginContainer .PasswordContainer .TxtPassword,
.ThreeColumnCenter_left .LoginContainer .PasswordContainer .TextBoxPassword
{
	float: left;
	width: 130px;
	color: #000000;
	height: 20px;
}

.ThreeColumnCenter_left .LoginContainer .LiTitle,
.ThreeColumnCenter_left .LoginContainer .PreText
{
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	border-bottom: 1px #d1d1d1 solid;
}

.ThreeColumnCenter_left .LoginContainer .LiTitle p,
.ThreeColumnCenter_left .LoginContainer .PreText
{
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}

.ThreeColumnCenter_left .LoginContainer .PreText
{
	margin-bottom: 10px;
}

.ThreeColumnCenter_left .LoginContainer div.BtnLogin,
.ThreeColumnCenter_left .LoginContainer div.ButtonLogin
{
	float: left;
	height: 19px;
	width: 21px;
	padding-left: 3px;
	overflow: hidden;
	border-top: solid 15px #ffffff;
}

.ThreeColumnCenter_left .LoginContainer div.BtnLogin:hover,
.ThreeColumnCenter_left .LoginContainer div.ButtonLogin:hover
{
	cursor: pointer !important;
}

.ThreeColumnCenter_left .LoginContainer div.BtnLogin a.BtnLogin
{
	float: left;
	background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/images/BtnLoginLeft.ashx');
	background-position: center top;
	background-repeat: no-repeat;
	height: 19px;
	width: 21px;
	color: #ffffff;
	font-size: 0px;
}

.ThreeColumnCenter_left .LoginContainer div.BtnLogin a.BtnLogin:hover 
{
	background-position: center bottom;
}

.ThreeColumnCenter_left .LoginContainer div.ButtonLogin input.Button.Login
{
	border: 0px;
	float: left;
	background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/images/BtnLoginLeft.ashx');
	background-position: center top;
	background-repeat: no-repeat;
	height: 19px;
	width: 21px;
	color: #ffffff;
	font-size: 0px;
}

.ThreeColumnCenter_left .LoginContainer div.ButtonLogin input.Button.Login:hover
{
	background-position: center bottom;
}

.ThreeColumnCenter_left .LoginContainer div.LogoutLink
{
	float: left;
	height: 19px;
	width: 65px;
	overflow: hidden;
	border-top: solid 4px #ffffff;
}

.ThreeColumnCenter_left .LoginContainer div.LogoutLink a.BtnLogout,
.ThreeColumnCenter_left .LoginContainer div.LogoutLink a.ButtonLogout
{
	float: left;
	background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/images/BtnLoginLeft.ashx');
	background-position: right top;
	background-repeat: no-repeat;
	height: 19px;
	width: 65px;
}

.ThreeColumnCenter_left .LoginContainer div.LogoutLink a.BtnLogout:hover,
.ThreeColumnCenter_left .LoginContainer div.LogoutLink a.ButtonLogout:hover
{
	background-position: right bottom;
}

.ThreeColumnCenter_left .LoginContainer div.LogoutLink a.BtnLogout:hover,
.ThreeColumnCenter_left .LoginContainer div.LogoutLink a.ButtonLogout:hover
{
	text-decoration:underline;
}

.ThreeColumnCenter_left .LoginContainer .LiForgotPassword,
.ThreeColumnCenter_left .LoginContainer .HyperlinkForgotPassword,
.ThreeColumnCenter_left .LoginContainer .LiteralForgotPassword,
.ThreeColumnCenter_left .LoginContainer .CreateAccount
{
	padding-top: 5px;
	color: #000000;
	font-size: 9px;
	float: left;
	padding-left: 5px;
}

.ThreeColumnCenter_left .LoginContainer .LiForgotPassword 
{
	padding-left: 0px;
}


.ThreColumnCenter_left .LoginContainer .HyperlinkSignUp
{
	display: none;
}

.ThreeColumnCenter_left .LoginContainer .LiForgotPassword a,
.ThreeColumnCenter_left .LoginContainer .CreateAccount a
{		
	padding-top: 0px;
}

.ThreeColumnCenter_left .LoginContainer .LiteralForgotPassword a,
.ThreeColumnCenter_left .LoginContainer .HyperlinkForgotPassword a
{
		color: #D31616;
		cursor: pointer;
	padding-top: 0px;

}

.ThreeColumnCenter_left .LoginContainer .ValidationColor, 
.ThreeColumnCenter_left .LoginContainer .ErrorLoggingIn
{
		color: #D63C31;
}

.ThreeColumnCenter_left .LoginContainer .ErrorLoggingIn
{
		padding-bottom: 10px;
}

.ThreeColumnCenter_left .LoginContainer .UserNameValidationError,
.ThreeColumnCenter_left .LoginContainer .PasswordValidationError
{
	color: #D63C31;
	display: none;
}

.ThreeColumnCenter_left .LoginContainer #ctl10_LiteralErrorMessage,
.ThreeColumnCenter_left .LoginContainer .ErrorMessage
{
	color: #D63C31;
	float: right;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	top: 311px;
}

.ThreeColumnCenter_left .LoginContainer #ctl10_LiteralErrorMessage p,
.ThreeColumnCenter_left .LoginContainer .ErrorMessage p
{
	margin: 0px;
}

.Login .PasswordContainer .PasswordValidationError,
.Login .UserNameContainer .UserNameValidationError
{
	color: #D63C31;
	float: left;
	margin-left: 3px;
}

.Login .ErrorMessage
{
	color: #D63C31;
	float: left;
	margin-bottom: 3px;
	margin-left: 156px;
	width: 300px;
}

.Login .ErrorMessage p
{
	margin: 0px;	
}

.SearchResults .ForgotPasswordContainer
{
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}

.ThreeColumnCenter_left .ForgotPasswordContainer .LiTitle 
{
	border-bottom: 1px solid #D1D1D1;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.NewAccount .ForgotPasswordContainer .ForgotPasswordError,
.Agencies .ForgotPasswordContainer .ForgotPasswordError,
.CV .ForgotPasswordContainer .ForgotPasswordError,
.CompanyProfiles .ForgotPasswordContainer .ForgotPasswordError,
.SearchResults .ForgotPasswordContainer .ForgotPasswordError
{
	color: #D63C31;
}

.NewAccount .ForgotPasswordContainer .btnForgetPasswordSend,
.Agencies .ForgotPasswordContainer .btnForgetPasswordSend,
.CV .ForgotPasswordContainer .btnForgetPasswordSend,
.CompanyProfiles .ForgotPasswordContainer .btnForgetPasswordSend,
.SearchResults .ForgotPasswordContainer .btnForgetPasswordSend
{
	float: left;
	padding-top: 5px;
}

.NewAccount .ForgotPasswordContainer .btnForgetPasswordCancel,
.Agencies .ForgotPasswordContainer .btnForgetPasswordCancel,
.CV .ForgotPasswordContainer .btnForgetPasswordCancel,
.CompanyProfiles .ForgotPasswordContainer .btnForgetPasswordCancel,
.SearchResults .ForgotPasswordContainer .btnForgetPasswordCancel
{
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}


/* Save search & register agent */

.SaveSearch .title {
	font-size: 14px;
	font-weight: bold;
}

.SaveSearch .title p
{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}

.SaveSearch .SaveNotLoggedIn .title,
.SaveSearch .SaveLogedIn .title {
	border-bottom: 1px solid #d1d1d1;
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
}

.SaveSearch .preText{
	display: none;
}

.SaveSearch .labelName,
.SaveSearch .labelMail{
	font-size: 12px;
}

.SaveSearch .labelName p,
.SaveSearch .labelMail p
{
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

.SaveSearch .txtName input,
.SaveSearch .txtMail input{
	border: 1px solid #d6d6d6;
	background-color: #FFFFFF;
	margin: 6px 0;
	width: 120px;
}

.SaveSearch .optionAgent input{
	background-color: #fafafa;
}

.SaveSearch .save {
	font-size: 12px;
	background-image: url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx");
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-left: 20px;
}

.SaveSearch .save p
{
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

.SaveSearch .save:hover {
	background-image: url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx");
}

.SaveSearch .optionAgent {
	font-size: 12px;
}

.SaveSearch .labelEmail {
	font-size: 10px;
}


/* RSS (right panel) */

.Rss .TextHyperLink{
	padding-left:20px;
	background-image:url("/~/media/Customers/Great Britain/JTV/images/transRss.ashx");
	background-repeat: no-repeat;
	background-position:0 20%;
}

.Rss .TextHyperLink p
{
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

.Rss .ImageHyperLink {
	display:none;
}


/* show job ad	*/

.ShowJobAd .ThreeColumnCenter .ThreeColumnCenter_left
{
	width: 155px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center
{
	width: 638px;
	margin-left: 5px;
	margin-right: 0px;
	float: left;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right
{
	width: 153px;
	margin-left: 5px;
	margin-right: 0px;
	float: left;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_banners
{
	width: 140px;
	margin-left: 10px;
	margin-right: 0px;
	float: left;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .ViewJobControl .JobAdHeadingCompanyName
{
	width: 638px;
	height: 35px;
	background-color: #D0D6DF;
	border: 1px solid #94A2B7;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .ViewJobControl .JobAdHeadingCompanyName h1
{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #114C88;
	background-image: none;
	width: 490px;
	height: 20px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 7px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .NewSearch
{
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: -27px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .NewSearch a
{
	font-size: 16px;
	font-weight: bold;
	color: #114C88;
	background-image:url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/images/AllLinksButton.ashx');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	line-height: 17px;
	padding-right: 23px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .NewSearch a:hover 
{
	background-position: right bottom;
}


.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdLogo
{
	padding-bottom: 5px;
	padding-top: 10px;
	width: 633px;
	clear: both;
	margin-left: 5px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn
{
	overflow: hidden;
	width: 638px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_left
{
	background-color: #FFFFFF;
	float: left;
	width: 483px;
	margin-left: 5px;
	margin-right: 10px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_left .JobAdActions
{
	float: left;
	padding-bottom: 20px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_left .JobAdActions .ApplyOptionLink,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_left .JobAdActions .applyOptions
{
	float: left;
	width: 200px;
	line-height: 20px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_left .JobAdActions .ApplyOptionLink a,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_left .JobAdActions .applyOptions a
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat scroll left top;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_left .JobAdActions .ApplyOptionLink a:hover,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_left .JobAdActions .applyOptions a:hover
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") no-repeat scroll left top;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right
{
	float: left;
	width: 130px;
	padding-left: 10px;
	/*background-color: #D0D6DF;*/
	background:#D0D6DF url("/~/media/Customers/Great Britain/JTV/images/blue_box_bg.ashx") repeat-x scroll left bottom;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl
{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;		
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0;		
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl p span
{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;		
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoContactPerson p span
{
	line-height: 20px;		
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobActivationDate .JobActivationDateTitle,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobId .JobIdTitle,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .Header
{		
	font-weight: bold;
	clear: both;
}


.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobActivationDate p span,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobId p span,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoAddress p span,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoType p span,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoContactPerson p span
{
    margin-bottom:-15px;
}
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobSalaryRange p span 
{
    margin-top:15px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoAddress,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoType,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoTitle,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoContactPerson,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobId,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobActivationDate,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoType
{
	width: 130px;
	margin-top: 18px;
	margin-bottom: 2px;
	clear: both;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobActivationDate
{
    display: none;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl :first-child
{
    display: block;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoContactPerson
{
	margin-top: 10px;	
	float: left;	
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .Header
{
	margin-left: 0px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .JobInfoAddress .JobInfoAddressTitle,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .ViewJobControl .Header
{
	font-weight: bold;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .JobAdActions
{
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .JobAdActions .Actions .viewCopmanyProfile,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .JobAdActions .Actions .Linkedin
{
	line-height: 20px;
	width: 100%;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .JobAdActions .Actions a
{
	text-decoration: none;
	cursor: pointer;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .JobAdActions .Actions .viewCopmanyProfile a,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .JobAdActions .Actions .Linkedin a
{
	font-size: 12px;
	font-weight: bold;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .JobAdActions .Actions .viewCopmanyProfile a
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat scroll left center;
	padding-left: 20px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .JobAdActions .Actions .Linkedin .company-insider-pop-up img
{
	float: left;
	margin-left: 2px;
	margin-right: 7px;
	margin-top: 4px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .GoogleMap
{
	float: left;
	width: 100%;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .GoogleMap #ctl27_map2
{
	overflow: hidden;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .GoogleMap #copyright
{
	display: none;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdNavigator .Actions .Back
{
	float: left;
	margin-top: 17px;
	margin-left: 10px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdNavigator .Actions .Previous,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdNavigator .Actions .Next
{
	float: right;
	margin-top: 17px;
	margin-right: 10px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdNavigator .Actions .Back a,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdNavigator .Actions .Previous a,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdNavigator .Actions .Next a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .FeaturedAdResultsDisplayControl
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .FeaturedAdResultsDisplayControl p
{
	margin: 0;
	line-height: 15px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right
{
	background-color: #FFF;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox
{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #E6E6E6;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Title
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-bottom: 3px;
	margin-bottom: 11px;
	border-bottom: 1px solid #E6E6E6;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .Facebook,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .saveJob,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .GetAsPdf,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .PrintJob,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .TipAFriendIcon,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .ApplyOptionLink,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .applyOptions
{
	float: left;
	width: 100%;
	line-height: 20px;
	color: #C5000E;
}

.ShowJobAd .JobSalaryRange
{
	width: 120px;
	float: left;
	padding-bottom: 10px;
}
		
.ShowJobAd .JobSalaryRange .Header
{
	margin-top: 10px;
}

.ShowJobAd .JobSalaryRange .RangeFromTitle
{
	width: 30px;
	float: left;
}

.ShowJobAd .JobSalaryRange .RangeFrom
{
	float: left;
}

.ShowJobAd .JobSalaryRange .RangeToTitle
{
	clear: both;
	width: 30px;
	float: left;
}

.ShowJobAd .JobSalaryRange .RangeTo
{
	float: left;
}

.ShowJobAd .JobSalaryRange .RangeWagetype
{
	float: left;
	padding-left: 5px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .Facebook a,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .saveJob a,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .GetAsPdf a,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .PrintJob a,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .TipAFriendIcon a,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .ApplyOptionLink a,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .applyOptions a
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat scroll left top;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .saveJob a:hover,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .GetAsPdf a:hover,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .PrintJob a:hover,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .TipAFriendIcon a:hover,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .ApplyOptionLink a:hover,
.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .applyOptions a:hover
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") no-repeat scroll left top;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions .Facebook a
{
	background-image: url('http://static.ak.fbcdn.net/rsrc.php/zd/r/Cou7n-nqK52.gif');
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .ApplyToolBox .Actions p
{
	display: inline;
	margin: 0;
	line-height: 20px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_banners
{
		background-color: #FFFFFF;
		min-height: 10px;
}

.ShowJobAd .ViewJobControl .Header
{
	width: 638px;
	height: 20px;
	font-size: 12px;	
}

.ShowJobAd .ViewJobControl .item
{
	font-size: 12px;
	line-height: 16px;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .FeaturedAdResultsDisplayControl .ShowAllSearchResults a 
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat scroll left top;
	padding-left: 20px;
	font-weight: bold;
}

.ShowJobAd .ThreeColumnCenter .FourColumn_right .FeaturedAdResultsDisplayControl .ShowAllSearchResults a:hover 
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") no-repeat scroll left top;
}


.ShowJobAd .ThreeColumnCenter .FourColumn_center .ViewJobControl .JobAdHeadingCompanyName,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .NewSearch,
.ShowJobAd .ThreeColumnCenter .FourColumn_center .FourColumn_JobAdLogo
{
	/*display: none;*/
}

.ShowJobAd .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .GoogleMap div div span,
.ShowJobAd .FourColumn_JobAdTwoColumn .FourColumn_JobAdTwoColumn_right .GoogleMap div div a
{
	display: none;
}


/* My Page */

.MyPage .ThreeColumnCenter_left .LoginContainer,
.MyMatches .ThreeColumnCenter_left .LoginContainer,
.MyDocuments .ThreeColumnCenter_left .LoginContainer,
.MySavedJobs .ThreeColumnCenter_left .LoginContainer,
.MyJobAlerts .ThreeColumnCenter_left .LoginContainer,
.ViewCV .ThreeColumnCenter_left .LoginContainer,
.MyLatestSearches .ThreeColumnCenter_left .LoginContainer
{
	margin-bottom: 20px;
	padding-bottom: 10px;
}
 
.MyPage .ThreeColumnCenter_left .LoginContainer .LogoutLink,
.MyMatches .ThreeColumnCenter_left .LoginContainer .LogoutLink,
.MyDocuments .ThreeColumnCenter_left .LoginContainer .LogoutLink,
.MySavedJobs .ThreeColumnCenter_left .LoginContainer .LogoutLink,
.MyJobAlerts .ThreeColumnCenter_left .LoginContainer .LogoutLink,
.ViewCV .ThreeColumnCenter_left .LoginContainer .LogoutLink,
.MyLatestSearches .ThreeColumnCenter_left .LoginContainer .LogoutLink
{
	padding-left: 0px;
}
 
.MyPage .ThreeColumnCenter_left .LoginContainer .LogoutLink .BtnLogout,
.MyMatches .ThreeColumnCenter_left .LoginContainer .LogoutLink .BtnLogout,
.MyDocuments .ThreeColumnCenter_left .LoginContainer .LogoutLink .BtnLogout,
.MySavedJobs .ThreeColumnCenter_left .LoginContainer .LogoutLink .BtnLogout,
.MyJobAlerts .ThreeColumnCenter_left .LoginContainer .LogoutLink .BtnLogout,
.ViewCV .ThreeColumnCenter_left .LoginContainer .LogoutLink .BtnLogout,
.MyLatestSearches .ThreeColumnCenter_left .LoginContainer .LogoutLink .BtnLogout
{
	height: 19px;
	line-height: 18px;
}

.MyPage .ThreeColumnCenter_left .MyMatches,
.MyMatches .ThreeColumnCenter_left .MyMatches,
.MyDocuments .ThreeColumnCenter_left .MyMatches,
.MySavedJobs .ThreeColumnCenter_left .MyMatches,
.MyJobAlerts .ThreeColumnCenter_left .MyMatches,
.ViewCV .ThreeColumnCenter_left .MyMatches,
.MyLatestSearches .ThreeColumnCenter_left .MyMatches
{
	width: 154px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;	
}
 
.MyPage .ThreeColumnCenter_left .MyMatches a,
.MyMatches .ThreeColumnCenter_left .MyMatches a,
.MyDocuments .ThreeColumnCenter_left .MyMatches a,
.MySavedJobs .ThreeColumnCenter_left .MyMatches a,
.MyJobAlerts .ThreeColumnCenter_left .MyMatches a,
.ViewCV .ThreeColumnCenter_left .MyMatches a,
.MyLatestSearches .ThreeColumnCenter_left .MyMatches a
{
	width: 154px;
	float: left;
	padding-bottom: 6px;
	font-weight: bold;
	text-indent: 20px;
	line-height: 16px;
	font-size: 12px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat scroll left top;
}
 
.MyPage .ThreeColumnCenter_left .MyMatches a:hover,
.MyMatches .ThreeColumnCenter_left .MyMatches a:hover,
.MyDocuments .ThreeColumnCenter_left .MyMatches a:hover,
.MySavedJobs .ThreeColumnCenter_left .MyMatches a:hover,
.MyJobAlerts .ThreeColumnCenter_left .MyMatches a:hover,
.ViewCV .ThreeColumnCenter_left .MyMatches a:hover,
.MyLatestSearches .ThreeColumnCenter_left .MyMatches a:hover
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") no-repeat scroll left top;
}

.MyPage .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MyMatches .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MyDocuments .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVsNoCVs,
.ViewCV .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVsNoCVs
{
	width: 154px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;	
	border-bottom: 1px solid #d1d1d1;
}

.MyPage .ThreeColumnCenter_left .MySavedCVs,
.MyMatches .ThreeColumnCenter_left .MySavedCVs,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs,
.ViewCV .ThreeColumnCenter_left .MySavedCVs,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs
{
	width: 154px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;	
	border: 0;
}

.MyPage .ThreeColumnCenter_left .MySavedCVs .Title,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .Title,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .Title,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .Title,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .Title,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .Title,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .Title,
.MyPage .ThreeColumnCenter_left .MyMatches h2,
.MyMatches .ThreeColumnCenter_left .MyMatches h2,
.MyDocuments .ThreeColumnCenter_left .MyMatches h2,
.MySavedJobs .ThreeColumnCenter_left .MyMatches h2,
.MyJobAlerts .ThreeColumnCenter_left .MyMatches h2,
.ViewCV .ThreeColumnCenter_left .MyMatches h2,
.MyLatestSearches .ThreeColumnCenter_left .MyMatches h2
{
	width: 154px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 6px;	
	border-bottom: 1px solid #d1d1d1;
	color: #114C88;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}

.MyPage .ThreeColumnCenter_left .MySavedCVs .RadTreeView,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .RadTreeView,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .RadTreeView,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .RadTreeView,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .RadTreeView,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .RadTreeView,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .RadTreeView
{
	width: 154px;
	float: left;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 5px;
	padding-bottom: 3px;

}

.MyPage .ThreeColumnCenter_left .MySavedCVs .RadTreeView .rtLI,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .RadTreeView .rtLI,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .RadTreeView .rtLI,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .RadTreeView .rtLI,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .RadTreeView .rtLI,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .RadTreeView .rtLI,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .RadTreeView .rtLI
{
	margin: 3px 0;
} 
 
.MyPage .ThreeColumnCenter_left .MySavedCVs .rtTop,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .rtTop,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .rtTop,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .rtTop,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .rtTop,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .rtTop,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .rtTop,

.MyPage .ThreeColumnCenter_left .MySavedCVs .rtMid,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .rtMid,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .rtMid,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .rtMid,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .rtMid,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .rtMid,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .rtMid,

.MyPage .ThreeColumnCenter_left .MySavedCVs .rtBot,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .rtBot,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .rtBot,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .rtBot,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .rtBot,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .rtBot,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .rtBot
{
	padding-left: 0px;
	white-space: normal;
	margin-left: 5px;
}
 
.MyPage .ThreeColumnCenter_left .MySavedCVs .rtIn,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .rtIn,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .rtIn,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .rtIn,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .rtIn,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .rtIn,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .rtIn
{
	padding: 0;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

.MyPage .ThreeColumnCenter_left .MySavedCVs .rtHover .rtIn,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .rtHover .rtIn,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .rtHover .rtIn,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .rtHover .rtIn,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .rtHover .rtIn,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .rtHover .rtIn,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .rtHover .rtIn
{
	background-color : transparent;
	text-decoration: underline;
	color: #d31616;
	border: 0;
	font-size: 12px;
}
 
.MyPage .ThreeColumnCenter_left .MySavedCVs .rtPlus,
.MyMatches .ThreeColumnCenter_left .MySavedCVs .rtPlus,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs .rtPlus,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs .rtPlus,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs .rtPlus,
.ViewCV .ThreeColumnCenter_left .MySavedCVs .rtPlus,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs .rtPlus
{
	display: none;
}

.MyPage .ThreeColumnCenter_left .MySavedCVs #ctl12_PanelActions,
.MyMatches .ThreeColumnCenter_left .MySavedCVs #ctl12_PanelActions,
.MyDocuments .ThreeColumnCenter_left .MySavedCVs #ctl12_PanelActions,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVs #ctl12_PanelActions,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVs #ctl12_PanelActions,
.ViewCV .ThreeColumnCenter_left .MySavedCVs #ctl12_PanelActions,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVs #ctl12_PanelActions
{
	width: 154px;
	float: left;
	margin-left: 5px;
}
 
.MyPage .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MyMatches .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MyDocuments .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVsNoCVs,
.ViewCV .ThreeColumnCenter_left .MySavedCVsNoCVs,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVsNoCVs
{
	width: 154px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;	
	border-bottom: 1px solid #d1d1d1;
}

.MyPage .ThreeColumnCenter_left .MySavedCVsNoCVs .Title,
.MyMatches .ThreeColumnCenter_left .MySavedCVsNoCVs .Title,
.MyDocuments .ThreeColumnCenter_left .MySavedCVsNoCVs .Title,
.MySavedJobs .ThreeColumnCenter_left .MySavedCVsNoCVs .Title,
.MyJobAlerts .ThreeColumnCenter_left .MySavedCVsNoCVs .Title,
.ViewCV .ThreeColumnCenter_left .MySavedCVsNoCVs .Title,
.MyLatestSearches .ThreeColumnCenter_left .MySavedCVsNoCVs .Title
{
	color: #114C88;
	width: 154px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 6px;	
	border-bottom: 1px solid #d1d1d1;
	font-weight: bold;
	text-indent: 20px;
	line-height: 16px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_inactive.ashx") no-repeat scroll left top;
}
 
.MyPage .ThreeColumnCenter_left .SavedJobs,
.MyMatches .ThreeColumnCenter_left .SavedJobs,
.MyDocuments .ThreeColumnCenter_left .SavedJobs,
.MySavedJobs .ThreeColumnCenter_left .SavedJobs,
.MyJobAlerts .ThreeColumnCenter_left .SavedJobs,
.ViewCV .ThreeColumnCenter_left .SavedJobs,
.MyLatestSearches .ThreeColumnCenter_left .SavedJobs
{
	width: 175px;
	float: left;
	margin-bottom: 3px;
	padding-bottom: 10px;	
	border-bottom: 1px solid #d1d1d1;
}

.MyPage .ThreeColumnCenter_left .MySavedJobs,
.MyMatches .ThreeColumnCenter_left .MySavedJobs,
.MyDocuments .ThreeColumnCenter_left .MySavedJobs,
.MySavedJobs .ThreeColumnCenter_left .MySavedJobs,
.MyJobAlerts .ThreeColumnCenter_left .MySavedJobs,
.ViewCV .ThreeColumnCenter_left .MySavedJobs,
.MyLatestSearches .ThreeColumnCenter_left .MySavedJobs
{
	width: 154px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 0px;	
	font-weight: bold;
	text-indent: 20px;
	line-height: 16px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat scroll left top;
}
 
.MyPage .ThreeColumnCenter_left .MySavedJobs:hover,
.MyMatches .ThreeColumnCenter_left .MySavedJobs:hover,
.MyDocuments .ThreeColumnCenter_left .MySavedJobs:hover,
.MySavedJobs .ThreeColumnCenter_left .MySavedJobs:hover,
.MyJobAlerts .ThreeColumnCenter_left .MySavedJobs:hover,
.ViewCV .ThreeColumnCenter_left .MySavedJobs:hover,
.MyLatestSearches .ThreeColumnCenter_left .MySavedJobs:hover
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") no-repeat scroll left top;
}

.MyPage .ThreeColumnCenter_left .SavedJobs .JobSearchSavedJobsHeader,
.MyMatches .ThreeColumnCenter_left .SavedJobs .JobSearchSavedJobsHeader,
.MyDocuments .ThreeColumnCenter_left .SavedJobs .JobSearchSavedJobsHeader,
.MySavedJobs .ThreeColumnCenter_left .SavedJobs .JobSearchSavedJobsHeader,
.MyJobAlerts .ThreeColumnCenter_left .SavedJobs .JobSearchSavedJobsHeader,
.ViewCV .ThreeColumnCenter_left .SavedJobs .JobSearchSavedJobsHeader,
.MyLatestSearches .ThreeColumnCenter_left .SavedJobs .JobSearchSavedJobsHeader
{
	width: 154px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 6px;	
	border-bottom: 1px solid #d1d1d1;
	color: #114C88;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}
 
.MyPage .ThreeColumnCenter_left .SavedJobs .MasterTable_Default,
.MyMatches .ThreeColumnCenter_left .SavedJobs .MasterTable_Default,
.MyDocuments .ThreeColumnCenter_left .SavedJobs .MasterTable_Default,
.MySavedJobs .ThreeColumnCenter_left .SavedJobs .MasterTable_Default,
.MyJobAlerts .ThreeColumnCenter_left .SavedJobs .MasterTable_Default,
.ViewCV .ThreeColumnCenter_left .SavedJobs .MasterTable_Default,
.MyLatestSearches .ThreeColumnCenter_left .SavedJobs .MasterTable_Default
{
	width: 154px;
	float: left;
}
 
.MyPage .ThreeColumnCenter_left .MyLastestSearches,
.MyMatches .ThreeColumnCenter_left .MyLastestSearches,
.MyDocuments .ThreeColumnCenter_left .MyLastestSearches,
.MySavedJobs .ThreeColumnCenter_left .MyLastestSearches,
.MyJobAlerts .ThreeColumnCenter_left .MyLastestSearches,
.ViewCV .ThreeColumnCenter_left .MyLastestSearches,
.MyLatestSearches .ThreeColumnCenter_left .MyLastestSearches
{
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}

 
.MyPage .ThreeColumnCenter_left .JobSearchMaintainSearches,
.MyMatches .ThreeColumnCenter_left .JobSearchMaintainSearches,
.MyDocuments .ThreeColumnCenter_left .JobSearchMaintainSearches,
.MySavedJobs .ThreeColumnCenter_left .JobSearchMaintainSearches,
.MyJobAlerts .ThreeColumnCenter_left .JobSearchMaintainSearches,
.ViewCV .ThreeColumnCenter_left .JobSearchMaintainSearches,
.MyLatestSearches .ThreeColumnCenter_left .JobSearchMaintainSearches
{
	width: 154px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px; 
}
 
.MyPage .ThreeColumnCenter_left .JobSearchMaintainSearches .RadGrid,
.MyMatches .ThreeColumnCenter_left .JobSearchMaintainSearches .RadGrid,
.MyDocuments .ThreeColumnCenter_left .JobSearchMaintainSearches .RadGrid,
.MySavedJobs .ThreeColumnCenter_left .JobSearchMaintainSearches .RadGrid,
.MyJobAlerts .ThreeColumnCenter_left .JobSearchMaintainSearches .RadGrid,
.ViewCV .ThreeColumnCenter_left .JobSearchMaintainSearches .RadGrid,
.MyLatestSearches .ThreeColumnCenter_left .JobSearchMaintainSearches .RadGrid
{
	border-bottom: 0;
	margin-bottom: 3px;
	padding-bottom: 5px;
}

.MyPage .ThreeColumnCenter_left .JobSearchMaintainSearches .JobSearchGrid,
.MyMatches .ThreeColumnCenter_left .JobSearchMaintainSearches .JobSearchGrid,
.MyDocuments .ThreeColumnCenter_left .JobSearchMaintainSearches .JobSearchGrid,
.MySavedJobs .ThreeColumnCenter_left .JobSearchMaintainSearches .JobSearchGrid,
.MyJobAlerts .ThreeColumnCenter_left .JobSearchMaintainSearches .JobSearchGrid,
.ViewCV .ThreeColumnCenter_left .JobSearchMaintainSearches .JobSearchGrid,
.MyLatestSearches .ThreeColumnCenter_left .JobSearchMaintainSearches .JobSearchGrid
{
	border-bottom: 1px solid #d1d1d1;
}

.MyPage .ThreeColumnCenter_left .JobSearchMaintainSearches .GridHeader_Default,
.MyPage .ThreeColumnCenter_left .JobSearchMaintainSearches .rgHeader,
.MyMatches .ThreeColumnCenter_left .JobSearchMaintainSearches .GridHeader_Default,
.MyMatches .ThreeColumnCenter_left .JobSearchMaintainSearches .rgHeader,
.MyDocuments .ThreeColumnCenter_left .JobSearchMaintainSearches .GridHeader_Default,
.MyDocuments .ThreeColumnCenter_left .JobSearchMaintainSearches .rgHeader,
.MySavedJobs .ThreeColumnCenter_left .JobSearchMaintainSearches .GridHeader_Default,
.MySavedJobs .ThreeColumnCenter_left .JobSearchMaintainSearches .rgHeader,
.MyJobAlerts .ThreeColumnCenter_left .JobSearchMaintainSearches .GridHeader_Default,
.MyJobAlerts .ThreeColumnCenter_left .JobSearchMaintainSearches .rgHeader,
.ViewCV .ThreeColumnCenter_left .JobSearchMaintainSearches .GridHeader_Default,
.ViewCV .ThreeColumnCenter_left .JobSearchMaintainSearches .rgHeader,
.MyLatestSearches .ThreeColumnCenter_left .JobSearchMaintainSearches .GridHeader_Default,
.MyLatestSearches .ThreeColumnCenter_left .JobSearchMaintainSearches .rgHeader
{
	width: 147px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 6px;	
	padding-left: 0px;
	border-bottom: 1px solid #d1d1d1;
	color: #114C88;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}

.MyPage .ThreeColumnCenter_left .JobSearchMaintainSearches .Manage a,
.MyMatches .ThreeColumnCenter_left .JobSearchMaintainSearches .Manage a,
.MyDocuments .ThreeColumnCenter_left .JobSearchMaintainSearches .Manage a,
.MySavedJobs .ThreeColumnCenter_left .JobSearchMaintainSearches .Manage a,
.MyJobAlerts .ThreeColumnCenter_left .JobSearchMaintainSearches .Manage a,
.ViewCV .ThreeColumnCenter_left .JobSearchMaintainSearches .Manage a,
.MyLatestSearches .ThreeColumnCenter_left .JobSearchMaintainSearches .Manage a
{
	margin-left: 4px;
}

.MyPage .ThreeColumnCenter_left .MaintainSearchMaintainAgents,
.MyMatches .ThreeColumnCenter_left .MaintainSearchMaintainAgents,
.MyDocuments .ThreeColumnCenter_left .MaintainSearchMaintainAgents,
.MySavedJobs .ThreeColumnCenter_left .MaintainSearchMaintainAgents,
.MyJobAlerts .ThreeColumnCenter_left .MaintainSearchMaintainAgents,
.ViewCV .ThreeColumnCenter_left .MaintainSearchMaintainAgents,
.MyLatestSearches .ThreeColumnCenter_left .MaintainSearchMaintainAgents
{
	display: none!important;
}
 
.MyPage .ThreeColumnCenter_left .MyDocuments,
.MyMatches .ThreeColumnCenter_left .MyDocuments,
.MyDocuments .ThreeColumnCenter_left .MyDocuments,
.MySavedJobs .ThreeColumnCenter_left .MyDocuments,
.MyJobAlerts .ThreeColumnCenter_left .MyDocuments,
.ViewCV .ThreeColumnCenter_left .MyDocuments,
.MyLatestSearches .ThreeColumnCenter_left .MyDocuments
{
	width: 154px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;	
	border-bottom: 1px solid #d1d1d1;
}
 
.MyPage .ThreeColumnCenter_left .MyDocuments a,
.MyMatches .ThreeColumnCenter_left .MyDocuments a,
.MyDocuments .ThreeColumnCenter_left .MyDocuments a,
.MySavedJobs .ThreeColumnCenter_left .MyDocuments a,
.MyJobAlerts .ThreeColumnCenter_left .MyDocuments a,
.ViewCV .ThreeColumnCenter_left .MyDocuments a,
.MyLatestSearches .ThreeColumnCenter_left .MyDocuments a,

.MyPage .ThreeColumnCenter_left .CreateCV a,
.MyMatches .ThreeColumnCenter_left .CreateCV a,
.MyDocuments .ThreeColumnCenter_left .CreateCV a,
.MySavedJobs .ThreeColumnCenter_left .CreateCV a,
.MyJobAlerts .ThreeColumnCenter_left .CreateCV a,
.ViewCV .ThreeColumnCenter_left .CreateCV a,
.MyLatestSearches .ThreeColumnCenter_left .CreateCV a,

.MyPage .ThreeColumnCenter_left .ManageCV a,
.MyMatches .ThreeColumnCenter_left .ManageCV a,
.MyDocuments .ThreeColumnCenter_left .ManageCV a,
.MySavedJobs .ThreeColumnCenter_left .ManageCV a,
.MyJobAlerts .ThreeColumnCenter_left .ManageCV a,
.ViewCV .ThreeColumnCenter_left .ManageCV a,
.MyLatestSearches .ThreeColumnCenter_left .ManageCV a,

.MyPage .ThreeColumnCenter_left .Manage a,
.MyMatches .ThreeColumnCenter_left .Manage a,
.MyDocuments .ThreeColumnCenter_left .Manage a,
.MySavedJobs .ThreeColumnCenter_left .Manage a,
.MyJobAlerts .ThreeColumnCenter_left .Manage a,
.ViewCV .ThreeColumnCenter_left .Manage a,
.MyLatestSearches .ThreeColumnCenter_left .Manage a
{
	width: 154px;
	float: left;
	margin-bottom: 0;
	padding-bottom: 10px;	
	border-bottom: 1px solid #d1d1d1;
	font-weight: bold;
	text-indent: 20px;
	line-height: 16px;
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat scroll left top;
}

.MyPage .ThreeColumnCenter_left .MyDocuments a:hover,
.MyMatches .ThreeColumnCenter_left .MyDocuments a:hover,
.MyDocuments .ThreeColumnCenter_left .MyDocuments a:hover,
.MySavedJobs .ThreeColumnCenter_left .MyDocuments a:hover,
.MyJobAlerts .ThreeColumnCenter_left .MyDocuments a:hover,
.ViewCV .ThreeColumnCenter_left .MyDocuments a:hover,
.MyLatestSearches .ThreeColumnCenter_left .MyDocuments a:hover,

.MyPage .ThreeColumnCenter_left .CreateCV a:hover,
.MyMatches .ThreeColumnCenter_left .CreateCV a:hover,
.MyDocuments .ThreeColumnCenter_left .CreateCV a:hover,
.MySavedJobs .ThreeColumnCenter_left .CreateCV a:hover,
.MyJobAlerts .ThreeColumnCenter_left .CreateCV a:hover,
.ViewCV .ThreeColumnCenter_left .CreateCV a:hover,
.MyLatestSearches .ThreeColumnCenter_left .CreateCV a:hover,

.MyPage .ThreeColumnCenter_left .ManageCV a:hover,
.MyMatches .ThreeColumnCenter_left .ManageCV a:hover,
.MyDocuments .ThreeColumnCenter_left .ManageCV a:hover,
.MySavedJobs .ThreeColumnCenter_left .ManageCV a:hover,
.MyJobAlerts .ThreeColumnCenter_left .ManageCV a:hover,
.ViewCV .ThreeColumnCenter_left .ManageCV a:hover,
.MyLatestSearches .ThreeColumnCenter_left .ManageCV a:hover,

.MyPage .ThreeColumnCenter_left .Manage a:hover,
.MyMatches .ThreeColumnCenter_left .Manage a:hover,
.MyDocuments .ThreeColumnCenter_left .Manage a:hover,
.MySavedJobs .ThreeColumnCenter_left .Manage a:hover,
.MyJobAlerts .ThreeColumnCenter_left .Manage a:hover,
.ViewCV .ThreeColumnCenter_left .Manage a:hover,
.MyLatestSearches .ThreeColumnCenter_left .Manage a:hover
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") no-repeat scroll left top;
}

.MyPage .ThreeColumnCenter_left .CreateCV a,
.MyMatches .ThreeColumnCenter_left .CreateCV a,
.MyDocuments .ThreeColumnCenter_left .CreateCV a,
.MySavedJobs .ThreeColumnCenter_left .CreateCV a,
.MyJobAlerts .ThreeColumnCenter_left .CreateCV a,
.ViewCV .ThreeColumnCenter_left .CreateCV a,
.MyLatestSearches .ThreeColumnCenter_left .CreateCV a
{
	border: 0;
}
 
.MyPage .ThreeColumnCenter_middle,
.MyMatches .ThreeColumnCenter_middle,
.MyDocuments .ThreeColumnCenter_middle,
.MySavedJobs .ThreeColumnCenter_middle,
.MyJobAlerts .ThreeColumnCenter_middle,
.ViewCV .ThreeColumnCenter_middle,
.MyLatestSearches .ThreeColumnCenter_middle
{
	width: 580px;
}
 
.MyPage .ThreeColumnCenter_middle .topleft,
.MyMatches .ThreeColumnCenter_middle .topleft,
.MyDocuments .ThreeColumnCenter_middle .topleft,
.MySavedJobs .ThreeColumnCenter_middle .topleft,
.MyJobAlerts .ThreeColumnCenter_middle .topleft,
.ViewCV .ThreeColumnCenter_middle .topleft,
.MyLatestSearches .ThreeColumnCenter_middle .topleft
{
	width: 280px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
 
.MyPage .ThreeColumnCenter_middle .topRight,
.MyMatches .ThreeColumnCenter_middle .topRight,
.MyDocuments .ThreeColumnCenter_middle .topRight,
.MySavedJobs .ThreeColumnCenter_middle .topRight,
.MyJobAlerts .ThreeColumnCenter_middle .topRight,
.ViewCV .ThreeColumnCenter_middle .topRight,
.MyLatestSearches .ThreeColumnCenter_middle .topRight
{
	width: 280px;
	float: left;
}

.MyPage .ThreeColumnCenter_right,
.MyMatches .ThreeColumnCenter_right,
.MyDocuments .ThreeColumnCenter_right,
.MySavedJobs .ThreeColumnCenter_right,
.MyJobAlerts .ThreeColumnCenter_right,
.ViewCV .ThreeColumnCenter_right,
.MyLatestSearches .ThreeColumnCenter_right
{
	width: 160px;
}
 
.MyPage .ThreeColumnCenter_right .Header,
.MyMatches .ThreeColumnCenter_right .Header,
.MyDocuments .ThreeColumnCenter_right .Header,
.MySavedJobs .ThreeColumnCenter_right .Header,
.MyJobAlerts .ThreeColumnCenter_right .Header,
.ViewCV .ThreeColumnCenter_right .Header,
.MyLatestSearches .ThreeColumnCenter_right .Header
{
	height: 20px;
	width: 154px;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 6px;	
	border-bottom: 1px solid #d1d1d1;
	color: #114C88;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}
 
.MyPage .ThreeColumnCenter_right .Help,
.MyMatches .ThreeColumnCenter_right .Help,
.MyDocuments .ThreeColumnCenter_right .Help,
.MySavedJobs .ThreeColumnCenter_right .Help,
.MyJobAlerts .ThreeColumnCenter_right .Help,
.ViewCV .ThreeColumnCenter_right .Help,
.MyLatestSearches .ThreeColumnCenter_right .Help
{
	width: 154px;
	float: left;
}

.MyPage .ThreeColumnCenter_right .FAQ,
.MyMatches .ThreeColumnCenter_right .FAQ,
.MyDocuments .ThreeColumnCenter_right .FAQ,
.MySavedJobs .ThreeColumnCenter_right .FAQ,
.MyJobAlerts .ThreeColumnCenter_right .FAQ,
.ViewCV .ThreeColumnCenter_right .FAQ,
.MyLatestSearches .ThreeColumnCenter_right .FAQ
{
	width: 154px;
	float: left;
}
 
.MyPage .ThreeColumnCenter_middle ul 
{
	padding: 15px 0px 15px 0px;
}
 
.MyPage .ThreeColumnCenter_middle ul li 
{
	list-style-position: inside;
	list-style-type: disc;
	margin: 5px 0px 5px 0px;
}

.MyPage .SavedJobs .MasterTable_Default tfoot tr.GridPager_Default td
{
	background-color: #FFFFFF;
	padding: 5px;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default,
.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default span
{
	font-size: 0px;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default a
{
	font-size: 10px;
	line-height: 12px;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default span
{
	float: right;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default span:first-child
{
	float: left;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default span a 
{
	display: block;
	padding: 0px 15px 0px 0px;
	background-image: url("/~/media/Customers/Great Britain/JTV/images/pgn_btn_fwd.ashx");
	background-position: top right;
	background-repeat: no-repeat;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default span a:hover
{
	background-position: bottom right;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default span:first-child a
{
	display: block;
	padding: 0px 0px 0px 15px;
	background-image: url("/~/media/Customers/Great Britain/JTV/images/pgn_btn_bck.ashx");
	background-position: top left;
	background-repeat: no-repeat;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default span:first-child a:hover
{
	background-position: bottom left;
}

.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerLeft_Default input,
.MyPage .SavedJobs .MasterTable_Default tfoot td .PagerRight_Default
{
	display: none;
}



/* company profiles */

.JobSearchCompanyProfileTitle h1
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 24px;
	color: #114C88;
}

.JobSearchCompanyProfileAlphabetLinks
{	
	width: 590px;
	height: 22px;	
	background-color: #376297;
	padding-left: 15px;
	padding-top: 10px;
}

.JobSearchCompanyProfileLetterLink
{
	float: left;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

.JobSearchCompanyProfileLetterLink a
{
	color: white;
}

.JobSearchCompanyProfileLetterLink a:hover
{
	color: white;
}

.JobSearchCompanyProfileListLetterHead
{
	margin-top: 5px;
	height: 22px;
	width: 600px;
	background-color: #B6B6B6;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 5px;
}

.JobSearchCompanyProfileListLetterHead a,
.JobSearchCompanyProfileListLetterHead a:hover
{
	font-size: 12px;
	color: #FFFFFF;	
	cursor: pointer;
}

.JobSearchCompanyProfileListCompanyFields a
{
	font-size: 12px;
	cursor: pointer;		
}


.JobSearchCompanyProfileListCompanyFields .company_name
{
	width: 155px;
	padding-right: 5px;
}

.JobSearchCompanyProfileListCompanyFields .company_name a
{
	font-weight: bold;
}

.JobSearchCompanyProfileListCompanyFields .type
{
	width: 90px;
	padding-right: 5px;
}

.JobSearchCompanyProfileListCompanyFields .type a
{
}

.JobSearchCompanyProfileListCompanyFields .country
{
	width: 90px;
	padding-right: 5px;
}

.JobSearchCompanyProfileListCompanyFields .country a
{	
}

.JobSearchCompanyProfileListCompanyFields .company_logo
{
	width: 192px;
	padding-right: 3px;
	text-align: right;
}

.JobSearchCompanyProfileListCompanyFields
{
	margin-top: 10px;
	padding-bottom: 10px;	
}

.JobSearchCompanyProfileListCompanies
{
	margin-bottom: 10px;
	width: 590px;
}

.JobSearchCompanyProfileListSeparator
{
	border-bottom: 1px solid #D1D1D1;
	margin-left: 4px;
}


/* Show company profile */

.JobSearchViewCompanyProfile .HotJobResultsDisplayControl
{				
	width: 154px;
	color: #000000;
	line-height: 15px;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 15px;		
}

.JobSearchViewCompanyProfile .HotJobResultsDisplayControl .headline
{
	margin-top: 10px;
	margin-bottom: 3px;		
}

.JobSearchViewCompanyProfile .HotJobResultsDisplayControl .LiTitle
{
	font-weight: bold;		
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.JobSearchViewCompanyProfile
{
}

.JobSearchViewCompanyProfile .CompanyDescription,
.JobSearchViewCompanyProfile .CompanyProfileDescription,
.JobSearchViewCompanyProfile .GoogleMap
{
	float: left;
	width: 572px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.JobSearchViewCompanyProfile .CompanyProfileVideo
{
	display: none;
}

.JobSearchViewCompanyProfile .ThreeColumnCenter_middle 
{
	width: 752px;
	float: left;						
}

.JobSearchViewCompanyProfile .JobSearchViewCompanyProfile .CompanyInfo,
.JobSearchViewCompanyProfile .JobSearchViewCompanyProfile .CompanyProfileInfo
{
	float: left;	
	width: 164px;
	line-height: 15px;
	border-bottom: 1px solid #D1D1D1;				
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.JobSearchViewCompanyProfile .JobSearchViewCompanyProfile .CompanyProfileInfo .Content div.Content
{
	display: inline;
}

.JobsFromCompanyResults .JobSearchViewCompanyProfile
{
	width: 610px;
	margin: 20px 0px 20px 0px;
}

.JobSearchViewCompanyProfile .CompanyProfileInfo .CompanyInfoHeading
{
	font-family: "Trebuchet MS",Arial,Sans-Serif;
	font-size: 16px;
	color: #114C88;
	font-weight: bold;
	margin-bottom: 10px;
}

.JobSearchViewCompanyProfile .CompanyProfileActions
{
	float: right;	
	width: 164px;
	line-height: 15px;
	border-bottom: 1px solid #D1D1D1;				
	padding-bottom: 5px;
	margin-bottom: 8px;
	margin-right: 5px;
}

.JobSearchViewCompanyProfile .CompanyProfileActions .Facebook
{
}

.JobSearchViewCompanyProfile .CompanyProfileActions .Facebook a
{
	padding-left: 18px;
	background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Sweden/Merajobb/swe_helge/facebook.ashx');
	background-repeat: no-repeat;
}

.JobSearchViewCompanyProfile .CompanyProfileActions .LinkedIn
{
	margin-left: 2px;
	cursor: pointer;
}

.JobSearchViewCompanyProfile .CompanyProfileActions .LinkedIn span 
{
	color: #114C88;
}

.JobSearchViewCompanyProfile .CompanyProfileActions .LinkedIn span:hover
{
	text-decoration: underline;
}

.JobSearchViewCompanyProfile .CompanyProfileActions .LinkedIn span.company-insider-pop-up,
.JobSearchViewCompanyProfile .CompanyProfileActions .LinkedIn span.company-insider-pop-up:hover
{
	position: relative;
	top: -1px;
	margin-right: 4px;
	text-decoration: none;
}

.JobSearchViewCompanyProfile .CompanyInfo .Content a {
	word-wrap: break-word;
	-moz-binding: url('wordwrap.xml#wordwrap'); /* Firefox (using XBL) */
}

.JobSearchViewCompanyProfile .CompanyInfo .CompanyInfoHeading
{
	font-weight: bold;		
	border-bottom: 1px solid #D1D1D1;
	width: 164px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.JobSearchViewCompanyProfile .CompanyInfo .Content
{
	color: Black;
}

.JobSearchViewCompanyProfile .HotJobResultsDisplayControl a
{		
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat left top;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
	margin-top: 3px;
	margin-bottom: 3px;
}

.JobSearchViewCompanyProfile .HotJobResultsDisplayControl a:hover 
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") no-repeat left top;
}

.JobSearchViewCompanyProfile .HotJobResultsDisplayControl .ShowAllSearchResults
{
	margin: 10px 0px 0px 0px;
}

.JobSearchViewCompanyProfile .HotJobResultsDisplayControl .ShowAllSearchResults a
{		
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet.ashx") no-repeat left top;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
}

.JobSearchViewCompanyProfile .HotJobResultsDisplayControl .ShowAllSearchResults a:hover 
{
	background: transparent url("/~/media/Customers/Great Britain/JTV/images/arrow_bullet_over.ashx") no-repeat left top;
}

.JobSearchViewCompanyProfile .CompanyProfile .HeadingContactInfo,
.JobSearchViewCompanyProfile .CompanyProfile .HeadingContactInfo2
{
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.JobSearchViewCompanyProfile .CompanyProfile .HeadingContactInfo2
{
	border-top: 1px solid #D1D1D1;
}


/* Adv */

.MPU
{
	width: 300px;
	height: 250px;
	/*border: 1px solid #EEEEEE;*/
}

.Skyscraper 
{
	width: 120px;
	height: 600px;
	/*border: 1px solid #EEEEEE;*/
}


/* autocomplete list */

.autocomplete-list{
	position: absolute !important;
	top: 29px !important;
	left: 0 !important;
	background-color: #FFFFFF;
	border: 1px solid #114C88;
	z-index: 1000;
}

.autocomplete-list li{
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 5px;
}

.autocomplete-list li.selected{
	background-color: #D0D6DF;
}


/* Matches	*/

.MyMatches .ThreeColumnCenter_middle .ManageMyCVs
{
	width: 575px;
	float: left;
	margin-top: 20px;
}


/* CVs */

.MySavedJobs .ThreeColumnCenter_middle .RadGrid
{
	width: 565px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}


/* Saved ads */

.MySavedJobs .ThreeColumnCenter_middle #ctl22_grdJobs
{
	width: 575px;
	
	float: left;
	
	margin-top: 20px;
	margin-left: 10px;
}


/* Saved searches/agents */

.MyJobAlerts .ThreeColumnCenter_middle .JobSearchMaintainSearches
{
	width: 575px;
	
	float: left;
	
	margin-top: 20px;
	margin-left: 10px;
}

.MyJobAlerts .ThreeColumnCenter_middle .RadGrid_Default
{
	width: 565px;
}


/* Latest searches */

.MyLastestSearches{
	border-bottom: 1px solid #d1d1d1;
	background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/images/lastjobzoom.ashx');
	background-repeat: no-repeat;
	background-position: top right;
	clear:both;
	width:95%;
}

.SearchResults .ThreeColumnCenter_left .MyLastestSearches
{
	margin-top: 15px;
}

.MyLastestSearches .Title{
	border-bottom:1px solid #d1d1d1;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

.MyLastestSearches .HistoryData{
	padding: 5px;
}

/* Advertiser content */

.GridHeading
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.GuidanceImage
{
}

.GuidanceButtons, 
.GuidanceContent
{
	float: left;
}

.GuidanceContentHeader, 
.GuidanceContent
{
	float: left;
	color: #000000;
}

.GuidanceContent .company_blocks_container 
{
	overflow: hidden;
	height: 1%;
	margin-top: 35px;
}

.GuidanceContent .company_blocks_container .company_block 
{
	width: 300px;
	height: 180px;
	float: left;
}

.GuidanceContent .Title h3
{
	font-size: 16px;
}

.GuidanceContentHeader
{
	font-size: 18px;
	margin: 10px 0px;
}

.ThreeColumnCenter_left .GuidanceContentHeader, 
.ThreeColumnCenter_left .GuidanceContent
{
	width: 154px;
}

.ThreeColumnCenter_middle .GuidanceContentHeader
{
	width: 600px;
}

.ThreeColumnCenter_left .GuidanceContent
{
	padding-bottom: 10px;
	border-bottom: 1px solid #D1D1D1;
}

.GuidanceContent .FirstColumn 
{
	float: left;
	width: 300px;
	padding-right: 30px;
}

.GuidanceContent .SecondColumn
{
	float: left;
	width: 300px;
}

.GuidanceContent .Article, 
.GuidanceContent .Title, 
.GuidanceContent .Body
{
	float: left;
	width: 300px;
}

.GuidanceContent .Article
{
	padding-bottom: 15px;
}

.GuidanceButtons .Contact, 
.GuidanceButtons .Advertise
{
	float: left;
	width: 300px;
	height: 100px;
}

.GuidanceButtons .Contact:hover, 
.GuidanceButtons .Advertise:hover
{
	text-decoration: none;
}

.GuidanceButtons .Advertise
{
	border-left: solid 30px #ffffff;
}

.GuidanceButtons .Contact span
{
	color: #ffffff;
}

.GuidanceButtons .Contact span span, 
.GuidanceButtons .Advertise span span
{
	color: #114C88;
}

.GuidanceImage h1, 
.GuidanceContent h2
{
	font-weight: bold;
	color: #114C88;
	margin: 0px;
	padding: 0px;
}

.GuidanceImage h1
{
	font-family: "Trebuchet MS",Arial,Sans-Serif;
	font-size: 24px;
}

.GuidanceContent h2
{
	font-size: 16px;
}

.GuidanceContent p 
{
	margin: 5px 0px 5px 0px;
	line-height: normal;
}

.GuidanceButtons .Contact span span, 
.GuidanceButtons .Advertise span span
{
	font-size: 24px;
	font-weight: bold;
}

.Advertisers .ThreeColumnCenter_middle .ActionButtons{}
.Advertisers .ThreeColumnCenter_middle .ActionButtons a 
{
 display:block;
 float:left;
 height:18px;
 line-height:22px;
 margin-right:20px;
 color: #000;
}
.Advertisers .ThreeColumnCenter_middle .ActionButtons #ctl13_ctl00_lbtnAction 
{
 background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/GeneralFrontPage/JobAdActions/icon_pdf.ashx');
 background-repeat: no-repeat;
 background-position: left;
 padding-left: 20px;
}
.Advertisers .ThreeColumnCenter_middle .ActionButtons #ctl13_ctl01_HyperLink 
{
 background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/GeneralFrontPage/JobAdActions/icon_print.ashx');
 background-repeat: no-repeat;
 background-position: left;
 padding-left: 20px;
}
.Advertisers .ThreeColumnCenter_middle .ActionButtons #ctl13_ctl02_lbtnAction 
{
 background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/GeneralFrontPage/JobAdActions/icon_mail.ashx');
 background-repeat: no-repeat;
 background-position: left;
 padding-left: 20px;
}

.Advertisers .ThreeColumnCenter_middle .SearchBox
{
	display: none;
}
.Advertisers .CVIntro
{
		float: left;
}

.Advertisers.Statistics .divAnrReportViewerContainer,
.Advertisers.Matches .MatchListContainer,
.Advertisers.Contacts .ContactListContainer
{
		margin-top: 20px;
}

.SelectedRow_Telerik td 
{
	border-bottom: 1px solid #263f42!important;
	border-top: 1px solid #376469!important;
}


/* Guidance pages */
.ContactusTitle,
.HelpTitle,
.InfoTitle
{
	width:610px;
	font-family:"Trebuchet MS",Arial,Sans-Serif;
	font-weight:bold;
	color: #114C88;
	font-size: 24px;
	font-weight: bold;
}


/* Featured ads */

.FeaturedAdResultsDisplayControl{
}

.FeaturedAdResultsDisplayControl .LiTitle{
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 10px 2px;
	border-bottom: 1px solid #d1d1d1;
}

.FeaturedAdResultsDisplayControl .LiTitle p
{
	font-size: 14px;
	line-height: 16px !important;
	font-weight: bold;
}

.FeaturedAdResultsDisplayControl .ResultListElementEven,
.FeaturedAdResultsDisplayControl .ResultListElementOdd{
	/*background-color: #D0D6DF;*/
	background: #D0D6DF url("/~/media/Customers/Great Britain/JTV/images/blue_box_bg.ashx") repeat-x scroll left bottom;
	margin: 10px 0;
	padding: 4px;
	border-bottom: 1px solid #d1d1d1
}

.FeaturedAdResultsDisplayControl .ResultListElementEven .headline,
.FeaturedAdResultsDisplayControl .ResultListElementOdd .headline
{
	font-weight: bold;
	overflow: hidden;
}

.FeaturedAdResultsDisplayControl .ResultListElementEven .teaser,
.FeaturedAdResultsDisplayControl .ResultListElementOdd .teaser
{
	overflow: hidden;
	padding: 10px 0;
	color: #000;
}

.ShowJobAd .FeaturedAdResultsDisplayControl .ResultListElementEven .teaser,
.ShowJobAd .FeaturedAdResultsDisplayControl .ResultListElementOdd .teaser
{
	color: #666;
}


/* Telerik Window */

div.TelerikWindow 
{
	padding: 10px;
}

.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn .preText .value
{
	color: #114C88;
	font-size: 16px;
	font-weight: bold;
}


.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn,
.TelerikWindow .ApplyForm .UserInfo,
.TelerikWindow .ApplyForm .UserCv,
.TelerikWindow .ApplyForm .InfoCoverNote,
.TelerikWindow .ApplyForm .FileStore,
.TelerikWindow .ApplyForm .Upload,
.TelerikWindow .ApplyForm .Actions
{
		margin-top: 10px;
}

.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn .CompanyAddress,
.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn .CompanyCity,
.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn .CompanyCountry
{
		display: none;
}

.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn .CompanyName,
.TelerikWindow .ApplyForm .UserInfo .UserName,
.TelerikWindow .ApplyForm .UserInfo .UserAddress,
.TelerikWindow .ApplyForm .UserInfo .UserCity,
.TelerikWindow .ApplyForm .UserInfo .UserCountry,
.TelerikWindow .ApplyForm .UserInfo .UserPhone,
.TelerikWindow .ApplyForm .UserInfo .UserEmail
{
}

.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn .CompanyName
{
	margin-bottom: 50px;
}

.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn .Label,
.TelerikWindow .ApplyForm .UserInfo .Label
{
		margin-right: 15px;
		font-weight: bold;
}

.TelerikWindow .ApplyForm .ApplicationInfoLoggedIn .Value,
.TelerikWindow .ApplyForm .UserInfo .Value
{
		margin-left: 10px;
}

.TelerikWindow .ApplyForm .ApplyFormControl
{
		margin-bottom: 20px;
}

.TelerikWindow .ApplyFormControl .InfoName,
.TelerikWindow .ApplyFormControl .InfoEmail,
.TelerikWindow .ApplyFormControl .InfoPhone
{
	margin-top: 5px;
}

.TelerikWindow .ApplyFormControl .NameLabel,
.TelerikWindow .ApplyFormControl .EmailLabel,
.TelerikWindow .ApplyFormControl .PhoneLabel
{
	float: left;
	width: 75px;
	margin-right: 10px;	
	height: 24px;
	line-height: 24px;
}

.TelerikWindow .ApplyFormControl .NameInput,
.TelerikWindow .ApplyFormControl .EmailInput,
.TelerikWindow .ApplyFormControl .PhoneInput
{
	height: 24px;
	line-height: 24px;
}

.TelerikWindow .ApplyFormControl .preText,
.TelerikWindow .ApplyFormControl .NameLabel,
.TelerikWindow .ApplyFormControl .EmailLabel,
.TelerikWindow .ApplyFormControl .PhoneLabel,
.TelerikWindow .ApplyFormControl .CoverNoteLabel
{
	clear: left;	
	font-weight: bold;
	color: #114C88;
}

.TelerikWindow .InfoCoverNote textarea
{
	width: 400px;
	height: 100px;
}

.TelerikWindow .FileStore
{
	clear: both;	
}

.TelerikWindow .ApplyForm .UserCv .preText .Value,
.TelerikWindow .ApplyForm .UserCv .postText .Value,
.TelerikWindow .ApplyForm .InfoCoverNote .Label,
.TelerikWindow .ApplyForm .FileStore .Label
{
	font-weight: bold;		
	color: #114C88;
}

.TelerikWindow .ApplyForm .UserCv .SelectLIst select,
.TelerikWindow .ApplyForm .InfoCoverNote .Input textarea
{
}

.TelerikWindow .ApplyForm input.ruButton
{
	padding-bottom: 2px !important;
	margin-left: 4px;
}

.TelerikWindow .ApplyForm .Actions
{
	margin-top: 30px;
}

.TelerikWindow .ApplyForm .Actions .button a
{
	width: 130px;
	height: 25px;
	padding: 5px;
	background-color: #3d3d3d;
	border: 1px solid #3d3d3d;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.TelerikWindow .TipAFriend .CentralColumn
{
	margin-left: 20px;
	width: 447px;
	overflow: hidden;
}

.TelerikWindow .TipAFriend .mailInfo
{
	float: left;
}

.ShowJobAd html body form
{
	overflow: hidden;
	width: 447px;
}

.TelerikWindow .TipAFriend .title,
.TelerikWindow .TipAFriend .preText,
.TelerikWindow .TipAFriend .errorMsg,
.TelerikWindow .TipAFriend .fromName,
.TelerikWindow .TipAFriend .fromMail,
.TelerikWindow .TipAFriend .toName,
.TelerikWindow .TipAFriend .toMail,
.TelerikWindow .TipAFriend .message,
.TelerikWindow .TipAFriend .postText,
.TelerikWindow .TipAFriend .buttons,

.TelerikWindow .TipAFriend .confirmationMsg,
.TelerikWindow .TipAFriend .cinfirmMsgLabel,
.TelerikWindow .TipAFriend .confirmSentMsg,
.TelerikWindow .TipAFriend .buttonApprove
{
	float: left;
	margin-top: 10px;
	width: 467px;
}

.TelerikWindow .TipAFriend
{
	width: 485px;
	overflow: hidden;
	color: #666666;
	font-size:12px;
}


.TelerikWindow .TipAFriend .title div
{
	margin-bottom: 10px; 
	width: 485px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
}

.TelerikWindow .TipAFriend .preText
{
	font-weight: bold;
	margin-bottom: 10px;
	width: 485px;
	height: 22px;
	font-size: 16px;
	background-color: #376297;
	padding: 5px;	
	overflow: hidden;
	color: #FFFFFF;

}


.TelerikWindow .TipAFriend .errorMsg .value
{
	color: red;
	font-weight: bold;
}

.TelerikWindow .TipAFriend .fromName .textBox input,
.TelerikWindow .TipAFriend .fromMail .textBox input,
.TelerikWindow .TipAFriend .toName .textBox input,
.TelerikWindow .TipAFriend .toMail .textBox input,
.TelerikWindow .TipAFriend .message .textBox textarea
{
	width: 300px;
}

.TelerikWindow .TipAFriend .fromName .label,
.TelerikWindow .TipAFriend .fromMail .label,
.TelerikWindow .TipAFriend .toName .label,
.TelerikWindow .TipAFriend .toMail .label,
.TelerikWindow .TipAFriend .message .label
{
	font-weight: bold;
}


/* Rad grid */

.ThreeColumnCenter_middle .RadGrid_Default
{
	border:1px solid #828282;
	float: left;
	width: 500px;
}

.ThreeColumnCenter_middle .GridHeader_Default, .ThreeColumnCenter_middle .GridHeader_Default a 
{
	color:#272722;
	text-decoration:none;
}

.ThreeColumnCenter_middle .GridHeader_Default, .ThreeColumnCenter_middle .ResizeHeader_Default
{
	background:#F4F4F4 url('WebResource.axd?d=-wDeEuJAyvyQznWgO625MWgBZOYR6YMiMg-T3KmEaCB-oMCXK-CXD6Ex3KWfC_d5zUxZ7KYLdNLcLU3znBHFNw2&t=633820594116875000') repeat-x scroll 0 0;
	border-bottom:1px solid #828282;
	font-size:13px;
	padding-bottom:8px;
	padding-top:9px;
	text-align:left;
}

.GridRow_Default td, .GridAltRow_Default td, .GridEditRow_Default td, .GridFooter_Default td, .GridGroupFooter_Default td, .GridFilterRow_Default td, .GridHeader_Default, .ResizeHeader_Default, .GroupHeader_Default td 
{
	padding-left:4px;
	padding-right:4px;
	color: #000;
}

.RadGrid tfoot td 
{
	background-color: #E5E5E5;
}

.RadGrid tfoot a span.Delete 
{
	display: block;
	height: 13px;
	line-height: 13px;
	float: right;
	padding: 0px 0px 0px 16px;
	margin: 5px 3px 5px 3px;
	background-image: url("/~/media/Customers/Great Britain/JTV/images/delete_btn_bg.ashx");
	background-position: top left;
	background-repeat: no-repeat;
}

.RadGrid tfoot a:hover span.Delete 
{
	background-position: bottom left;
}

.RadGrid thead a span.Delete 
{
	display: none;
}


/* IE6 Alert */

#InternetExplorer6Alert
{
	display:none
}


/* General login page */

.Login .NavigationMenu
.LoginPage .NavigationMenu
{
	float: left;
}

.Login .ThreeColumnCenter_middle .SearchBox
.LoginPage .ThreeColumnCenter_middle .SearchBox
{
	display: none;
}

.Login .ThreeColumnCenter_middle .LoginContainer,
.LoginPage .ThreeColumnCenter_middle .LoginContainer,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer,
.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer
{
	float: none;
	/*background-color: #D0D6DF;*/
	background: #D0D6DF url("/~/media/Customers/Great Britain/JTV/images/blue_box_bg.ashx") repeat-x scroll left bottom;
	border: 1px solid #94A2B7;
	width: 544px;
	height: 300px;
	margin: 0px auto;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer
{
	padding-top: 60px;
}

.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .PanelLogin
{
	float: left;
	margin-top: 60px;
}

.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .PanelLogin .PreText
{
	position: relative; 
	top: -50px; 
	left: 20px; 
	color: #114C88; 
	font-size: 24px; 
	font-weight: bold;
}

.Login .ThreeColumnCenter_middle .LoginContainer .LoggedIn,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .LoggedIn
{
	color: #FFFFFF;
	font-size: 18px;
	padding: 20px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .LiTitle,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .LiTitle,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .LiTitle,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .LiTitle
{
	border-bottom: none;
	font-size: 23px;
	font-weight: bold;
	width: 300px;
	margin-left: 16px;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 8px;
	color: #114C88;
}

.Login .ThreeColumnCenter_middle .LoginContainer .Introduction,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .Introduction,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .Introduction,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .Introduction
{
	width: 420px;
	/*float: left;*/
	margin-left: 80px;
	color: #000000;
	padding-top: 0px;
	margin-bottom: 10px;
	/*display: none;*/
}

.Login .ThreeColumnCenter_middle .LoginContainer .ForgotPasswordConfirmation,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .ForgotPasswordConfirmation,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .ForgotPasswordConfirmation,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .ForgotPasswordConfirmation
{
	margin-left: 80px;
	margin-bottom:10px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .ErrorLoggingIn,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .ErrorLoggingIn,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .ForgotPasswordError,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .ForgotPasswordError
{
	color: red;
	float: left;
	width: 400px;
	margin-left: 0px;
	padding-left: 155px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .UserNameContainer,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .UserNameContainer,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer,
.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .EmailContainer,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer
{
	width: 400px;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer,
.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .EmailContainer,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer
{
	width: 500px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .LiUserName,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .LiteralUserName,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .LiUserName,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .LiEmail,
.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .EmailContainer .LiteralEmailText,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .LiEmail
{
		display: block;
		float: left;
		width: 75px;
		padding-left: 80px;
		margin-top: 2px;
		color: #114C88;
		font-size: 12px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .TxtUserName,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .TextBoxUserName,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .TextBox.UserName,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .TxtUserName,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .TxtEmail,
.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .EmailContainer .TextBoxEmail,
.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .EmailContainer .TextBox.Email,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .TxtEmail
{
		display: block;
		float: left;
		width: 230px;
		margin-bottom: 0px;
}

.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .TxtEmail,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .TxtEmail,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .TxtEmail input,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .TxtEmail input
{
		width: 240px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .ValidationColor,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .UserNameContainer .ValidationColor,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .ValidationColor,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .EmailContainer .ValidationColor
{
		color: red;
		float: left;
		width: 400px;
		padding-left: 157px;
		margin-top: 0px;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .EmailContainer .TextBoxEmail
{
		position: relative;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .EmailContainer .TextBoxEmail .requiredFieldValidator,
.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .EmailContainer .TextBoxEmail .regularExpressionValidator
{
		position: absolute;
		left: -10px;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .MessageContainer
{
		float: left;
		margin-bottom: 10px;
		margin-left: 155px;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .MessageContainer .LiteralErrorMessage
{
		color: Red;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .MessageContainer .validationSummary
{
		display: none;
}

.Login .ThreeColumnCenter_middle .LoginContainer .PasswordContainer,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .PasswordContainer
{
		width: 400px;
		float: left;
		margin: 0px 0px 5px 0px;
		padding: 0px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .LiPassword,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .LiteralPassword,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .LiPassword
{
		display: block;
		float: left;
		width: 75px;
		padding-left: 80px;
		margin-top: 2px;
		color: #114C88;
		font-size: 12px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .TxtPassword,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .TextBoxPassword,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .TextBox.Password,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .TxtPassword
{
		display: block;
		float: left;
		width: 230px;
}

.Login .LoginContainer .UserNameContainer .TxtUserName input,
.Login .LoginContainer .PasswordContainer .TxtPassword input,
.Login .ForgotPasswordContainer .EmailContainer .TxtEmail input
{
	border: 1px solid #94A2B7;
}

.Login .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .ValidationColor,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .PasswordContainer .ValidationColor
{
		color: red;
		float: left;
		width: 400px;
		margin-left: 0px;
		padding-left: 157px;
		margin-top: 0px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .RememberMe,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .RememberMe
{
		width: 370px;
		float: left;
		height: 13px;
		padding-left: 155px;
		display: block;
		color: #6a6a6a;
		font-size: 11px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .RememberMe .ErrorCookies,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .RememberMe .ErrorCookies
{
		color: black;
		float: left;
		width: 370px;
		margin-left: 75px;
		margin-top: 0px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .RememberMe input,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .RememberMe input
{
		margin: 0px;
		padding: 0px;
		float: left;
		height: 13px;
		width: 13px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .RememberMe label,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .RememberMe label
{
		float: left;
		display: block;
		margin: 0px 0px 0px 5px;
		padding: 0px;
		line-height: 13px;
		color: #114C88;
		width: 270px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .RememberMe #ctl11_cookiesEnabled, 
.LoginPage .ThreeColumnCenter_middle .LoginContainer .RememberMe #ctl09_cookiesEnabled
{
		color: red;
		float: left;
		width: 400px;
		margin-left: 75px;
		margin-top: 0px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .BtnLogin,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .ButtonLogin,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .BtnLogin,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordSend,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordSend,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordCancel,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordCancel
{
		margin: 15px 0px 5px 0px;
		padding: 0px 0px 0px 288px;
		width: 100px;
		height: 19px;
		float: left;
		text-align: center;
		overflow: hidden;
}

.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordSend,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordSend
{
		padding-left: 187px;
}

.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordCancel,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordCancel
{
		padding-left: 10px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .BtnLogin a,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .BtnLogin a,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordSend a,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordSend a,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordCancel a,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordCancel a
{
		display: block;
		height: 19px;
		width: 100px;
		color: white;
		margin: 0px !important;
		padding: 0px !important;
		background-image: url('http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/images/LoginPageButton.ashx');
		background-position: top center;
		background-repeat: repeat-x;
		line-height: 19px;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
}

.Login .ThreeColumnCenter_middle .LoginContainer .BtnLogin a:hover,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .BtnLogin a:hover,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordSend a:hover,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordSend a:hover,
.Login .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordCancel a:hover,
.LoginPage .ThreeColumnCenter_middle .ForgotPasswordContainer .btnForgetPasswordCancel a:hover
{
		background-position: bottom center;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .ButtonPanel
{
		width: 130px;
		margin-left: 255px;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .ButtonPanel .ButtonOk
{
		float: left;
}

.Advertisers.Login .ThreeColumnCenter_middle .RetrievePasswordContainer .ButtonPanel .ButtonCancel
{
		float: right;
}

.Login .ThreeColumnCenter_middle .LoginContainer .LogoutLink,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .LogoutLink
{
	margin-left: 20px;
	float: left;
}

.Login .ThreeColumnCenter_middle .LoginContainer .BtnLogout,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .BtnLogout
{
		display: block !important;
		width: 100px !important;
		height: 19px !important;
		color: white !important;
		margin: 0px !important;
		background-image: url("http://kentjobs.int.matchwork.com/~/media/Customers/Great Britain/JTV/images/LoginPageButton.ashx") !important;
		background-repeat: no-repeat;
		background-position: top center;
		line-height: 19px !important;
		font-size: 14px !important;
		font-weight: normal !important;
		text-decoration: none !important;
		text-align: center !important;
}

.Login .ThreeColumnCenter_middle .LoginContainer .BtnLogout:hover,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .BtnLogout:hover
{
		background-position: bottom center;
}

.Login .ThreeColumnCenter_middle .LoginContainer .LiForgotPassword,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer div.HyperlinkForgotPassword,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .LiForgotPassword
{
		width: 400px;
		float: left;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 155px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .LiForgotPassword a,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .HyperlinkForgotPassword a,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .LiForgotPassword a
{
		color: #114C88;
		font-size: 11px;
		text-decoration: underline;
}

.Login .ThreeColumnCenter_middle .LoginContainer .LiForgotPassword a:hover,
.Advertisers.Login .ThreeColumnCenter_middle .LoginContainer .HyperlinkForgotPassword a:hover,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .LiForgotPassword a:hover
{
		color: #114C88;
		text-decoration: none;
}

.Login .ThreeColumnCenter_middle .LoginContainer .CreateAccount,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .CreateAccount
{
		width: 400px;
		float: left;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 155px;
}

.Login .ThreeColumnCenter_middle .LoginContainer .CreateAccount a,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .CreateAccount a
{
		color: #114C88;
		font-size: 11px;
		text-decoration: underline;
}

.Login .ThreeColumnCenter_middle .LoginContainer .CreateAccount a:hover,
.LoginPage .ThreeColumnCenter_middle .LoginContainer .CreateAccount a:hover
{
		color: #114C88;
		text-decoration: none;
}


/* New user */

.NewAccount .NavigationMenu
{
	margin-left: 1px;
	width: 958px;
}


.NewAccount .ThreeColumnCenter .ThreeColumnCenter_left
{
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle
{
	float: left;
	width: 545px;
	margin-top: 10px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_right
{
	float: right;
	margin-right: 1px;
	margin-top: 10px;
	width: 120px;
}


.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .SearchBox
{
	display: none;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer
{
	color: #6a6a6a;
	margin-left: 0px;
	margin-bottom: 50px;
	/*background-color: #D0D6DF;*/
	background: #D0D6DF url("/~/media/Customers/Great Britain/JTV/images/blue_box_bg.ashx") repeat-x left bottom;
	border: 1px solid #94A2B7;
	padding-left: 17px;
	overflow: hidden;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .Title
{
	font-weight: bold;
	color: #114C88;
	float: left;
	width: 500px;
	margin-bottom: 10px;
	margin-top: 8px;
	font-size: 23px;
}



.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .Introduction
{
	float: left;
	width: 500px;
	margin-bottom: 20px;
	color: #114C88;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo
{
	float: left;
	width: 400px;
	margin: 0px 0px 30px 0px;
	color: #114C88;
	padding-left: 35px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PhoneContainer
{
	position: relative;
	top: 225px;
	float: left;
	width: 500px;
	height: 35px;
	padding-bottom: 10px;
	margin-left: 0px;
}


.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PhoneContainer .Phone
{
	float: left;
	width: 100px;
	line-height: 16px;
	margin-left: 0px;
}


.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PhoneContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PhoneContainer .TxtPhone
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PhoneContainer #PhoneValidationMessage
{
	color: red;
	float: left;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .FirstNameContainer
{
	position: relative;
	top: -45px;
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .FirstNameContainer .FirstName
{
	float: left;
	width: 100px;
	line-height: 16px;
	height: 16px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .FirstNameContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .FirstNameContainer .TxtFirstName
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .FirstNameContainer #FirstNameValidationMessage
{
	color: red;
	float: left;
	text-indent: 112px;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .LastNameContainer
{
	position: relative;
	top: -45px;
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .LastNameContainer .LastName
{
	float: left;
	width: 100px;
	line-height: 16px;
	height: 16px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .LastNameContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .LastNameContainer .TxtLastName
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .LastNameContainer #LastNameValidationMessage
{
	color: red;
	float: left;
	text-indent: 112px;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .StreetContainer
{
	position: relative;
	top: -45px;
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .StreetContainer .Street
{
	float: left;
	width: 100px;
	line-height: 16px;
	height: 16px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .StreetContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .StreetContainer .TxtStreet
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .StreetContainer #StreetValidationMessage
{
	color: red;
	float: left;
	text-indent: 112px;
	overflow: visible;
}


.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PostCodeContainer
{
	position: relative;
	top: -45px;
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PostCodeContainer .PostCode
{
	float: left;
	width: 100px;
	line-height: 16px;
	height: 16px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PostCodeContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PostCodeContainer .TxtPostCode
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PostCodeContainer #PostCodeValidationMessage
{
	color: red;
	float: left;
	text-indent: 112px;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .CityContainer
{
	position: relative;
	top: -45px;
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .CityContainer .City
{
	float: left;
	width: 100px;
	line-height: 16px;
	height: 16px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .CityContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .CityContainer .TxtCity
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .CityContainer #CityValidationMessage
{
	color: red;
	float: left;
	text-indent: 112px;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MobileContainer
{
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MobileContainer .Mobile
{
	float: left;
	width: 110px;
	line-height: 16px;
	height: 16px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MobileContainer .drpMobilePrefix
{
	float: left;
	width: 55px;
	border: 1px solid #94A2B7;
	height: 20px;
	background-color: #fff;
	margin-right: 5px;
	line-height: 16px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MobileContainer .TxtMobile
{
	float: left;
	width: 240px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}
.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MobileContainer #MobileValidationMessage
{
	color: red;
	float: left;
	text-indent: 112px;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmailContainer
{
	float: left;
	width: 500px;
	height: 42px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmailContainer .Email
{
	float: left;
	width: 100px;
	line-height: 21px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmailContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmailContainer .TxtEmail
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmailContainer .EmailAsUsernameText
{
	width: 395px;
	float: left;
	padding-left: 110px;
	font-size: 11px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmailContainer #EmailValidationMessage
{
	color: red;
	float: left;
	text-indent: 112px;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmEmailContainer
{
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmEmailContainer .ConfirmEmail
{
	float: left;
	width: 100px;
	line-height: 21px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmEmailContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmEmailContainer .TxtConfirmEmail
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmEmailContainer #ConfirmEmailValidationMessage
{
	color: red;
	float: left;
	text-indent: 112px;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PasswordContainer,
.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ActualPasswordContainer
{
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PasswordContainer .Password,
.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ActualPasswordContainer .Password
{
	float: left;
	width: 100px;
	line-height: 18px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PasswordContainer .Required,
.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ActualPasswordContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PasswordContainer .TxtPassword,
.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ActualPasswordContainer .TxtActualPassword
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px !important;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
	color: #000;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .PasswordContainer #PasswordValidationMessage,
.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ActualPasswordContainer #ActualPasswordValidationMessage
{
	color: red;
	float: left;
	text-indent: 11px;
	height: 0px;
	overflow: visible;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmPasswordContainer
{
	float: left;
	width: 500px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmPasswordContainer .ConfirmPassword
{
	float: left;
	width: 100px;
	line-height: 18px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmPasswordContainer .Required
{
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #900;
	height: 13px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmPasswordContainer .TxtConfirmPassword
{
	float: left;
	width: 300px;
	border: 1px solid #94A2B7;
	height: 16px;
	background-color: #fff;
	padding: 0px;
	margin-right: 50px;
	margin-bottom: 3px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .ConfirmPasswordContainer #ConfirmPasswordValidationMessage
{
	color: red;
	float: left;
	text-indent: 11px;
	height: 0px;
	overflow: visible;
	padding-bottom: 10px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .LiteralAccessToContactInfoContainer
{
	/*
	float: left;
	width: 500px;
	margin-bottom: 10px;
	padding-top: 30px;
	font-weight: bold;
	padding-left: 0px;
	position: relative;
	left: -20px;
	*/
	display: none;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmployeersHaveAccessToContactInfoContainer
{
	/*
	float: left;
	width: 500px;
	margin-bottom: 0px;
	padding-left: 0px;
	position: relative;
	left: -20px;
	*/
	display: none;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmployeersHaveAccessToContactInfoContainer .ChkEmployeersHaveAccessToContactInfo
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmployeersHaveAccessToContactInfoContainer .ChkEmployeersHaveAccessToContactInfo input
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .EmployeersHaveAccessToContactInfoContainer .ChkEmployeersHaveAccessToContactInfo label
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .RecruitersHaveAccessToContactInfoContainer
{
	float: left;
	width: 500px;
	margin-bottom: 0px;
	padding-left: 0px;
	position: relative;
	left: -20px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .RecruitersHaveAccessToContactInfoContainer .ChkRecruitersHaveAccessToContactInfo
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .RecruitersHaveAccessToContactInfoContainer .ChkRecruitersHaveAccessToContactInfo input
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .RecruitersHaveAccessToContactInfoContainer .ChkRecruitersHaveAccessToContactInfo label
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .LiteralMarketingMailContainer
{
	float: left;
	width: 500px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	padding-left: 0px;
	position: relative;
	left: -20px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MarketingMailContainer
{
	float: left;
	width: 500px;
	margin-bottom: 10px;
	padding-left: 0px;
	position: relative;
	left: -20px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MarketingMailContainer .ChkMarketingMail
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MarketingMailContainer .ChkMarketingMail input
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .MarketingMailContainer .ChkMarketingMail label
{
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .TermsAndConditionsContainer
{
	float: left;
	width: 500px;
	margin-bottom: 10px;
	padding-left: 0px;
	position: relative;
	left: -20px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .TermsAndConditionsContainer strong
{
	display: block;
	float: left;
	width: 500px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .TermsAndConditionsContainer div
{
	width: 420px;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .TermsAndConditionsContainer div a
{
	color: #114C88;
	text-decoration: underline;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .TermsAndConditionsContainer div a:hover
{
	color: #114C88;
	text-decoration: underline;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .SubmitContainer
{
	width: 500px;
	float: left;
	padding-left: 5px;
	display: block;
}

.NewAccount .ThreeColumnCenter .ThreeColumnCenter_middle .ManageProfileContainer .MainInfo .SubmitContainer .BtnSubmit
{
	display: block;
	height: 23px;
	color: #114C88;
	margin-top: 10px;
	margin-left: 280px;
	line-height: 23px;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 105px 3px;
}


/* Jobs From Company */

.JobsFromCompanyResults .SearchBox 
{
	display: none;
}

.JobsFromCompanyResults .JobSearchViewCompanyProfile 
{
	margin-top: 7px;
}
.TelerikWindow .ApplyFormControl .error
{
	color:Red;
}

/* NEW TELERIK FIX */
.error 
{
    color: Red !important;
}
.TelerikWindow .Upload .ruActions .ruButton
{
    background-image: url('/img/Customers/Great Britain/JTV/button_150.png') !important;
    background-position: 0px 0px !important;
    width: 150px !important;
}
.TelerikWindow .Upload .ruActions .ruButtonHover
{
    background-position: 0px -22px !important;
}
.ThreeColumnCenter_left .SavedJobs .rgMasterTable tfoot 
{
    display: none;
}
.ThreeColumnCenter_left .SavedJobs .rgMasterTable thead 
{
    display: none;
}
.ThreeColumnCenter_left .SavedJobs .RadGrid 
{
    border: none !important;
}
.ThreeColumnCenter_left .RadGrid_Default .rgHeader,
.ThreeColumnCenter_left .RadGrid_Default th.rgResizeCol 
{
    background: none !important;
}
.ThreeColumnCenter_left .rgAltRow 
{
    background: none !important;
}
.ThreeColumnCenter_left .RadGrid_Default 
{
    border: none !important;
}
.ThreeColumnCenter_middle .RadGrid 
{
    width: 565px !important;
}
.ThreeColumnCenter_middle .RadGrid th 
{
    font-weight: bold !important;
}
.ThreeColumnCenter_middle .rgMasterTable .rgAdvPart 
{
    display: none;
}
.ThreeColumnCenter_middle .rgMasterTable .rgHeader
{
    border-bottom: 1px solid #828282;
    padding-top: 9px;
    padding-bottom: 8px;
    background: #EAEAEA 0 -2300px repeat-x url('WebResource.axd?d=W5-Xwvc9bCaPgHmda7-D0Ai7rBP3CO-uuYRsMVPpa38YmghgZqGOkJW8txnD0yw5eXMoyN-hTv5GLOtIbHOYBH6Rx96AMr4q8T33-cWOhd6FLagrw_u3uSoVrMiIcYm32RH30w4rJV3Vf4g-bPlb1VJZqkk1&t=634539402719579534');
    font-size: 13px;
    text-align: left;
}
/* rename dialog */
.RadWindow .rwWindowContent .windowpopup
{
    padding: 10px !important;
}

.RadWindow .rwWindowContent .windowpopup .dialogtext 
{
    padding-bottom: 5px;
}

.RadWindow .rwWindowContent .windowpopup div .dialoginput 
{
    width: 285px;
}

.RadWindow .rwWindowContent .windowpopup .radwindowbutton 
{
    background-image: url("WebResource.axd?d=1rdTEmfh-bz_cPtzmUGC4SUpw6fdEZBUe0ZruycXZj_Zk-AYPPFDTxjqpujm8rmr5wtQpDVqLUjLg0E1ticttgRRcZl0GZwkZ--NyZDxb2S8MvYQ9A0xTIhwwjnrx0_OtRKxUvrzue8nwI_ivZCHdw7NiJbB7WiYqnyJfSVMNnGyfNmC0&t=634539402719579534");
    background-position: 0 -136px;
    background-repeat: no-repeat;
    margin: 8px 8px 8px 0;
    padding: 0 0 0 3px;
    display: block;
    float: left;
}

.RadWindow .rwWindowContent .windowpopup .radwindowbutton .outerspan 
{
    background-image: url("WebResource.axd?d=1rdTEmfh-bz_cPtzmUGC4SUpw6fdEZBUe0ZruycXZj_Zk-AYPPFDTxjqpujm8rmr5wtQpDVqLUjLg0E1ticttgRRcZl0GZwkZ--NyZDxb2S8MvYQ9A0xTIhwwjnrx0_OtRKxUvrzue8nwI_ivZCHdw7NiJbB7WiYqnyJfSVMNnGyfNmC0&t=634539402719579534");
    background-position: right -136px;
    background-repeat: no-repeat;
    padding: 0 3px 0 0;
    color: black;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
    display: block;
    float: left;
}

.RadWindow .rwWindowContent .windowpopup .radwindowbutton .innerspan 
{
    background-image: url("WebResource.axd?d=1rdTEmfh-bz_cPtzmUGC4SUpw6fdEZBUe0ZruycXZj_Zk-AYPPFDTxjqpujm8rmr5wtQpDVqLUjLg0E1ticttgRRcZl0GZwkZ--NyZDxb2S8MvYQ9A0xTIhwwjnrx0_OtRKxUvrzue8nwI_ivZCHdw7NiJbB7WiYqnyJfSVMNnGyfNmC0&t=634539402719579534");
    background-position: 0 -157px;
    background-repeat: repeat-x;
    padding: 0 12px;
    color: black;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
    display: block;
    float: left;
}

.RadWindow .rwWindowContent .windowpopup .radwindowbutton:hover .innerspan 
{
    background-position: 0px -199px;
}

.RadGrid_Default, .RadGrid_Default .rgMasterTable, 
.RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, 
.RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, 
.RadGrid_Default .rgPager table, .GridToolTip_Default,
.RadTreeView_Default, .RadTreeView_Default a.rtIn, 
.RadTreeView_Default .rtEdit .rtIn input 
{
    font: 12px/18px Helvetica, Arial, sans-serif !important;
}
