﻿body
{
	margin-top:0;
	margin-bottom:0;
}

.bodyHome 
{
	background-color:Black;
}
.bodyRegular
{
	background-color:#97B67B;
}

.MenuText
{
	color:#94B67A;
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
}
.MenuTextDrop
{
	color:#94B67A;
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
	background-color:#221E1F;
	z-index: 1000;		/* IE8 menu fix */
}

.RegularLink
{
	color:black;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}

.PagerLink
{
	color:black;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.UnderlinedLink
{
	font-family:Arial;
	font-size:12px;
}

.BottomMenuText
{
	color:#94B67A;
	font-family:Arial;
	font-size:10;
}

.BottomMenuTextRegular
{
	color:black;
	font-family:Arial;
	font-size:10;
}

.MenuSeparator
{
	color:white;
	font-family:Arial;
}

A:hover
{
	text-decoration:underline;
}

.menuRegularTR
{
	background-color:#221E1F;
	height:42;
}
.ContentText
{
	color:black;
	font-family:Arial;
	font-size:12pt;
}
.ContentTextHeader
{
	color:black;
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
}

.ContentLabel
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}
.PlantContentLabel
{
	color:#008000;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}

.PlantItemData
{
	BORDER-BOTTOM: #888888 1px dashed;
	vertical-align:top;
}
.PlantItemDataSolid
{
	BORDER-BOTTOM: #222222 1px dashed;
	vertical-align:top;
}
.TdRightBorder
{
	border-right: black 1px dashed;
}



.TextBox_M
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:120px;
}
.TextBox_L
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:200px;
}
.DropDown_M
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:120px;
}
.DropDown_L
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:200px;
}
.Button
{
	color:black;
	font-family:Arial;
	font-size:12pt;
}
.Button_M
{
	color:black;
	font-family:Arial;
	font-size:12pt;
}
.Button_L
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:120px;
	
}





.DataGridItem
{
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc  1px solid;
	BORDER-LEFT: #cccccc   1px solid;
	BORDER-BOTTOM: #cccccc   1px solid;
	BACKGROUND-COLOR: #EEFFEE;
	color:#000000;
	vertical-align:top;
	font-family:Arial;
	font-size:12pt;
}

.DataGridAltItem
{
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc  1px solid;
	BORDER-LEFT: #cccccc   1px solid;
	BORDER-BOTTOM: #cccccc   1px solid;
	BACKGROUND-COLOR: #CCFFCC;
	color:#000000;
	vertical-align:top;
	font-family:Arial;
	font-size:12pt;
}

.DataGridHeader
{
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000  1px solid;
	BORDER-LEFT: #000000   1px solid;
	COLOR: black;
	font-weight:normal;
	BORDER-BOTTOM: #000000   1px solid;
	BACKGROUND-COLOR: #75a449;
	vertical-align:top;
	font-family:Arial;
	font-size:12pt;
}

.DataGridHiddenColumn
{
	display:none;
}
.IE8Fix 
{ 
    z-index: 1000; 

}
