﻿table.sector-details { width: 100%; }
table.sector-details td, table.sector-details th { padding: 5px; }
table.sector-details th {border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8 ;}
table.sector-details td {text-align:center; border-bottom:1px solid #e6e5e6;}
table.sector-details td:first-child {text-align: left; font-weight: bold; text-align:left;}
table.sector-details tr th{ font-weight: bold; padding-left: 20px; padding-right: 20px; text-align:center;}
table.sector-details tr th:first-child {padding-left:5px;}

/* div .ui-tabs-panel.ui-widget-content.ui-corner-bottom{ overflow-x: auto;} */
.field-validation-error { color: #FF0000; }

textarea {
    display: block;
    margin: 2px;
    height: 110px;
    width: 495px;
    font-family: Arial, Verdana;
    font-size: 13px;
    padding: 5px;
    line-height: 18px;
}

.page-editor-table { width: 100%; }
.page-editor-table tr td:first-child { text-align: left; }

.page-editor-table tbody th{
    border-bottom: none;
    font-size: 12px;
    padding: 10px 0 0;
 }
