@charset "utf-8";
.footer_left {
    float: left;
}
.footer_right {
    float: right;
}

.footer {
    color: rgba(255,255,255,1.00);

    background: -moz-linear-gradient(top, rgb(8, 8, 8) 0%, rgb(8, 8, 8) 15%, rgb(8, 8, 8) 34%, rgb(10, 5, 5) 71%, rgbrgb(8, 8, 8) 88%, rgb(8, 8, 8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(8, 8, 8) 0%, rgb(8, 8, 8) 15%, rgb(8, 8, 8) 34%, rgb(0, 0, 0) 71%, rgbrgb(8, 8, 8) 88%, rgb(8, 8, 8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(8, 8, 8) 0%,rgb(10, 10, 10) 15%,rgb(0, 0, 0) 34%,rgb(0, 0, 0) 71%,rgb(0, 0, 0) 88%,rgb(0, 0, 0)00%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );

    height: 22px;
}
.titlebarDiv{
    width: 100%;

    background: -moz-linear-gradient(top, rgb(8, 8, 8) 0%, rgb(8, 8, 8) 15%, rgb(8, 8, 8) 34%, rgb(10, 5, 5) 71%, rgbrgb(8, 8, 8) 88%, rgb(8, 8, 8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(8, 8, 8) 0%, rgb(8, 8, 8) 15%, rgb(8, 8, 8) 34%, rgb(0, 0, 0) 71%, rgbrgb(8, 8, 8) 88%, rgb(8, 8, 8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(8, 8, 8) 0%,rgb(10, 10, 10) 15%,rgb(0, 0, 0) 34%,rgb(0, 0, 0) 71%,rgb(0, 0, 0) 88%,rgb(0, 0, 0)00%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );

    color: white;    
    height: 60px;
}
.titlebarNaviBtn{
    width: 150px; 
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.titlebarNaviBtn:hover{
    background-color: #222222;
}
.HomeOption{
    color: #001092;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.HomeOption:hover{
    background-color: #9999ff;
    color: white;    
}
.titlebarLogoutBtn{
    border-width: 0px;
    background-color: white;
    color: blue;
    border-radius: 5px;
}
#naviPanel{
    position: absolute;
    right: 10px;
    top: 70px;
    display: none;
    z-index: 10;
}
.oppanel_Title {
                            font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
                            font-size: 16px;
                            color: #ffffff;

                            background: -moz-linear-gradient(top, rgb(8, 8, 8) 0%, rgb(8, 8, 8) 15%, rgb(8, 8, 8) 34%, rgb(10, 5, 5) 71%, rgbrgb(8, 8, 8) 88%, rgb(8, 8, 8) 100%); /* FF3.6-15 */
                            background: -webkit-linear-gradient(top, rgb(8, 8, 8) 0%, rgb(8, 8, 8) 15%, rgb(8, 8, 8) 34%, rgb(0, 0, 0) 71%, rgbrgb(8, 8, 8) 88%, rgb(8, 8, 8) 100%); /* Chrome10-25,Safari5.1-6 */
                            background: linear-gradient(to bottom, rgb(37, 37, 37) 0%,rgb(31, 30, 30) 15%,rgb(29, 29, 29) 34%,rgb(0, 0, 0) 71%,rgb(0, 0, 0) 88%,rgb(0, 0, 0)00%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );

                            padding: 1px;
                            text-decoration: none;
                            transition: all 0.2s linear 0s;
                            -webkit-transition: all 0.2s linear 0s;
                            -o-transition: all 0.2s linear 0s;}
.oppanel_Title:hover {
    background-color: #a3caff;
}
#panelitem, #panelitem2, #panelitem3, #panelitem4, #panelitem5, #panelitem6, #panelitem7, #panelitem8, #panelitem9, #panelitem10{
    height: 0px;
    overflow: hidden;
    transition: height 0.1s linear 0s;
    background-color: #ffffff;
    border-left: 1px;
    border-left-color: #f5f6f8;
    border-left-style: solid;
    border-right: 1px;
    border-right-color: #f5f6f8;
    border-right-style: solid;
    margin-bottom: 5px

}  
.link{
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #2f67b4;
    padding: 5px;
    margin: 0px;

    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.link:hover {
    color: white;
    background-color: #a3caff;
}
.welcomeBody{
    

}
.imgBackground{
    background: -moz-radial-gradient(center, ellipse cover, rgba(240,249,255,0.25) 0%, rgba(203,235,255,0.11) 42%, rgba(203,235,255,0) 73%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(240,249,255,0.25) 0%,rgba(203,235,255,0.11) 42%,rgba(203,235,255,0) 73%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(240,249,255,0.25) 0%,rgba(203,235,255,0.11) 42%,rgba(203,235,255,0) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40f0f9ff', endColorstr='#00cbebff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.Login{
    width: 380px;    
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #B9DDFF;
    border-radius: 20px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    
}
