/** rounded corners **/
div.we_rounded{

}

span.gradred{
    background: url(../images/rounded/used/background_red.png) bottom left repeat-x;
}

div.grad100{
    /* background: url(../images/rounded/used/background100.png) bottom left repeat-x;*/
}

div.grad200{
    /*   background: url(../images/rounded/used/background200.png) bottom left repeat-x;*/
}

div.grad400{
    /* background: url(../images/rounded/used/background400.png) bottom left repeat-x;*/
}

div.grad800{
    /* background: url(../images/rounded/used/background800.png) bottom left repeat-x;*/
}

div.grad1000{
    /* background: url(../images/rounded/used/background1000.png) bottom left repeat-x;*/
}

div.we_t, div.we_b,  div.we_b_white, div.we_t_white{
    height: 6px;
    overflow: hidden;
}

div.we_m {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
    padding: 0 5px;
}

div.we_rounded div.we_t {
    background: url(../images/rounded/used/j_border.png) 0 0 repeat-x transparent;
}

div.we_rounded div.we_t div.we_t {
    background: url(../images/rounded/used/j_crn_tr_med.png) 100% 0 no-repeat;
}

div.we_rounded div.we_t div.we_t div.we_t {
    background: url(../images/rounded/used/j_crn_tl_med.png) 0 0 no-repeat;
}

div.we_rounded div.we_b {
    background: url(../images/rounded/used/j_border.png) 0 100% repeat-x transparent;
}

div.we_rounded div.we_b div.we_b {
    background: url(../images/rounded/used/j_crn_br_med.png) 100% 0 no-repeat;
}

div.we_rounded div.we_b div.we_b div.we_b{
    background: url(../images/rounded/used/j_crn_bl_med.png) 0 0 no-repeat;
}

/* ROUNDED CORNER TAB MENUS*/

ul#pers_menu {
    background-color: #C7EAF0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 10px;
    height: 20px;
    list-style: none outside none;
    margin-left: 0;
    margin-right: 17px;
    padding: 5px;
    width: 99%;
}

ul#pers_menu li {
    float: left;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 150px;
}

ul#pers_menu li:hover {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #fff;


}

.active {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius:2px;


}
ul#pers_menu li a{
    color: gray;
    display:block;
    float:left;
    font-weight:bold;
    line-height:25px;
    margin:0;
    outline:medium none;
    padding:0 10px 0 0;
    /*background:url("../images/rounded/box_main_white_tab.png") no-repeat scroll right 0 transparent;*/
}

ul#pers_menu a span {
    color: #636363;
    display: block;
    font-family: inherit !important;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    padding: 3px;

    width: 140px;
}

ul#pers_menu li.active a {
    color: #FFFFFF;

}

ul#pers_menu li a {
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    outline: medium none;
    padding: 0 6px 0 0;
    text-align: center;
    width: 171px;
}

.border_admin {
    -moz-border-radius: 3px 3px 3px 3px;
    /*-moz-box-shadow: 2px 0 18px #CCCCCC;*/
    /*-webkit-box-shadow: 2px 0 18px #ccc;*/
    /*box-shadow: 2px 0px 18px #ccc;*/
    border: 3px solid #CCCCCC;
    height: auto;
    margin-left: 2px;

    overflow: hidden;
    padding: 10px;
    width: 97%;
}
.border_admin2 {
    -moz-border-radius: 3px 3px 3px 3px;
    /*-moz-box-shadow: 2px 0 18px #CCCCCC;*/
    /*-webkit-box-shadow: 2px 0 18px #ccc;*/
    /*box-shadow: 2px 0px 18px #ccc;*/
    border: 3px solid #CCCCCC;
    height: auto;
    margin-left: 5px;

    overflow: hidden;
    padding: 10px;

}

.separator_admin {
    background-color: #000080;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    margin-left: 0;
    padding-left: 12px;
    padding-top: 4px;
    text-align: left;
    width: 98%;
}

.content_admin{
    padding:10px;

}
.subtitle_admin{
    color: #2870C5;
    font-family: "Verdana",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13em;
}

.txt_admin_form {
    color: #535353;
    float: left;
    font-family: "Arial",sans-serif;
    font-size: 14px;
    line-height: 2.14em;
    text-align: right;
    width: 150px;
}


.txt_admin_r{
    float: left;
    margin-left: 10px;
    text-align: left;

}

.row_admin {
    clear: both;
    float: left;

    line-height: 27px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.ask_shadows_admin {
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    -moz-box-shadow: 0 0 6px #CCCCCC;
    border: 1px solid #CCCCCC;
    height: 26px;
    margin-left: 7px;
    width: 190px;
    margin-bottom: 5px;
}

.ask_shadows_admin2 {
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    -moz-box-shadow: 0 0 6px #CCCCCC;
    border: 1px solid #CCCCCC;
    height: 26px;
    margin-left: 7px;
    width: 210px;
    margin-bottom: 5px;
}


.form_admin_l {
    height: 23px;
    margin-bottom: 5px;
    padding: 5px;
    width: 450px;
}
.form_admin_l2 {
    height: 33px;
    margin-bottom: 5px;
    padding: 5px;
    width: 407px;
}
.form_admin_m{
    width: 450px;
}

.txt_comment {
    color: #666666;
    font-size: 11px;
    margin-left: 5px;
}
.img_private{
    padding:5px;
}

.white_text{
    color: white;
}

.my_tab {

    background-color: lightBlue;
    border: 2px solid #CDCDCD;
    color: #FFFFFF;
    font-weight: bold;
}

.gen_cntr_r {
    margin-right: 10px;
    margin-top: 10px;
}

.menu_mf2{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    background-color: #C7EAF0;
    border: 1px solid #999999;
}

.menu_mf {
    /*  -moz-border-radius: 5px 5px 5px 5px;
      border-radius: 5px;
      background-color: infobackground;
      border: 1px solid #999999;
      height: auto;
      width: 895px;*/
}
/***************/
ul#submf {
    background-color: #F5F5F5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13px;
    height: 13px;
    list-style: none outside none;
    margin-left: 0;
    margin-right: 27px;
    padding: 7px;
    position: relative;
    top: -16px;
    width: 924px;
    margin-bottom: -5px;
}

ul#submf li {
    float: left;
    line-height: 16px;
    margin-left: 16px;
    margin-right: 0; 
    padding: 0;
}
ul#submf li a {
    color: gray;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 7px;
    margin: 0;
    outline: medium none;
    padding: 0 10px 0 0;
}

ul#submf a span {
    color: #636363;
    display: block;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 1px;
    padding: 3px;
}
ul#submf a span:hover {
    color: #000 !important;
    text-decoration: none !important;
}

ul#submf li.active a {
    color: #FFFFFF;

}
html body#page_bg.color_white div.center div#wrapper div#wrapper_r div.whitebox div#area div#maincolumn_full ul#submf li.active a span{
    color: #000 !important;

}

html body#page_bg.color_white div.center div#wrapper div#wrapper_r div.whitebox div#area div#maincolumn_full div#we-cmpn div.border_backoffice div#button-bar.gen_cntr p#blue-btn-large.send_mail{
    background-color: #869599 !important;
    border: 1px solid #6C7C80 !important;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    margin-right: 4px;
    margin-top: 10px;
    padding: 0 1px !important;
    text-shadow: 0 1px 1px #215662;

}

html p#blue-btn-large.send_cancellation{
    background-color: #ff0000 !important;
    border: 1px solid #6C7C80 !important;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    margin-right: 4px;
    margin-top: 10px;
    padding: 0 1px !important;
    text-shadow: 0 1px 1px #215662;
}
btn-large.send_cancellation {
    background-color: #FF0000 !important;
    border: 1px solid #6C7C80 !important;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    margin-right: 4px;
    margin-top: 10px;
    padding: 0 1px !important;
    text-shadow: 0 1px 1px #215662;
}
#deletetextareaformat{
    left: 13px;
    position: relative;
    width: 250px;

}
#deletebuttonformat{
    background-color: #FF9900;
    font-size: inherit;
    font-weight: bold;
    color: #FFFFFF !important;
    left: 327px;
    position: relative;
    top: 24px;
    width: 88px
}
#deletebutformat {
    float: right;
    left: 237px;
    padding: 11px;
    position: relative;
    width: 191px;
}
#btn-large-cancellation {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-right: 0;
    padding: 8px 5px 4px;
    position: relative;
    right: 2px;
    text-align: center;

}
#cancelled {
    background-color: #FF0000;
    color: #FFFFFF !important;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
    position: relative;
    width: 70px;
 
}
#info_cancelled {
    background-color: #FF0000 !important;
    border: 1px solid #FF0000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    margin-top: 15px;
    padding: 0 12px !important;
    position: relative;
    float: right;
    text-shadow: 0 1px 1px #215662;
}