/** ***********************************************
 *  General
 *  *********************************************** */
input, select, textarea, body, p, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

body, p, td, th {
  line-height: 140%;
}

a       { color:#000000; text-decoration:underline; }
a.n     { color:#666666; }
a:hover { color:#000000; text-decoration:underline; }

.loginbox { margin-left:175px; margin-top:30px;}
input.jmbutton { cursor:pointer; }

.small { text-decoration:none; color:#808080; font-family: Verdana,Arial,sans-serif,Helvetica; font-size:10px;}

div.hometest {
  margin-top:2px;
  margin-bottom:2px;
}
div.hometestnotfilled {
  font-weight:bold;
}

tr.hometestcurrent {
  background-color:#F0F0F0;
}
div.hometestcurrent {
  font-weight:bold;
}

/** ***********************************************
 *  Testframe Definitions
 *  *********************************************** */
.clockborder { background-color: #636363; }
.clockbar    { background-color: #C0C0C0; }
.clockwhite  { background-color: #F7F7F7; }

.naviborder {	background-color: #636363; }
.navipageselected {	background-color: #C0C0C0; font-size:11px; line-height:13px; font-weight:bold;}
.navipage {	background-color: #F7F7F7; font-size:11px; line-height:13px; font-weight:bold;}
.navipage1 { background-color: #F7F7F7; font-size:11px; line-height:13px; font-weight:bold; color:#C0C0C0;}

.toptitel    {color:#676767; font-weight:bold; font-family:Verdana,Arial,Helvetica; margin-top:10px; margin-bottom:3px; font-size:14px;}
.topsubtitel {color:#497F96; font-family:Verdana,Arial,Helvetica; font-weight:bold; font-size:12px;}
.testcopyright { color:#303030; font-family: Arial,sans-serif,Helvetica; font-size:10px; line-height:12px;}

body.navibody {
  border-right:1px solid #C1C7DA;
}
body.ctrlbody {
  border-top:1px solid #C1C7DA;
}

input.testbutton {
  width:120px;
  height:22px;
  font-family:arial; font-size:11px;
  padding: 0px 5px 0px 5px;
  cursor: pointer;
}

input.testbuttonback {
  text-align: left;
}

input.testbuttonsave {
  text-align: center;
}

input.testbuttonnext {
  text-align: right;
}

/** ***********************************************
 *  Definitions for Board
 *  *********************************************** */
body.jobboard {
  margin:0px;
  background-color:white;
  font-family: Verdana;
  color: #3B6E8F;
}

#jobboard-header {
  width:600px; 
  margin-top:20px; 
  margin-left:20px;
  padding: 10px;
  background-color:#EFEFF7;
  border: 1px solid #C1C7DA;
  font-family: Verdana;
}

#jobboard-header #search1 {
  width:400px;
}

#jobboard-header #search2 {
  width:400px;
}

#jobboard-header #search3 {
  width:400px;
}

#jobboard-header #search4 {
  width:400px;
}

#jobboard-header #freetext {
  width:400px;
}


#jobboard-list {
  width:600px; 
  margin-top:20px; 
  margin-left:20px;
  border-collapse: separate;
  border-spacing: 1px;
  
}

#jobboard-list a {
	
	font-size: 12px;
	color: #3B6E8F;
	text-decoration: none;
}

#jobboard-list a:hover {

	color: #6699cc;
	text-decoration: underline;

}



#jobboard-list .count {
	
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


#jobboard-list tr.title {

	background-color: #3B6E8F;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	position: relative;
	top: -2px;
	color:white;
  	font-weight:bold;
	font-family: Verdana;
	font-size: 10px;
	
}

#jobboard-list tr.title td {

		padding:5px;
		white-space: normal;
}


#jobboard-list tr.result {

	background-color:#FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 3px;
	padding-bottom: 3px; 
	
}
#jobboard-list tr.result1 {
	
	background-color: #efefef;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 3px;
	padding-bottom: 3px; 
	
}

#jobboard-list td.result {
  padding:5px; 
  border-bottom:1px solid #C1C7DA
}
  
div.jobboard-detail {
	width:600px; 
	margin-top:20px; 
	margin-left:20px;
	border:1px solid #C1C7DA;
	padding:5px; 
}

div.jobboard-detail td {
	font-size: 12px;
 	font-weight: normal;
	color: #666666;
}

div.jobboard-detail hr 
{

	border-top-width: 0px;
	border-left-width-value: 0px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 0px;
	border-right-width-value: 0px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;

}

.jobboard-detail .scope {
}

.jobboard-detail .position {
}



/** ***********************************************
 *  Definitions for Register
 *  *********************************************** */
.register-body {
  margin:0px;
  background-color:white;
}

td.register-emboss {
  background-color: #497F96;
  color:white;
  font-weight:bold;
}

td.register-rahmen {
  border-left: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  border-right: 1px solid #A0A0A0;
  background-color: #F0F0F0;
}


/** ***********************************************
 *  Portal
 *  *********************************************** */
body.portal { 
  margin-left:10px;
  margin-top:5px;
  background-color:#FFFFFF;
}
body.portalnavigation {
  margin-left:5px;
  margin-top:5px;
  background-color:#FFFFFF;
}
table.portalnavigation {
  background-color:#FFFFFF;
}
table.portalnavigation td {
  padding:2px;
}

a.portalnavigation  {
  padding:4px;
  text-decoration:none;
  color:#303030;
  display:block;
  background-color:#FFFFFF;
  width:100%;
}
a.portalnavigation:hover {
  color:#303030;
  font-weight:bold;
  text-decoration:none;
  background-color:#C0C0C0;
}
a.portalnavigationselected  {
  padding:4px;
  text-decoration:none;
  color:#303030;
  font-weight:bold;
  display:block;
  background-color:#FFFFFF;
  width:100%;
}
a.portalnavigationselected:hover {
  color:#303030;
  font-weight:bold;
  text-decoration:none;
  background-color:#C0C0C0;
}

h1 {
  color:#303030;
  font-weight:bold;
  font-family:Verdana,Arial,Helvetica;
  margin-top:10px;
  margin-bottom:15px;
  font-size:12pt;
}

div.sectionhead {
  color:#505050;
  border-bottom:1px solid #C0C0C0;
  font-family: Verdana,Arial,Helvetica;
  font-size: 10pt;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:5px;
  width:600px;
}

div.section {
  margin-top:10px;
  margin-bottom:15px;
  padding-left:15px;
  width:600px;
}


table.portaltable { 
  border-collapse:collapse;
}
tr.portalrow {
  background-color:white;
}
tr.portalrow td { 
  border: 1px solid #C0C0C0;
}
tr.portalrow td.portalrowheader {
 background-color: #F0F0F0;
}

div.portalmessage {
  width:600px;
  background-color: #F7F7F7;
  border: 2px solid #C0C0C0;
  font-weight:bold;
  padding: 5px;
  margin-bottom:10px;
}

/** ***********************************************
 *  Definitions for forms input elements
 *  *********************************************** */
.forminput {
    font-family: Arial,Helvetica;
    padding-left: 2px;
}

.htmlinput {
    font-family: courier;
    padding-left: 2px;
}

.formgroup {
    font-family: Arial,Helvetica;
    font-weight: bold;
		border-bottom: 1px solid #666666;
		margin-top: 1cm;
}

.formbutton {
    cursor: pointer;
}

.formselect	{
    font-family: Arial,Helvetica;
    padding-left: 2px;
}

input.nhbutton {
    background-color: #666666;
    color: #FFFFFF;
    cursor: pointer;
    border:1px solid #e4e4e4;
}

.forminfo { 
  text-decoration:none;
  color:#A0A0A0;
  font-family: Arial,Helvetica;
  font-size: 9px;
}



/** ***********************************************
 *  Definitions for Panels
 *  *********************************************** */

table.panel {		
}

/** background color of the form title */
th.panel {
		color: #000000;
		background-color: #e4e4e4;
		font-weight: bold;
		font-size: 12pt;
    font-family: Times;
}

td.panel {
		background-color : #F0F0F0;
    border: 1px solid #497F96;
}


/** ***********************************************
 *  Definitions for Tabs
 *  *********************************************** */
/** Font in Tab Link */
a.tabactive {
    color: white;
    font-size: 13px;
    font-family: Arial,helvetica;
}

a.tabinactive {
    color: #808080;
    font-size: 13px;
    font-family: Arial,helvetica;
}

/** selected Tab */
td.tabactive {
		background-color : #666666;
    font-size: 13px;
    font-family: Arial,helvetica;
    font-weight: bold;
    border: 1px solid #666666;
}

/** ***********************************************
 *  Definitions for Titles
 *  *********************************************** */

table.title {
		background-color: #666666;
}

td.title {
		color: black;
		background-color: #e4e4e4;
		font-weight: bold;
		font-size: 14pt;
    font-family: Times;
}
