﻿
.MainDiv
{
    width:80%;
    height:auto;
    margin:0 auto;
}
.TitleDiv{
    width:100%;
    height:auto;
    text-align:center;
    font-family: verdana,arial,sans-serif;  
    font-size:20px; 
    font-size:24px;
}
.TableDiv
{
    font-family: verdana,arial,sans-serif;  
    font-size:11px;  
    color:#333333;  
    border-width: 1px;  
    border-color: #666666;  
    border-collapse: collapse;  
    border:1px solid #000000;
    width:100%;
}
.TableDiv th {  
    border-width: 1px;  
    padding: 8px;  
    border-style: solid;  
    border-color: #666666;  
    background-color: #dedede;  
    white-space:normal;
    word-break:break-all;
}  
.TableDiv td {  
    border-width: 1px;  
    padding: 8px;  
    border-style: solid;  
    border-color: #666666;  
    background-color: #ffffff;  
    text-align:center;
    white-space:normal;
    word-break:break-all;
} 

.TextClass{
    width:100%;
    max-height:600px;
}
.CellTextDiv{
    width:100%;
    height:auto;
    display:inline;
    float:left;
}
.CellTextDiv  textarea{
    width:100%;
    min-height:100px;
}
.CellTextDiv  input[type=text]{
    width:100%;
    height:30px;
}
.CellTextDiv  input[type=submit]{
    width:100%;
    height:30px;
}
.validation-summary-errors li{
    flood-color:#ff0000;
    color:#ff0000;
}
.NoShow{
    display:none;
}