/** ***********************************************
 *  General
 *  *********************************************** */
input, select, textarea, body, p, td, th {
  font-family: Arial,sans-serif,Helvetica;
  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: 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:#ffffff; font-weight:bold; font-family:Verdana,Arial,Helvetica; margin-top:10px; margin-bottom:3px; font-size:14px;}
.topsubtitel {color:#ffffff; 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;
}

/** ***********************************************
 *  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 Board
 *  *********************************************** */
body.jobboard {
  margin:0px;
  background-color:white;
}

#jobboard-header {
  margin-top:20px; 
  margin-left:10px;
}

#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;
}

#jobboard-list tr.order {
  background-color:#C1C7DA;
  height:30px;
}

#jobboard-list tr.result {
  background-color:#EFEFF7; 
}
#jobboard-list tr.result1 {
  background-color:#FFFFFF; 
}

#jobboard-list td.result {
  padding:5px; 
  border-bottom:1px solid #C1C7DA
}

div.jobboard-detail {
  width:600px; 
  padding:5px; 
}

.jobboard-detail .heading {
	margin-top:20px;
	padding:5px;
	background-color: #0262B2;
	color:white;
	font-weight: bold;
}
  
.jobboard-detail .scope {
  font-size:14px;
  font-weight:bold; 
  color: #999999;
}

.jobboard-detail .position {
  font-weight:bold;
  font-size:14px; 
  color: #000000;
}

.jobboard-detail .action {
  text-align:center;
  margin-top:20px;
  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 #666666;
}


/** ***********************************************
 *  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;
}

