/*
	Site CSS 
*/
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	color: #1C7000;
}


ul {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

td {
 	vertical-align:top;
}

th {
	text-align: left !important;
}

select {
	color: #1C7000;
}

/* 
	Header and content CSS
*/

.site {
	/*width: 500px;*/
	width: 500px;
	margin: 0 auto;
}

.topleft {
	float:left;
	height:102px;
	width:333px;
}

.topright {
	float:left;
	height:102px;
	width:653px;
}

.banner_rest {
	background-image: url('/img/topright.jpg');
	height:76px;
	width:653px;
}

.metanav {
	float:right;
	font-family:Verdana;
	font-size:8pt;
	margin-right:18px;
	margin-top:8px;
}

.metanav a {
	color:#1C7000;
	text-decoration:none;
}

.top {
	float:left;
	height:28px;
	width:653px;
}

.left {
	float:left;
	width:328px;
	min-height: 20px;
}

.right {
	float:left;
	height:100%;
	width:490px;
	margin-left: 5px;
	margin-top: 5px;
}

.footer img {
	float: left;
}

#loginForm input{
	margin-top: 50px;
	margin-right: 10px;
	width: 120px;
}

#loginForm a {
	margin-left: 10px;
	text-decoration: none;
	font-size: 14px;
}

.backButton.topButton {
	margin-bottom: 10px;
}

.backButton.bottomButton {
	margin-top: 10px;
}

/*
	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 {
	clear: both;
	width: 99%;
	line-height: 20px;
}

.inputField label {
	font-size: 14px;
}

.inputField .inputFieldLabel {
	margin-top: 8px;
	float: left;
	width: 30%;
}

.inputFieldInput {
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
	width: 68%;
	float: left;
	text-align: left;
}

 

.inputFieldInput table {
	width: 300px;
}

.inputField input,.inputField textarea {
	border: 1px solid #c8c8c8;
	padding: 2px;
	background-color: #FFFFFF;
	width: 100%;
	color: #1C7000;
	font-size: 12px;
}


.inputFieldInput input[type=checkbox] {
	width: 20px;
	border: 0px;
}

.inputField select {
	border: 1px solid #c8c8c8;
	padding: 2px;
	background-color: #FFFFFF;
	color: #1C7000;
	font-size: 12px;
}

.inputField .error input, .inputField .error textarea {
	border: 1px solid 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: #1C7000;
}

.siteTab a {
	font-size: 14px;
	color: #000000;
	display: block;
}

/*
	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;
}



span.rich-messages-label {
	font-size: 14px;
}