/* ... */

body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	color: #505a64;
}

* {
	padding: 0;
	margin: 0;
}

img {
	display: block;
}

input, textarea, select, button {
	font-size: 11px;
	color: #505a64;
	border: 1px solid #6e7882;	
	padding: 1px 1px 1px 2px;	
}

input.btn, button.btn {
	border: 1px solid #006ab2;	
	color: #006ab2;
	background-color: #dce6c4;	
	width: auto;	
	padding: 0 2px 0 2px;
}


/* hrefs ... */
a, a:hover {
	color: #505a64;	
}
a:hover {
	text-decoration: none;
}

/* less and more links */
a.less,
a:hover.less,
a.more,
a:hover.more {
	padding: 0 0 0 18px;
	font-size: 11px;
	display: block;
}
a.less,
a:hover.less {
	background: transparent url(/images/app/plnav_less.gif) 0 4px no-repeat;	
}
a.more,
a:hover.more {
	background: transparent url(/images/app/plnav_more.gif) 0 4px no-repeat;	
}

a.raquo {
	background: transparent url(/images/app/raquo_simple_gray.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
	display: block;
}
.static a.raquo {
	background-position: 0 6px;
	_background-position: 0 7px;	
}

.clear {
	clear: both;
}

/* main mirror / container */
.mirror {
	text-align: left;
	margin: 0 auto 0 auto;
 	width: 770px;	
	min-height: 600px;
	_height: 600px; /* only IE */
}

.widepage {
	width: 970px;	
}

/* main Header */
#header {
	position: relative;
	width: 770px;
	height: 170px;	
	border-bottom: 2px solid #00909b;
}

.widepage #header {
	width: 970px;	
}

/* Headline Container */
#header .headline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 768px;
	height: 46px;
	background-color: #dce6c4;
	border: 1px solid #cfd4d9;
	border-bottom: 0;
	border-top: 0; 
	background: #dce6c4 url(/images/app/bg_headline.gif) 500px 0 repeat-x;
}

.widepage #header .headline {
	width: 968px;	
}

/* Headline */
#header .headline h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #006ab2;
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
	left: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Header Meta Navigation */
#header .metanav,
#header .metanavSecond,
#header .metanavThird {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 540px;
	height: 20px;
	text-align: right;
}

#header .metanav input {
/*	border: 1px solid #6e7882;*/
	width: 85px;
	margin: 0 0 0 2px;	
}
#header .metanav input.btn {
	width: auto;	
}

#header .metanavSecond {
	top: 50px;
}
#header .metanavThird {
	top: 70px;
}
#header .metanavThird a {
	color: #006ab2;
}
#header .metanavSecond a, 
#header .metanavThird a {
	display: inline;
}

/* special header for popups */
#popup #header {
	height: 46px;
	width: auto;
}
#popup #header .headline {
	width: auto;
	position: relative;
	top: 0;
}
/* close link */
#popup #header .headline a.close {
	position: absolute;
	right: 10px;
	top: 20px;
}
#popup {
	text-align: left;
}
#popup .content {
	margin: 18px;
}


/* Header Navigation 
for more statements - navigation.css
*/
#header .nav {
	position: absolute;
	left: 0;
	top: 104px;	
	height: 20px;
	width: 770px;
	z-index: 99;
}


#logo {
	position: absolute;
	left: 19px;
	top: 20px; 
	border: none!important;
}

/* special padding for metanav a-tag */
#header .metanav a {
	padding-right: 2px; 
	margin: 0 0 0 2px;
	text-decoration: none;
	display: inline;
}
#header .metanav a:hover {
	text-decoration: underline;
}
#header .metanav a.search:hover {
	text-decoration: none;
}



/* something funny */
.tar {
	text-align: right!important;
}
.tal {
	text-align: left!important;
}
.tac {
	text-align: center!important;
}
.vat {
	vertical-align: top!important;
}
.vab {
	vertical-align: bottom!important;
}
.vam {
	vertical-align: middle!important;
}
.fwn {
	font-weight: normal!important;
}
.nb {
	border: none!important;
}

.hide {
	display: none;
}


/* error, info, ipmortant */
.error, .info, .important {
	font-size: 12px;
	margin: 0 0 10px 0;
	text-align: center;
}
.error {
	color: red;
}
.important {
	color: #006AB2;
}
.info {
	color: #00909B;
}
input.error {
	border: 2px solid red;
}
td.error, td.info, td.important,
input.error, input.info, input.important {
	margin: 0!important;
	text-align: left;
}
