/* Style contents found at http://www.dynamicdrive.com/style/layouts/category/C11/ */

body
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: auto;
    height: 100%;
    max-height: 100%;
    font-family: "Trebuchet MS" , Georgia, Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../images/parch_bg.jpg);
    background-repeat: repeat;
}

#framecontentLeft
{
    position: absolute;
    top: 0;
    left: 0;
    width: 210px; /*Width of left frame div*/
    height: 100%;
    overflow: scroll; /*enable scrollbars. Set to "hidden" to disable*/
    border-right: medium solid #000000;
}

#framecontentTop
{
    position: absolute;
    top: 0;
    left: 0;
    left: 210px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 0;
    width: auto;
    height: 100px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    border-bottom: medium solid #000000;
}

#maincontent
{
    position: fixed;
    left: 210px; /*Set left value to WidthOfLeftFrameDiv*/
    top: 100px; /*Set top value to HeightOfTopFrameDiv*/
    right: 5px;
    bottom: 75px; /*    left: 205px; /*Set left value to WidthOfLeftFrameDiv*/ /*    top: 26px; /*Set top value to HeightOfTopFrameDiv*/ /*    right: 5px;     bottom: 74px; */
    overflow: auto;
}

.piccontent
{
    overflow: auto;
}

.innertube
{
    margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.wireframemenu
{
    border: 1px solid #c0c0c0;
    border-bottom-width: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    width: 180px;
}

* html .wireframemenu
{
    /*IE only rule. Original menu width minus all left/right paddings */
    width: 174px;
}

.wireframemenu a
{
    font: bold 13px;
    padding: 3px 3px;
    display: block;
    width: 100%; /*Define width for IE6&rsquo;s sake*/
    color: #595959;
    text-decoration: none;
    border-bottom: 1px solid #c0c0c0;
}

.wireframemenu a:visited
{
    color: #595959;
}

html > body .wireframemenu a
{
    /*Non IE rule*/
    width: auto;
}

.wireframemenu a:hover
{
    background-color: #f8fbbd;
    color: red;
}

/* IE6 hacks */

* html body
{
    /*IE6 hack*/
    padding: 100px 0 0 210px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent
{
    /*IE6 hack*/
    height: 100%;
    width: 100%;
}

* html #framecontentTop
{
    /*IE6 hack*/
    width: 100%;
}

/* NAJVS custom styles */

#evtbl table
{
    font-size: 8pt;
}

#evtbl tr
{
    border-bottom: double thin Black;
}


address
{
    font-size: 9pt;
    font-style: normal;
    margin-left: 1cm;
}
img
{
    border: none;
}
.address
{
    font-size: 9pt;
    font-style: normal;
}
.caption
{
    font-size: 8pt;
    font-style: normal;
    text-align: center;
}
.left
{
    text-align: left;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.red
{
    color: #FF0000;
}
.bold
{
    font-weight: bold;
}
table.center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 9pt;
    font-style: normal;
}
.time
{
    font-size: 8pt;
    text-align: right;
}
.topic
{
    font-size: 8pt;
    text-align: left;
}
.vmiddle
{
    font-size: 8pt;
    vertical-align: middle;
}
.evindex
{
    font-size: 8pt;
    font-style: normal;
    text-align: center;
}
.rowcolor
{
    background-color: #99FF66;
}

.indent25
{
    text-indent: .25in;
}

.indent5
{
    text-indent: .5in;
}

.uline
{
    text-decoration: underline;
}

.wid500
{
    width: 500px;
}

.bookalign
{
    float: right;
    width: 150px;
    margin: 0 0 15px 0px;
    padding: 30px;
    border: 1px solid black;
}

.lihd
{
    list-style-type: none;
}
