/* colors:
#ffe8a0	lighter yellowish orange
#ffbf00	yellowish orange
#e5ac00	darked yellowish orange
#a08000	lighter brown
#806000	brown
&#171;	<<
&#187;	>>
*/
html {
	background: #fff;
	height: 99.8%;
}
body {
	background: #fff;
	margin:0 auto;
	padding: 0;
	width: 1000px;
	height: 99%;
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
}
#header {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 120px;
}
#nav {
	background: url(../img/bgr/bgr_topnav.jpg) no-repeat top center #fff;
	margin: 0 auto;
	padding: 0 0 0 360px;
	width: 640px;
	height: 41px;
	border: 0;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	color: #000;
}
#heading {
	background: url(../img/bgr/bgr_h1.jpg) no-repeat top center #fff;
	margin: 0;
	padding: 69px 0 0;
	width: 1000px;
	height: 70px;
	border: 0;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	color: #000;
}
#nav div {
	background: transparent;
	margin-right: 2px;
	padding: 10px 0 20px;
	width: 100px;
	height: 12px;
	float: left;
	text-transform: uppercase;
}
#nav a {
	margin: 1px 0;
	height: 100%;
	font-weight: normal;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #000;
}
#nav a:active, #nav a:hover {
	color: #c90;
}
#nav .active {
	background: url(../img/bgr/bgr_toptab.png) top center no-repeat transparent;
}
#nav #rightnav {
	width: 150px;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #409060;
	float: right;
}
#nav #languages a:link, #nav #languages a:visited {
	color: #000;
}
#nav #languages a:active, #nav #languages a:hover {
	color: #409060;
}
#leftNav {
	background: url(../img/bgr/bgr_left.jpg) no-repeat right top transparent;
	margin: 200px 0 0 60px;
	padding: 0;
	width: 150px;
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #000;
	position: absolute;
}
#leftNav div[id^='nav_'], #leftNav div[id^='catnav_'] {
	margin: 0;
	padding: 0;
}
#leftNav div[id^='nav_'] a, #leftNav div[id^='catnav_'] a {
	margin: 6px 0;
	padding: 2px 4px;
	font-size: 10pt;
	font-weight: bold;
}
#leftNav a {
	text-decoration: none;
	text-shadow: #fff 1px 2px 5px;
	display: block;
	border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
}
#leftNav div a:link, #leftNav div a:visited {
	background: transparent;
	text-decoration: none;
	color: #000;
}
#leftNav div a:active, #leftNav div a:hover {
	background: #f4aa4c;
	color: #432;
}
#leftNav div a.active {
	background: #fcfcec;
	border: solid #987;
	border-width: 0 0 1px 0;
	font-weight: bold;
	color: #336;
}
#nav div[id^='subnav_'], #nav div[id^='subcatnav_'] {
	background: #fff;
	margin: 0px 0;
	padding: 10px 5px;
	width: 200px;
	height: auto;
	border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	box-shadow: -1px 3px 15px #987;
	-moz-box-shadow: -1px 3px 15px #987;
	-webkit-box-shadow: -1px 3px 15px #987;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#998877',direction='240',strength='5');
	text-align: left;
	position: absolute;
	display: none;
}
#nav div[id^='subnav_'], #nav div[id^='subcatnav_'] {
	z-index: 1000;
}
#nav  div[id^='subnav_'] a, #nav  div[id^='subcatnav_'] a {
	background: transparent;
	margin: 2px 0;
	padding: 1px 3px;
	font-size: 9pt;
	text-transform: none;
	display: block;
	color: #000;
}
#nav div[id^='subnav_'] a:hover, #nav div[id^='subcatnav_'] a:hover {
	background: #f4aa4c;
	color: #420;
}
#nav div[id^='subnav_'] a.active {
	font-weight: bold;
	text-decoration: underline;
}
#content {
	background: url(../img/bgr/bgr_main.jpg) no-repeat top center transparent;
	margin: 0 auto;
	width: 1000px;
	/* min-height: 400px; */
	text-align: justify;
}
#contentTextFull {
	margin-left: 230px;
	width: 540px;
}
#contentText {
	margin-left: 230px;
	width: 400px;
}
#contentText .col2 {
	width: 170px;
	float: left;
	margin-right: 30px;
}
#contentText p {
	margin-top: 0;
}
#content a:link {
	font-weight: bold;
	text-decoration: none;
	color: #04f;
}
#content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #039;
}
#content a:active, #content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #e80;
}
#content .dim {
	margin: 3em 0 0;
	font-size: 8pt;
	color: #986;
}
#content p a.dim {
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #875;
}
#content p.center {
	text-align: center;
}
table {
	margin: 0;
}
table.padded th, table.padded td {
	padding: 1px 5px;
}
textarea, input {
	background: transparent;
	border-color: #cb8 #fff #fff #cb8;
	border-style: solid;
	border-width: 1px;
	font-family: tahoma, sans-serif;
	font-size: 8pt;
}
input.button {
	background: url(../img/bgr/bgr_button.png) repeat-x top left #ffdf7f;
	padding: 0 8px;
	border: 1px outset #ff7f00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 1px #987;
	-moz-box-shadow: 1px 1px 1px #987;
	-webkit-box-shadow: 1px 1px 1px #987;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#998877',direction='120',strength='1');
	cursor: pointer;
}
input.button:disabled {
	background: url(../img/bgr/bgr_button_off.png) repeat-x top left #ffffff;
	border-color: #ddd;
}
input.tinybutton {
	background: #ccc;
	border: 1px outset #ccc;
}
input.btnimg {
	background: transparent;
	padding: 2px;
	border: 0;
	vertical-align: middle;
}
input.btnlink {
	background: none;
	border: 0;
	font-weight: bold;
	color: #00f;
}
optgroup {
	background: #ffe8a0;
	margin-top: 5px;
	border-top: 1px solid #333;
	font-style: normal;
	color: #431;
}
option {
	background: #ffe;
	color: #000;
}
select {
	background: #ffe8a0;
	border-width: 1px;
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
}
th {
	vertical-align: top;
	height: 1em;
}
tr.tablehead  {
	background: #444;
}
.tablehead th, .tablefoot th {
	padding: 1px 4px 0;
	color: #fff;
}
tr.tablefoot {
	background: #642;
}
.th_title {
	background: #444;
	color: #fff;
}
.th_title2 {
	background: #eca;
}
.hidden {
	display: none;
}
#content .must {
	text-decoration: underline;
}
#contentNews {
	margin: 1em auto;
	padding-top: 2em;
	width: 580px;
	clear: both;
}
a img {
	border: 0;
}
.imgl {
	margin: 8px 16px 8px 0;
	/* border-color: #e5ac00 #a08000 #a08000 #e5ac00;
	border-style: solid;
	border-width: 1px 2px 2px 1px; */
	float: left;
	box-shadow: 2px 2px 2px #987;
	-moz-box-shadow: 2px 2px 2px #987;
	-webkit-box-shadow: 2px 2px 2px #987;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#998877',direction='120',strength='2');
}
.imgr {
	margin: 8px 0px 8px 16px;
	/* border-color: #e5ac00 #a08000 #a08000 #e5ac00;
	border-style: solid;
	border-width: 1px 2px 2px 1px; */
	float: right;
}
.date {
	margin: 0 0 -1em;
	padding: 0 5px;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #000;
}
.date2 {
	margin: 0 0 -1em;
	padding: 0 5px;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #fff;
}
.col_2 {
	margin-right: 10px;
	width: 330px;
	float: left;
}
.col_2x {
	margin-right: 10px;
	width: 250px;
	float: left;
}
.col_3 {
	margin-top: 5px;
	margin-right: 1%;
	width: 32%;
	float: left;
}
.col_4 {
	margin-right: 1%;
	width: 24%;
	float: left;
}
.clear {
	clear: both;
}
#footer {
	background: url(../img/bgr/bgr_foot.jpg) top center no-repeat transparent;
	margin-top: 2em;
	padding: 1em 10px 0;
	height: 160px;
	font-size: 8pt;
	text-align: left;
	clear: both;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:active, #footer a:hover {
	color: #409060;
}
#counter {
	color: #ffbf00;
}
#pbyape {
	text-align: center;
	color: #aaa;
	clear: both;
}
#pbyape a img{
	border: 0;
	vertical-align: middle;
}

#status {
	background: #ffe8a0;
	margin: 0px 0 1em 450px;
	padding: 5px;
	width: 250px;
	border: 1px solid #ffbf00;
	position: absolute;
}

div[id^='news_item'] {
	width: 280px;
	margin-left: 20px;
	float: left;
}
div[id='news_item1'] {
	margin-left: 0px;
}
div[id^='news_item'] h3 {
	margin-top: 0;
}

h1 {
	margin-left: 10px;
	font-family: 'arial', sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-shadow: #fff 3px 2px 5px;
	color: #000;
}
h2 {
	margin: 0 0 10px;
	font-family: 'arial narrow', serif; /* png: 'Windsor Elongated', */
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	/* text-shadow: #cb9 2px 1px 3px; */
	text-shadow: #fff 3px 2px 5px;
	text-transform: uppercase;
	color: #33a;
}
h2.darkshade, h4 {
	background: #444;
	padding: 2px 4px;
	color: #fff;
}
h3 {
	background: url(../img/bgr/bgr_h3.png) bottom left repeat-x transparent;
	margin: 0.5em 0 10px;
	padding: 1px 5px;
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-radius: 15px 25px 55px 2px;
	-moz-border-radius: 15px 25px 55px 2px;
	-webkit-border-radius: 15px 25px 55px 2px;
	color: #903000;
}
h4 {
	height: 1.55em;
	margin-bottom: 0;
	font-size: 8pt;
}
hr {
	border: solid #906040;
	border-width: 1px 0 0;
}
.alert {
	font-weight: bold;
	color: #f00;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: square;
}
ol {
	margin-left: 15px;
	padding-left: 15px;
}
#printDoc {
	font-size: 10pt;
}
#printDoc h1 {
	font-size: 14pt;
	border-bottom: 2px solid #000;
}
#printDoc h2 {
	font-size: 11pt;
}
#helptogg {
	float: right;
}
#loginblock {
	margin: 66px 0 0 659px;
	display: block;
	position: absolute;
}
#loginform {
	background: transparent;
	width: auto;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: right;
}
#loginform input[type='text'], #loginform input[type='password'] {
	background: #fff;
	margin-bottom: 1px;
	padding: 1px 4px;
	border: 1px inset #ffe8a0;
}
#loginblock_show {
	width: 120px;
	text-align: right;
}
.logoblock {
	margin: 1.5em auto 0.5em;
	text-align: center;
}
/* tabs */
#tabs {
	margin-bottom: 1em;
	padding: 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.tab {
	background: url(../img/bgr/bgr_tab.png) repeat-x bottom left #fc6;
	padding: 2px 8px;
	width: 90px;
	border-color: #ba6;
	border-style: outset;
	border-width: 1px 1px 0 1px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.tab_extension {
	background: transparent;
	border: solid #ccc;
	border-width: 1px 1px 0;
	padding: 5px 5px 10px;
	clear: left;
}
.tab_extension h2 {
	margin: 0;
}
.active {
	background: #ffe;
	border-color: #ba6;
}
/* quick help */
.overlay {
	background: #fff8f0;
	margin: 0 50px 0 0;
	padding: 5px;
	width: 500px;
	border: 1px outset #963;
	position: absolute;
	border-radius: 9px 0 9px 9px;
	-moz-border-radius: 9px 0 9px 9px;
	-webkit-border-radius: 9px 0 9px 9px;
	box-shadow: 0px 1px 4px #333;
	-moz-box-shadow: 0px 1px 4px #333;
	-webkit-box-shadow: 0px 1px 4px #333;
}
.overlay input[type='text'] {
	background: #fff;
	border: 1px inset #ffe8a0;
}
.overlay input[type='button'] {
	background: transparent;
	padding: 1px 4px;
	border: 0;
}
.overlay input[type='image'] {
	border: 0;
	box-shadow: 0px 1px 4px #333;
	-moz-box-shadow: 0px 1px 4px #333;
	-webkit-box-shadow: 0px 1px 4px #333;
}
#quick_help_content {
	max-height: 600px;
	overflow-y: auto;
}
#quick_help h2, #quick_help p {
	font-family: arial, sans-serif;
	padding: 0 5px;
}
#quick_help h3 {
	margin-bottom: 0;
	padding: 0 5px;
	font-size: 9pt;
	color: #000;
}
.titlebar {
	background: #432;
	margin: 0 0 2px;
	padding: 2px 5px;
	border: 1px outset #963;
	font-weight: bold;
	color: #fff;
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
.titlebar input[type="image"] {
	border: 0;
	vertical-align: middle;
}
/* shadows */
.s_low {
	box-shadow: 2px 1px 4px #888;
	-moz-box-shadow:  2px 1px 4px #888;
	-webkit-box-shadow:  2px 1px 4px #888;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#888888',direction='120',strength='2');
}
.s_med {
	box-shadow: 2px 2px 10px #444;
	-moz-box-shadow: 2px 2px 8px #444;
	-webkit-box-shadow:  2px 2px 10px #888;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#888888',direction='120',strength='3');
}
.s_high {
	box-shadow: 2px 2px 10px #444;
	-moz-box-shadow: 3px 3px 12px #444;
	-webkit-box-shadow:  2px 2px 10px #444;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444',direction='120',strength='4');
}
#preFoot {
	clear: both;
}

@media print {
body {
	margin: 1cm;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 10pt;
}
#content, #contentHolder, #footer, #pbyape, div.body {
	margin: 0;
	padding: 0;
	width: auto;
}
#content {
	min-height: 100px;
}
#pbyape {
	font-size: 8pt;
}
p.center {
	width: auto;
	margin: 0 auto;
}
.noprint, #header, #loginblock, #nav, #leftNav {
	position: absolute;
	visibility: hidden;
}
.listtable th {
	border-bottom: 1px solid #000;
}
}
@media screen {
.printonly {
	position: absolute;
	visibility: hidden;
}
}