
.width_1 {
    width: 1140px;
}

.frame_1 {
    width: 1140px; 
    height: 750px;
}



.main_frame {
    width:1140px;     
    padding:0;
    margin:0 auto;
    font-size:0.75em;
    line-height:1.5em;
    position:relative;
    background: none;
    z-index:3;
    background-color: #ffffff;
}

/* Data table */
.dataTable {
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-left: 20px;
    background-color: #ffffff;
    color: #000000;
}

.dataTable input[type="radio"]{
    cursor:pointer;
}

.dataTable input[type="checkbox"]{
    cursor:pointer;
}

.dataTable2 input[type="radio"]{
    cursor:pointer;
}

.dataTable2 input[type="checkbox"]{
    cursor:pointer;
}

img[src='/images/plus.gif'] {
    cursor: pointer;
}

img[src='/images/minus.gif'] {
    cursor: pointer;
}

img[src='/images/b_edit.png'] {
    cursor: pointer;
}

.dataTable.width_1 {
    width: 880px;
}

.dataTable.width_2 {
    width: 1140px;
}

.dataTable.width_3 {
    width: 1100px;
}

.dataTable.width_4 {
    width: 1000px;
}

.dataTable thead th {
    background:#dadada;
    color: black;
    font-size: 14px; 
    font-weight: bold;
    text-align: left;
    line-height:1.5em; 
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    padding: 3px;
}

.dataTable tbody tr {
    line-height:1.75em; 
    border-bottom: 1px solid silver;
    color: black;
}

.dataTable tbody tr td a {
    color: black;
}

.dataTable2 {
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-left: 5px;
}

.dataTable2 .width_1 {
    width: 675px;
}

.dataTable2.width_2 {
    width: 880px;
}

.dataTable2.width_3 {
    width: 1140px;
}

.dataTable2.width_4 {
    width: 1100px;
}

.dataTable2.width_5 {
    width: 1000px;
}

.dataTable2 thead th {
    background:#dadada;
    color: black;
    font-size: 14px; 
    font-weight: bold;
    text-align: left;
    line-height:1.5em; 
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    padding: 3px;
}

.dataTable2 tbody tr {
    line-height:1.75em; 
    border-bottom: 1px solid silver;
    color: black;
}

/* Input table */
.inputTable {
    width: 500px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-left: 20px;
}

.inputTable tbody tr {
    line-height:1.75em; 
}

.inputTable .label  {
    color: black;
}

.inputTable .input  {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    width: 150px;
}

/* Filter Table */
.filterTable {
    width: 675px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-left: 20px;
    line-height: 25px;
}

.SectionHeader {
    text-align: left; 
    padding-left: 3px; 
    line-height: 25px; 
    font-size: 14px; 
    color: #FFFFFF; 
    background-color: #000000;
}

/**
* buttons
*/
.button-filter {
    float:right;
    width: 75px;
    display:inline-block;
    font-size:12px; 
    line-height:14px; 
    color:#7c7c7c; 
    padding:5px 13px 5px 10px;
    background: url(../images/bg-button.png) top left repeat-x;
    background-color:#f3f2f3;
    border-radius:0 4px 4px 0;
-moz-border-radius:0 4px 4px 0;
-webkit-border-radius:0 4px 4px 0;
box-shadow:1px 1px 0px #fff, 1px -1px 0px #fff;
-moz-box-shadow:1px 1px 0px #fff, 1px -1px 0px #fff;
-webkit-box-shadow:1px 1px 0px #fff, 1px -1px 0px #fff;
}


/**
* Override jquery css
*/
.ui-widget-header {
    background: url(../images/bg-dark-green.gif) 0 0 repeat-x #2b2a2c;
    color: #FFFFFF;
    font-size: 14px;
    border-top: 1px solid #2b2a2c;
    border-left: 1px solid #2b2a2c;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.IndexFancyBox {
    width: 500px; 
    min-height: 200px; 
    font-size: 14px; 
    color: black;
    border: 2px solid black;
    padding: 15px 15px 15px 15px;
}