/* CSS Document */
body{
    /*background-color: #EDEDEC;*/
    /*background-image: url(../images/topbar.gif);*/
    background-repeat: repeat-x;
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    clear: left;
    left: -8px;
    top: -8px;
}

.ui-corner-all {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.f_menu{
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    top:86px;
    left:0px;
    height:20px;
    width:183px;
    background-color: #0062a9;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
    position: absolute;
    color: #ffffff;
    z-index: 99;
}
#f_menu a.collapse_it{
    float: left;
    display: inline;
    background: url(../images/buttons.png) no-repeat -52px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    outline: none;
    margin-top: 2px;
    margin-left: 5px;
}

.f_menu:hover{
    height:20px;
    width:180px;
    background-color: #cccccc;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #0F56BC;
    border-left-color: #0F56BC;
    border-bottom-color: #0F56BC;
    border-top-color: #0F56BC;
    color: #0F56BC;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
}

.loader{
    background-image: url(../images/ajax.gif);
    width: 128px;
    height: 15px;
}

.error_notifier {
    width: auto;
    background-color: #ff9900;
    text-align: center;
    color: #0F56BC;
    font-weight: bold;
    position:relative;
    left:10px;
}

.button_frm {
    color: #cccccc;
    background-color: #0F56BC;
    width: auto;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.button_frm:hover {
    color: #0F56BC;
    background-color: #cccccc;
    cursor: pointer;
}

#leftTopPan {
    width: auto;
    height: auto;
    position: absolute;
    padding: 0;
    top:1px;
}

#leftTopPan img{
    width: auto;
    height: auto;
    position: relative;
    padding: 0;
    border: none;
    background-color: #FFFFFF;

}
.wrapper #rightframe {
    /*position: absolute;*/
    left: 0px;
    top: 55px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    /*background-color: #EDEDEC;*/
    width: 100%;
    text-align: center;
    z-index: 1;
}


.wrapper {
    /*min-height: 100%;*/
    height: auto !important;
    height: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: -25px;
    margin-left: auto;
}
.footer, .push {
    height: 0px;
}


/*----MAIN PANEL----*/
#mainPan{
    width:auto;
    left: 0px;
    height: auto;
    position: absolute;
    top: 0px;
}

.sabbot {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #333333;
    border: 1px solid #33CC00;
    position: relative;
    height: 20px;
    width: 100px;
}


#toppan {
    background-position: left;
    height: auto;
    width: auto;
    background-repeat: no-repeat;
    margin-left: 240px;
    position: relative;
    top: 0px;
}


#footerPan {
    background-repeat: repeat-x;
    height: 20px;
    padding-top: 5px;
    background-image: url(../images/footerbg.gif);
}

#footerPan .footerPan_Links {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#footerPan .footerPan_Links a {
    color: #000099;
    top: 0px;
    position: relative;
    height: auto;
    width: 200px;
}
#footerPan .footerPan_Links a:hover {
    color: #FFFFFF;
    top: 0px;
    position: relative;
    height: auto;
    width: 200px;
    background-color: #DA8898;
}
#footerPan .footerPan_Links li {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
    width: 200px;
    position: relative;
    margin-top: 40px;
}

#mainPan #leftPan #arrowlistmenu {
    position: relative;
    top: -20px;
}



.Login_All {
    width: auto;
    visibility: visible;
    height: auto;
    margin-bottom: 30px;
    left: 0px;
    position: relative;
    color: #2E47C4;
}
.ui-icon-taiga-user-old { 
    width: 16px !important; 
    height: 20px !important;
    background-image: url(images/ui-icons_polo.png) !important;
    background-position:0px -60px !important; 
}
.ui-icon-taiga-user { 
    width: 19px !important; 
    height: 20px !important;
    background-image: url(images/ui-icons_polo.png) !important;
    background-position:-20px -60px !important; 
}

.new-taiga-user { 
    width: 19px !important; 
    height: 20px !important;
    background-image: url(images/new_icon_user_gen.png) !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.div_info_banner_general{
    width: 99.8%;
    border: dotted 1px grey;
    font-size: 10px;
    opacity: 0.75;
    background-color: #daae29;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

#btn_close_banner_notification{
    height: 16px;
    width: 16px;
    position: absolute;
    right: 3px;
    top: 36px;
    display: block;
    cursor: pointer;
}

.Login_220 {
    text-align: center;
    visibility: visible;
    width: auto;
    height: auto;
    color: #c8102e ;
}
