* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none!important;
}
html {
	height: 100%;
	overflow-y: scroll;
	background-color: white;
}
body {
	position: relative;
	height: 100%;
	line-height: 1.2;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
}
th, td {
	line-height: 1.2;
	color: #231f20;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
caption {
	padding: 3px 0 3px 0;
	text-align: left;
	font-size: 14px;
	color: #231f20;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
address {
}
blockquote {
	font-style: italic;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 1.2;
}
cite {
	font-style: normal;
	float: right;
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #555555;
}
img {
	background: white url('Progress.gif') no-repeat center center;
}
sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
a {
	color: #b39c5a;
}
a:hover {
}
a:visited {
}
.noScreen {
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}
.rC-7 {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: -7px 0;
	_background-position: -6px 0;
	z-index: 10;
}
.rC-7W {
	background-image: url('CornerWhite7.png')
}
.rC-7G {
	background-image: url('CornerGray7.png')
}
.rC-7-1 {
	right: 0;
	top: 0;
}
.rC-7-2 {
	right: 0;
	bottom: 0;
	_bottom: -1px;
	background-position: -7px -7px;
	_background-position: -6px -7px;
}
.rC-7-3 {
	left: 0;
	bottom: 0;
	_bottom: -1px;
	background-position: 0 -7px;
}
.rC-7-4 {
	left: 0;
	top: 0;
	background-position: 0 0;
}
.rC-8 {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: -8px 0;
	_background-position: -7px 0;
	z-index: 10;
}
.rC-8W {
	background-image: url('CornerWhite8.png');
}
.rC-8G {
	background-image: url('CornerGray8.png');
}
.rC-8-1 {
	right: 0;
	top: 0;
}
.rC-8-2 {
	right: 0;
	bottom: 0;
	background-position: -8px -8px;
	_background-position: -7px -7px;
}
.rC-8-3 {
	left: 0;
	bottom: 0;
	background-position: 0 -8px;
	_background-position: 0 -7px;
}
.homeLinks .rC-8-2 {
	_bottom: -1px;
}
.homeLinks .rC-8-3 {
	_bottom: -1px;
}
.rC-8-4 {
	left: 0;
	top: 0;
	background-position: 0 0;
}
.rC-parent {
	position: relative;
	display: block;
	overflow: hidden;
}
img.preloadImage {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

/* basic layout */
#headerBox {
	clear: both;
	position: relative;
	width: 100%;
	height: 220px;
}
#headerBox #ctl00_LogoLink {
	position: absolute;
	bottom: 50px;
	left: 0;
}
#headerBox #ctl00_LogoLink img {
	background: none;
}
#page {
	position: relative;
	width: 876px;
	margin: 0 auto;
	overflow-x: hidden;
}
#mainBox {
	position: relative;
	width: 876px;
	padding-bottom: 56px;
	float: left;
}
#mainBox #mainContentBox {
	float: right;
	clear: both;
	position: relative;
	width: 677px;
	min-height: 450px;
	height: auto;
	_height: 450px;
	padding-bottom: 45px;
}
#mp1 #mainBox #mainContentBox {
	float: none;
	width: 876px;
	min-height: 600px;
	height: auto;
	_height: 600px;
	margin-top: 5px;
	padding-bottom: 0;
}
#languages {
	position: absolute;
	right: 0;
	top: 0;
}
#languages a {
	display: block;
	width: 87px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #838383;
	background: url('ButtonLang.gif') no-repeat;
}
#languages a:hover {
	color: #231f20;
}
#languages a.active {
	display: none;
}
.footerBox {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 23px;
	width: 853px;
	height: 26px;
	line-height: 26px;
	font-size: 9px;
	color: #828282;
	background: #f2f2f2 url(FooterContent.gif);
}

/* Tabs */
#viewport {
	/*overflow-x: hidden;*/
	position: relative;
}
.tabContent {
	position: absolute;
	width: 918px;
	top: 0;
	z-index: 15;
	display: none;
}
.tabContent-visible {
	z-index: 16;
	display: block;
}
.tabContent .inside {
	margin: 0 auto;
	width: 876px;
}
.tabControl {
	position: fixed;
	_position: absolute;
	top: 0;
	width: 35px;
	overflow: hidden;
	background-color: #b39c5a;
	z-index: 20;
}
.tabControl a {
	display: none;
}
.tabControl object, .tabControl div {
	position: fixed;
	_position: absolute;
	display: block;
	width: 35px;
	height: 600px;
	cursor: pointer;
}

#leftContent {
	left: 0;
}
#leftContent .inside {
}

#leftTab {
	left: 0;
}

#middleContent {
	left: 36px;
}
#leftContent .inside {
}

#rightTab {
}
#rightContent {
	left: 72px;
}
#rightContent .inside {
}


/* common: main content + infozone */
h2 {
	margin: 9px 0 6px 0;
	font-size: 17px;
}
p.dateAuthor {
	font-size: 12px;
}
.article {
}
.htmlEditorContent img {
	background: none;
}
.htmlEditorContent h3 {
	padding: 4px 0 10px 0;
	font-size: 15px;
}
.htmlEditorContent img.bordered {
}
.htmlEditorContent .hl1 {
	color: #8d8d8d;
	font-style: italic;
}
.htmlEditorContent ul {
	padding: 5px 5px 5px 35px;
	list-style-type: square;
}
.htmlEditorContent ul li {
	padding: 0 0 0 5px;
}
.htmlEditorContent ol {
	padding: 5px 5px 5px 40px;
}
.htmlEditorContent ol li {
	padding: 0 0 0 0px;
}
.htmlEditorContent table.styled {
	margin: 5px 0 15px 0;
	border-collapse: separate;
}
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	background-color: White;
	padding: 2px 15px;
	text-align: left;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	padding: 4px 15px;
	background-color: #b39c5a;
	color: White;
	font-style: normal;
}
.htmlEditorContent table.styled tr.hl th, .htmlEditorContent table.styled tr.hl td {
	background-color: #d9d9d9;
	font-style: normal;
}
.htmlEditorContent h3.listLinksHeader {
}
.htmlEditorContent ul.listLinks {
}
.htmlEditorContent ul.listLinks li {
}
.htmlEditorContent .homeLinks {
	width: 879px;
	height: 189px;
	margin: 23px -3px 0 0;
}
.htmlEditorContent .homeLinks .item {
	float: left;
	position: relative;
	width: 290px;
	height: 189px;
	margin-right: 3px;
	cursor: pointer;
}
.htmlEditorContent .homeLinks .item img {
	position: absolute;
	top: 0;
	z-index: 9;
}
.htmlEditorContent .homeLinks .item h3 {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 262px;
	padding: 13px 14px 13px 14px;
	font-size: 16px;
	letter-spacing: 1px;
	color: White;
	background: url('HomeLinksHeader.png');
}
.htmlEditorContent .homeLinks .item h3 a {
	color: White;
	text-decoration: none;
}
.htmlEditorContent .homeLinks .item h3 img {
	position: static;
}

/* main content */
#mainContentBox h1 {
	margin: 2px 0 7px 0;
	font-size: 25px;
}
#mp1 #mainContentBox h1 {
	display: none;
}
#mainContentBox p#dateAuthor {
	font-size: 12px;
}
#mp1 #mainContentBox p#dateAuthor {
	display: none;
}
#mainContentBox #upBack {
	position: absolute;
	height: 21px;
	bottom: 0;
	right: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#mp1 #mainContentBox #upBack {
	display: none;
}
#mainContentBox #upBack a {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding: 0 15px 0 25px;
	color: #b39c5a;
	text-decoration: none;
}
#mainContentBox #upBack a.buttonUp {
	background: url(ButtonUp.gif) no-repeat left center;
}
#mainContentBox #upBack a.buttonBack {
	background: url(ButtonBack.gif) no-repeat left center;
}
#mainContentBox #upBack a.buttonPrint {
	background: url(ButtonPrint.gif) no-repeat left center;
}
#mainContentBox #upBack a:hover {
	text-decoration: underline;
}

/* footer */
.footerBox p.navigation {
	display: none;
}
.footerBox a {
	color: #828282;
}
.footerBox strong {
	font-weight: normal;
	color: #b39c5a;
}

/* */
.sideContentHeader {
	display: none;
}

table.orderPerson {
	font-family: Arial;
	font-size: 14px;
	margin-top: 15px;
}

table.orderPerson th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.orderPerson input {
	border: solid 1px #858688;
	padding: 1px;
}

table.orderPerson .error {
	color: Red;
}

table.orderPerson span.error {
	font-family: Arial;
	font-size:10px;
	line-height: 1.2;
	display: block;
	float: left;
}

table.orderPerson span.error-hidden {
	visibility: hidden;
}

table.orderPerson span.error-collapse {
	display: none;
}

table.orderPerson tr.errorRow {
	padding: 0;
}
