﻿
/* Data Web Control Styles */
.DataWebControlStyle
{
	font-size: 90%;
	width:100%;
	border: 1px solid #006600;
}

.HeaderStyle
{
    background-color: #006600;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #F8F7C2;
}

.RowStyle
{
}


