/* Table of Contents:
	1. Generic Styles
	2. Styles for ASP.NET controls
*/


/* 1. Generic Styles
--------------------------------------------------------------------------------------- */

		/* not sure what this is for - leave it in for now
		.check input, .button {margin-left: 18em;}
		.check label, .radio label {width: auto; margin-right: 0; text-align: left; float: none;}
		*/
		
		.ewi2_skin_input {width: 25em; border: 1px solid #ccc; padding-left: 0.5em; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}
		.ewi2_skin_textarea {margin-bottom: 1em; padding-left: 0.5em; border: 1px solid #ccc;}
		.ewi2_skin_select {padding-left: 0.5em; border: 1px solid #ccc;}
		.ewi2_skin_checkbox_selectall label {width: 20px !important; clear: none !important; padding: 0 !important; float: none !important; display: inherit !important; text-align: right !important;}
		.ewi2_skin_button {margin-right: 1em; margin-bottom:1em; cursor:pointer; background: #3881B4; border: solid 1px #ccc; color: White; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; padding: 1px !important;}
		.ewi2_skin_quicksearch_button{cursor:pointer; background: #3881B4; border: solid 1px #ccc; color: White; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; width:67px !important; padding: 1px !important;}

/*
.centerCol .bodyHolder label {
	float: left;
	padding-top: 5px;
	text-align:right;
	padding-right:7px;}
	
	.centerCol .bodyHolder .bodyCol label {
	text-align: left;
	width: 250px;
	padding-bottom: 10px;
	float: none;
	clear: both;
	display: block;
}*/


/* 2. Styles for ASP.NET controls
--------------------------------------------------------------------------------------- */

/* bold, italic, underline */
.ewi2_skin_boldtext {font-weight: bold;}
.ewi2_skin_italictext {font-style: italic;}
.ewi2_skin_underlinetext {text-transform: uppercase;}

/* calendar */
.ewi2_skin_calendar td {background: #f3f3f3; border: 1px solid #ccc; text-align: center;}
.ewi2_skin_dayheadercalendar {border:0; background: #666666; color: #ffffff;}
.ewi2_skin_calendaricon {margin-top: -0.7em;}

/* button */
.ewi2_skin_button_hidden {width: 0em; height: 0em; left: -100em; position: absolute;}
.ewi2_skin_gv_button {margin: 0em 0.5em 0em 0em;} 
.ewi2_skin_gv_rightbutton {padding-right: 0.5em;  text-align: right; position: relative;}

/* dropdown list */
.ewi2_skin_dropdownlistcalendar {margin-right: 0.5em;}
.ewi2_skin_dropdownlist_timesheet {margin-bottom: 0em;}

/* errors */
.ewi2_skin_error {background: #fff6bf url(../eclipseimages/error.gif) center no-repeat; background-position: 1% 50%; text-align: left; padding: 5px 20px 5px 45px; border-top: 2px solid #ffd324; border-bottom: 2px solid #ffd324; margin: 1em 2% 1em 0em;} 
.ewi2_skin_error_label  {background: #fff6bf url(../eclipseimages/error.gif) center no-repeat; background-position: 1% 50%; text-align: left;  border-top: 2px solid #ffd324; border-bottom: 2px solid #ffd324;  float: left; margin: 0em 2% 1em 0em; padding: 5px 0px 5px 6%;  position: relative; width: 92%; color: Red;}
.ewi2_skin_success_label {background: #ccffcc url(../eclipseimages/success.gif) center no-repeat; background-position: 1% 50%; text-align: left;  border-top: 2px solid #66cc66; border-bottom: 2px solid #66cc66;  float: left; margin: 0em 2% 1em 0em; padding: 5px 0px 5px 6%;  position: relative; width: 92%; color: green;}
.ewi2_skin_info_label {background: #dbd7fe url(../eclipseimages/information.png) center no-repeat; background-position: 1% 50%; text-align: left;  border-top: 2px solid #6666cc; border-bottom: 2px solid #6666cc;  float: left; margin: 0em 2% 1em 0em; padding: 5px 0px 5px 6%;  position: relative; width: 92%; color: blue;}
.ewi2_skin_clientpasswordrecovery {width: 84%; background: white url(../eclipseimages/information.png)  5px 50% no-repeat !important; display: block; padding: 5px 20px 5px 45px; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc;}
.ewi2_skin_error_li_fail {color: Red;}
.ewi2_skin_error_li_pass {}
.ewi2_skin_timesheetsummary {background: #ccffcc url(../eclipseimages/success.gif) center no-repeat; background-position: 5px 10%; /* x-pos y-pos */ text-align: left; border-top: 2px solid #66cc66; border-bottom: 2px solid #66cc66;  float:left; margin-bottom: 1em; padding: 5px 0px 5px 5%; position: relative; width: 91%; color: green; clear: both;}
.ewi2_skin_timesheetsummary_message {color: red; font-weight: bold; display: block; clear: both;}
.ewi2_skin_server_error {line-height: 1.3em;}


/* gridview */
	#ewi2_skin_gridview_wrapper {width: 100%; clear: both;}
	#ewi2_skin_gridview_wrapper div table {width: 100%;}
	
	/* gridview generic */
		.ewi2_skin_gridview input {margin: 0em; padding: 0em;}
		.ewi2_skin_gridview label {margin: 0em; padding: 0em;}
		.ewi2_skin_gridview {margin-bottom: 0em; line-height: 2em;}

		.ewi2_skin_gridview td, th {padding:0.5em;}

		.ewi2_skin_gridview_footerStyle{background: #e5e5e5;}
		.ewi2_skin_gridview_headerstyle {background: #e5e5e5; color: #333333;}
		.ewi2_skin_gridview_rowStyle {background: #f3f3f3;}
		.ewi2_skin_gridview_rowStyle_Pending {color: Green;}
		.ewi2_skin_gridview_rowStyle_Processed {color: #c5b900;}/* dark shade of yellow */
		.ewi2_skin_gridview_rowStyle_Rejected {color: Red;}
		.ewi2_skin_gridview_rowStyle_Authorised {color: Black;}
		.ewi2_skin_gridview_rowStyle_Invoiced {color: Black;}

	/* gridview timesheet */
		.ewi2_skin_timesheetpending_color {color: Green;}
		.ewi2_skin_timesheetprocessed_color {color: #c5b900;}/* dark shade of yellow */
		.ewi2_skin_timesheetrejected_color {color: Red;}
		.ewi2_skin_timesheetauthorised_color {color: Black;}
		.ewi2_skin_timesheetinvoiced_color {color: Black;}

	/* gridview paging */
		.ewi2_skin_gridview_pagerStyle {display: block; text-align: center; margin-top: 1em; line-height: 1em; padding: 0.5em; margin-left: -0.8em; width: 100%;}
		.ewi2_skin_gridview_pagerStyle span {background: #e5e5e5; padding: 1em;}

		.ewi2_skin_gridview_pagerStyle a:link  {background: #f3f3f3; color: #333333; padding: 10px;}
		.ewi2_skin_gridview_pagerStyle a:visited {background: #f3f3f3; color: #333333; padding: 10px;}
		.ewi2_skin_gridview_pagerStyle a:hover {background: #e5e5e5; color: #333333; padding: 10px;}
		.ewi2_skin_gridview_pagerStyle a:active {background: #f3f3f3; color: #333333; padding: 10px;}

	/* gridview hot jobs */
		.ewi2_skin_gridview_hotjobs {} /* div */
		.ewi2_skin_gridview_hotjobs_h2 {margin: 0px; padding: 10px 0px 0px 0px; color: #005596; font-size: 12px;} /* h2 */
		.ewi2_skin_gridview_hotjobs_salary {display: inline; font-size: 75%; line-height: 120%; padding-left: 4px;} /* span */
		.ewi2_skin_gridview_hotjobs_perhour {display: inline; font-size: 75%; line-height: 120%; padding-left: 4px;} /* span */
		.ewi2_skin_gridview_hotjobs_address {display: inline; font-size: 75%; line-height: 120%; border-right: solid 1px #005596; padding-right: 3px; font-style: normal;} /* address */
		.ewi2_skin_gridview_hotjobs_description {width: 100%; padding: 0 !important;} /* p */
		.ewi2_skin_gridview_hotjobs_nohotjobs {font-size: 11px; padding-left: 10px;} /* div */
		.ewi2_skin_gridview_hotjobs_divide {display: none;}

	/* gridview column width */
		
		.ewi2_skin_gridview_width_hiddencol {width: 0%;}
		
		/* Candidates*/
		
			/* gridview column width - candidate vacancies / saved searches / vacancy shortlist */
			.ewi2_skin_gridview_width_savedsearch_col1 {width: 80%; text-align: left;}
			.ewi2_skin_gridview_width_savedsearch_col2 {width: 10%; text-align: right;}
			.ewi2_skin_gridview_width_savedsearch_col3 {width: 10%; text-align: right;}

			/* gridview column width - candidate timesheets */
			.ewi2_skin_gridview_width_cantimesheets_col1 {width: 34%;}
			.ewi2_skin_gridview_width_cantimesheets_col2 {width: 33%;}
			.ewi2_skin_gridview_width_cantimesheets_col3 {width: 33%;}
			
			/* gridview column width - candidate employment history */
			.ewi2_skin_gridview_width_employmenthistory_col1 {width: 30%;}
			.ewi2_skin_gridview_width_employmenthistory_col2 {width: 30%;}
			.ewi2_skin_gridview_width_employmenthistory_col3 {width: 30%;}
			.ewi2_skin_gridview_width_employmenthistory_col4 {width: 10%;}

			/* gridview column width - candidate contracts */
			.ewi2_skin_gridview_width_contracts_col1 {width: 15%;}
			.ewi2_skin_gridview_width_contracts_col2 {width: 33%;}
			.ewi2_skin_gridview_width_contracts_col3 {width: 33%;}
			.ewi2_skin_gridview_width_contracts_col4 {width: 19%;}
						
		/* Clients*/
		
			/* gridview column width - client vacancies */
			.ewi2_skin_gridview_width_clivacancies_col1 {width: 15%;}
			.ewi2_skin_gridview_width_clivacancies_col2 {width: 20%;}
			.ewi2_skin_gridview_width_clivacancies_col3 {width: 20%;}
			.ewi2_skin_gridview_width_clivacancies_col4 {width: 15%;}
			.ewi2_skin_gridview_width_clivacancies_col5 {width: 15%;}
			.ewi2_skin_gridview_width_clivacancies_col6 {width: 15%;}

			/* gridview column width - client timesheets */
			.ewi2_skin_gridview_width_clitimesheets_col1 {width: 10%;}
			.ewi2_skin_gridview_width_clitimesheets_col2 {width: 15%;}
			.ewi2_skin_gridview_width_clitimesheets_col3 {width: 25%;}
			.ewi2_skin_gridview_width_clitimesheets_col4 {width: 15%;}
			.ewi2_skin_gridview_width_clitimesheets_col5 {width: 20%;}
			.ewi2_skin_gridview_width_clitimesheets_col6 {width: 15%;}

			/* gridview column width - client search candidates */
			.ewi2_skin_gridview_width_clicansearch_col1 {width: 15%;}
			.ewi2_skin_gridview_width_clicansearch_col2 {width: 33%;}
			.ewi2_skin_gridview_width_clicansearch_col3 {width: 33%;}
			.ewi2_skin_gridview_width_clicansearch_col4 {width: 19%;}
			
		/* CMS */
		
			/* gridview column width - edit category */
			.ewi2_skin_gridview_width_editcategory_col1 {width: 65%;}
			.ewi2_skin_gridview_width_editcategory_col2 {width: 10%; text-align: center;}
			.ewi2_skin_gridview_width_editcategory_col3 {width: 10%; text-align: center;}
			.ewi2_skin_gridview_width_editcategory_col4 {width: 15%; text-align: center;}
	
			/* gridview column width - page list */
			.ewi2_skin_gridview_width_pagelist_col1 {width: 60%;}
			.ewi2_skin_gridview_width_pagelist_col2 {width: 10%; text-align: center;}
			.ewi2_skin_gridview_width_pagelist_col3 {width: 15%; text-align: center;}
			.ewi2_skin_gridview_width_pagelist_col4 {width: 15%; text-align: center;}


/* Help Me Login Questionmark */
.ewi2_skin_login_help {margin-top: 0.7em;}

/* Job Description hidden textbox label */
.ewi2_skin_jobdescription_textbox {width: 24em; background-color: White; display: block; float: left;}

/* label sitting right of text box (eg. Salary must be 25000) */
.ewi2_skin_rightoftextbox_text {vertical-align: top;}


