/*********************************************

	TEMPS ONLINE CSS
	LAST UPDATED: 5th January 2009 (NM)
	CREATED BY: Dave Burns (Excalibur Studio)

*********************************************/

body {
	background-image:url(/images/bg.png);
	color:#666464;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-repeat:repeat-x;
	margin:0px;
}

a {
	color:#3372a5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
	min-height:100%;
	overflow:hidden;
	background-color:#fff;
}

.header {
	height:78px;
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
}

.header_logo {
	width:327px;
	height:78px;
	float:left;
	background-image:url(images/header_logo.png);
	margin-left:15px;
}

.header_employers {
	width:330px;
	height:78px;
	float:right;
	margin-right:10px;
	background-image:url(images/header_employers.png);
}

.menu {
	height:28px;
	background-image:url(images/header_menu_bg.png);
	padding-top:11px;
}

.button_tempsearch a {
	width:143px;
	height:28px;
	float:left;
	margin-left:19px;
	background-image:url(images/button_tempsearch.png);
}

.button_tempsearch a:hover {
	background-image:url(images/button_tempsearch_rl.png);
}

.button_contact a {
	width:143px;
	height:28px;
	float:left;
	margin-left:19px;
	background-image:url(images/button_contact.png);
}

.button_contact a:hover {
	background-image:url(images/button_contact_rl.png);
}

.button_register a {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_register.png);
}

.button_register a:hover {
	background-image:url(images/button_register_rl.png);
}

.button_policies a {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_policies.png);
}

.button_policies a:hover {
	background-image:url(images/button_policies_rl.png);
}

.button_logout a {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_logout.png);
}

.button_logout a:hover {
	background-image:url(images/button_logout_rl.png);
}

.button_admin a {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_admin.png);
}

.button_admin a:hover {
	background-image:url(images/button_admin_rl.png);
}

.button_login a {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_login.png);
}

.button_login a:hover {
	background-image:url(images/button_login_rl.png);
}

.button_home a {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_home.png);
}

.button_home a:hover {
	background-image:url(images/button_home_rl.png);
}

.button_info a {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_info.png);
}

.button_info a:hover {
	background-image:url(images/button_info_rl.png);
}


.button_account a {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_account.png);
}

.button_account a:hover {
	background-image:url(images/button_account_rl.png);
}

.button_toptemps a {
	width:143px;
	height:28px;
	float:left;
	margin-left:19px;
	background-image:url(images/button_toptemps.png);
}

.button_toptemps a:hover {
	background-image:url(images/button_toptemps_rl.png);
}

.button_availablenext {
	width:143px;
	height:28px;
	float:left;
	margin-left:19px;
	background-image:url(images/button_availablenext.png);
	cursor:pointer;
}

.button_availabletoday {
	width:143px;
	height:28px;
	float:left;
	margin-left:12px;
	background-image:url(images/button_availabletoday_rl.png);
	cursor:pointer;
}

.box_1 {
	height:164px;
	background-image:url(images/box_1_bg.png);
}

.box_1_left {
	width:34px;
	height:164px;
	float:left;
	background-image:url(images/box_1_left.png);
}

.box_1_right {
	width:34px;
	height:164px;
	float:right;
	background-image:url(images/box_1_right.png);
}

.box_2 {
	height:360px;
	background-image:url(images/box_2_bg.jpg);
}

.module_1 {
	width:300px;
	margin-top:25px;
	float:left;
	height:110px;
}

.module_2 {
	width:300px;
	margin-top:25px;
	margin-left:11px;
	float:left;
	height:110px;
}

.module_3 {
	width:300px;
	margin-top:25px;
	margin-left:11px;
	float:left;
	height:110px;
}

.footer {
	height:50px;
	background-image:url(images/footer_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

.keywordsearch {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: #f3f2f0;
	border-bottom-color: #f3f2f0;
	border-left-color: #6f6f6f;	
	margin-top:10px;
	color:#666464;
	font-size:11px;
	font-weight:bold;
}

.accountinput {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: #f3f2f0;
	border-bottom-color: #f3f2f0;
	border-left-color: #6f6f6f;	
	color:#666464;
	font-size:11px;
}

.accountdrop {
	width:174px;
	-width:179px;
	*width:180px;
	height:16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: #f3f2f0;
	border-bottom-color: #f3f2f0;
	border-left-color: #6f6f6f;	
	color:#666464;
	font-size:11px;
	
}

.box_2_module_1 {
	width:270px;
	height:120px;
	margin-top:32px;
	margin-left:20px;
	-margin-left:10px;
	float:left;
	padding-top:16px;
	padding-left:21px;
}

.box_2_module_2 {
	width:270px;
	height:120px;
	margin-top:32px;
	margin-left:40px;
	float:left;
	padding-top:16px;
	padding-left:21px;
}

.box_2_module_3 {
	width:270px;
	height:120px;
	margin-top:32px;
	margin-left:40px;
	float:left;
	padding-top:16px;
	padding-left:21px;
}

.box_2_module_4 {
	width:270px;
	height:120px;
	margin-top:34px;
	margin-left:20px;
	-margin-left:10px;
	float:left;
	padding-top:16px;
	padding-left:21px;
}

.box_2_module_5 {
	width:270px;
	height:120px;
	margin-top:34px;
	margin-left:40px;
	float:left;
	padding-top:16px;
	padding-left:21px;
}

.box_2_module_6 {
	width:270px;
	height:120px;
	margin-top:34px;
	margin-left:40px;
	float:left;
	padding-top:16px;
	padding-left:21px;
}

.header_account {
	background-image:url(images/header_account.png);
	width:205px;
	height:28px;
	margin-left:5px;
	float:left;
}

.account_welcome {
	color:#000000;
	float:right;
	margin-right:10px;
}

.account_menu {
	width:191px;
	height:176px;
	margin-left:5px;
	float:left;
	background-image:url(images/account_menu_bg.png);
	padding-left:14px;
	padding-top:17px;
	font-size:10px;
}

.account_menu a{
	padding-left:13px;
	text-decoration:none;
	height:10px;
	margin-bottom:2px;
}

.account_menu a:hover {
	background-image:url(images/icon_arrow.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}

.account_content {
	float:left;
	width:757px;
	margin-left:14px;
}

.account_instructions {
	width:539px;
	height:24px;
	background-color:#fae8e8;
	border: 1px solid #f49595;
	color:#000;
	float:right;
	padding:5px;
	margin-top:5px;	
}

.account_signin {
	background-image:url(images/signin_bg.png);
	width:757px;
}

.account_signin_top {
	width:724px;
	background-repeat:no-repeat;
	background-image:url(images/signin_top.png);
	padding-top:14px;
	padding-right:13px;
	padding-left:20px;
}

.account_signin_footer {
	width:757px;
	height:12px;
	background-image:url(images/signin_footer.png);
}

.account_details {
	background-image:url(images/details_bg.png);
	width:757px;
}

.account_details_top {
	width:724px;
	background-repeat:no-repeat;
	background-image:url(images/details_top.png);
	padding-top:14px;
	padding-right:13px;
	padding-left:20px;
}

.account_details_footer {
	width:757px;
	height:12px;
	background-image:url(images/details_footer.png);
}

.account_table {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	font-size:11px;
}

.green {
	color:#086d05;
	font-size:10px;
	float:left;
}

.red {
	color:#840000;
	font-size:10px;
	float:left;
}

.box_search {
	background-image:url(images/search_bg.png);
	background-repeat:repeat-x;
	width:100%;
	float:left;
	padding-top:49px;
	padding-left:23px;
}

.results {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;	
	width:963px;
	height:75px;
	float:left;
}

.frontpage_advert {
	width:1000px;
	height:224px;
	float:left;
	background-image:url(images/frontpage_advert.jpg);
}

.frontpage {
	height:341px;
	width:1000px;
	float:left;
	background-image:url(images/front_bg.png);
}

.front_search {
	width:472px;
	height:230px;
	float:left;
	background-image:url(images/front_search.png);
	padding-left:25px;
	padding-top:84px;
	color:#666464;
}

.front_sector {
	width:472;
	height:260px;
	float:left;
	background-image:url(images/front_sectors.png);
	padding-left:25px;
	padding-top:54px;
	color:#666464;
}


.front_sector_content a{
	color:#09377c;
	text-decoration:none;
	font-weight:bold;
}

.module_orange {
	background-color:#FCE7D1;
}


/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	width:900px;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #222222;
	padding: 1.5em 1.7em;	
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

.calendar {
	width:100%;		
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.calendar .clickable{
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	cursor:pointer;

}

.calendar .unclickable{
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#FFAEB0;
}

.calendar-month {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
}

.calendar .avail {
	background-color:#C2F3C4;
	
}
