/*  Stylesheet for the job database application */
/*  (c) intersolut, Leipzig */

#jobb {
	width: 100%;
	height:auto;
}

#jobb h1 {
	color: #25365D;
	font-weight: bold;
	font-size: 14px;
}

#jobb ul li {
	padding: 7px;
}

#jobb dt {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

#jobb .backlink {
	float: right;
}

#jobb .applybtn {
	font-weight: bold;
	text-decoration: none;
	width: 250px;
	padding: 5px;
	border: 2px solid #919191;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	background-color: #24355C;
	color: #FFF;
}

#jobb .formrow {
	line-height: 25px;
	clear: both;
}

#jobb .control250 {
	width: 252px;
}

#jobb .control70 {
	width: 70px;
}

#jobb .control180 {
	width: 180px;
}

#jobb .control120 {
	width: 120px;
}

#jobb .caption {
	font-weight: bold;
	float: left;
	width: 250px;
}

#jobb #tabs {
	list-style: none;
	padding-left: 0px;
	padding-bottom: 20px;
}

#jobb #tabs li {
	float: left;
	text-align: center;
	border: 1px solid black;
	padding: 4px;
	margin-right: 3px;
	background-color: #FBC997;
}

#jobb #tabs a {
	text-decoration: none;
	color: #010319;
}

#jobb #tabs a.aktiv {
	font-weight: bold;
}

#jobb h3 {
	clear: both;
}

#jobb .panel {
	border: 1px outset black;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#jobb .tabs {
	padding-bottom: 10px;
	text-align: center;
}

#jobb .prevnext {
	margin-top: 10px;
	text-align: center;
}

input {
   	border-style: solid; 
   	border-width: 1px; 
   	border-color: #000000; 
	text-align: left;
	border: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 1px;
	background-color: #FFFFFF;
}


input.prevnext, input.flatdisabled, input.flatactive  {
   	border-style: solid; 
   	border-width: 1px; 
   	border-color: #000000; 
	text-align: center;
	border: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 1px;
	background-color: #FBC997;
	font-size: 12px;
}

input.prevnext {
	padding-bottom: 2px;
}

input.flatdisabled {
	font-weight: bold;
}
