
/* body attributes */
body {
	font-family: verdana, tahoma, arial, sans-serif;
	background: #a1c07d; /*#6f8b6e;*/
	margin: 0px;
	text-align: center;
	color: #000;
}

a {outline: none;}
a:link {color: #005562;}
a:visited {color: #008b9f;}
a:hover {color: #ccffc9;}
a:active {color: #cc0000;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #333;
}

img {
	border: 0px;
	outline: none;
}


	/* standard font-size */
h3, h4, p, .p, th, ul, ol, .date, blockquote {
	font-size: 100%;
}

blockquote p, blockquote blockquote, ol ul, ul ol, ol ol, ul ul {
	font-size: 1em;
}

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1 {
	font-size: 150%;
	font-weight: 400;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	line-height: 140%;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
	line-height: 150%;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #2e745c;
	height: 1px;
}

/* FORM */
form {
	margin: 0px;
}

.text, textarea, .submit, select {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

p .text, p textarea, p select {
	font-size: 1em;
}

.text, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	height: 17px;
	max-height: 22px;
	font-size: 12px;
}

.text, textarea, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	font-family: arial, verdana, sans-serif;
	border: 1px solid #ccc;
	padding: 4px 3px 0px 3px;
	width: 220px;
}

.fieldtype-string label, .fieldtype-text label, .fieldtype-email label, .fieldtype-price label, .fieldtype-int label, .fieldtype-select label {
	float: left;
	width: 100px;
	padding-top: 3px;
}

.required label, .required h3 {
	font-weight: bold;
}

.fieldtype-radio h3, .fieldtype-checkbox h3 {
	float: left;
	width: 100px;
	font-size: 12px;
}

.fieldtype-radio label, .fieldtype-checkbox label {
	font-weight: normal;
}

.fieldtype-radio p {
	margin-left: 100px;
}

.customform .fieldtype-radio input, .customform .fieldtype-checkbox input {
	float: left;
	vertical-align: top;
}

.customform .fieldtype-radio label, .customform .fieldtype-checkbox label {
	margin-left: 30px;
	height: 20px;
	display: block;
	cursor: pointer;
}

* html .customform .fieldtype-radio label, * html .customform .fieldtype-checkbox label {
	padding-top: 3px;
}

.checkbox {
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 7px 3px 0px;
}

label {
	cursor: pointer;
}

table.tf th, table.tf td {
	padding: 4px;
}


#logo {
	font-size: 300%;
	color: #d5cfab;
}

/* MAIN */
#main {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

/* TOPNAV */
#topnav {
	font-size: 69%;
}

#topnav a {
	display: block;
	float: left;
	margin-right: 10px;
}

#topnav a.active {
	text-decoration: none;
	color: #000;
}

/* SEARCH */
#quicksearch .text {
	margin-right: 10px;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 69%;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #ccffc9;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* MENU */
#menu {
	float: left;
	width: 200px;
}

#menu div.inner {
	margin: 20px 10px 20px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul ul {
	padding-left: 10px;
}

#menu li {
	list-style: none;
}

#menu a {
	display: block;
	width: 100%;
	padding: 2px 0px 2px 0px;
	margin-bottom: 4px;
	color: #333;
	text-decoration: none;
}

#menu a:hover {
	background-color: #d5cfab;
}

#menu .act a, #menu .act ul .act a {
	font-weight: bold;
}

#menu .act ul a {
	font-weight: normal;
}

#menu .submenu {
	padding-left: 10px;
}

/* RIGHT */
#related {
	float: right;
	width: 200px;
}

#related .box {
	margin-bottom: 10px;
}

#related .navi {
	font-size: 69%;
}

#related .navi div {
	margin-bottom: 5px;
}

#related .navi div.act a:link, #related .navi div.act a:visited {
	color: #d5cfab;
	text-decoration: none;
}

/* BC */
#bc {
	font-size: 69%;
}

/* CONTENT */
#content {
	margin-left: 210px;
}

#content.right {
	margin-right: 210px;
}

* html #content div.inner {
	width: 100%;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px;
}

#content table tr td {
	font-size: 69%;
}

#content td p, #content th p, #content td ul, #content td ol, #content td .text, #content td textarea, #content td select, #content td blockquote {
	font-size: 1em;
}

#content td h2 {
	font-size: 118.5%;
}

#content td h3 {
	font-size: 1em;
}

#content td h4 {
	font-size: 1em;
}

/* FOOTER */
#footer {
	font-size: 69%;
	text-align: center;
	clear: both;
}

/* LISTS */
.list div {
	font-size: 69%;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 69%;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #d5cfab;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* FUNC */
#func {
	float: right;
	font-size: 69%;
}

#func img {
	vertical-align: middle;
	margin: 0px 0px 20px 10px;
	cursor: pointer;
}

#func a:link, #func a:visited {
	color: #d5cfab;
	text-decoration: none;
}

/* VALIDATION */
.invalid {
	background-color: #999;
	color: #fff;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* PRINT */
#backlink {
	display: none;
}

/* ADAPT */
#adapt {
  text-align: right;
  font-size: 69%;
  padding-top: 5px;
}

#adapt a:link, #adapt a:visited {
	color: #ccffc9;
	text-decoration: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #d5cfab;
    border: 20px solid #fff;
}

/* customform */
.customfieldset { 
	border-style: none;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
}

.customfieldsetlegend {
	font-weight: bold;
}
.customfield {
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
}
.customfieldlabel {
	float: left;
	padding-left: 10px;
	width: 160px;
}
