﻿body
{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right: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_MM
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:180px;
}
.TextBox_L
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:200px;
}
.TextBox_XL
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:450px;
}
.DropDown_M
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:120px;
}
.DropDown_MM
{
	color:black;
	font-family:Arial;
	font-size:12pt;
	width:180px;
}
.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; 

}

.NewsText
{
	color:#44662A;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}



/*AutoComplete flyout */

.autocomplete_completionListElementLTR 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    font-family:Arial;
}

.autocomplete_completionListElementRTL 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    font-family:Arial;
    direction:rtl;
    text-align:right;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #dddddd;
	color: black;
	padding: 1px;
    font-family:Arial;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
    font-family:Arial;
}
