﻿body 
{
    background-color: silver; font-family: Verdana; font-size: small;
}
ol
{
	float:right
}
ol li
{
	    margin-left:50px
	    
}
	
.left
{
	border: solid 1px #222;
	width: 200px;
	background-color: White;
	float: left;
	padding: 5px;
}
.main
{
	position: absolute;
	left: 225px;
	padding: 5px;
	width: auto;
	background-color: White;
	border: solid 1px #222;
}
.DataWebControlStyle
{
	background-color:Orange
}

.AlternatingRowStyle
{
	 background-color:Aqua
}

.RowStyle
{
	background-color:Lime 
}


.dvAlternatingRowStyle
{
	 background-color:White
}
.dvRowStyle
{
	background-color:Fuchsia
}