﻿/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #223E65;
    color: white;
    font-weight: bold;
}

.HeaderStyle a:link {
	color: white;
}

.HeaderStyle a:visited {
	color: white;
}

.AlternatingRowStyle
{
    background-color: #DDDDDD;
}

.AlternatingRowStyle a:link, a:visited  {
	color: #223E65;
}

.RowStyle
{
}

.RowStyle a:link, a:visited  {
	color: #223E65;
}
