/* ================================
    CSS STYLES FOR Module ezDNN.CRM
   ================================
*/


.dgScroller
{
    overflow:scroll;
    height:300;
}
.dgPagerWide
{
    font-weight:normal;
    font-size:.8em;
    font-family: Arial,verdana, Helvetica, sans-serif;
    overflow:hidden;
    background-color:#eee;
}
.dgWide
{
    border-style:solid;
    border-width:2;
    border-color:#aaa;
}
.dgItemWide
{
    font-weight:normal;
    font-size:.8em;
    font-family: Arial,verdana, Helvetica, sans-serif;
    overflow:hidden;
    background-color:#fff;
    white-space:nowrap;
}
.dgAltItemWide
{
    font-weight:normal;
    font-size:.8em;
    font-family: Arial, verdana, Helvetica, sans-serif;
    overflow:hidden;
    background-color:#eee;
    white-space:nowrap;
}
.dgAltItemWideB
{
    font-weight:Bold;
    font-size:.8em;
    font-family: Arial, verdana, Helvetica, sans-serif;
    overflow:hidden;
    background-color:#eee;
}
.dgHeaderWide
{
    font-weight:bold;
    font-size:.8em;
    font-family: Arial,verdana, Helvetica, sans-serif;
    background-color:#C0C0C0;
}


.AlphabetList
{
	font-size:xx-small;
	border-right: solid  1px #afc8e4;
	padding-right: 4px;
	border-top: solid  1px #afc8e4;
	padding-top: 4px;
	border-left: solid  1px #afc8e4;
	padding-left: 4px;
	border-bottom: solid  1px #afc8e4;
	padding-bottom: 4px;
	background-color: #f5f5f5;
	text-align: center;
}