@import "simple.css";
@import "layout.css";

/* --------------------------------------------------------------------- */

#flash {
    position: relative; /*or absolute*/
    z-index: 0;
}

.dib {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.box {
    height: 1%;
    margin-bottom: 10px;
    position: relative;
}

.box_gradie {background: url(../images/box_gradie.gif) repeat-x left bottom;}

.box_gradie2 {background: #752021 url(../images/box_gradie2.gif) repeat-x left bottom;}

.box_gradie3 {background: #F7F7F7 url(../images/box_gradie3.gif) repeat-x left bottom;}

.box_gradie4 {background: #752021 url(../images/box_gradie4.gif) repeat-x left bottom;}

.box_gradie2, .box_gradie4 {color: White;}

.box_top {
    background: url(../images/box_top_shadow.gif) repeat-x left top;
    position: relative;
    height: 7px;
    overflow: hidden;
}

.box_top .l_ang{
    background: url(../images/box_l_t_ang.png) no-repeat left top;
    position: absolute;
    height: 7px;
    width: 8px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.box_top .r_ang{
    background: url(../images/box_r_t_ang.png) no-repeat left top;
    position: absolute;
    height: 7px;
    width: 8px;
    overflow: hidden;
    right: 0;
    top: 0;
}

* html .box_top .r_ang{right: -1px;}

.box_body {
    background: url(../images/box_left_shadow.gif) repeat-y left top;
    padding: 0 0 0 3px;
}

.box_inner {
    background: url(../images/box_right_shadow.gif) repeat-y right top;
    padding: 5px 3px 5px 0px;
    zoom: 1;
}

.benchmarking_a .box_inner {min-height: 160px;}

* html .benchmarking_a .box_inner {height: 160px;}

.benchmarking-body {margin-right: 230px;}

.box_padded {
    padding: 0px 9px 0px 9px;
}

.box_bottom {
    background: url(../images/box_bottom_shadow.gif) repeat-x left bottom;
    position: relative;
    height: 9px;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.box_bottom .l_ang{
    background: url(../images/box_l_b_ang.png) no-repeat left top;
    position: absolute;
    height: 9px;
    width: 8px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.box_bottom .r_ang{
    background: url(../images/box_r_b_ang.png) no-repeat left top;
    position: absolute;
    height: 9px;
    width: 8px;
    overflow: hidden;
    right: 0;
    top: 0;
}

* html .box_bottom .r_ang{right: -1px;}

/* ------------------------------------------------------------------------------ */

.date {font-size: 11px;}
.date input {
    margin-right:4px;
    padding:5px 0 2px;
    vertical-align:top;
    width:70px;
}

.date span.fleft {
    background-color: white;
    cursor: pointer;
    height: 19px;
    line-height: 19px;
    border-bottom: 1px solid #F1F1F0;
    border-left: 1px solid #F1F1F0;
    border-top: 1px solid #F1F1F0;
    padding: 0 10px;
}

/* ----------------------------------------------------------------------------- */

.attach {
    margin: 0 8px 3px 0;
    float: left;
}

.attach.fright {margin: 0 0px 3px 7px;}

.attach.border img {border: 1px solid #E4E4E4;}

.attach.border p.no_image {width: 130px;}

/* ----------------------------------------------------------------------------- */

.weblog_list {
    border-top: 1px dotted #BEBBAF;
    padding: 0;
    margin-bottom: 20px;
}

.weblog_list div.item {
    border-bottom: 1px dotted #BEBBAF;
    padding: 18px 0 18px 0;
}

* html .weblog_list div.item {
    padding: 18px 0 0px 0;
}

/* ------------------------------------------------------------------------------ */

.tabbed {
    background: url(../images/tabbed_main.gif) repeat-x bottom left;
    height: 23px;
    margin: 0 0 10px;
    list-style: none;
    padding: 0;
}

.tabbed li {float: left;}

.tabbed a,
.tabbed .notlink {
    background: url(../images/tabbed_inactive.gif) repeat-x top left;
    float: left;
    position: relative;
    height: 23px;
    line-height: 23px;
    padding: 0 11px;
    text-decoration: none !important;
    color: Black !important;
}

.tabbed a:hover,
.tabbed a.active,
.tabbed .notlink.active {
    background: url(../images/tabbed_active.gif) repeat-x bottom left;
}

.tabbed a .left_ang,
.tabbed .notlink .left_ang{
    background: url(../images/tabbed_inactive_left.gif) no-repeat top right;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 23px;
    overflow: hidden;
}

.tabbed a .right_ang,
.tabbed .notlink .right_ang{
    background: url(../images/tabbed_inactive_right.gif) no-repeat top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 23px;
    overflow: hidden;
}

.tabbed a:hover .left_ang,
.tabbed a.active .left_ang,
.tabbed .notlink .left_ang{
    background: url(../images/tabbed_active_left.gif) no-repeat top right;
    width: 5px;
}

.tabbed a:hover .right_ang,
.tabbed a.active .right_ang,
.tabbed .notlink .right_ang{
    background: url(../images/tabbed_active_right.gif) no-repeat top right;
    width: 5px;
}

/* ------------------------------------------------------------------------- */

.styled_table {width: 100%; margin-bottom: 20px;}

.styled_table tr.hover_table {background: #F1F3FF;}

.styled_table tr.hover_table td.first {color: #FF6000;}

.styled_table .right_border {border-right: 1px solid #E5E4DF;}

.styled_table th {
    background: #F4F4F3 url(../images/styled_th.gif) repeat-x bottom left;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #E2E2E2;
    text-align: left;
    font-weight: normal;
    padding: 2px 6px 3px;
}
.tc.styled_table th {text-align: center;}

.styled_table th.last.border_left {border-left: 1px solid white !important;}

.styled_table th.first {border-left: none !important; padding-left: 12px;}

.styled_table th.last {border-right: none !important; border-left: none !important;}

.styled_table td {border-bottom: 1px solid #E5E4DF; padding: 3px 6px;}

.styled_table td.first {border-left: none !important; padding-left: 12px;}

.styled_table td.company_website {border-right: 1px solid #E5E4DF; width: 40%;}

.styled_table td.score_td {border-left: 1px solid #E5E4DF; width: 100%; position: relative; height: 15px;}

.styled_table tr td.score_td.no-bord {border-left: none;}

.styled_table .white_space {
    background: #fff;
    width: 1px;
    padding: 0 !important;
    font-size: 1px;
    overflow: hidden;
    border: none !important;
}

.styled_table td.white_space {border-bottom: 1px solid #E5E4DF !important;}

.styled_table .active .white_space {background: #EDF0FF;}

.styled_table .dif td{background: #f4f4f4;}

.styled_table .area td{background: #E2E2E2; font-weight: bold;}

.styled_table .area1 td{background: #FCDDAC; font-weight: bold;}

.styled_table .area1 td.first{padding-left: 20px;}

.styled_table .area1 td a{font-weight: bold; color: #666666;}

.styled_table .active {background: #EDF0FF; font-weight: bold !important;}

.styled_table .active a {font-weight: normal !important;}

.styled_table .company_name {width: 45% !important;}

.score {
    background: #390A06 url(../images/score.gif) repeat-x top left;
    color: #fff;
    height: 15px;
    line-height: 15px;
    position: relative;
    overflow: hidden;
}

.score, .score * {zoom: 1;}

tr.active .score {background: #F25B00 url(../images/score_active.gif) repeat-x top left; height: 15px; /*overflow: hidden;*/}

.score span.fleft{margin-left: 5px;}

.score-img {background: url(../images/score_close.png) no-repeat top left; float: right; height: 15px; width: 2px;}

.target {
    position: relative;
    white-space: nowrap;
    overflow: visible;
}

.target, .target * {zoom: 1;}

.score span.original {
    color: #eee;
    font-weight: bold;
    position: absolute;
    left: 4px;
    top: 0;
    z-index: 1;
}

.score span.shadow {
    color: Black;
    font-weight: bold;
    left: 5px;
    position: absolute;
    top: 1px;
    z-index: 0;
}

.styled_table tr .target-audience {
    color: #EC0000;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #E5E4DF;
    padding: 3px 0 3px 6px;
}

.target img {
    float: none !important;
    position: absolute;
    right: 0;
    top: 0;
}

.border_left_white {border-left: 1px solid #fff;}
.border_right_gray {border-right: 1px solid #E2E2E2;}

/* ----------------------------------------------------------------------------- */

.slide_show_inner {border: 1px solid #BFBFBF; overflow: hidden; position: relative; zoom: 1;}

.slide_show {position: relative;}

.slide_show a { text-decoration: none !important;}

.slide_show .scroll_left {
    background: white url(../images/scrolled_row_left.gif) no-repeat center center;
    display: block;
    width: 20px;
    height: 1000px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -500px;
}

.slide_show .scroll_right {
    background: white url(../images/scrolled_row_right.gif) no-repeat center center;
    display: block;
    width: 20px;
    height: 1000px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -500px;
}

.slide_show .scroll_left:hover {
    background-color: #F0F0F0;
}

.slide_show .scroll_right:hover {
    background-color: #F0F0F0;
}

.slide_image {
    margin: 0 21px;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
}

.slide_image img{
    display: block;
    width: 100%;
    overflow: hidden;
}

.slide-show-image-block {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------- */

.price {
    background: url(../images/price_big_row.gif) no-repeat left center;
    position: absolute;
    bottom: 10px;
    left: 480px;
    padding: 20px 0 0 100px;
}

.price b.count{
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.price b.old_count{
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-decoration: line-through;
}

.price input {
    margin-bottom: 15px;
    display: block;
}

.price_small {
    position: absolute;
    bottom: 15px;
    left: 260px;
}

.price_small b.count{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.price_nobg {
    position: absolute;
    bottom: 10px;
    left: 500px;
}

/* ----------------------------------------------------------------------------- */

.styled_button {background: url(../images/styled_button_left.gif) no-repeat left top; float: left; margin-left: 10px;}
.styled_button.dis a{cursor: no-drop;}
.styled_button a{
    background: url(../images/styled_button_right.gif) no-repeat right top;
    font-size: 11px;
    float: left;
    height: 16px;
    line-height: 10px;
    color: #333 !important;
    text-decoration: none !important;
    padding: 5px 8px 0 0;
    margin-left: 8px;
}
.styled_button a img{	margin: 0 3px 0 0; float: left;}

/* ----------------------------------------------------------------------------- */

.border_table {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: -15px;
    font-size: 11px;
}

.border_table th {
    vertical-align: bottom;
    font-size: 14px !important;
}

.border_table th,
.border_table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 3px;
}

.border_table td {color: #333;}

.border_table .first {
    width: 168px;
    text-align: left;
    padding: 3px 9px 3px 13px;
    font-size: 14px;
    font-weight: bold;
}

.border_table .last {
    border-right: none !important;
    width: 168px;
    text-align: left;
    padding: 3px 9px 3px 13px;
    font-size: 12px;
    color: #666666 !important;
}

.border_table td.filled {background-color: #EEF3FF}

.border_table td.first { vertical-align: top;}

.border_table td.last b.small{font-size: 11px !important;}

.border_table td.last a {float: left;}

.border_table td.last input {float: right;}

/* ----------------------------------------------------------------------------- */

.price_for_table {padding: 0 0 5px 0;}

/* ----------------------------------------------------------------------------- */

.open_close {
    background: url(../images/close.gif) no-repeat top left;
}

.close_open {
    background: url(../images/open.gif) no-repeat top left;
}

.open-close {
    border-top: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
}

.open-close li {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.open-close li li {
    border-bottom: none;
    padding-top: 0px;
}

.question {margin: 0 0 10px;}

.answer {margin-bottom: 10px; padding: 0; list-style: none;}

.question a.fleft {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.question a.fright {background: url(../images/close.gif) no-repeat top left;}

/* ----------------------------------------------------------------------------- */

.overflow_scroll {
    overflow: auto;
    height: 210px;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-top: 1px solid #8F8F8F;
    border-bottom: 1px solid #E4E4E4;
}

.overflow_scroll .styled_table {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-top: 1px solid #CDCDCD;
}

* html .overflow_scroll .styled_table {width: 95%;}

*+html .overflow_scroll .styled_table {width: 95%;}

.overflow_scroll .styled_table td {
    border-bottom: 1px solid white !important;
    cursor: pointer;
}

.overflow_scroll .styled_table tr.active td {
    background: #DCE2FF;
    font-weight: normal;
}

/* ----------------------------------------------------------------------------- */

.checkbox_list li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.checkbox_list li input {
    float: left;
    height: 18px;
    margin-right: 5px;
}

.schedule {width: 100%;}

.graphic_schedule {padding-right: 35px;}

.combinations {
    padding-left: 10px;
    width: 191px;
    border-left: 1px dotted #BEBBAF;
    vertical-align: top;
}

/* ----------------------------------------------------------------------------- */

.mesh {
    background: url(../images/scheduled_mesh.gif) repeat bottom left;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    height: 380px;
    width: 380px;
    margin: 0 0 10px 22px;
    position: relative;
}

.top_row {
    position: absolute;
    top: 0;
    left: -4px;
}

.right_row {
    position: absolute;
    right: 0;
    bottom: -4px;
}

.left_row_end {
    position: absolute;
    left: -5px;
    bottom: -5px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    width: 4px;
    height: 4px;
    overflow: hidden;
}

.red_bullet li {
    background: url(../images/red_bullet.gif) no-repeat left 5px;
    padding: 0 0 0 11px;
    position: absolute;
    margin:0 0 -9px -4px;
}

.red_list_attr {
    color: #ff6000;
    margin-left: 20px;
}

.red_list_attr li {margin-bottom: 12px;}

.red_list_attr span {color: #666666;}

/* ----------------------------------------------------------------------------- */

.scrolled_menu {
    background: url(../images/tabbed_main.gif) repeat-x 0 93%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    height: 25px;
}

.scrolled_menu .scroll_left {
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 1000;
    cursor: pointer;
}

.scrolled_menu .scroll_right {
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 1000;
    cursor: pointer;
}

.scrolled_menu .tabbed {
    padding: 0 24px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.only {
    position: absolute;
    top: 2px;
    right: 3px;
}

* html .only {right: 2px;}

/* ----------------------------------------------------------------------------- */

.category td.first {padding-left: 30px;}

.criteria td.first {padding-left: 30px;}

.sub-category td.first {padding-left: 50px;}

.sub-category a {font-size: 11px;}

/* ----------------------------------------------------------------------------- */

.login_form {
    width: 300px;
    margin: auto;
}

.login_form h2 {margin-bottom: 15px;}

.login_form label {margin-right: 10px;}

/* ----------------------------------------------------------------------------- */

.input-checkbox {
    width: auto !important;
    height: 15px !important;
    margin: 0 3px 0 0;
    float: left;
}

* html .input-checkbox {float: none;}

.input-button{
    width: auto !important;
    height: auto !important;
}

/* ----------------------------------------------------------------------------- */

.register-page h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}

.register-page .form li{position: relative;}

.register-page .form li li{position: inherit;}

.add_user {
    padding: 15px;
    border: 1px solid #555;
    margin-bottom: 10px;
    width: 542px;
    overflow: hidden;
}

.content_wrapper .content .reserv-input {width: 60px;}

.registration-city input,
input.city {width: 171px;}

.registration-postal input,
input.postal {width: 70px;}

.arrow {font-size: 14px;}

/* ----------------------------------------------------------------------------- */

.move-control {text-align: center;}

.move-control a{font-size: 90%;}

.move-control a:hover{text-decoration: none;}


.calendar {z-index: 1000;}

.numeric-list {margin-bottom: 10px;}

.numeric-list li {margin-bottom: 5px;}

/* ----------------------------------------------------------------------------- */

.missing-popup {
    background:#fff;
    border: 1px solid #333;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    width: 500px;
    min-height: 250px;
}

.missing-popup-inner {
    margin: 20px;
}

.missing-popup-inner textarea {
    width: 100%;
    height: 100px;
}

.close-missing {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 25px;
    font-size: 1.2em;
}

.missing-popup-padded {
    padding-left: 10px;
}

/*#missing-popup {
        z-index: 2;
        }*/

#popup-iframe {
    z-index: 1;
}

.company-attrs {
    list-style: disc;
    margin-left: 16px;
}

.company-attrs li{padding: 0 0 5px;}

.company-attrs li input {margin-left: 10px;}

/* ----------------------------------------------------------------------------- */

.account-details h4.fleft {
    margin:0 10px 0 0;
    width: 160px;
}

.account-details ul.fleft {
    width: 539px;
}

.account-details .form li .big_input {width: 323px;}

.account-details .form li .big_input.marl10 {width: 285px;}

.emit-label {
    float: left;
    width: 110px;
    margin: 0 10px 0 0;
}

.tab-view {margin: 0 0 10px;}

.tab-view li {
    float: left;
    margin: 0 0 10px 0;
    width: 170px;
}

select#currency, select#report_structure {margin: 0 5px -5px 5px; position: relative;}

.amber { color: #FF6000}
.red_text { color: #FF0000}

big {font-size: 1.25em;}
.ib {overflow: visible; width: auto; $padding: 0 .15em;}

ins {display: -moz-inline-box; display: inline-block; text-decoration: none; text-align: left;}
.formBlockOuter {margin-bottom: 15px;}
.formBlock {margin: 0 10px 0 0;}
.formBlock2 {margin: 0 20px 0 0;}

.graphLink img {margin: 0 5px 0 0;}
.graphLink span{position: relative; top: -4px;}
.graphLink:hover {text-decoration: none;}
.graphLink:hover span{text-decoration: underline;}

.peerGroupQuartileStatusOuter {display: inline; float: right; margin: 0 10px; width: 90px;}
.peerGroupQuartileStatus {border: 1px solid #ccc; padding: 2px 0 6px; text-align: center; margin-bottom: 20px;}
.peerGroupQuartile {color: #333; display: block; padding: 3px 0 0;}
.peerGroupQuartileStatusOuter .graphLink {font-size: .95em; display: block;  position: absolute; right: 0; bottom: 30px;}
.peerGroupQuartileStatusOuter .graphLink img {float: left;}
.peerGroupQuartileStatusOuter .graphLink span {overflow: hidden; zoom: 1; display: block;}
.peerGroupQuartileStatusTable {overflow: hidden; zoom: 1;}
.peerGroupQuartileStatusTable .styled_table {border-right: 1px solid #E5E4DF;}

.redStatus,
.amberStatus,
.yellowStatus,
.greenStatus {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 3px; 
    font-size: 11px;
    color: #fff; 
    text-transform: uppercase; 
    font-weight: normal !important; 
    width: 45px; 
    text-align: center;
}
.redStatus {background-color: #f00;}
.amberStatus {background-color: #FF9500;}
.yellowStatus {background-color: #ff0; color: #444;}
.greenStatus {background-color: #55AF55;}

.tabbed .redStatus,
.tabbed .amberStatus,
.tabbed .yellowStatus,
.tabbed .greenStatus,
.sumStatus .redStatus,
.sumStatus .amberStatus,
.sumStatus .yellowStatus,
.sumStatus .greenStatus,
th .redStatus,
th .amberStatus,
th .yellowStatus,
th .greenStatus {display: inline;}

.sumStatus {color: #000; float: right;}

.sc_onclick .styled_table {margin: 0 0 10px;}
.centredTbl th,
.centredTbl td {text-align: center;}
.centredTbl th.first,
.centredTbl td.first {text-align: left;}

.area .onof {margin: 0 50px 0 0;}
.area1 .onof {margin: 0 24px 0 0;}
.category .onof {}
.sub-category .onof {margin: 0 0 0 24px;}

.paging {font-size: .95em; margin: 0 0 5px;}

.histIco { position: relative; bottom: -5px;}

.trend { text-align: center;}

.valigntop { vertical-align: top;}
.valignmiddle { vertical-align: middle;}
.valignbottom {vertical-align: bottom;}

.required {color: #f00; font-size: 1.2em;}

big {font-size: 1.5em;}
.black {color: #000;}

.styled_table .ic {
    vertical-align: top;
    margin-right: 5px;
}

.customViewName {
    width: 200px;
}

.weightIt {
    width: 30px;
    text-align: center;
    border: 1px solid #ccc;
}
.w1prec {
    width: 12%;
}

.category-total {
    color: #444;
}
.category-total .first {
    font-weight: bold;
}
.sub-category.category-total .first {
    font-size: .95em;
}
.category.category-total td {
    height: 50px;
}
.sub-category.category-total td {
    height: 40px;
}
.category-total .ic {
    visibility: hidden;
}
.category-total .weightIt {
    background-color: #f4f4f4;
    font-weight: bold;
    width: 35px;
}

.redTrue {
    color: #f00;
}

.formNote {
    font-size: .95em;
    color: #999;
}

.colored-logos li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 112px;
    text-align: center;
    margin: 0 0 10px;
    vertical-align: top;
}
.precent-big {font-size: 2em;}

.objective-status {
    color: #000;
    font-size: 12px;
    margin: 0 0 0 10px;
}

.expl_p {
    padding-bottom: 10px;
}


/* new cod 31.08.11*/
.weblog_list div.item {
    border-bottom: 1px dotted #BEBBAF;
    padding: 0px 0px 6px;
}
.attach {
    float: left;
    margin: 10px 0px 3px 0;
}
.weblog_list {
    border-top: 1px dotted #BEBBAF;
    margin-bottom: 5px;
    padding: 0 0 5px;
}
.marl_attach {
    margin-left: 162px;
}
div.rotator {
    float: right !important;
    height: 150px;
    margin-left: 10px !important;
    margin-right: 0 !important;
    position: relative;
    width: 124px;
}
div.rotator img{
    margin: 0px !important;
}
.half2_inner .weblog_list{
    height: 338px;
    padding: 0px;
}

/* new cod 28.09.11 */
.elemblock{
    width: 450px;
    padding: 20px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow:0 0 5px 0 #aaa;
    -webkit-box-shadow:0 0 5px 0 #aaa;
    -moz-box-shadow:0 0 5px 0 #aaa;
    background: #fff url('../images/box_gradie.gif') repeat-x 0 bottom;
    overflow: hidden;
}
.elemblock .eheader,
.elemblock .ebody{
    float: left;
    width: 100%;
}
.elemblock .cebody{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #BEBBAF;
}
.elemblock .cebody img{
    margin-bottom: 30px;
}
.elemblock.left .cebody img{float: left !important;margin-right: 10px;}
.elemblock.right .cebody img{float: right !important;margin-left: 10px;}
.left{float: left !important;margin-left: 4px;}
.right{float: right !important;margin-right: 4px;}
.elemblock h3.caption a {
    color: #FF6000;
    font-size: 14px;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
    float: none;
    width: auto;
}
.elemblock a:link {
    color: #FF6000;
    outline: medium none;
    text-decoration: none;
}
.elemblock p {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #666;
}

#latest_reports{
    height: 140px;
    overflow: auto;
}
