﻿body
{
    text-align: center;
    background-color: #FFFFFF; 

}

#wrapper
{
    width: 746px;
    height: 100%;
    text-align: left;
    margin: 0 auto; 
    border: 0; 
}

#header
{
    position: relative;
    width: 746px;
    height: 141px;

}

#contentWrapper
{
    background-color:#FFFFFF;
    background-image: url(Images/background.jpg);
    background-position: left top;
    position: relative;
    background-repeat: no-repeat;
    width: 746px;
}

#pageTitle
{
    position: relative;
    margin-left: 180px;
}

#contentColumn
{
    margin-left: 270px;
}

#footer
{
    clear: both;
    text-align: right;
}

.redPhilHeader
{
    color: Red;
    font-weight: bold;
}
.tableStyle1
{
    width: 100%;
}

.tableStyle2
{
    width: 300px;
}



#mainnav
{
    border-bottom: none;
    height: 21px;
    position:absolute;
    top:100px;
    left:102px;
}

#mainnav .staticitem
{
    color: #000000;
    font-weight: bold;
    font-size: .90em;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 9px;
}

#mainnav .statichover
{
    color: #F5F5F5;
}

#mainnav .staticselected
{
    color: #FFFFFF;

}

.modalBackground
{
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    background: #ffffff;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
    z-index: 1 !important;
}


.modalPopup
{
    background-color: #C0C0C0;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 330px;
    text-align: center;
}


.modalPopupInside
{
    background: #FFFFFF;
    color: #000000;
    width: 100%;
    border: solid 1px Gray;
    widows:325px;

}

