*form {
	padding: 0;
	margin: 0;
}

.formWrapper {
	width: 860px;
	margin: 0 auto;
}

.formWrapper p {
	margin: 0;
}

.formWrapperContent {
	background-color: white;
	width: 100%;
	clear: both;
}

.formWrapper .bottom{
	background: url(/images/bg_forms_bottom.gif) bottom no-repeat;
	clear:both;
}

.formWrapper .submit{
	font-family: Trebuchet MS;
	font-size: 0.75em;
	margin: 20px 0px 0px 30px;
	clear: both;
}

.inlineWrapper {
	position: relative;
	overflow: auto;
	width: 847px;
}

.eFormClose {
	background: url(../images/bg_forms_top.gif) top no-repeat;
	margin: 0px;
	text-align: right;
	height: 30px;
}

.eFormClose p {
	float: left;
	text-align: center;
	width: 790px;
	display: inline;
	font-family: Trebuchet MS;
	font-size: 1.2em;
	color: #333333;
}

.eFormClose span {
	color: #8ABF39;
}

.eFormClose sup {
	font-size: 0.5em;
}

.eFormClose a {
	font-family: Trebuchet MS;
	font-size: 0.7em;
	color: #333333;
	text-align: right;
	text-decoration: none;
}

.clear {
	clear: both;
}

.eFormClose img {
	width: auto;
	margin: 10px 13px 0px 10px;
}

/************/

.eFormNavProfile {
	height: 22px;
	width: 705px;
	background: url(../images/bg_form_nav.gif) no-repeat;
	margin: 0px 0px 16px 13px;
}

.eFormNavProfile ul {
	margin: 0;
	padding: 0;
}

.eFormNavProfile li {
	display: inline;
	border-right: 1px solid #BCBCBC;
}

.eFormNavProfile li a {
	font-family: Trebuchet MS;
	font-size: 0.7em;
	font-weight: bold;
	color: #C7C7C7;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
}

.eFormNavProfile li a:hover {
	font-family: Trebuchet MS;
	font-size: 0.7em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #333333;
	background: url(../images/bg_form_nav_roll.gif) right no-repeat;
}

.eFormNavProfile li a:hover {
	background-color: #333333;
}

.eFormNavProfile li.active a {
	background-color: #333333;
	color: white;
}

/************/

.eFormNav {
	height: 22px;
	width: 781px;
	background: url(../images/bg_form_nav.gif) no-repeat;
	margin: 0px 0px 16px 13px;
	
}

.eFormNav ul {
	margin: 0;
	padding: 0;
}

.eFormNav li {
	display: inline;
	border-right: 1px solid #BCBCBC;
}

.eFormNav li a {
	font-family: Trebuchet MS;
	font-size: 0.7em;
	font-weight: bold;
	color: #C7C7C7;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
}

.eFormNav li a:hover {
	font-family: Trebuchet MS;
	font-size: 0.7em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #333333;
	background: url(../images/bg_form_nav_roll.gif) right no-repeat;
}

.eFormNavRoll li a:hover {
	background-color: #333333;
}

.eFormNav li.active a {
	background-color: #333333;
	color: white;
}

.eFormModule {
	width: 781px;
	margin-left: 13px;
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
	background: url(../images/bg_form_module_bottom.gif) bottom no-repeat;
	background-color: white;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color: #333333;
}

.eFormModule div.header {
	background: url(../images/bg_form_module_top.gif) top left no-repeat;
	margin: 0px;
	height: 30px;
	padding: 0px 0px 20px 30px;
}

.eFormModule div.headerLong {
	background: url(../images/bg_form_module_top_LONG.gif) top left no-repeat;
	margin: 0px;
	height: 30px;
	padding: 0px 0px 20px 30px;
}

.eFormModule h2 {
	font-family: Trebuchet MS;
	font-size: 1em;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	display: inline;
	width: 210px;
	float: left;
}

.eFormModule label.h2big {
	font-family: Trebuchet MS;
	font-size: 1em;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	display: inline;
	width: 250px;
	float: left;
}

.surge {
	font-family: Trebuchet MS;
	font-size: 0.8em;
	text-align:center;
	font-weight:lighter;
	display: inline;

}

.eFormModule .requiredFields {
	background-color: white;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
	color: #1786A0;
	font-weight: bold;
}

.eFormModule div {
	margin: -5px 30px 10px 30px;
	background: none;
	clear: both;
}

.eFormModule div.noMargin {
	margin: 0;
}

.eFormModule input.noBorder {
	border: none;
}

.eFormModule div.noMargin div {
	margin: 0;
}

.eFormModule div p {
	margin-bottom: 9px;
}

.eFormModule div a {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #1786A0;
	background: url(../images/bg_link_dots_blue.gif) bottom repeat-x;
	text-decoration: none;
}
.eFormModule div a:hover {
	background: none;
	text-decoration: none;
}

/*
.eFormModule div a {
	background: url(../images/bg_link_black_dots.gif) bottom repeat-x;
	color: #333333;
	text-decoration: none;
}

.eFormModule div a:hover {
	background: none;
	text-decoration: none;
}
*/

.eFormModule input, textarea,file {
	border: 1px solid #7E9DB9;
	padding: 1px 0px 1px 0px;
	font-family: Trebuchet MS;
	font-size: 1em;
	color: #333333;
}

.eFormModule select {
	border: 1px solid #7E9DB9;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 1em;
	color: #333333;
	height: 1.55em;
	#height: 2em;
	overflow:visible;
}

.fieldComment {
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 0.9em;
	padding-left: 5px;
}

.eWorkHistory {
	width: 760px;
	margin-left: 10px;
	margin-bottom: 6px;
	display: block;
	padding-top: 10px;
	position: relative;
	clear: both;
}

.eFormModule .eWorkHistory span {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.eWorkHistoryBig{
	height: 72px;
	background: url(/images/bg_work_history.gif) top left no-repeat;
}

.eWorkHistoryBigNarrow{
	height: 72px;
	background: url(/images/bg_work_history_narrow.gif) top left no-repeat;
}

.eWorkHistoryBigNarrowBig{
	height: 120px;
	background: url(/images/bg_work_history_narrow_big.gif) top left no-repeat;
}

.eWorkHistorySmall{
	height: 42px;
	background: url(../images/bg_work_history_small.gif) top left no-repeat;
}

.eWorkHistorySmallNarrow{
	height: 42px;
	background: url(../images/bg_work_history_small_narrow.gif) top left no-repeat;
}

.eWorkHistorySmallNarrow1{
	height: 42px;
	background: url(../images/bg_work_history_small_narrow1.gif) top left no-repeat;
}

.eWorkHistory img {
	float: right;
	margin-right: 6px;
}

.eWorkHistory p {
	padding: 0;
	margin: 0;
	clear: left;
}

.eWorkHistory label {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 320px;
	padding-right: 10px;
}

.eFormDescription {
	float: right;
	display: block;
	padding-right: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.eOpenPosition label {
	font-weight: bold;
	float: left;
	width: 85px;
	margin-left: -90px;
}

.eOpenPosition p {
	clear: both;
	padding-left: 90px;
}


/***************/


.eRegistration label {
	float: left;
	width: 125px;
	font-weight: bold;
}

.eRegistration p {
	clear: both;
}

.eEval label {

	width: 500px;
	
}

.eEval p {
	clear: both;
}


.eCommerce p {
	clear: both;
}

.eCommerce h2 {
	clear: both;
}

.eDevelopment label {
	float: left;
	width: 180px;
	font-weight: bold;
}

.eDevelopment p {
	clear: both;
}

.eCompetencies label {
	float: none;
	font-weight: bold;
}

.eCompetencies p {
	clear: both;
}

.eCompetencies div {
	margin: 0px;
	padding: 0px;
}

.eBasicNetworking label {
	float: left;
	width: 190px;
	font-weight: bold;
}

.eBasicNetworking p {
	clear: both;
}

.eContact label {
	float: left;
	width: 200px;
	font-weight: bold;
}

.eContact p {
	clear: both;
}

.eBM label {
	float: left;
	width: 225px;
}

.eBM p {
	clear: both;
}

.eBM3 label {
	float: left;
	width: 275px;
}

.eBM3 p {
	clear: both;
}

.eJobPosting label {
	float: left;
	width: 310px;
	display: inline;
	text-align: right;
	padding-right: 10px;
}

.eJobPosting2 label {
	float: left;
	width: 280px;
	display: inline;
	text-align: right;
	padding-right: 10px;
}

.eJobPosting label.labelInline {
	float: none;
	padding-left: 10px;
}

.eJobPosting input.inputInline {
	width: 30;
}

.eTags label {
	float: left;
	width: 180px;
}

.eStatusMsg {
	margin: 0 auto;
	margin-bottom: 10px;
	font-family: Trebuchet MS;
	font-size: 1em;
	display: block;
	color: red;
	background-color:#FDCACA;
	font-weight:bold;
}

.eCapcha {
	font-family: Trebuchet MS;
	font-size: 0.8em;
}

.eCapcha label {
	padding: 0px 2px 0px 30px;
	float: left;
	width: 40px;
}

.eCapcha input {
	float: left;
	border: 1px solid #A5ACB2;
	padding: 1px 0px 1px 0px;
	font-family: Trebuchet MS;
	font-size: 1em;
	color: #333333;
}

.eCapcha img {
	float: left;
	margin-left: 10px;
}

.feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
	font-weight: bold;
	color: #000000;
	padding-left:18px;
	visibility:hidden;
	font-family: Trebuchet MS;
	font-size: 0.9em;
}

.feedbackError {
	font-weight: bold;

	visibility: visible;
	font-family: Trebuchet MS;
	font-size: 1em;
	line-height: 1em;
	padding:5px;
	margin-top:3px;
	display: block;
	color: red;
	background-color:#FDCACA;

}

.paragraphError {
	background-color: #FBE7E7;
}

.width70 {
	width: 70px;
}

.width110 {
	width: 110px;
}

.width120 {
	width: 120px;
}

.width130 {
	width: 150px;
}

.width160 {
	width: 160px;
}

.width170 {
	width: 170px;
}

.width180 {
	width: 180px;
}

.width200 {
	width: 200px;
}

.width225 {
	width: 225px;
}

.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

.width450 {
	width: 450px;
}

.width495 {
	width: 495px;
}

.width550 {
	width: 550px;
}

.width590 {
	width: 590px;
}

.width650 {
	width: 650px;
}

.width710 {
	width: 710px;
}

.height90 {
	height: 90px;
}

.height130 {
	height: 130px;
}

.height150 {
	height: 150px;
}

.height170 {
	height: 170px;
}

.height360 {
	height: 360px;
}

.height420 {
	height: 420px;
}

.height460 {
	height: 460px;
}

.height520 {
	height: 400px;
}

.height560 {
	height: 560px;
}

/******************/
/* PUBLIC PROFILE */
/******************/

.ePublicProfile {
	width: 815px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: white;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color: #333333;
}

.ePublicProfile h1 {
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 15px 0px;
	padding-left: 10px;
	text-align: center;
}

.ePublicProfile .title {
	font-size: 18px;
}

.ePublicProfile h2 {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	height: 25;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
	background: url(../images/bg_public_profile_blue.gif) top left no-repeat;
	color: white;
	clear: both;
}

.ePublicProfile h2 span {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

.ePublicProfile h3 {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	padding-top: 2px;
	color: #333333;
	height: 25px;
	background: url(../images/bg_public_profile_gray.gif) top left no-repeat;
	clear: both;
}

.eTable {
	width: 100%;
	background-color: #424242;
}

.eTable table {
	margin-top: 10px;
/*	margin-bottom: 10px;*/
	background-color: #424242;
	width: 99%;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color: #333333;
}

.eTable th {
	background-color: #424242;
	color: white;
	font-weight: normal;
}

.eTable tr {
	background-color: #EEEEEE;
}

.ePublicProfile table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ePublicProfile p {
	padding-left: 330px;
	margin: 0;
	clear: both;
}

.ePublicProfile label {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 310px;
	margin-left: -320px;
}

.ePublicProfile ul {
	margin: 0px;
	padding-left: 10px;
}

.ePublicProfile li {
	margin: 0px;
	list-style-type: none;
}

.ePublicProfile table {
	background-color: #424242;
	width: 99%;
}

.ePublicProfile th {
	background-color: #424242;
	color: white;
	font-weight: normal;
}

.ePublicProfile tr {
	background-color: white;
}

.eStack {
	background-color: #B9DC99;
	width: 100%;
}

.eStack label {
	width: auto;
}

.eStack div {
	background-color: #B9DC99;
}

.eStack span.stack {
	width: 33%;
	height: 25px;
	display: inline;
	float: left;
	background-color: #B9DC99;
	font-size: 0.85em;
}

.eStackWrapper {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color: #333333;
}

.eStackWrapper a {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-weight: bold;
	color: #1786A0;
	background: url(../images/bg_link_dots_blue.gif) bottom repeat-x;
}

.eStackWrapper a:hover {
	background: none;
	text-decoration: none;
}

.eStackWrapper div {
	clear: both;
}

.risiCheck{
	font-size: 0.85em;
}

.openLink {
color:17879F#
}

.addMentor label {
	float: left;
	width: 120px;
	display: inline;
	text-align: right;
	padding-right: 10px;
	left:20px;
}

.candSod {
	cursor: pointer;	
	background-image: url(../images/bg_top10.gif);
	background-repeat: no-repeat; 
	margin:2px;
	background-color: #eeeeee;
}

.candLih {
	cursor: pointer;	
	background-image: url(../images/bg_top10.gif);
	background-repeat: no-repeat; 
	margin:2px;
	background-color: #ffffff;
}
.candActive {
	cursor: pointer;	
	background-image: url(../images/bg_top10.gif);
	background-repeat: no-repeat; 
	margin:2px;
	background-color: #B7D57B;
	color: white;
}

.candActive span {
	color: white;
}

.green {
	color: #69AD00;
	font-style: normal;
}

.noStyle input {
	border: 0px;
	padding: 1px 0px 0px 0px;
	font-family: Trebuchet MS;
	font-size: 1em;
	color: #333333;
}



/*   moduli pr stran   */

