html,body {height:100%; width:100%; margin:0; padding:0;}
body {font-size:80%; font-family:Arial; background-color:#fff; line-height:1.4;}
table {font-size:100%;border-collapse:collapse; border:0; width:100%; empty-cells:show;}
td {margin:0; padding:0; font-family:Arial; vertical-align:top; line-height:1.4; }
th {margin:0; padding:0; font-family:Arial; vertical-align:top; text-align:left; line-height:1.4; }
img {border:none;}
sup { position:relative; top:-0.5em; line-height:0; vertical-align:baseline; font-size:0.75em; //font-size:0.89em;}
hr {color:#cdcdd5; height:1px; border-style:none; background-color:#cdcdd5;}
form {margin:0;}
.error  {color:red;}
input.error {	border-color:red !important;}
div,ul,li { box-sizing: border-box; -moz-box-sizing: border-box; }

a, a:link {color:#f58220;}
a:visited {color:#f58220;}
a:hover {text-decoration:none; color:#fa0000;}
.dashedlink {color:#f58220; border-bottom:1px dashed #f58220; cursor:pointer; cursor:hand;}
.aslink {color:#f58220; text-decoration:underline; cursor:pointer; cursor:hand;}
a img {border:none;}
a[disabled] { opacity: 0.4; text-decoration:none; cursor:default;  }

.clear {//height: 1%;}
.clear:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }

.red { color:#990000; }
.green { color:#546e03; }
.grey { color:#666; font-size:85%; }

div.pagescroll {margin:30px 0 20px 0; color:#666;}
div.pagescroll a {padding:3px 5px;}
div.pagescroll .arrows {font-size:90%;}
div.pagescroll .arrow {font-family:Times New Roman;}
div.pagescroll .numbers {margin-top:7px;}
div.pagescroll .cur,
div.pagescroll a.cur {padding:9px 8px 3px 8px; background:url(../images/decor/selector_cur_up.gif) 50% 0% repeat-x #f18a1c; color:#fff; text-decoration:none; }

div.searchresults {width:80%;}
div.searchresults .searchsummary {color:#82888e; margin:0.5em 0;}
div.searchresults .searchlist {color:#82888e;}
div.searchresults .searchlist li {margin-bottom:0.7em;}
div.searchresults .searchresulttitle {color:#000;}

table.forms { width:70%; }
table.forms td.label {color:#57635b; padding:5px 10px 5px 0; width:25%; text-align:right; vertical-align:middle;}
table.forms td.input { padding:5px 5px 5px 0; width:75%; vertical-align:middle;}
table.forms td.input input {vertical-align:middle; }
table.forms td.top { vertical-align:top; padding-top:7px;}
table.forms td.hint { color:#57635b; font-size:75%; }
table.forms span.hint, .forms div.hint { color:#57635b; font-size:85%; }
table.forms .wide { width:100%; }
table.forms .error-hint { position:relative; }
table.forms .error-hint div { position:absolute; left:100%; margin-left:5px; background:url('../images/decor/error-corner.gif') repeat-y 0% 50% #ffdede; color:red; padding:5px 5px 5px 11px; width:50%; z-index:1; }

h1 { margin:0 0 0.5em 0; color:#f58220; font-family:Georgia;}
h2 { margin:1.6em 0 0.3em 0; color:#58585a; }
h3, h4 { margin:1.6em 0 0.3em 0; color:#848280; }
* html h2, * html h3, * html h4 {//behavior: expression(function(o){if(!o.rw){if(!o.previousSibling || (!o.previousSibling.previousSibling && o.previousSibling.nodeType==8)) o.className+=' first-child'; o.rw = true;}})(this); }
.first-child, h2:first-child, h3:first-child, h4:first-child { margin-top:0em !important; }

.content img[align=left] { margin:0 16px 10px 0; }
.content img[align=right] { margin:0 0 10px 16px; }
.content .align-left-block { margin:0 16px 10px 0; }
.content .align-right-block { margin:0 0 10px 16px; }
.content  img { behavior: expression(function(o){if(!o.rw){ if(o.align=='left') { o.className+=' align-left-block'; } else if (o.align=='right') { o.className+=' align-right-block'; } o.rw = true;}})(this); }
.fix{ zoom:1; }
.content ul,
.content ol { margin-top:0.2em; }
.content li { margin-bottom:0.4em; }
.content .datatable { margin:1em 0; border-top:1px solid #eaad79; border-left:1px solid #eaad79; width:100%; }
.content .datatable th { text-align:left; font-weight:bold; background:#f58220; color:#fff; padding:5px; border-right:1px solid #eaad79; border-bottom:1px solid #eaad79; }
.content .datatable th a,
.content .datatable th a:link,
.content .datatable th a:visited{ color:#fff; }
.content .datatable td { padding:5px; border-right:1px solid #eaad79; border-bottom:1px solid #eaad79; }
.content .col33 { width:33%; float:left; padding-right:20px; }

ul.clearlist { margin-left:0; margin-right:0; padding:0; }
ul.clearlist li { padding:0; margin:0 0 0.4em 0; list-style-type:none; }

ul.dashedlist li {//behavior:expression(function(o){if(!o.rw && o.parentNode && o.parentNode.className=='dashedlist'){o.className+=' dashed'; o.innerHTML = '&mdash;&nbsp;' + o.innerHTML; o.rw = true;}}(this)); }
ul.dashedlist li.dashed {list-style-type: none; text-indent: -1.27em; }
* ul.dashedlist li.dashed * {text-indent: 0;}
ul.dashedlist>li {text-indent: -1.27em; list-style-type: none;}
ul.dashedlist>li:before {content:'\2014\a0';}

* html img.png {//behavior:expression(function(o){if(!o.rw){o.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+e.src+'", sizingMethod="scale")';o.src='../images/blank.gif';o.rw=true;}})(this);}
