




/*
     FILE ARCHIVED ON 3:43:43 Jun 7, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:38:21 Nov 10, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@CHARSET "UTF-8";

.loading,
#jquery-dialog-resume.ui-dialog .ui-dialog-content.loading {
	background-image	: url('/components/com_joboffer/assets/images/ui-anim_basic_16x16.gif');
	background-position	: 100% 0;
	background-repeat	: no-repeat;
}

/* Background
----------------------------------*/
.bg-middle{
	background	: transparent url("/components/com_joboffer/assets/images/bg_middle.png") repeat-y scroll 0 0;
	margin		: 0;
	width		: 735px;
	font-family	: arial;
}

.bg-top{
	background	: transparent url("/components/com_joboffer/assets/images/bg_top.png") no-repeat scroll 0 0;
	overflow	: hidden;
}

.bg-bottom {
	background	: transparent url("/components/com_joboffer/assets/images/bg_bottom.png") no-repeat scroll  0 100%;
	overflow	: hidden;
}

.bg-warpper{
	padding: 15px;
}

/* Intro
----------------------------------*/
span#intro {
	color: #666666;
}

span#intro h1{
	font-size: 16px;
}

/* Filter
----------------------------------*/
	/* Form
	----------------------------------*/	
	#siteForm{
		margin: 0px;
	}

.filter-content h2 {
	color			: #333333;
	font-size		: 12px;
	font-weight		: bold;
	border-top		: 1px solid #666666;
	padding			: 5px 0 10px 0;
	margin-bottom	: 0;
}

.filter-content h2.first {
	border-top		: none;
	padding-top		: 0;
	margin-top		: 0;
}

.joboffer-filter .filter-content label#search-word,
.scholarship-filter .filter-content label#organization,
.scholarship-filter .filter-content label#resource_name,
.scholarship-filter .filter-content label#ss_id	 {
	color			: #333333;
	font-size		: 12px;
	font-weight		: bold;
}

.filter-content .twoColumn {
}

.filter-content .twoColumn .column {
	display			: inline;
	float			: left;
	margin-right	: 15px;
	width			: 319px;
}

.filter-content .twoColumn .column.last {
	margin-right: 0px;
}

.joboffer-filter .filter-content input#search-word {
	width: 211px;
}

.scholarship-filter .filter-content input#organization,
.scholarship-filter .filter-content input#resource_name,
.scholarship-filter .filter-content input#ss_id	 {
	width: 233px;
}

.joboffer-filter .filter-content {						/*Specific for com_joboffer*/
	text-align	: left;
}

.scholarship-filter .filter-content {
	text-align	: left;
}

div#site-filter > h3 > a {
	color		: #3062C4;
	font-size	: 10pt;
}

.filter-sortby-panel {
	color		: #666666;
	margin		: 20px 0 10px;
}

.filter-sortby-panel-item {
	margin-right: 7px;
	float		: right;
}

.filter-sortby-panel-item.last {
	margin-right: 0;
}

.filter-button-panel {
	text-align		: right;
	margin-bottom	: 10px;
}

/* Results
----------------------------------*/
.results-item {
	text-align:left;
	
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	
	outline-color:-moz-use-text-color !important;
	outline-style:none !important;
	outline-width:medium !important;
	
	margin-bottom: 10px;
	
	
}
.results-item a {
	color			:#444444 !important;
	text-decoration	:none;
}
.results-item strong {
	color		: #3062C4;
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 14px;
	line-height	: 19px;
}
.results-item span {
	display:block;
	line-height:17px;
}
.results-item .date {
	border-top:1px dotted #9DC1C0;
}
.results-item .date {
	margin:5px 0 0 0;
	padding:2px 0 17px;
}
.results-item .date i {
	font-style:normal;
	margin-right:5px;
}
.results-item .date * {
	float:left;
}
.results-item .date em {
	color		: #3062C4;
	float		: right;
	font-style	: normal;
}
.location em {
	color		: #666666;
	font-size	: 12px;
	font-style	: normal;
}

.results-item-button-panel{
	text-align	: right; 
	width		: 100%; 
	
}

/* Dailog Resume						/*Specific for com_joboffer*/
----------------------------------*/
#jquery-dialog-resume-content .dialog-row {
	margin-top: 10px;
}
#jquery-dialog-resume-content .first {
	margin-top: 0;
}
	
	/* Form
	----------------------------------*/
	form.resume div#validateTips {
		margin-bottom	: 15px;
		margin-top		: 10px;
	}
	
	form.resume input#fullname,
	form.resume input#email,
	form.resume input#recaptcha_response_field {
		width: 296px;	
	}
	form.resume textarea#comment {
		overflow:auto;
		width	: 296px;
		height	: 6em;
	}
	form.resume span#containererreurtotal label.ui-state-error {
		border		: none;
		background	: none;
	}
	form.resume input#fullname.ui-state-error,
	form.resume input#email.ui-state-error,
	form.resume input#recaptcha_response_field.ui-state-error,
	form.resume textarea#comment.ui-state-error {
		background: #FEF1EC;
	}

	/* Recaptcha
	----------------------------------*/
	#recaptcha_widget a {
		display: block;
	}
	.recaptchatable .recaptcha_image_cell, #recaptcha_table {
		background-color:#FFFFFF !important; 
	}
	#recaptcha_table {
		border-color: #FFFFFF !important; 
	}
	#recaptcha_image {
		border: 1px solid #CCCCCC;
	}