/*
	Site CSS 
*/
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	color: #646464;
}


ul {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

td {
 	vertical-align:top;
}

th {
	text-align: left !important;
}

th div {
	color: #1C7000 !important;
}

select {
	color: #1C7000;
}

.a {
	text-decoration: none;
	color: #009ee0;
}


/* 
	Header and content CSS
*/

body {
	background-image: url(/img/bg.png);	
	background-repeat: repeat-x;
	background-color: #ededed;
}

.site {
	width: 972px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#siteWrapper {
	border: 1px solid #cbcbcb;
}

.header {
	background-image: url(/img/headBG.png);
	height: 64px;
}

.topleft {
	float:left;
}

.topright {
	float:right;
	margin-right: 10px;
	margin-top: 10px;
}

.topright a {
	text-decoration: none;
	font-size: 11px;
	color: #1c7000;
}

.content {
	background-image: url(/img/contentBG.png);	
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding-bottom: 10px;
}

.left {
	float: left;
	width: 642px;
	min-height: 20px;
	margin-left: 10px;
}

.right {
	float: left;
	height: 100%;
	width: 300px;
	margin-left: 10px;
	margin-top: 25px;
}

.footer {
	margin-top: 10px;
	float: left;
}

.footer a {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	margin-right: 15px;
}

#loginForm input{
	margin-top: 50px;
	margin-right: 10px;
	width: 120px;
}

#loginForm a {
	margin-left: 10px;
	text-decoration: none;
	font-size: 14px;
}

/*
	Links
*/
a.siteLink {
	padding-left: 20px;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 20px;
	height: 22px;
	font-family: Arial, 'Times New Roman';
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

a.siteLink:active {
	text-decoration: none;
}

/*
	DECORATED INPUT FIELDS
	
*/
.inputField, .inputField40 {
	clear: both;
	width: 99%;
	line-height: 20px;
}

.inputField label, .inputField40 lable {
	font-size: 12px;
}

.inputField .inputFieldLabel {
	margin-top: 8px;
	float: left;
	width: 30%;
}

.inputField40 .inputFieldLabel {
	margin-top: 8px;
	float: left;
	width: 40%;
}

.inputField .inputFieldInput {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	width: 70%;
	float: left;
	text-align: left;
}
 
.inputField40 .inputFieldInput {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	width: 60%;
	float: left;
	text-align: left;
} 

.inputFieldInput table {
	width: 300px;
}

.inputField input,.inputField textarea, .inputField40 input, .inputField textarea {
	border: 1px solid #c8c8c8;
	padding: 2px;
	background-color: #f2f2f2;
	width: 100%;
	color: #1C7000;
	font-size: 12px;
}


.inputFieldInput input[type=checkbox] {
	width: 20px;
	border: 0px;
}

.inputField select, .inputField40 select {
	border: 1px solid #c8c8c8;
	padding: 2px;
	background-color: #FFFFFF;
	color: #1C7000;
	font-size: 12px;
}

.inputField .error input, .inputField .error textarea, .inputField40 .error input, .inputField40 .error textarea {
	border: 1px solid red;
}

.error {
	clear: both;
	color: red;
}

.inputFieldInput a {
	color: #000000;
	}

.inputFieldRemark {
	font-size: 14px;
	line-height: 15px; 
	clear: both;
	width: 100%;
}
/*
	Tabs
*/
.siteTabs {
	margin-bottom: 20px;
}

.siteTab {
	float: left;
	height: 24px;
	width: 200px;
	padding-top: 10px;
	margin-right: 10px;
}


.siteTab:active a {
	color: #6ba86c;
}

.siteTab a {
	font-size: 14px;
	color: #009ee0;
	display: block;
}


.teaserBoxRight {
	width: 298px;
	background-color: #ffffff;
	border: 1px solid #b4b4b4;
	margin-bottom: 15px;
}

.teaserBoxRightWrapper {
	margin-left: 9px;
	margin-right: 9px;
	padding-top: 13px; 
}

.teaserBoxLeft {
	width: 640;
	background-color: #ffffff;
	border: 1px solid #b4b4b4;
	margin-bottom: 15px;
}

.teaserBoxLeftWrapper {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 13px;
}

.teaserBoxHeadlineWrapper {
	height: 23px;
	background-color: #1c7000;
	border-bottom: 1px solid #b4b4b4;
}

.reportHeadlineWrapper {
	height: 23px;
	background-color: #2d3862;
	border-bottom: 1px solid #b4b4b4;
}

.teaserBoxHeadline {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 10px;
}

.teaserBoxLink {
	border-top: 1px dashed #b4b4b4;
	height: 18px;
	padding-top: 5px;
}


.teaserBoxLink a {
	text-decoration: none;
	color: #009ee0;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.linkArrow, .textLink {
	background: url(/img/linkArrow.png) no-repeat left center;
	padding: 0 0 0 17px;
}

.textLink a {
	text-decoration: none;
	color: #009ee0;
	font-size: 10px;
	font-weight: bold;
}

.teaserLink a {
	text-decoration: none;
	color: #009ee0;
}


.pageBoxLink {
	border-top: 1px dashed #b4b4b4;
	padding-top: 6px;
	padding-bottom: 4px;
	min-height: 13px;
}

.pageBoxLink a {
	text-decoration: none;
	color: #009ee0;
	font-weight: bold;
	font-size: 10px;
}

.nextArrow {
	background: url(/img/nextArrow.png) no-repeat right center;
	padding: 0 17px 0 0px;
	margin-right: 8px;
}

.prevArrow {
	background: url(/img/prevArrow.png) no-repeat left center;
	padding: 0 0 0 17px;
	margin-left: 8px;
}
	
/*
	Main Headline Boxes
	
*/
.mainHeadlineBox {
	clear: both;
	height: 34px;
	width: 100%;
}

.marginBottom {
	margin-bottom: 15px;
}


.mainHeadlineBox div {
	padding-top: 10px;
	padding-left: 11px;
	height: 24px;
}

.mainHeadlineBox h1,.mainHeadlineBox span {
	font-size: 14px;
	font-weight: normal;
	color: inherit;
	float: left;
}

.mainHeadlineBox span {
	margin-left: 7px;
	margin-right: 7px;
}

.mainHeadlineBox h2 {
	font-size: 14px;
	font-weight: bold;
	color: inherit;
}

.contentRemark h1 {
	font-size: 11px;
	font-weight: normal;
	width: 99%;
	color: #1C7000;
	border: 1px solid #c8c8c8;
	padding: 3px;
}

.dividingLine {
	margin-top: 20px;
	margin-bottom: 25px; 
	border-bottom: 1px dashed #c8c8c8;
}

table.mceListBox.mceListBoxEnabled.mce_styleselect {
	width: 120px;
}

td.mceFirst {
	width: 120px;
}

td.mceFirst .mceText {
	width: 100px !important;
}

.templateMessages {
	height: 20px;
	margin-top: 5px;
}

span.rich-messages-label {
	font-size: 14px;
}

.separation {
	border-bottom: 1px solid #e1e1e1;
	margin-top: 25px;
	margin-bottom: 15px;
}
