.categoryheading {
    font-family: arial;
    font-size: 18px;
    color: #118811;
    font-weight: bold;
    border-bottom: 1px dashed;
    display: block;
    text-align: center;
    margin: 10px 7px 10px 0;
    padding: 0px 0px 10px 10px;
}

.adminHeading {
    font-family: arial;
    font-size: 18px;
    color: #118811;
    font-weight: bold;
    border-bottom: 1px dashed;
    display: block;

    margin: 10px 7px 10px 0;
    padding: 0px 0px 10px 10px;
}

.warning {
    font-famil: arial;
    font-size: 16px;
    color: red;
    font-weight: bold;
}

p {
    font-family: arial;
    color: #333333;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    #padding-left: 0px;

}

li {
    font-family: arial;
    color: #003300;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
}

p a {
    color: #0000FF;
    font-weight: bold;
    font-size: 14px;

}

p a:hover {
    color: #009900;
}

h1 {
    font-family: arial;
    color: #003300;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
}

h2 {
    font-family: arial;
    color: #003300;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
}

h3 {
    font-family: arial;
    color: #003300;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    text-decoration: italic;
}

h4 {
    font-family: arial;
    color: #003300;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
}

h5 {
    font-family: arial;
    color: #003300;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    text-decoration: italic;
}

.center_code {
    font-family: courier;
    color: #003300;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.testimonial_from {
    font-family: Arial;
    font-size: 10px;
    color: #003300;
    font-weight: bold;
    text-align: right;
}

.testimonial_from:before {
    font-weight: bold;
    content: "--   ";
}

.testimonial_text {
    font-family: Arial;
    font-size: 12px;
    color: #454545;
    font-weight: bold;
    text-align: left;
    font-style: italic;

}

.warningList {
    border: 1px solid #888;
    border-radius: 5px;
    margin: 20px;
    padding: 10px;
    width: 1332px;
    float: left;

}
.warningInfo {
    border: 1px solid #888;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px;
    width: 470px;
    float: left;
    height: 546px;
    
}

.warningContent {
    width: 100%;
    height: 100%;
}

.warningList .warningVictim {
    font-weight: bold;
    text-transform: capitalize;
    width: 400px;
    float: left;
    overflow: hidden;
}

.warnLevel1
{
    background-color: #fffcaa;
}

.warnLevel2
{
    background-color: #feddaa;
}

.warnLevel3
{
    background-color: #ea9c5f;
}

.warnLevel4
{
    background-color: #da6837;
    color: #ffccca;
}

.warnLevel5
{
    background-color: #ad3014;
    color: #ffccca;
}

.warnLevel6
{
    background-color: #ad0009;
    color: #ffccca;
}

.warnLevel7
{
    background-color: #8c0009;
    color: #ffccca;

}

.warnLevel8
{
    background-color: #710009;
    color: #ffccca;
}

table.tablesorter {
    font-weight: normal;
    text-align: left;
}

thead {
    font-weight: normal;
    text-align: left;

}
table.tableSection {
    display: table;
    /*width: 100%;*/
}
table.tableSection thead, table.tableSection tbody {
    float: left;
    /*width: 100%;*/
}
table.tableSection tbody {
    overflow-y: auto;
    height: 500px;
}
table.tableSection tr {
    /*width: 100%;*/
    display: table;
    /*text-align: left;*/
}
/*table.tableSection th, table.tableSection td {*/
    /*width: 33%;*/
/*}*/
.header
{
    background: url("admin/images/tablesorter/bg.gif") no-repeat center right ;
}
.headerSortDown
{
    background: url("admin/images/tablesorter/desc.gif") no-repeat center right ;
}
.headerSortUp
{
    background: url("admin/images/tablesorter/asc.gif") no-repeat  center right;
}
