/* Password Formular -------------------------------------------------------------------*/

#passwordform fieldset {
	/*margin: 10px 0 18px;
	border: 1px solid #83b1d6;
	padding: 10px;*/
	margin-bottom: 15px;
	border: 1px solid #777;
	padding: 5px;
	/* width: 380px; */
}

#passwordform label {
	float: left;
	clear: both;
	width: 120px;
	/* margin: 3px 2% 0; */
	padding-top: 3px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #000;
	vertical-align: middle;
}

/* Login Formular ----------------------------------------------------------------------- */
/*
#tabLogin .messages {
	width: 738px;
}
*/


#logincontent .formblock {
	padding: 5px;
	margin-bottom: 5px;
	border: 0;
	height: auto;
/*
	display: inline-block;
	width: 730px;
*/
	clear: both;
}

#logincontent label {
	width: 165px;
	display: inline-block;
}

#loginForm input.text {
	width: 150px;
}

/* Companyprofile Formular -------------------------------------------------------------------*/

#companyprofileform .formblock {
	/* background: #aac6df; 
	padding: 0 5px ;
	margin-bottom: 10px;
	height: auto;
	display: inline-block;
	width: 690px;
	clear: both;*/
	
	padding: 5px;
	margin-bottom: 5px;
	border: 0;
	height: auto;
	display: inline-block;
	width: 660px;
	clear: both;
}

#companyprofileform .einsatz {
	padding: 2px 5px 0 5px;
	margin-bottom: 0;
	border: 0;
	height: auto;
	display: inline-block;
	width: 660px;
	clear: both;
}

#companyprofileform .line {
	border-bottom: 1px solid #777;
}

#companyprofileform .inlineWide {
	display: inline-block;
	float: left;
	width: 220px;
	white-space: nowrap;
}

#companyprofileform fieldset {
	/*margin: 10px 0 18px;
	border: 1px solid #83b1d6;
	padding: 10px;
	width: 730px; */
	margin-bottom: 15px;
	border: 2px solid #00447d; /* #83b1d6; */
	border-top: 0px;
	padding: 2px 0;
	margin-top: -4px;
/*
	width: 740px;
*/
	}
	
/* #companyprofileform fieldset:hover{
	border: 1px solid #ff9933;
	background-color: #eee;
} */

#companyprofileform h3,
#jobofferform h3 {
	color:#00447d;
	margin: 0;
	padding: 15px 5px;
/*
	width: 732px;
*/
	background-color: #f0f0f0; 
	border: 2px solid #00447d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}


#companyprofileform h3.minus,
#jobofferform h3.minus {
	background-image: url(images/H3close.gif);
	background-position: 552px 11px;
	background-repeat: no-repeat;
}

#companyprofileform h3.plus,
#jobofferform h3.plus {
	background-image: url(images/H3open.gif);
	background-position: 555px 11px;
	background-repeat: no-repeat;
}

#companyprofileform legend {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #ff9933;
	padding: 0 5px;
	visibility: hidden;
	height: 0px;
	
	/* margin: 10px 0 10px 3px;
	border: 1px solid #83b1d6;
	padding: 3px 8px;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #83b1d6;
	background: #83b1d6; */
}

#companyprofileform label,
#companyprofileform .label {
	float: left;
	clear: both;
	width: 160px;
	line-height: 24px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #000;
	vertical-align: middle;
	padding-top: 3px;
}
	
#companyprofileform label.multiline {
	line-height: 16px;
}

#companyprofileform label.prelabel {
	/* float: none; */
	clear: none;
	display: inline-block;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	width: auto;
	vertical-align: middle;
}

#companyprofileform label.normal {
	font-weight: normal;
	font-size: 1em;	
	clear: none;
	float: none;
}

#companyprofileform select.dateselect {
	width: auto;
	display: inline;
	vertical-align: middle;
}

#companyprofileform p.radio label {
	margin-right: 10px;
}

#companyprofileform input.text, 
#companyprofileform input.url, 
#companyprofileform textarea, 
#companyprofileform select {
	float: left;
	display: block;
	width: auto;
/*	margin: 5px 15px 5px 0; */
	border: 1px solid #777;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#companyprofileform input, 
#companyprofileform select,
#companyprofileform label,
#companyprofileform p {
	vertical-align: middle;
}

#companyprofileform input.text, 
#companyprofileform input.url, 
#companyprofileform textarea {
	margin-bottom: 0;
	width: 490px;
}

#companyprofileform input.short {
	width: 80px;
}

#companyprofileform input.button {
        width: 150px;
        height:27px;
        padding: 0;
        font-size: 1em;
        color: #fff;
        background: #115895 url(images/button_bg.gif) top left no-repeat;
        cursor: pointer;
        border: 1px hidden;
        /* border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1; */
	}
	
#companyprofileform input.button:hover {
	background: #83b1d6 url(images/button_bg.gif) top left no-repeat;
}

.pmg { background-color: #f93; }
.pmgbg { background-color: #f93; padding: 5px; }
span.pmg {
	background-color: #f93;
	border: 1px dotted #00447d;
	color: #fff;
	/*height: 80px;*/
	display: block;
    line-height: 14px;
    padding: 5px;
    width: 85%;
}

span.pmg span, span.counter { 
    display: block;
    font-size: 24px;
    padding-top: 5px;
	font-weight: bold;
	color: #fff;
 }
div.pmg {
	background-color: #f93;
	border: 1px dotted #00447d;
	color: #fff;
	display: block;
    line-height: 14px;
    padding: 5px;
}

div#eMatrix.pmg {
	background-color: #f93;
	border: 0
}

/* Joboffer Formular -------------------------------------------------------------------*/

#jobofferform .formblock {
	/* background: #aac6df; */
	padding: 0 5px;
	margin-bottom: 0;
	border: 0;
	height: auto;
	display: inline-block;
	width: 660px;
	clear: both;
}

#jobofferform .line {
	border-bottom: 1px solid #777;
	padding-bottom: 12px;
}

#jobofferform fieldset {
	/* margin: 10px 0 18px; */
	border: 2px solid #00447d; /* #83b1d6; */
	border-top: 0px;
	padding: 2px 0;
	margin-top: -4px;
/*
	width: 740px;
*/
	}


#jobofferform legend {
	margin: 10px 0 10px 3px;
	border: 1px solid #83b1d6;
	padding: 3px 8px;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #83b1d6;
	/* background: #83b1d6; */
}

#jobofferform label, 
#jobofferform .label {
	float: left;
	clear: both;
	width: 140px;
	line-height: 24px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #000;
	vertical-align: middle;
	padding-top: 3px;
}

#jobofferform #tabscontent label,
#jobofferform #tabscontent .label,
#companyprofileform #tabscontent label,
#companyprofileform #tabscontent .label {
	font-weight: normal;
}

#jobofferform label.prelabel {
	/* float: none; */
	clear: none;
	display: inline-block;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	width: auto;
	vertical-align: middle;
}

#jobofferform select.dateselect {
	width: auto;
	display: inline;
	vertical-align: middle;
}

#jobofferform input, 
#jobofferform select,
#jobofferform label,
#jobofferform p {
	vertical-align: middle;
}

#jobofferform input.text, #jobofferform input.url, #jobofferform textarea, #jobofferform select {
	float: left;
	display: block;
	margin: 5px 15px 0 0;
	border: 1px solid #777; /* #83b1d6; */
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#jobofferform select{
	width: 496px;
}
#jobofferform input.text, #jobofferform textarea {
	width: 490px;
}
	
#jobofferform #CE_beschreibung_ID select {
	width: auto;
}

#jobofferform #beschreibung {
	line-height: 120%;
}
	
#jobofferform textarea {
	margin-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#jobofferform input.button {
        width: 150px;
        height:27px;
        padding: 0;
        font-size: 1em;
        color: #fff;
        background: #115895 url(images/button_bg.gif) top left no-repeat;
        cursor: pointer;
        border: 1px hidden;
        /* border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1; */
	}
	
#jobofferform input.button:hover {
	background: #83b1d6 url(images/button_bg.gif) top left no-repeat;
}

#jobofferform .inline {
	display: inline-block;
	float: left;
	width: 200px;
	white-space: nowrap;
}

#jobofferform .inlineWide {
	display: inline-block;
	float: left;
	width: 220px;
	white-space: nowrap;
}

#jobofferform .inline label,
#companyprofileform .inline label {
	clear: none;
	float: none;
}

#jobofferform label.normal {
	font-weight: normal;
	font-size: 1em;	
	clear: none;
	float: none;
}

#jobofferform .superregion1 label, #jobofferform .superregion2 label, #jobofferform .superregion3 label, #jobofferform .superregion4 label {
	font-size: 1em;
	font-weight: normal;
}

#jobofferform label.regionen40,
#jobofferform label.regionen50,
#jobofferform label.regionen60 {
	font-weight: bold;
}
 
#jobofferform .superregion2, #jobofferform .superregion3 {
	width: 130px;
}

select#studiengaenge0,
select#studiengaenge1 {
	width: auto;
	margin: 0 2px 0 0;
	font-size: 1em;
	width: auto;
}

select#studiengaenge2 {
	margin: 0;
	font-size: 1em;
	width: auto;
}

/* Jobmarketaccountingform --------------------------------------------------------- */

#jobmarketaccounting {
	border: 1px solid #333;
}

#jobmarketaccounting th {
	font-weight: bold;
	font-size: 0.9em;
}

#jobmarketaccounting th,
#jobmarketaccounting td {
	padding: 3px;
	border: 1px solid #333;
}

#jobmarketaccounting th input,
#jobmarketaccounting td input {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

#jobmarketaccounting td span.threedigit,
#jobmarketaccounting td label.threedigit {
	vertical-align: middle;
	width: 60px;
	text-align: right;
	display: inline-block;
}

#jobmarketaccounting td label.fourdigit {
	vertical-align: middle;
	width: 60px;
	text-align: right;
	display: inline-block;
}

/* Jobofferlistform ---------------------------------------------------------------- */

#jobofferlistform {
/*
	width: 960px;
*/
	background-color: #EDF2F2;
	float: left;
	padding: 5px 5px 0;
	margin-top: -5px;
	width: 910px;
}

.jobofferlistformLeft {
	float: left;
	display: inline-block;
	width: 340px;
}

.jobofferlistformRight {
	float: right;
	display: inline-block;
	width: 330px;
}

.jobofferlistformLeft p {
	margin: 2px 0;
	font-style: normal;	
	float: left;
}


.jobofferlistformRight p {
	margin: 2px 0;
	font-style: normal;
	float: right;
}

#jobofferlistform label.suchen {
	width: 115px;
	display: inline-block;
	font-weight: normal;
	float: left;
}

#content #jobofferlisth2 {
	margin: 0;
	clear: both;
	float: left;
}

#jobofferlistform input.text {
	width: 208px; 
	display: inline-block;
	border:1px solid #777;
	float: right;
}

#jobofferlistform select {
	width: 210px;
	display: inline-block;
	border:1px solid #777;
	float: right;
}

#jobofferlistfilter label.suchen {
	display: block;
	font-weight: bold;
}

#jobofferlistfilter input.text,
#jobofferlistfilter select {
	width: 100%; 
	display: block;
	border:1px solid #777;
}

.deleteconfirm h2 {
	font-size: 1.4em;
}

.formErrorMessage { display: none; }
.formError .formErrorMessage { display: block; color: red; }
.discription {
	display: block;
	clear: both;
	font-size: 0.9em;
	color: #333;
}

.discriptionShort {
	display: block;
	clear: both;
	font-size: 0.9em;
	color: #333;
	margin-left: 140px;
	width: 498px;
}

#companyprofileform .discriptionShort {
	margin-left: 160px;
}


#companyprofileform div#qMatrix label { 
	width: 230px; 
	line-height: 16px;
}

#companyprofileform div#qMatrix p.radio label {
	margin-right: 20px;
}

#fineadjustmentformtag fieldset {
	padding-bottom: 15px;
}

#fineadjustmentformtag .formblock {
	padding: 0 0 0 10px;
	margin-bottom: 0;
}

#fineadjustmentformtag input,
#fineadjustmentformtag select,
#fineadjustmentformtag textarea {
	margin-left: 0px;
}

#fineadjustmentformtag label,
#fineadjustmentformtag .label {
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
}

#fineadjustmentformtag h4.green {
	padding: 10px;
	color: #fff;
	background-color: #76B900;
}
