﻿body
{
    font-family: sans-serif,Helvetica,Arial;
}
.tags
{
    font-size: 17px;
    width: auto;
    margin-right: 15px;
    font-family: sans-serif,Helvetica,Arial;
    color: #008AB0;
    text-transform:uppercase;
    font-weight: bold;
}
.tagsBold
{
    border:solid 2px #008AB0;
    padding:3px;
}
.divInitialVisibility
{
    display: none;
}
.divFinalVisibility
{
    display: block;
    z-index: 100;
}
.mainDiv
{
    position: absolute;
    left: 200px;
    top: 112px;
    background-color: White;
    height: auto;
}

* html .mainDiv
{
    top: 152px ;
}
*:first-child+html .mainDiv{top: 135px ;}
.innerDiv
{
    float: left;
    width: 870px;
    height: 350px;
    margin-left: 70px;
    background-color: #FFF;
    z-index: 10;
}
#fileImg
{
    padding-top: 20px;
    position: fixed;
    top: 165px;
    right: 50px;
    bottom: 50px;
    left: 130px;
}
.fileImgFinal
{
    z-index: -1;
}
#mainImg
{
    z-index: -1;
    width: 100%;
    height: 100%;
}
.mainImgFinal
{
    z-index: 10;
    background-color: Black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
    position: absolute;
    top: 112px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

* html .mainImgFinal
{
    top: 152px ;
}
*:first-child+html .mainImgFinal{top: 135px ;}
.xDivider
{
    background-repeat: repeat-x;
    width: 95%;
    height: 5px;
    margin-left: 2.5%;
}
.yDivider
{
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    float: right;
    background-image: url(Images/bgBorderHeader.png);
}


.mainTagsDiv
{
    width: 80%;
    text-align: center;
    margin-left: 15%;
}
* html .mainTagsDiv
{
   padding-top:5px;
   padding-bottom:5px;
}
*:first-child+html .mainTagsDiv{ padding-top:5px;
   padding-bottom:5px;}

#mainDivider
{
    margin-top: 5px;
    width: 100%;
    clear: both;
    height: 3px;
}

#mainContentDiv
{
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.mainNavArrow
{
    position: relative;
    top: -3px;
}
* html .mainNavArrow
{
    top: -7px;
}
*:first-child+html .mainNavArrow{top: -5px ;}

.dividerDiv
{
    height: 350px;
    float: left;
}

#tabs div
{
    float: left;
    width: 90px;
}
