﻿body {
}

.page {
    height: 100%;
    margin: 0px auto;
    width: auto;
    background-color: #dbdfe4;
    overflow: hidden;
}

.header01 {
    width: 100%;
    height: 4%;
}

.bottom {
    width: 100%;
    height: 95.5%;
    float: right;
    overflow: hidden;
}

.head_top {
    height: 35px;
    background-color:#2ECC71;
    
    /*background-image: url('../Images/Top.gif');*/
    /*background-repeat: repeat-x;*/

}

.homeicon {
    background-color: transparent;
    float: left;
}

.side01 {
    width: 120px;
    position: absolute;
    padding-top: 1px;
    left: 50%;
    right:50%;
    margin-left: auto; /*half the size of width*/
}

.side02 {
    float: right;
    margin: auto;
    /*background-color:ghostwhite;*/
}

.text01 {
    font: 10px arial, sans-serif;
    font-weight: bold;
    display: block;
    color: #fff;
    padding-top: 2px;
    text-align: left;
}

.text02 {
    font: 20px/2.5em arial, sans-serif;
    font-weight: bold;
    color: #fff;
}

.radpanelbar {
    clear: both;
    overflow: hidden;
    width: 100%;
    border-radius:4px 5px;
  
}

/**Dropwdown CSS Starts**/
.dropdowntop {
    float: right;
    /*background-image: url('../Images/Favorites.png');*/
    background-color:#229954; /*#229954;*/
    background-repeat: no-repeat;
    font: 10px arial, sans-serif;
    font-weight: bold;
    color: #fff;
    margin-top: -5px;
    text-align: right;
    width: 199px;
    height: 35px;
    margin: 0px 7px 0px 0px;
    border-radius: 10px 10px 10px 10px;
}

.Dropdown {
    /*background: transparent url('../Images/Favorites-Menu.jpg') repeat-x 0 0;*/
    background-color:#229954;
    width: 197px;
    height: 35px;
    margin-left: 2px;   
}

.DropdownIcon {
    width: 30px;
    height: 30px;
    float: left;
    position: absolute;
}

.DropdownIconAlign {
    float: left;
    margin: 5px 0px 0px -25px;
}

.text03 {
    font: 11px arial, sans-serif;
    font-weight: bold;
    color: #fff;
}

.DropdownText {
    float: left;
    width: 110px;
    height: 30px;
    padding-top: 8px;
    position: absolute;
    text-align: left;
}

.DropdownText01 {
    float: left;
    height: auto;
    position: absolute;
    text-align: left;
    padding: 5px 0px 0px 0px;
    margin-left: -15px;
}

.dropdownside01 {
    float: right;
    margin: 2px 0px 0px 5px;
}

.dropdownside02 {
    float: right;
    margin: 4px 0px 0px 6px;
}

.dropdownside03 {
    float: left;
    margin: 0px 0px 0px 0px;
}
/**Dropwdown CSS Ends**/

.menu {
    float: left;
    height: 100%;
    width: 18.8%;
    border-top-width: 0px;
    border-right: 3px solid #fff;
}

.SearchButton {
    margin-top: 1px;
    margin-bottom:1px;
    position: center;
    margin-left:1px;
    height:8px;
    width:8px;
    /*padding-right: 0px;*/
    /*left: 15px;*/
    /*background-image:url('../../Images/Icons/search.png');*/
}

.textWrapper {
    display: inline;
}

.ie6shim {
    height: 18px;
    display: inline-block;
}


/**TopBar CSS Starts**/
.topLine {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    background-color:#e0f3fa; /*#fbfdff;*/
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
}
/**TopBar CSS ends rgb(239, 240, 245)**/

.acordion-header {
    color: black;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #DCE6F4;
}

    .acordion-header:hover {
        background: #e0f3fa;
        background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #d7ebf4 51%, #c9e7fc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fa), color-stop(50%,#d8f0fc), color-stop(51%,#d7ebf4), color-stop(100%,#c9e7fc));
        background: -webkit-linear-gradient(top, #e0f3fa 0%,#d8f0fc 50%,#d7ebf4 51%,#c9e7fc 100%);
        background: -o-linear-gradient(top, #e0f3fa 0%,#d8f0fc 50%,#d7ebf4 51%,#c9e7fc 100%);
        background: -ms-linear-gradient(top, #e0f3fa 0%,#d8f0fc 50%,#d7ebf4 51%,#c9e7fc 100%);
        background: linear-gradient(to bottom, #e0f3fa 0%,#d8f0fc 50%,#d7ebf4 51%,#c9e7fc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#c9e7fc',GradientType=0 );
    }

     .jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    width: 500px !important;
}
/*.acordion-body {
    height: auto;
}*/
