a:visited{color: #000000; text-decoration: underline;}
a:hover{color: #000000; text-decoration: none;}
a:link{color: #000000; text-decoration: underline;}
a img{border: none;}
a.cleanLinks:visited{color: #000000; text-decoration: none;}
a.cleanLinks:hover{color: #000000; text-decoration: none; font-weight: bold;}
a.cleanLinks:link{color: #000000; text-decoration: none;}
a.cleanLinks img{border: none;}

span.tooltip {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89A4CC;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
span.tooltip:hover { background-color: #3D6199; }

.mandatoryField {
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}

.mandatoryFieldError {
	background-color: #FF0000;
	border: 1px solid #D3D3D3;
}

.mandatoryRadioCheckError {
	height: 21px;
	width: 21px;
	background-color: #FF0000;
}

hr {
	color: #CCCCCC;
}

form {
	display: inline;
}

input[type=text] {
	border: 1px solid #D3D3D3;
}

input[type=password] {
	border: 1px solid #D3D3D3;
}

select {
	border: 1px solid #D3D3D3;
}

textarea {
	border: 1px solid #D3D3D3;
}

body {
	font-family: arial, sans-serif;
	font-size:11px;
	line-height:16.5px;
	color:#000000;
}

h1
{
  font-size: 160%;
}

h3
{
  font-size: 120%;
  margin-top: 1.5em;
}

p
{
	
}

p.error
{
	color: red;
	font-weight: bold;
}

div.error
{
	color: red;
	font-weight: bold;
}

td
{
  font-weight: normal;
}

strong
{
  font-weight: bold;
}

#body_container_top {
	background-color: transparent;
	background-image: url("../images/bg_kachel.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #FFFFFF;*/
	/*border: 1px #a0a0a0 solid;*/
	width: 1050px;
	font-size: 25px;
	padding-bottom: 20px;
}

#body_container_middle {
	background-color: transparent;
	background-image: url("../images/bg_kachel.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #FFFFFF;*/
	/*border: 1px #a0a0a0 solid;*/
	width: 1050px;
}

#body_container_bottom {
	float:none;
	background-color: transparent;
	background-image: url("../images/bg_bottom.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #FFFFFF;*/
	/*border: 1px #a0a0a0 solid;*/
	height: 24px;
	width: 1050px;
}

#body_left_container{
	width: 150px;
	float: left;
	padding-left: 10px;
}

#body_center_container{
	width: 630px;
	float: left;
	margin-left: 15px;
	font-size: 12px;
}

#body_center_container table.colortable { 
	font-size:100%; 
	border:1px solid #000;
	color: #000;
	border-collapse: collapse;
	table-layout: fixed;
	width:100%;
}

#body_center_container table.colortable th { 
	padding:5px; 
	font-weight:bold;
	background-color:#B0C4E8;
}

#body_center_container table.colortable th.switch { 
	background-color:#8c9baa !important;
	font-weight:normal;
}

#body_center_container table.colortable td { 
	padding:5px; 
	background-color:#E0E0FF; 
}

#body_center_container table.colortable td.center { 
	padding:5px; 
	background-color:#E0E0FF; 
	text-align: center;
}

#body_center_container table.colortable td.bottom { 
	padding:5px; 
	background-color:#B0C4E8;
	font-weight: bold; 
}

#body_center_container table.colortable td.bottomcenter { 
	padding:5px; 
	background-color:#B0C4E8; 
	text-align: center;
	font-weight: bold; 
}

#body_right_container{
	width: 150px;
	float: left;
	margin-left: 5px;
}
