@CHARSET "UTF-8";

/* Important!:
/* This CSS file is not for the EASYFLEX WEB-PAGE 		*/
/* It styles the PREZENT Easyflex application 	*/

div.moduleError {
	border: 1px solid #e31936;
	background: #fce5de;
}

div.moduleError ul {
}

/* SearchView */
#prezentEasyflex { font-size: 0.85em; font-family: Arial; }
#prezentEasyflex h1 { font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif; }
#prezentEasyflex table.searchResults { width: 100%; }
#prezentEasyflex table.searchResults td { text-align: left; padding:4px 4px 3px; font-weight: bold; }
#prezentEasyflex table.searchResults th { text-align: left; padding:1px 3px 1px; font-size: 1.1em; font-weight: bold; }
#prezentEasyflex table.searchResults td,
	#prezentEasyflex table.searchResults td a { color: #4B2177; }
#prezentEasyflex table.searchResults td a:hover { text-decoration: underline; }
#prezentEasyflex table.searchResults th { background-color: #4B2177; }
#prezentEasyflex table.searchResults th a { color: #fff; }
#prezentEasyflex table.searchResults tr.odd  td { background: #fff; }
#prezentEasyflex table.searchResults tr.even td { background: #DEDEFF; }
#prezentEasyflex table.searchResults td.city { width: 160px; }

#prezentEasyflex span.pager {
	margin-top: 5px;
	background-color:#4B2177;
	line-height: 12px;
	color:#76C6DC;
	font-weight:bold;
	padding:2px;
	position:relative;
	text-align:center;
	display: block;
	width:100%;
}
h1.vacancyTitle { width: 345px; }
#prezentEasyflex span.pager span { margin: 0px 5px; }
#prezentEasyflex span.pager a { color: #fff; }
#prezentEasyflex span.pager span.pagerMain a.pagerButton {	width: 8px;	text-align: center; }
#prezentEasyflex span.pager span.pagerMain a.selected { font-weight: bold; color: #FFDEDE; }

/* vacature detail */
#prezentEasyflexVacancy { position: relative; color: #4f2583; }
#prezentEasyflexVacancy table { width: 100%; }
#prezentEasyflexVacancy table td.singleColon { width: 100%; padding-bottom: 10px; }
#prezentEasyflexVacancy table td.key{ width: 30%; font-weight: bold; }
#prezentEasyflexVacancy div.reactionButton a {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 20px;
	border: 1px solid blue;
}
#prezentEasyflexVacancy div.reactionButton a:hover { background: #DEDEFF; }
#prezentEasyflexVacancy div#socialMedialinks {
	position: absolute;
	right: 0;
	top: 50px;
}

#prezentEasyflexVacancy h1 {
	font-size: 1.6em;
	line-height: 125%;
}

#prezentEasyflexVacancy h2 {
	font-size: 1.4em;
	line-height: 125%;
}

/* reply form */
#easyflexReplyForm table.moduleForm { width: 100%; }
#easyflexReplyForm td.key { width: 35%; font-size: 11px; }
#easyflexReplyForm td { padding: 2px 1px; }
#easyflexReplyForm input, #easyflexReplyForm select { border: 1px solid #4B2177; margin: 0; }
#easyflexReplyForm select.country { width: 292px; }
#easyflexReplyForm input.text { width: 79%; }
#easyflexReplyForm input.initials { margin-right: 2px; }
#easyflexReplyForm input.zip { width: 50px; margin-right: 2px; }
#easyflexReplyForm input.city { width: 236px; }
#easyflexReplyForm input.street { width: 202px; margin-right: 2px; }
#easyflexReplyForm input.streetNumber { width: 45px; margin-right: 2px; }
#easyflexReplyForm input.streetNumberAdd { width: 35px; }
#easyflexReplyForm input.shortText { width: 17%; }
#easyflexReplyForm input.initials { width: 25%; }
#easyflexReplyForm input.infix { width: 213px; }
#easyflexReplyForm div.submitArea { text-align: right; padding: 20px; }
#easyflexReplyForm textarea.text {
	border: 1px solid #4B2177;
	width: 99%;
	height: 100px;
}

#easyflexSearchForm td.key { color: #4B2177; vertical-align: middle; padding-right: 8px; }
#easyflexSearchForm input.submit, #easyflexSearchForm input.button {
	background:#4B2177 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-size:10px;
	padding: 2px 5px 3px 5px;
	position:relative;
}
#easyflexSearchForm input.text, #easyflexSearchForm select {
	border:1px solid #4B2177;
	color: #4B2177;
	width: 150px;
	margin-bottom: 10px;
}
#easyflexSearchForm select { width: 250px; }
#easyflexSearchForm select.small { width: 150px; }
#easyflexSearchForm div.submitArea {
	padding-top: 5px;
	padding-left: 75px;
}

#prezentEasyflexVacancy a { color: #4B2177; }

span.required {
	color: red;
}

#easyflexSearchForm h1.title {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#easyflexSubscribeForm td.key {
	width: 200px;
}

/* reply form */
#easyflexSubscribeForm table.moduleForm { width: 100%; }
#easyflexSubscribeForm td.key { width: 35%; font-size: 11px; }
#easyflexSubscribeForm td { padding: 2px 1px; }
#easyflexSubscribeForm input, #easyflexSubscribeForm select { border: 1px solid #4B2177; margin: 0; }
#easyflexSubscribeForm select.country { width: 292px; }
#easyflexSubscribeForm input.text { width: 79%; }
#easyflexSubscribeForm input.initials { margin-right: 2px; }
#easyflexSubscribeForm input.zip { width: 50px; margin-right: 2px; }
#easyflexSubscribeForm input.city { width: 236px; }
#easyflexSubscribeForm input.street { width: 202px; margin-right: 2px; }
#easyflexSubscribeForm input.streetNumber { width: 45px; margin-right: 2px; }
#easyflexSubscribeForm input.streetNumberAdd { width: 35px; }
#easyflexSubscribeForm input.shortText { width: 17%; }
#easyflexSubscribeForm input.initials { width: 25%; }
#easyflexSubscribeForm input.infix { width: 213px; }
#easyflexSubscribeForm div.submitArea { text-align: right; padding: 20px; }
#easyflexSubscribeForm textarea.text {
	border: 1px solid #4B2177;
	width: 99%;
	height: 100px;
}
#easyflexSubscribeForm input.initials {
	width: 50px;
}
#easyflexSubscribeForm select.country {
	width: 250px;	
}

