body {
    background: rgb(224,204,154);
    color: rgb(26,26,26);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 18px;
}

p {
    margin: 5px 0px;
}

img {
    border: none;
}

a { color: rgb(160,50,0); }

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
    color: rgb(160,0,0);
}

ol,ul {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-image: url("/templates/images/list_item.gif");
}

li {
    margin: 0px 0px 5px 14px;
    padding: 0px;
}

div#errdiv {
    display: block;
    min-width: 250px;
    max-width: 400px;
    min-height: 180px;
    background-color: rgb(255,225,225);
    border: 4px solid rgb(225,0,0);
    position: fixed;
    text-align: center;
    vertical-align: middle;
    z-index: 98;
    color: rgb(50,0,0);
    padding: 5px;
}

div#page {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 990px;
    background: rgb(248,240,227);
    margin-bottom: 20px;
}

div#phead {
    float: none;
    width: 990px;
    height: 138px;
    margin-bottom: 3px;
}

div#header {
    width: 990px;
    height: 138px;
    background: rgb(72,4,43) url("/templates/images/head_990.jpg") no-repeat;
}

div#dn {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 980px;
    text-align: right;
}

div#datumnevnap {
    color: rgb(255,255,255);
    font-family: Verdana, Arial, FreeSans, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 10px;
}

div#headerimg {
    width: 990px;
    height: 108px;
}

div#headsearch {
    position: absolute;
    top: 73px;
    left: 685px;
    padding: 0px;
    color: rgb(255,255,255);
    font-family: Verdana, Arial, FreeSans, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 10px;
    z-index: 10;
}

div#headsearch img {
    position: relative;
    top: 5px;
}

div#headermenu {
    border-top: 1px dotted rgb(171,115,140);
    text-align: center;
    font-weight: 900;
    font-variant: small-caps;
    font-size: 14px;
    padding-top: 4px;
    color: rgb(235,211,167);
}

div#headermenu a { color: rgb(235,211,167); }

div#searcherror {
    position: absolute;
    top: 80px;
    left: 210px;
    color: rgb(255,0,0);
    font-size: 11px;
    font-family: Verdana, Arial, FreeSans, Helvetica, sans-serif;
    font-weight: 900;
    visibility: hidden;
}

div#pmid {
    float: none;
    width: 990px;
    min-height: 500px;
    display: table;
}

div#pmiddle {
    float: none;
    display: table-row;
    vertical-align: top;
}

div#pmidleft {
    position: relative;
    top: 0px;
    float: left;
    width: 200px;
    min-height: 500px;
    padding: 0px;
    background: rgb(250,246,237);
    display: table-cell;
    line-height: 17px;
    vertical-align: top;
}

div#pmidcent {
    position: relative;
    top: 0px;
    float: left;
    width: 640px;
    max-width: 640px;
    min-height: 500px;
    padding: 0px;
    display: table-cell;
    vertical-align: top;
}

div#content {
    padding: 5px 10px;
    vertical-align: top;
}

div#content h1 {
    font-family: Arial, FreeSans, Helvetica, sans-serif;
    color: rgb(32,32,32);
    font-size: 22px;
    line-height: 29px;
    font-weight: 900;
    margin-bottom: 10px;
}

div#content img {
    margin: 2px 10px;
}

div#content h4 {
    font-family: Georgia, "Times New Roman", FreeSerif, Times, serif;
    font-size: 16px;
    font-weight: 900;
    margin: 10px 0px 5px 0px;
}

div#content h3 {
    font-family: Verdana, Arial, FreeSans, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 900;
    margin: 10px 0px 5px 0px;
}

div#content ul {
  margin-left: 30px;
}

div#adminmessage {
    margin: 5px 10px 20px 10px;
    padding: 10px;
    border: 1px solid rgb(180,180,180);
    background-color: rgb(255,255,255);
    color: rgb(48,48,48);
}

div#pmidrght {
    position: relative;
    top: 0px;
    float: left;
    width: 150px;
    min-height: 500px;
    padding: 0px;
    background: rgb(250,246,237);
    display: table-cell;
    line-height: 15px;
    vertical-align: top;
}

div#pfoot {
    float: none;
}

div#footer {
    float: none;
    width: 990px;
    min-height: 30px;
    background: rgb(134,59,71);
    font-size: 10px;
    font-variant: small-caps;
    color: rgb(220,220,220);
    text-align: center;
    padding: 6px 0px;
}

div#footer2 {
    width: 990px;
    font-size: 10px;
    font-variant: small-caps;
    text-align: center;
    padding: 4px 0px;
    font-weight: 900;
}

div#footer2 a {
    color: rgb(134,59,71);
}

div#modulesearch {
    width: 618px;
    min-height: 40px;
    border: 1px solid rgb(212,164,112);
    background: rgb(134,59,71) url("/templates/images/searchbg.png") repeat-x;
    color: rgb(255,255,255);
    font-family: Verdana, Arial, FreeSans, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 900;
}

div#printdiv {
    margin-top: 25px;
    padding-top: 5px;
    border-top: 1px dotted rgb(200,200,200);
    text-align: right;
}

div#printdiv2 {
    float: right;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 42px;
}

div#printdiv img, div#printdiv2 img {
    cursor: pointer;
    float: right;
    margin: 0px;
    padding: 5px;
}

div#upbar {
    width: 618px;
    border: 1px solid rgb(212,164,112);
    padding: 0px;
    height: 20px;
    background: transparent url("/templates/images/bar.gif") repeat-x;
    vertical-align: middle;
    font-size: 11px;
    font-family: Verdana, Arial, FreeSans, Helvetica, sans-serif;
    font-weight: 900;
    color: rgb(255,255,255);
}

div#upbar a {
    color: rgb(255,255,255);
}

div#gmap {
    width: 298px;
    height: 198px;
    border: 1px solid rgb(150,150,150);
}

span#cleanversion:hover {
    text-decoration: underline;
}

.tbl, .block, .block2 { display: table; float: none; margin: 0px; padding: 0px; vertical-align: top; }

.trow, .blockhd, .blockcnt, .blockhd2, .blockcnt2 { display: table-row; float: none; margin: 0px; padding: 0px; width: 100%; vertical-align: top; }

.tcell, .tcell_surveyopt, .blockhead, .blockcont, .blockhead2, .blockcont2 { display: table-cell; float: left; margin: 0px; padding: 0px; vertical-align: top; }

.tcell div {
  vertical-align: top;
}

.tinner, .blocktitle, .blockcontent, .blocktitle2, .blockcontent2 { padding: 5px; }

.block, .block2, .blockhd, .blockhd2, .blockhead, .blockhead2, .blockcnt, .blockcnt2, .blockcont, .blockcont2 {
    width: 100%;
}

.blockcontainer { padding: 4px; }

.block, .block2 { margin-bottom: 15px; }

.blocktitle {
    border: 1px solid rgb(212,164,112);
    background: rgb(134,59,71) url("/templates/images/blocktit1.gif") repeat-x;
    color: rgb(255,255,255);
    font-weight: 900;
    text-transform: uppercase;
    font-family: Arial, FreeSans, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

.blocktitle2 {
    border: 1px solid rgb(212,164,112);
    background: rgb(134,59,71) url("/templates/images/blocktit1.gif") repeat-x;
    color: rgb(255,255,255);
    font-weight: 900;
    text-transform: uppercase;
    font-family: Arial, FreeSans, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
}

.blockcontent {
    border-left: 1px solid rgb(212,164,112);
    border-right: 1px solid rgb(212,164,112);
    border-bottom: 1px solid rgb(212,164,112);
    background: rgb(255,255,255) url("/templates/images/shade.gif") repeat-x;
    color: rgb(24,24,24);
    font-family: Arial, FreeSans, Helvetica, sans-serif;
    font-size: 12px;
}

.blockcontent2 {
    border-left: 1px solid rgb(212,164,112);
    border-right: 1px solid rgb(212,164,112);
    border-bottom: 1px solid rgb(212,164,112);
    background: rgb(250,247,242) url("/templates/images/shade2.gif") repeat-x;
    color: rgb(24,24,24);
    font-family: Arial, FreeSans, Helvetica, sans-serif;
    font-size: 11px;
}

.blockcontent .tcell_surveyopt {
    width: 150px;
    margin-bottom: 5px;
}

.blockcontent2 .tcell_surveyopt {
    width: 100px;
    margin-bottom: 5px;
}

.blockcontent a, .blockcontent2 a { color: rgb(158,53,2); }
.blockcontent a:hover, .blockcontent2 a:hover { color: rgb(160,0,0); }

a.mainmenu, a.mainmenu_selected, a.submenu, a.submenu_selected {
    display: block;
    float: none;
    border-bottom: 1px solid rgb(255,255,255);
    font-family: Arial, FreeSans, Helvetica, sans-serif;
}

a.mainmenu, a.mainmenu_selected {
    background-color: rgb(212,164,112);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900;
    color: rgb(255,255,255);
    padding: 9px 3px;
    font-variant: small-caps;
}

a.mainmenu:hover, a.mainmenu_selected:hover {
    background-color: rgb(221,188,161);
    color: rgb(158,53,2);
    text-decoration: none;
}

a.submenu, a.submenu_selected {
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 1px;
    color: rgb(48,48,48);
    padding: 3px 8px;
}

a.submenu:hover, a.submenu_selected:hover {
    background-color: rgb(235,183,151);
    color: rgb(158,53,2);
}

.centered1 {
    width: 100%;
    text-align: center;
    font-weight: 900;
    margin-bottom: 10px;
}

.optionbar {
    height: 20px;
    float: none;
    background: transparent url("/templates/images/optionbar.gif") repeat-x;
    margin-bottom: 5px;
    border-left: 1px solid rgb(48,48,48);
    border-right: 1px solid rgb(48,48,48);
    display: block;
}

.mpnews {
    border-bottom: 1px dotted rgb(200,200,200);
    margin-bottom: 10px;
    padding: 5px 0px 10px 0px;
}

.mpnewstit {
    font-size: 16px;
    font-weight: 900;
}

.smallgrey {
    float: none;
    font-size: 11px;
    color: rgb(140,140,140);
}

.mpnewslink {
    font-size: 12px;
    font-weight: 900;
}

.rssitem {
    float: none;
    margin-bottom: 5px;
}

.recomtit {
    text-align: center;
    width: 100%;
    font-weight: 900;
    margin-bottom: 10px;
}

.articles {
    display: table;
    float: none;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dotted rgb(200,200,200);
}

.lead {
    font-family: Arial, FreeSans, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(32,32,32);
    font-weight: 900;
    margin: 10px 0px 15px 0px;
}

.body {
    margin-bottom: 20px;
}

.additional {
    margin-bottom: 2px;
}

.related {
    width: 618px;
    border: 1px solid rgb(212,164,112);
    background: rgb(255,255,255) url("/templates/images/shade.gif") repeat-x;
    padding: 0px;
}

.related_in {
    padding: 20px;
}

.related h5 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: Arial, FreeSans, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 900;
    color: rgb(32,32,32);
}

.p2 {
    margin-bottom: 10px;
}

.p2 strong, .related strong {
    font-size: 0.85em;
}

.pager {
    background: rgb(255,255,255);
    border-color:rgb(212,164,112);
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    padding: 3px;
    color: rgb(48,48,48);
    font-size: 10px;
    font-weight: 900;
    font-family: Verdana, Arial, FreeSans, Helvetica, sans-serif;
}

.searchhigh {
    background: rgb(255,255,0);
    color: rgb(50,0,0);
    font-weight: 900;
}

.t_inp {
    border: 1px solid rgb(100,100,100);
    padding: 3px;
    font-family: Arial, FreeSans, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 15px;
    color: rgb(52,52,52);
    background-color: rgb(250,246,237);
}

li.oith_yes {
    list-style-image: url("/templates/images/oith_yes.gif");
}

li.oith_no {
    list-style-image: url("/templates/images/oith_no.gif");
}


