﻿a:hover
{
	text-decoration: none;
}

a img
{
	border: 0;
}

a
{
	color: #5B5B5B;
}

body
{
	margin: 10px;
	background-color:#EFEFDF;	
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #222222;	
}

h1
{
	font-size: 18px;
	font-weight: bold;	
}

h2
{	
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	color: #D76E08;
}

hr
{
	color: #222222;
    background-color: #222222;
	border: 0;
	width: 75%;	
	height: 1px;
	margin: auto;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;	
}

input
{
	border: solid 1px #ACACAC;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #222222;
}

#main
{		
	width: 700px;
	margin: auto;
}

#languagebar
{	
	padding: 2px; 
	text-align: right;	
	margin-bottom: 1px;		
}

#header
{
	height: 152px;	
	color: #FFFFFF;
	font-size: 10px;	
	background-image: url(../images/header.gif);
}

#languagebar img
{
	width: 16px;
	height: 11px;
	vertical-align: middle;
}

#logo
{
	padding-top: 50px;
	text-align: center;
}

#logo img
{
	width: 337px; 	
	height: 53px;
}

#content
{	
	background:url(../images/right_bg.gif) 0 0 repeat-y;
	color: #222222;		
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentTop
{
	background:url(../images/right_top.gif) 0 0 no-repeat;
	height:26px;
}

#contentBottom
{
	background:url(../images/right_bottom.gif) 0 0 no-repeat;
	height:20px;
}

#contentBody
{	
	padding: 10px;
}

#contact
{
	text-align: right;
	background-color: #FFFFFF;	
	color: #5B5B5B;		
	padding: 3px;
	margin: 3px;
	border: solid 5px #DDDDCA;
}

#contact img
{
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

#footer
{
	padding: 5px;	
	text-align: center;			
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 3px;
}

.containerTable
{
	
}

.valSummary ul
{	
	border: solid 2px red;
	margin: auto;
	width: 200px;	
	padding: 10px;
	text-align: left;
}

.valSummary ul li
{
	list-style-position: inside;	  
}

.fieldsTable
{
	margin: 5px;
	background-color: #F3F3E9;
	padding: 10px;
	border: solid 1px #E6E6D0;	
}

.fieldsTable td
{
	text-align: left;
}


.fieldsTable .col1
{
	width: 100px;
	
}

.fieldsTable .colHeader
{
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.fieldsTable input
{
	width: 180px;
}

.fieldsTable tr
{
	height: 26px;
}

.generateButtonContainer
{
	margin-top: 20px;
	text-align: center;
}

.generateButton
{
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #80BF22;
	border: solid 1px #71A81E;
	font-size: 11pt;
	font-weight: bold;
}

.adsTop
{
	text-align: center;
	margin-bottom: 20px;
}

.adsBottom
{
	text-align: center;
	margin-top: 20px;
}

