﻿html
{
    width: 100%;
    height: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Verdana, Sans-Serif, Arial;
    font-size: 11px;
    color: #323233;
    width: 100%;
    height: 100%;
}
#divContent
{
    text-align: left;
    padding-bottom: 100px;
}
#divMain
{
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: left;
    background-color: #FFFFFF;
}
#divLogo 
{
    width: 193px;
    height: 105px;
    float: left;
}
* html #divMain
{
    height: 100%;
}
#divHeader
{
    height: 105px;
    background: url(    '/img/top_bg1.jpg' );
    background-repeat: repeat-x;
    background-color: #0005a1;
}
#divTop
{
    position: relative;
    width: 600px;
    height: 105px;
    background: url(    '/img/top_bg.jpg' );
    float: left;
    background-repeat: no-repeat;
}
#divTopMenu
{
    clear: both;
    height: 23px;
    background: url(/img/menu_bg.gif);
    background-repeat: repeat-x;
    background-color: #0b0b0b;
}
#divFooter
{
    position: relative;
    height: 80px;
    margin-top: -80px;
    background: url(/img/bottom_bg.gif);
    background-repeat: repeat-y;
    background-color: #5a5dc4;
    width: 100%;
}
a
{
    color: #206388;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}
a.TopMenuItem
{
    display: block;
    height: 18px;
    margin: 1px 10px 1px 10px;
    padding: 3px 10px 0px 10px;
    float: left;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
a.TopMenuItem:hover
{
    background-color: #cbcbcb;
    color: #0b0b0b;
}
.TopMenuDivider
{
    display: block;
    height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 3px 0px 0px 0px;
    float: left;
    font-size: 11px;
    color: #FFFFFF;
}
a.MyMenuItem
{
    display: block;
    height: 18px;
    margin: 1px 10px 1px 10px;
    padding: 3px 10px 0px 10px;
    float: left;
    font-size: 11px;
    color: #696969;
    font-weight: bold;
    text-decoration: none;
}
a.MyMenuItem:hover
{
    background-color: #cbcbcb;
    color: #0b0b0b;
}
.MyMenuDivider
{
    display: block;
    height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 3px 0px 0px 0px;
    float: left;
    font-size: 11px;
    color: #696969;
}
a.hMenu
{
    display: block;
    color: #FFFFFF;
    font-size: 11px;
    height: 20px;
    width: 120px;
    text-decoration: none;
}
a.hMenu:hover
{
    text-decoration: underline;
}
a.photolink 
{
    padding: 0px 10px 5px 10px;
    border-right: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    background: #dcdcdc;
    position: relative;
    color: #000000;
    text-decoration: none;
}
a.photolink:hover
{
    background: #FFFFFF;
    text-decoration: underline;
}
a.photolinkactive 
{
    background: #FFFFFF;
    top: -1px;
}
img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
img.centered
{
    vertical-align: middle;
}
form
{
    margin: 0px;
    padding: 0px;
}
input
{
    margin: 0px;
    padding: 0px;
}
h1
{
    font-size: 18px;
    font-weight: normal;
}
.cat_title
{
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    display: block;
    height: 20px;
    background-color: #0b8003;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
}
.red
{
    color: #ff0000;
}
.green
{
    color: #0b8003;
}
.blue
{
    color: #206388;
}
.gray
{
    color: #696969;
}
ul.menu
{
    margin: 0 0 10px 10px;
    padding: 0;
    list-style: none;
    line-height: 20px;
}
li.cat
{
    background: url('/img/back_ul_green.gif') left no-repeat;
    padding: 0 0 0 14px;
    height: 20px;
    color: #535353;
}
p.parent_cat
{
    color: #535353;
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
}
a.cat
{
    color: #535353;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 20px;
    background: url('/img/back_ul_green.gif') left no-repeat;
    padding: 0 0 0 14px;
    margin: 0 0 0 10px;
}
a.cat_plus
{
    color: #535353;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 20px;
    background: url('/img/plus2.gif') left no-repeat;
    padding: 0 0 0 14px;
    margin: 0 0 0 10px;
}
a.cat_minus
{
    color: #535353;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 20px;
    background: url('/img/minus.gif') left no-repeat;
    padding: 0 0 0 14px;
    margin: 0 0 0 10px;
}
a.cat:hover
{
    text-decoration: underline;
    background-color: #eeeeee;
}
a.cat_plus:hover
{
    text-decoration: underline;
    background-color: #dcdcdc;
}
table.list
{
    width: 650px;
    border: solid 1px #dcdcdc;
    border-collapse: collapse;
}
tr.listheader td
{
    background-color: #dcdcdc;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    color: #565656;
}
tr.listrow td
{
    border-bottom: 1px solid #dcdcdc;
    color: #565656;
}
.big
{
    font-size: 16px;
}
div.item
{
    padding: 0px;
    width: 191px;
    height: 300px;
    float: left;
    text-align: center;
}
div.hitem
{
    padding: 0px;
    width: 650px;
    height: 100px;
    clear: both;
    text-align: left;
    margin-bottom: 20px;
}
div.itemphoto
{
    margin: 3px;
    width: 185px;
    height: 185px;
    border: 1px solid #7E7D7D;
}
div.hitemphoto
{
    margin: 3px;
    width: 400px;
    height: 100px;
    border: 1px solid #7E7D7D;
    float: left;
}
form.inlineform 
{
    margin: 0px;
    padding: 0px;
    display: inline;
}
div.searchfrom 
{
    position: absolute;
    bottom: 4px;
    right: 5px;
    display: none;
}
div.pages 
{
    padding: 10px 0px 10px 0px;
    text-align: left;
    clear: both;
}
div.largeimage 
{
    border: 1px solid #dcdcdc;
    width: 300px;
    height: 300px;
}
div.hlargeimage 
{
    border: 1px solid #dcdcdc;
    width: 600px;
    height: 150px;
}
div.hscrollimage 
{
    border: 1px solid #dcdcdc;
    width: 600px;
    height: 180px;
    overflow: auto;
}
.hidden 
{
    display: none;
}

fieldset.blue
{
    border: solid 1px #206388;
    width: 700px;
    padding: 10px;
    color: #5a5a5a;
    margin-bottom: 20px;
}
fieldset.blue>legend 
{
    color: #206388;
    font-weight: bold;
    font-size: 15px;
    border: solid 1px #FFFFFF;
}

fieldset.green
{
    border: solid 1px #0b8003;
    width: 700px;
    padding: 10px;
    color: #5a5a5a;
    margin-bottom: 20px;
}
fieldset.green>legend 
{
    color: #0b8003;
    font-weight: bold;
    font-size: 15px;
    border: solid 1px #FFFFFF;
}
fieldset.active
{
    border: solid 1px #ffa500;
    width: 700px;
    padding: 10px;
    color: #4a4a4a;
    margin-bottom: 20px;
    background-color: #f5f5dc;
}
fieldset.active > legend
{
    color: #ffa500;
    font-weight: bold;
    font-size: 15px;
    border: solid 1px #f5f5dc;
    background-color: #f5f5dc;
}
li 
{
    margin-bottom: 10px;
}
#notebook
{
    width: 300px;
    background-color: #FFFFFF;
    position: absolute;
    left: 680px;
    top: 105px;
}
#nbcontent
{
    border-right: #0b0b0b 1px solid;
    border-left: #0b0b0b 1px solid;
    border-bottom: #0b0b0b 1px solid;
    background-color: #fff8dc;
    height: auto;
    display: none;
}
#nbhead
{
    height: 23px;
    background: url(/img/menu_bg.gif);
    background-repeat: repeat-x;
    background-color: #0b0b0b;
    text-align: left;
    color: #FFFFFF;
    cursor: move;
}
#nbfoot 
{
    position: absolute;
    bottom: 0px;
    padding: 3px;
    width: 294px;
    border-top: #0b0b0b 1px solid;
}
a.nbhl
{
    display: block;
    height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 3px 3px 0px 3px;
    float: left;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
a.nbhl:hover
{
    background-color: #cbcbcb;
    color: #0b0b0b;
}