﻿
/* stronger blue #9496AD
lighter blue #D2D5E8
current blue #AAAECD
*/
html
{
    /* Stops page shifting when going from short content to long and scroll bar appears */
    height: 100%;
    margin: 0 0 1px;
    padding: 0;  
    /* Works for IE 8 */
    overflow-y:scroll;
    overflow-x:auto;
 
}
body
{
    background-image: url( '../images/blue_background.jpg' );
    background-repeat: repeat-x;
    font-family: Calibri, Verdana, Tahoma, Arial, Sans-Serif;
    padding: 0px;
    margin-top: 20px;
    text-align: center;
    color: #010369;
    font-size: smaller;
    background-color: #FBFBFB;
}
.BITag
{
    color: #9496AD;
    text-transform: lowercase;
    text-align: center;
}
#BIPage
{
    background-color: #ffffff;
    width: 768px;
    margin: 0 auto;
    padding: 10px;
}
#BIHeader
{

}
#BILogo
{
    
}
#BITopNavigation
{
    text-align: left;
}
#BITopNavigation table
{
    width: 100%;
    text-align: center;
    background-color: #010369;
    color: #FFFFFF;
    height: 30px;
}
#BITopNavigation td
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #FFFFFF;
    empty-cells: show;
}
#BITopNavigation td:hover
{
    background-color: #D2D5E8;
}
#BITopNavigation a
{
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
#BITopNavigation a:hover
{
    cursor: pointer;
    text-decoration: none;
}
#BIPageBody
{
    position: relative;
    background-color: #FFFFFF;
    text-align: left;
}
#BILeftNav
{
    width: 180px;
    float: left;
    padding-top: 20px;
    padding-left: 1px;
    background-color: #FFFFFF;
    vertical-align:top;
}
/* Start - Left Navigation Styles */
#BITreeMenu
{
}
#BITreeMenu a
{

}
#BITreeMenu a:hover
{
    color: #FFFFFF;
}
#BITreeMenu a:selected
{
    color: #FFFFFF;
}
.BITreeViewMenu
{
    border-color: #010369;
    background-color: #D2D5E8;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
}
.BITreeViewNode
{
    width: 178px;
    background-color: #D2D5E8;
    color: #010369;
    padding: 5px;
    empty-cells: hide;
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #010369;
}
.BITreeViewLeafNode
{
    width: 178px;
    color: #010369;
    background-color: #D2D5E8;
    padding: 5px 5px 5px 10px;
    empty-cells: hide;
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #010369;
}
.BITreeViewHoverNode
{
    background-color: #010369;
    border-bottom: solid 1px #010369;
    color: #FFFFFF;
}
.BITreeViewSelectedNode
{
    background-color: #010369;
    border-bottom: solid 1px #010369;
    color: #FFFFFF;
}
/* End - Left Navigation Styles */
#BIMain
{
    width: 556px;
    float: left;
    padding-left: 20px;
    vertical-align:top;
    background-color: #FFFFFF;
}

#BIFooter
{
    clear: both;
    padding-top: 20px;
}

#BIFooter .left 
{
	float: left;
}

#BIFooter .right 
{
	float: right;
}
#BIFooter a
{
    color: #010369;
}
.Information
{
    border: solid 1px #010369;
    text-align: center;
    width: 80%;
    padding: 0px;
    margin: 0px auto;
}