/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
   background-color: #e5e5e5;
   color: Black;
	
/* 
   background-color: #900;
    color: White;
*/
    font-weight: bold;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: Black;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
/*    background-color: #fcc;*/
    background-color:#F6F6F6;
}

.RowStyle
{
    background-color:#EAE9C6;
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.pagerContainer
{
background-image:url(img/history_link_back.gif);
width:100%;
height:28px;
font-size:12px;
text-align: center;
}

.PagerRowStyle
{
float:none;
text-align: center;
height:28px;
padding-top:7px;
}

.PagerRowStyle span
{
margin-left:5px;
}

.PagerCurrentPage
{
	padding:2px
}

.PagerOtherPage
{
	padding:2px
}

.PagerOtherPage a
{
color:#1572c1;
text-decoration:underline;
}

.PagerOtherPage a:hover
{
color:#1572c1;
text-decoration:none;
}


.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}

