﻿.divHidden
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.panelStyle
{
    border-bottom: 1px dotted #B2B2B2 !important;
    height: 20px;
}
.DivHidden
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.DivBreakAll
{ 
word-break:break-all; 
word-wrap:break-word;  
}

.WaterTextClass
{
    color: #888;
    font-family: Arial;
}


.divSeperatorH10
{
    height: 10px;
}


.divSeperatorH20
{
    height: 20px;
}


.star
{
    color: Red;
}


.divWhite
{
    background-color: white;
}
.divRed
{
    background-color: red;
    color: white;
}
.divGreen
{
    background-color:lightgreen;
     color: white;
}
