body {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-align: justify;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  background-color:#D0D0D0;
}

img {
	border:0px;
}


h1
 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
 }

.text {
	color: #000000;
	font-size: 12px;
	line-height: 16px;

}

.text_grey {
	color: #AAAAAA;
}

.text_small {
	color: #808080;
	font-size: 11px;
	line-height: 14px;
}
.text_small_grey {
	color: #AAAAAA;
	font-size: 11px;
	line-height: 14px;
}

.text_title {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 45px;
}


.text_statusA {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.text_statusB {
	color: #AAAAAA;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.text_statusC {
	color: #00AA00;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}


.text_sidemenu {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
}

.text_grey_italic {
	color: #808080;
	font-style: italic;
}

.text_title_content {
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.input {
	padding: 4px;
	width: 80%;
	height: 40px;
	font: normal 18px;
	color:#000000;
	background-color:#ffffff;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px #000000 solid;
	border-radius:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.submit {
	padding: 4px;
	width: 80%;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#000000;
	border: 1px #FFFFFF solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: url('/data/img/nav/background_button_black.png');
	cursor: pointer;
}

.submit_green {
	padding: 4px;
	width: 100%;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#005000;
	border: 1px #FFFFFF solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: url('/data/img/nav/background_button_green.png');
	cursor: pointer;
}

.table_button {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	background-color: #808080; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.table_red {
	color: #FFFFFF;
	background-color: #500000; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
.table_darkblue {
	color: #FFFFFF;
	background-color: #14283c; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
.table_white {
	color: #000000;
	background-color: #FFFFFF; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
.table_darkgrey {
	color: #FFFFFF;
	background-color: #B7B7B7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}


/* partial opacity hack: configuration */  
.opacity {   
    opacity: 0.5;       /* modern browser */  
    -moz-opacity: 0.5;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=50); /* IE5.x -7.0 */  
}   