/* 
Header, Item, Alternating Item are used by BotanicalGardens 
We shouldn't update these styles unless we get approval from MT
These three are used in all datagrids I create so we need a good style
that will work for most datagrids to have in this class.
*/
.DGHeader 
{
	padding-left:2px;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	background-color: #04722B;
	color:#ffffff;
}

.DGItem  
{
	padding-left:2px;
	font-size:0.8em;	
	font-family:Verdana,sans-serif;
	padding-bottom:10px;
	
}

.DGAlternatingItem
{
	padding-left:2px;
	font-size:0.8em;	
	font-family:Verdana,sans-serif;
	padding-bottom:10px;
	border-bottom:solid 1px #E6E7E1;
}

.FormHeader
{
	font-size: 10px;
	font-family:Verdana;
	font-weight: bold;

	
}
.BorderLessImg
{
	border: none;
	margin-bottom:1px;
}

.FormBox
{
	background-color:#F6F7F2;
}


.DropDownListPagerPanel
{
	float:right;
	width:auto;
}

.AspNetPagerPanel
{
	float: left;
	width:auto;
}

#ContentColumn TR.Header td a, #ContentColumn TR.Header td a:link, #ContentColumn TR.Header td a:visited, #ContentColumn TR.Header td a:active
{
	font-size: 10px;
	text-decoration:none;
	color:#ffffff;
}


#ContentColumn a, #ContentColumn a:link, #ContentColumn a:visited, #ContentColumn a:active
{
	font-size: 10px;
	text-decoration:none;
}

div.PagerText
{
	clear: none;
	display: inline;
	font-size: 11px;
	color: #5e5e5e;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:0px;
}

select.PagerDropDownList
{
	position:relative;	
}

.DropDownListWrapper
{
	clear: none;
	display: inline;
}

div .DropDownListPagerPanel select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #5E5E5E;
	width:65px;
	color:#5E5E5E;
}

/* NewsReleasesCustomDataGrid Styles*/
.NewsHeadLine
{
	font-size: 10px;
	line-height: 13px;
	color:#5A5D5A;
}


