@charset "utf-8";
.footer_left {
    float: left;
}
.footer_right {
    float: right;
}
.footer {
    color: rgba(255,255,255,1.00);

    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 15%, rgba(37,132,196,1) 34%, rgba(37,132,196,1) 71%, rgba(30,87,153,1) 88%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 15%,rgba(37,132,196,1) 34%,rgba(37,132,196,1) 71%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 15%,rgba(37,132,196,1) 34%,rgba(37,132,196,1) 71%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 100%); /* 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, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 15%, rgba(37,132,196,1) 34%, rgba(37,132,196,1) 71%, rgba(30,87,153,1) 88%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 15%,rgba(37,132,196,1) 34%,rgba(37,132,196,1) 71%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 15%,rgba(37,132,196,1) 34%,rgba(37,132,196,1) 71%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );

    color: white;    
    height: 60px;
}
.titlebarNaviBtn{
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.titlebarNaviBtn:hover{
    background-color: #a3caff;
}
.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;
}
.oppanel_Title {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #ffffff;

    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 15%, rgba(37,132,196,1) 34%, rgba(37,132,196,1) 71%, rgba(30,87,153,1) 88%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 15%,rgba(37,132,196,1) 34%,rgba(37,132,196,1) 71%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 15%,rgba(37,132,196,1) 34%,rgba(37,132,196,1) 71%,rgba(30,87,153,1) 88%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    border-radius: 10px;
    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: #2f67b4;
    border-left-style: solid;
    border-right: 1px;
    border-right-color: #2f67b4;
    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;
    
}
