﻿/* PAGE LAYOUT */
#pagelayout {
   margin-left:auto;
    margin-right:auto;
    width:793px;
    background-image:url(../Images/page_back.gif);
    background-repeat:repeat-y;

    overflow:hidden;
}

#center{
    margin-left:auto;
    margin-right:auto;
}

#header {
    width:100%;
    background-color:Transparent;
    /*border:1px solid #000000; */
} 

#loginheader {
    width:99%;
    height:100px;
    background-color:Transparent;
    /*border:1px solid #000000; */
}

#maincontainershadow {
    float:right;
    width:11px;
    height:100%;
    background-image:url(../Images/main_shadow.jpg);
} 

#maincontainer {
    float:left;
    margin-left:auto;
    margin-right:auto;
    width:780px;
    background-color:#FFFFFF;
    border-left:solid #010134 1px;
    border-right:solid #010134 1px;
    height:100%;

}

#innercontainer {
    margin-left:auto;
    margin-right:auto;
    width:768px;
    background-color:#FFFFFF;
    border-left:solid #010134 1px;
    border-right:solid #010134 1px;
    height:100%;

}

#splashcontainer{
    
}

#content {
    width:100%;
    /*border:1px solid #000000; */
}

#logincontent {
    width:99%;
    height:300px;
    /*border:1px solid #000000; */
}

#footer {
    width:100%;
    background-color:Transparent;
    /*border:1px solid #000000; */
}

#loginfooter {
    width:99%;
    height:114px;
    background-color:Transparent;
    /*border:1px solid #000000; */
}

#displayfooter{
    width:200px;
    margin-right:10px;
    float:right;
    text-align:right;
}

#poweredby{
    width:100%;
    text-align:right;
}


/* CONTAINERS */

#topnavigation {
    width:100%;
    background-color:Transparent;
    height:25px; 
}

#leftnavigation {
    width:160px; 
}

#rightnavigation {
    width:160px;
    background-color:Transparent; 
}

#bottomnavigation {
    width:100%;
    background-color:Transparent;
    height:25px;
    clear:both; 
}

#columnone {
    width:350px;
    background-color:Transparent;
    margin-top:15px;
    float:left; 
}

#columntwo {
    width:350px;
    background-color:Transparent;
    margin-top:15px;
    float:left;
}

#columnthree {
    width:200px;
    width:200px;
    background-color:Transparent;
}

#spacer {
    width:100%;
    height:2px; 
}

#minipage {
    margin-left:auto;
    margin-right:auto;
    width:390px;
    height:520px;
    background-color:Transparent;
    margin-top:5%;
    background-image:url(../images/loginback.png);
    background-repeat:no-repeat;
}

#splashscreen {
    margin-left:auto;
    margin-right:auto;
    width:488px;
    height:267px;
    background-color:Transparent;
    margin-top:15%;
    background-image:url(../images/splashscreen.png);
    background-repeat:no-repeat;
}

#splashcontent{
    width:100%;
    height:100%;
}



