﻿.TableNoBorder{
    border-width: 0;
    border-style: none;
    border-collapse: collapse; 
}

.TableNoBorder th{
    font-weight:bold !important;
    font-size:small !important;
}

.TDinTableNoBorder td{
    border-width: 0;
    border-style: none;
}

.Alerted{
    color:red !important;
    font-weight:bold !important;
}

.WarningMsg{
    color:#770000 !important;
    font-weight:bold !important;
}


#YourSelectedTName {
    color: Green !important;
    font-weight:bold;        
}

#MainFrameTable
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    color: Black;
    border-width: 0;
    border-style: none;
}

#MainFrameTable td
{
    border-width: 0;
    border-style: none;
}

#MainWindowCenterTable{
    border-collapse: collapse;
    border-spacing: 0;    
    border-color: black;
    border-style: none;
    border-width: 0;
    color: black;
}

#MainWindowCenterTable th{ 
    background-color: #c2c8ce;
    border-color: black;
    border-style: none;
    border-width: 0;
    color: black;
    font-weight:bolder;
    padding-top: 10px;
    font-size: 1.5em;
}

#MainWindowCenterTable th:first-child {
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
}

#MainWindowCenterTable th:last-child {
    -moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}

#MainWindowCenterTable th:only-child{
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

#MainWindowCenterTable td{
    background-color: White;
    border-color: black;
    border-style: none;
    border-width: 0;
    color: black;
}


#NoJavaScripEnabled
{
    color: Red;
    text-shadow: 1px 1px 2px #911;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.6);
    font-size: xx-large;
    font-style:oblique;
    font-weight:bold;
    padding: 50px;
    margin: 0px;
    text-align:center;
    position:fixed;   
    z-index:999;
    top:0;left:0;width:100%;
    cursor: not-allowed;
}

.AdditionalNetworkConnection
{
    display:none;
}

.AdditionalHDD
{
    display:none;
}


.SimpleTable{
    border-width: 1px !important;
    border-style: solid !important;
    border-collapse: collapse; 
    border-color: #c2c8ce !important;    
}

.SimpleTable th{
    background-color: #e2e8ee !important;
    border-color: #c2c8ce !important;    
    border-width: 1px !important;
    border-style: solid !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-weight:bold !important;
    font-size:small !important;
    padding: 5px !important;
}

.SimpleTable td{
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #c2c8ce !important;    
    padding: 5px !important;
}



.SimpleTable2, .SimpleTable2 th, .SimpleTable2 td{
    padding: 5px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-collapse: collapse; 
    border-color: #000 !important;    
}

.SimpleTable2 th{
    font-weight:bold !important;
}




.LoadingLayer
{
    background-color: #c2c8ce;
    background-color: rgba(232, 238, 244, 0.6);
    font-weight:bold;
    font-size: 1.0em;
    text-align:center;
    color:#000;
    text-shadow: 1px 1px 2px #444;
    position:fixed;   
    z-index:998;
    top:0;left:0;width:100%;height:100%;
    border: 0px none;
    cursor: not-allowed;
}

.EventLogReview
{
    table-layout:fixed;
    width:53%;
    overflow:hidden;
    font-size: 0.75em;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    display:inline-block;
    position:absolute;
    top:0px;
    left:350px;
    height:60px;
}

.EventLogReview td {
    padding: 0px;
    margin: 0px;
    border: none 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #000;
}

.TDValueEdit {
    white-space: nowrap;
}

.editor-multiline-field textarea {
    width: 200px;
    height: 60px;
}


.display-label2, 
.editor-label2 {
    margin: 1em 0 0 0;
}

.display-field2, 
.editor-field2 {
    margin: 0.5em 0 0 0;
}


.NecAsterisk{
    font-weight:bold;
    font-size:smaller;
    color:red;
    vertical-align: middle;
}

.FormEditTable{
    border-width: 0;
    border-style: none;
    border-collapse: collapse;
    padding: 15px; 
    margin: 15px;
}

.FormEditTable th{
    font-weight:bold !important;
    font-size:small !important;
    padding: 5px;
}

.FormEditTable td{
    border-width: 1;
    padding: 5px;
}

.FormEditTable input, .FormEditTable TextArea, .FormEditTable select{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    height: 21px;
    padding-left: 3px;
    width: 250px;
}

.FormEditTable TextArea{
    height: 63px;
}

.FormEditTable .date_input_short {
    width: 100px;
}





.FormEditTable2{
    border-width: 0;
    border-style: none;
    border-collapse: collapse;
    padding: 15px; 
    margin: 15px;
    white-space: nowrap;
}

.FormEditTable2 th{
    font-weight:bold !important;
    font-size:small !important;
    padding: 5px;
}

.FormEditTable2 td{
    border-width: 1;
    padding: 5px;
}

.FormEditTable2 input, .FormEditTable2 TextArea, .FormEditTable2 select{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    height: 21px;
    padding-left: 3px;
    width: 200px;
}

.FormEditTable2 TextArea{
    height: 63px;
}

.FormEditTable2 .date_input_short {
    width: 100px;
}



input.WrongOrEmpty, TextArea.WrongOrEmpty, select.WrongOrEmpty{
    border: 1px solid red;
}

