body {
	background-color: #FFFFFF;
	font-family: Verdana,Arial;
	font-size: 12px;
	color : #999999;
	margin: 0;
	padding: 0;
}

td,th {
	background-color: #FFFFFF;
	font-family: Verdana,Arial;
	font-size: 12px;
	color : #999999;
}

a:link {
	text-decoration: none;
	color: #FC9738;
}
a:visited {
	text-decoration: none;
	color: #424242;
}

a:hover {
	text-decoration: underline;
	color: #FC9738;
}

a:active {
	text-decoration: none;
	color: #707058;
}

h1 { 
    font-family: Verdana,Arial; 
    font-size: 14px; 
    font-weight: bold; 
    color : #FC9738;
    padding-left : 5px;
}

.verticalbar_left
{
   background-image : url('../images/menu/main_left_greyvertical.jpg');
   vertical-align : top;
}

.verticalbar_right
{
   background-image : url('../images/menu/main_right_greyvertical.jpg');
   vertical-align : top;
}

.contact_field1line {
    background-color : #F1F1F1;
    font-family: Verdana,Arial;
	font-size: 12px;
	font-weight : bold;
	color : #666666;
	vertical-align:top;
	border: 0px;
	line-height :18px;
	height :18px;
	width : 281px;
}

.contact_fieldmultiline {
    background-color : #F1F1F1;
    font-family: Verdana,Arial;
	font-size: 12px;
	font-weight : bold;
	color : #666666;
	vertical-align:top;
	width : 259px;
	height: 75px;
	border :0px;
}

.font_orange {
	font-family: Verdana,Arial;
	font-size: 12px;
	color : #FC9738;
	padding-left : 5px;
	padding-top : 5px;
	vertical-align:top;
}

.font_orange_bold {
	font-family: Verdana,Arial;
	font-size: 12px;
	font-weight : bold;
	color : #FC9738;
	padding-left : 5px;
	padding-top : 5px;
	vertical-align:top;
}

.font_grey_dark {
	font-family: Verdana,Arial;
	font-size: 12px;
	font-weight : bold;
	color : #666666;
	padding-left : 5px;
	padding-top : 10px;
}

.font_grey_light {
	font-family: Verdana,Arial;
	font-size: 12px;
	color : #AAA999;
	padding-left : 5px;
	padding-top : 10px;
}

.font_header_project {
	font-family: Verdana,Arial;
	font-size: 20px;
	color : #FFFFFF;
	padding-left : 5px;
	padding-top : 5px;
}

.border_popup_project {
  background : #999999;
}

.border_image {
  border-color : #999999;
  border-width : 1px;
}

.border_image_hidden {
  border-color : #999999;
  border-width : 1px;
  display : 'none';
  visibility : 'hidden';  
}

.div_processing_outer {
   display : 'none';
   visibility : 'hidden'; 
   z-index : 99;
   position: relative;
   width: 948px;
   height: 0px;
}

.div_contactform_outer {
   display : 'none';
   visibility : 'hidden'; 
   z-index : 99;
   position: relative;
   width: 610px;
   height: 0px;
}

.div_popup_outer {
   display : 'none';
   visibility : 'hidden'; 
   z-index : 99;
   position: relative;
   width: 948px;
   height: 0px;
}

.div_processing_data {
   background-color : transparent;
   display : 'none';
   visibility : 'hidden'; 
   z-index : 100;
   position: relative;
   width: 948px;
   height: 100%;
   top : 0px;
   left : 0px;
}

.div_contactform_error {
   background-color : #FFFFFF;
   display : 'none';
   visibility : 'hidden'; 
   z-index : 100;
   position: relative;
   width: 610px;
   height: 195px;
   top : 0px;
   left : -10px;
   vertical-align : middle;
}

.div_popup {
   background-color : #FFFFFF;
   display : 'none';
   visibility : 'hidden'; 
   z-index : 100;
   position: relative;
   width: 800px;
   height: 597px;
   top : 5px;
   left : 74px;
}

.background_header_popupproject {
    background-image : url('../images/menu/main_projectdisplay_header.jpg');
    vertical-align : top;
}

.background_inputfield {
   background : #F1F1F1;
}

.div_overlay
{
    position:absolute;
    left:0;
    top:0;
    background-color:#0E0E0E;
    opacity:0.9;
    filter:alpha(opacity=90);
    z-index: 1;
    width: 100%; 
    height: 100%;
    margin: auto;
}
