* {
    color: #3c3c3c;
 }

h2,h3 {
    font-size:14px;
    color: #0b4499;
    text-align: left;
    text-indent: 5px;
    margin-left: 5px;
    line-height: 18px;
    }

a, a:visited {
    color: #3c3c3c;
    font-size: 11px;
    text-decoration: none;
    vertical-align: middle;
    }

a:hover {
    color: #0068B1;
    text-decoration: none;
    }

a img {
    border: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    }

.margb10 {
    padding-bottom: 10px;
}

.margb20 {
    padding-bottom: 20px;
}
.margt15 {
    margin-top: 15px;
}
.titlebox {
    color: #0068b1;
    font-weight: bold;
}

table.title_box {
    height: 20px;
    border: 0;
    padding: 0;
    margin: 0;
}

.title_box_bg_left {
    width: 15px;
    background: white url('../../themes/default/images/share/tab_selected.png') no-repeat 0 0;
}

.title_box_bg_center {
    text-align: center;
    color: #0068b1;
    font-weight: bold;
    vertical-align: middle;
    background: white url('../../themes/default/images/share/tab_selected_center.png') repeat-x 0 0;
}

.title_box_bg_right {
    width: 15px;
    background: white url('../../themes/default/images/share/tab_selected.png') no-repeat 100% 0;
}

div.fin_cadre {
    width: 5px;
    height: 460px;
    float: right;
    display: block;
    background: transparent url('../../managerv3/images/support/bg_send.gif') no-repeat 100% 0;
}

div.bg_cadre {
    display: block;
    background: transparent url('../../managerv3/images/support/bg_send.gif') no-repeat 0 0;
    height: 460px;
    margin: 0;
    padding: 0;
}

div.fin_menu {
    width: 5px;
    float: right;
    height: 20px;
    display: block;
    background: transparent url('../../managerv3/images/support/menu_pan.png') no-repeat 100% 0;
}

div.bg_menu {
    display: block;
    background: transparent url('../../managerv3/images/support/menu_pan.png') no-repeat 0 0;
    height: 20px;
    margin: 0;
    padding: 0;
}


div.bg_menu img.sep {
    float: left;
}

div.bg_menu a,
div.bg_menu a:active,
div.bg_menu a:visited,
div.bg_menu a.red,
div.bg_menu a.red:active,
div.bg_menu a.red:visited {
    margin: 0;
    padding: 0;
    color: #3c3c3c;
    height: 16px;
    *height: 18px;
    display: block;
    margin-top: 1px;
    padding-top: 2px;
    line-height: 16px;
    padding-right: 5px;
    text-decoration: none;
}

div.bg_menu a:hover {
    color: #0068b1;
    text-decoration: none;
    /*background: white;*/
}

div.bg_menu a.red:hover { color: #d40000; }

div.bg_menu a img {
    margin: 0;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -2px;
    *margin-top: 0px;
}

div.bg_menu.left { padding-left: 5px; }
div.bg_menu.left a,
div.bg_menu.left img.sep { float: left; }

div.bg_menu.right a,
div.bg_menu.right img.sep { float: right; }

div.bg_menu.both { padding-right: 5px; padding-left: 5px; }

div.bg_menu.small {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    text-align: center;
    padding-left: 5px;
}

div.bg_menu.small a { width: 90px; float: left; text-align: center;  }

input
{
    border: 1px solid #BFBFC2;
    background-color: #E8E8E8;
    color: #706E6E;
    width: 400px;
}

select
{
    width: 30%;
    border: 1px solid #BFBFC2;
}

textarea
{
    overflow: auto;
    border: 1px solid #BFBFC2;
    background: #E8E8E8;
}

.msg_error{
    padding: 8px;
    border: 1px solid red;
    background-color: #ffcfcf;
    margin-bottom: 10px;
}

.fieldInfo{
    padding: 10px;
    margin-top: 20px;
    color: #808080;
    font-style: italic;
}

pre.messageContentText {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
