﻿/* This style sheet is intended to contain OFTEN CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */


/* Individual "items" in the DataList. */
.AspNet-DataList p.bulletList
{
	/*clear:both;*/
	float:left;
}
.AspNet-DataList p.bulletList_2
{
	width: 10px; 
        margin: 0 0 0 0;
	padding-right: 0pt;
	clear:both; 
	float:left; 

}
.AspNet-DataList p.linkList5
{
	padding-bottom: 5px;
}
.AspNet-DataList p.linkList10
{

	margin-bottom: 10px;
}
.AspNet-DataList p.linkList20
{

	margin-bottom: 20px;
}
.AspNet-DataList p.linkList30
{
	/*clear:both;*/
	margin-bottom: 30px;
        /*width: auto;*/
}


