/*
 *	wwgwms/style.css
 *	copyright: 2009 ASYS GmbH
 *	author: Jeffrey Reichardt
 *	www.asysgmbh.de
 */
@import url("../common.css");

* {
	margin:0;
	padding:0;
	border:0;
} 

body{
	font-size: 0.95em;
	font-family: "Arial";
	background-image: url(images/body-bg.png);
}

h1{
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
}

h2{ font-size: 1.1em; }
h3{ font-size: 0.9em; }

h2, h3{ font-weight: bold; }

h1, h2, h3{ 
	color: #009078; 
	margin: 0 0 10px 0;
}

p, #main .wrapper .content ul, ol, label, table p{ 
	font-size: 0.8em;
	color: #004848;
}

#main .wrapper .content img{
	margin: 10px;
}	
#main .wrapper .content ul li ul,
#main .wrapper .content ul li ul li ul,
#main .wrapper .content ol li ol,
#main .wrapper .content ol li ol li ol{ font-size: 1em; }

td{
		vertical-align: top;
}

p{ margin: 10px 0; }

input, table{
	-moz-border-radius: 3px;
}

a[href$=".pdf"] {
    padding-left: 20px;
    background-image: url(../../images/icons/documentsPDF.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#main .wrapper .content ul{ margin: 10px 0 10px 15px; }

.smallFont, #footer p{
	font-size: 0.7em;
}

#mainMenu ul, .marginRemove, .smallFont{
	margin: 0;
}

.smallFont, a{ color: #DF8A37; }
a:hover{ text-decoration:none; }

#header, #main, #footer{}

.header-container{
	height: 200px;
	position:relative;
}

#header{
	background-image: url(images/header-bg.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
}

#footer{
	background-image: url(images/footer-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

#page-logo{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#header-menu{
	background-image: url(images/header-menu-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 1px;
	position: absolute;
	width: 958px;
}

#header-menu ul{
	list-style-type: none;
}
#header-menu ul li{
	display:inline;	
}
#header-menu ul li a{
	font-size: 65%;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	display:inline;
	line-height: 16px;
	height: 19px;
	vertical-align: center;
	float:right;
}
#header-menu ul li a:hover{
	text-decoration: underline;
}

div.wrapper{
	width: 960px;
	margin: auto;
	min-height: 100% !important;
	
	background-color: #FFF9E2;
}

div.content{
	margin:0 10px;
	padding: 10px;
}

#footer p, #footer a{
	color: #00A890;
}

#footer a:hover{
	text-decoration: none;
}

#header .spacer{
	height: 7px;
}
#footer .spacer{
	height: 8px;
}
.isolator{
	background-color: #00A890;
	height: 10px;
}

#site_subbox{
	font-size: 0.8em;
	position: absolute;
	margin: 10px;
	background-color: #FFF9E2;
	padding: 10px;
	z-index: 1001;
}
#site_subbox ul{
	list-style-type:none;
}

fieldset{
	background-color: #F5EED3;
	padding: 10px;
}
fieldset legend{ margin: 0 10px; padding: 0 10px; font-weight: bold; font-size: 1em; }
input, textarea{ margin: 0 0 0 5px; padding: 2px; border: 1px solid #C4B785; background-color: #EAE0B8; }


input[type=submit],
input[type=reset]{ background-image: url(images/btn-bg.jpg); background-repeat: repeat-x; font-size: 0.7em; color: #fff;}

div.formEntry{
	padding: 2px;
}
div.formEntry .formFieldLabel{
	text-align:right;
	width: 30%;
	font-weight: bold;
	float:left;
	padding: 5px 0;
}
div.formEntry .formField{
	width: 70%;
	float:left;
	padding: 5px 0;
}
div.formEntry .formFieldDesc{
	margin: 0 0 0 30%;
	padding: 0 0 0 5px;
	font-size: 0.9em;
	color: #998849
}

.tableList{ width: 100%; background-color: #FFF; border-spacing:1px;}
.tableList thead{}
.tableList thead tr{ background-image: url(images/table-bg.pjg); height: 30px; }
.tableList thead tr th{ font-size: 0.8em; color: #FFF; font-weight: normal; }
.tableList tbody{}
.tableList tbody tr{}
.tableList tbody tr td{ padding: 2px;}
.tableList tbody tr.container-1 td{ background-color: #F5EED2;}
.tableList tbody tr.container-2 td{ background-color: #FFF9E2;}

div.column-container{ clear:both; vertical-align: top;}
div.column-1{ float: left; width: 49.5%;}
div.column-2{ float: right; width: 49.5%; }
