/* ##### reset browserstyle ##### */

* {
	margin: 0;
	padding: 0;
}

/* ##### global styles ##### */

h1, h2, h3 {
	border-bottom: 0px solid #ccc;
	color: #345;
	font: 100 24px 'century gothic',verdana,sans-serif;
	letter-spacing: 1px;
	line-height: 1.6em;
	margin: 2px 0 6px 0;
	padding: 0;
}

h4 {
	color: #345;
	font: 100 20px 'century gothic',verdana,sans-serif;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 15px 0 10px 0;
}

h5 {
	color: #345;
	font: 100 18px 'century gothic',verdana,sans-serif;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 15px 0 10px 0;
}

h6 {
	color: #345;
	font: 100 16px 'century gothic',verdana,sans-serif;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 15px 0 10px 0;
}

p {
	margin: 10px 0;
}

ol {
	margin: 6px 0;
}

ol li {
	border: 0;
	line-height: 1.0em;
	margin: 0 0 0 22px;
	padding: 3px 0;
}

ul {
	list-style-image: url(images/inhlist.gif);
	margin: 6px 0;
}

ul li {
	border: 0;
	line-height: 1.0em;
	margin: 0 0 0 17px;
	padding: 3px 0;
}

hr {
	background-color: #ccc;
	border: 0;
	clear: both;
	color: #ccc;
	height: 1px;
	margin: 5px 0 3px 0;
}

/* ##### content classes ##### */

.tplge_left_border {
	background: #fff;
	border: 1px solid #999;
	float: left;
	margin: 5px 20px 10px 0;
	padding: 5px;
}

.tplge_left_noborder {
	border: 0;
	float: left;
	margin: 5px 20px 10px 0;
}

.tplge_right_border {
	background: #fff;
	border: 1px solid #999;
	float: right;
	margin: 5px 0 10px 20px;
	padding: 5px;
}

.tplge_right_noborder {
	border: 0;
	float: right;
	margin: 5px 0 10px 20px;
}

.tplge_border {
	background: #fff;
	border: 1px solid #999;
	padding: 5px;
}

.tplge_noborder {
	border: 0;
}

.clear_both {
	clear: both;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}

.tplge_code {
	background: #eed;
	border: 1px solid #997;
	font-family: 'courier new',monospace;
	padding: 20px;
}

.tplge_box01 {
	background: #DCDCD9;
	border: 4px double #998;
	clear: both;
	color: #555;
	font-style: italic;
	margin: 16px 0;
	padding: 16px;
}

.tplge_legal {
	padding: 6px 0;
}

.XXXXXXXXXXXXXXXXXX {} /* Marker for styles menu tinymce */

/* ##### body ##### */

body {
	background: #fff;
	color: #666;
	font-family: georgia,serif;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

body#tplge_body {
	background: #EE7A00;
	color: #279;
}

body#iframe_body {
	background: #fff;
	color: #279;
}

#top {
}

/*##### layout ##### */

div#tplge_header1_inner {
	margin: 0 auto;
	width: 960px;
}

div#tplge_header2 {
}

div#tplge_locator {
	clear: both;
}

div#tplge_main {
}

div#tplge_mainin {
	margin: 0 auto 16px auto;
	width: 960px;
}

div#tplge_page {
	float: left;
	width: 720px;
}

div#tplge_sidebarNav {
	float: left;
	width: 240px;
}

div#tplge_content {
	float: left;
	width: 480px;
}

div.tplge_news {
	clear: right;
	float: right;
	width: 240px;
}

div#tplge_notes {
}

/* ##### GLOBAL ##### */

.tplge_inner {
	border: 0px solid #ccc;
	padding: 0 10px 0 16px;
}

/* ##### design ##### */
/* ##### global ##### */

a:link {
	color: #057;
	text-decoration: underline;
}

a:visited {
	color: #057;
	text-decoration: underline;
}

a:hover {
	color: #f90;
	text-decoration: none;
}

a:active {
	color: #f90;
	text-decoration: none;
}

a:focus {
	color: #f90;
	text-decoration: none;
}

/* ##### header1 ##### */

div#tplge_header1 {
	padding: 16px 0 6px 0;
}

div#tplge_header1_inner {
	margin: 0 auto;
	padding: 0 10px 0 20px;
	width: 930px;
}

div#tplge_icons_inner {
	float: left;
	padding-bottom: 2px;
	width: 60%;
}

div#tplge_icons_inner img {
	border: 0;
	margin-right: 16px;
}

/* ##### searchbox ##### */

div#searchbox {
	float: right;
	padding-top: 2px;
}

div#searchbox .text {
	background: #ccc;
	border: 1px solid #fff;
	color: #444;
	font-family: arial,sans-serif;
	font-size: 14px;
	padding: 1px 2px;
	width: 160px;
}

div#searchbox .submit {
	background: transparent;
	border: 0px solid #ccc;
	color: #666;
	font-size: 15px;
	padding: 0 6px;
}

div#searchbox .submit:hover {
	background: transparent;
	border: 0px solid #ccc;
	color: #f90;
	font-size: 15px;
	padding: 0 6px;
}

/* ##### header2 ##### */

div#tplge_header2 {
	background: #ccc url(images/bgheader2.png) left bottom repeat-x;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #222;
	font-style: italic;
}

div#tplge_header2 div.tplge_inner {
	background: #E9E9E9;
	border: 1px solid #bbb;
	margin: 16px auto;
	max-width: 960px;
	min-width: 930px;
	padding: 14px;
}

#tplge_header2table {
	border-collapse: collapse;
	width: 100%;
}

td.tplge_header2table_tdleft div {
	min-height: 200px;
}

td.header2newsbox {
	background: url(images/bgheader.png);
	color: #555;
	padding: 10px 16px 6px 24px;
	vertical-align: top;
	width: 240px;
}

#tplge_header2table h1 {
	/* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0 5px #000;
	color: #EE7A00;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.0em;
	padding: 0px 12px;
	text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;
}

#tplge_header2table h2 {
	/* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0 5px #000;
	color: #EE7A00;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.0em;
	padding: 0px 12px;
	text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;
}

#tplge_header2table h4 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}

#tplge_header2table h5 {
	font-style: normal;
}

#tplge_header2table h6 {
	font-style: normal;
}

/* ##### main container ##### */

div#tplge_main {
	background: #fff;
}

div#tplge_mainin {
	border: 1px solid #fff;
	padding: 0 0 20px 0;
}

/* ##### locator ##### */

div#tplge_locator div.tplge_inner {
	border-bottom: 1px solid #ccc;
	font-family: arial,sans-serif;
	font-size: 14px;
	margin: 10px;
	padding: 0 0 10px 0;
}

/* ##### language menu ##### */

div.tplge_languagemenu {
	padding: 0 21px 0 12px;
}

div.tplge_languagemenu img {
	margin: 0 12px 0 0;
}

/* ##### sidebar navigation ##### */

div#tplge_sidebarNav div.tplge_inner {
	font-family: arial,sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 10px;
}

/* ##### toc ##### */

#tplge_sidebarNav li {
	list-style-image: none;
	list-style-type: none;
}

#tplge_sidebarNav ul.menulevel1 {
	border: 0;
	color: #EE7A00;
	font-family: century gothic,verdana,arial,sans-serif;
	margin: 10px 6px 0 0;
	padding: 0;
}

#tplge_sidebarNav ul.menulevel1 li {
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0;
	padding: 12px 0 4px 0;
	text-align: left;
}

#tplge_sidebarNav ul ul.menulevel2 {
	border: 0;
	margin: 0;
	padding: 8px 0 4px 0;
}

#tplge_sidebarNav ul ul.menulevel2 li {
	border: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0;
	padding: 4px 0 5px 8px;
	text-align: left;
}

#tplge_sidebarNav ul ul ul.menulevel3 {
	margin: 5px 0 0 0;
}

#tplge_sidebarNav ul ul ul.menulevel3 li {
	border: 0;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0;
	padding: 6px 0 1px 8px;
	text-align: left;
}

/* ##### links ##### */

#tplge_sidebarNav a:link {
	color: #444;
	font-style: normal;
        text-decoration: none;
}

#tplge_sidebarNav a:visited {
	color: #444;
	font-style: normal;
        text-decoration: none;
}

#tplge_sidebarNav a:hover {
	color: #EE7A00;
	font-style: normal;
	text-decoration: none;
}

#tplge_sidebarNav a:active {
	color: #EE7A00;
	font-style: normal;
	text-decoration: none;
}

#tplge_sidebarNav a:focus {
	color: #EE7A00;
	font-style: normal;
	text-decoration: none;
}

#tplge_sidebarNav div#tplge_subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 24px 10px 10px 0;
	text-align: left;
}

#tplge_sidebarNav div#tplge_subnav ul li {
	font-size: 14px;
	margin: 0;
	padding: 6px 0;
}

div.tplge_subnav {
	margin: 0;
	padding: 48px 0 0 2px;
	text-align: left;
}

div.tplge_subnav img {
	margin: 0 16px 0 0;
	padding: 0;
}

p.lastupdate {
	color: #333;
	font-size: 14px;
	padding: 0 10px;
}

/* ##### active menu items ##### */

#tplge_sidebarNav ul.menulevel1 li.sdocs {
}

#tplge_sidebarNav ul.menulevel1 li.sdoc {
}

#tplge_sidebarNav ul.menulevel2 li.docs {
}

#tplge_sidebarNav ul.menulevel2 li.doc {
}

/* ##### content ##### */

#tplge_content div.tplge_inner {
	padding-top: 10px;
}

ul.sitemaplevel1 {
	font-weight: 700;
	list-style: none;
	margin: 0;
	padding: 10px 0 16px 0;
}

ul.sitemaplevel1 li {
	margin: 0;
	padding: 6px 0;
}

ul.sitemaplevel2 {
	font-weight: 300;
	list-style: none;
}

ul.sitemaplevel2 li {
	margin: 0 15px;
	padding: 6px 0;
}

ul.sitemaplevel3 {
	font-weight: 200;
	list-style: none;
}

ul.sitemaplevel3 li {
	margin: 0 20px;
	padding: 6px 0;
}

ul.sitemaplevel1 a:link {
	color: #456;
	text-decoration: none;
}

ul.sitemaplevel1 a:visited {
	color: #456;
	text-decoration: none;
}

ul.sitemaplevel1 a:hover {
	color: #EE7A00;
	text-decoration: none;
}

ul.sitemaplevel1 a:active {
	color: #EE7A00;
	text-decoration: none;
}

ul.sitemaplevel1 a:focus {
	color: #EE7A00;
	text-decoration: none;
}

/* ##### prev-top-next ##### */

#tplge_prevnext {
	border: 0;
	clear: both;
	float: left;
	font-family: arial,sans-serif;
	font-size: 15px;
	width: 100%;
}

#tplge_prevnext div.tplge_inner {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 12px 0 0 0;
	padding: 8px 0 10px 0;
	text-align: center;
}

#tplge_prevnext div.tplge_inner span {
	padding: 0 16px;
}

/* ##### newsboxes ##### */

div.tplge_news {
	line-height: 1.2em;
}

div.tplge_news div.tplge_inner {
        background: #ffeecc;
	border-radius: 10px;
	margin: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* padding-top: 1px; */
        padding-bottom: 5px;
}

div.tplge_news h4 {
	font-size: 18px;
	letter-spacing: 0;
}

div.tplge_news h5 {
	font-size: 17px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}

div.tplge_news h6 {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}

/* ##### footer links ##### */

#tplge_notes {
	color: #666;
	font-family: arial,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 30px 10px 30px;
	text-align: right;
}

#tplge_notes span {
	padding: 0 6px 0 2px;
}

#tplge_notes a:link {
	color: #666;
	font-style: normal;
}

#tplge_notes a:visited {
	color: #666;
	font-style: normal;
}

#tplge_notes a:hover {
	color: #f90;
	font-style: normal;
	text-decoration: none;
}

#tplge_notes a:active {
	color: #f90;
	font-style: normal;
	text-decoration: none;
}

#tplge_notes a:focus {
	color: #f90;
	font-style: normal;
	text-decoration: none;
}

/* ##### rest ##### */

img.round {
	border: 0;
	border-radius: 10px;
	/* margin: 3px; */ 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#passwd {
	border: 1px solid #ccc;
}

.text {
	background: #DCDCD9;
	border: 1px solid #ccc;
	color: #333;
	font-family: arial,sans-serif;
	padding: 2px 3px;
}

.file {
	border: 1px solid #ccc;
}

.scroll {
	background: #eec;
	border: 1px solid #997;
	overflow: scroll;
	padding: 10px;
}

.retrieve {
	background: #FFF;
	background-image: none;
	border: 0;
}

table.edit {
	background: #222;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.2em;
	margin: 1px 0;
}

table.edit td {
	border: 0;
	padding: 3px;
}

table.edit a:link {
	color: #ccc;
}

table.edit a:visited {
	color: #ccc;
}

#tplge_content textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	margin: 0 0 10px 0;
	padding: 4px 8px!important;
	width: 90%;
}

#tplge_content input {
	background: #fff;
}

#cmsimple_mailform textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: arial,sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 90%;
}

#cmsimple_mailform input.submit {
	background: #222;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 6px;
}

#tplge_content input#submit {
	background: #222;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 6px;
}