/******************************************************/
/* START MainMenu Style */
.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	font-family: Arial;	
	font-size: 11px;
}
.MainItem 
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
.MainItemOver
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Verdana, Arial;	
	padding: 3px;
	font-size:9px;
	text-align: left;
}
.MenuItem
{
	font-size: 12px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #018738;
	background-color: #C9EFCF;
	border-bottom: solid 4px #7AD68A;
	height: 25px;

}
.MenuItemOver
{
	font-size: 12px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00254F;
	background-color: #F3F3F3;
	border-bottom: solid 4px #7AD68A;
	height: 25px;
	}
.MenuItemClicked
{
	font-size: 12px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00254F;
	background-color: #F3F3F3;
	border-bottom: solid 4px #7AD68A;
	height: 25px;
}
.SubMenuGroup
{
	border: white 8px solid;
	cursor: hand;
	background-color: #7AD68A;
}
.SubMenuItem
{
	font-size: 12px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #018738;
	background-color: #C9EFCF;
	height: 25px;
}
.SubMenuItemOver
{
	font-size: 12px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #018738;
	background-color: #DFF4E2;
	height: 25px;
}
.SubMenuItemClicked
{
	font-size: 12px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #018738;
	background-color: #FFFFFF;
	height: 25px;
}
/******************************************************/
/* END MainMenu Style */

/******************************************************/
/* BreadCrumb Style */
#pbBreadCrumb
{
	font-size: 11px;
	color: #666666;

}
/* End: BreadCrumb Style */
/******************************************************/
/* News Summary Styles */
#pbNewsSummary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
#pbNewsSummary .Container
{
}
#pbNewsSummary .Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFD9F2;
	height: 1px;
}
#pbNewsSummary .Date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}
#pbNewsSummary .Headline
{
	font-weight: bold;
	font-size: 12px;
	color: #B6007D;
}
#pbNewsSummary .Summary
{

}
/* End: News Summary */
/******************************************************/
/* News List */
#pbNewsList
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
}
#pbNewsList .Container
{
}
#pbNewsList .ItemContainer
{
	padding: 10px;

}
#pbNewsList .Item
{
	font-size: 12px;
	color: #666666;	
	font-family: Arial;
	background-color: white;
}
#pbNewsList .AltItem
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
	background-color: #f7f7f7;
}
#pbNewsList .Date
{
	font-weight: bold;
	font-size: 11px;
	color: #888888;
	font-family: Arial;
}
#pbNewsList .Headline
{
	font-weight: bold;
	font-size: 15px;
	color: #018738;
	font-family: Arial;
}
#pbNewsList .Summary
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
}
#pbNewsList .Pager
{
	padding: 5px;
	font-size: 12px;
	color: #018738;	
	font-family: Arial;
	background-color: #C9EFCF;
	border: #7AD68A 1px solid;
	
	/*background-image: url(../images/steelblue_header_24.gif);*/

}
/* End: News List */
/******************************************************/
/* Links Summary Styles */
#pbLinksSummary
{
	border-right: orange 2px solid;
	border-top: orange 2px solid;
	border-left: orange 2px solid;
	border-bottom: orange 2px solid;
	font-size: 11px;
	color: black;
	font-family: Arial;
}
#pbLinksSummary .Title
{
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial;
	background-color: orange;
	background-image: url(../images/orange_header_24.gif);

}
#pbLinksSummary .Container
{
	background-color: white;
	padding: 4px 4px 4px 4px;
}
/* End: Links Summary */
/******************************************************/
/* Links List */
#pbLinksList
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
}
#pbLinksList .Container
{

}
#pbLinksList .ItemContainer
{
	padding: 10px;
}
#pbLinksList .Item
{
	font-size: 12px;
	color: #666666;	
	font-family: Arial;
	background-color: white;
}
#pbLinksList .AltItem
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
	background-color: #f7f7f7;
}
#pbLinksList .Name
{
	font-weight: bold;
	font-size: 15px;
	color: #018738;
	font-family: Arial;
}
#pbLinksList .Description
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
}
#pbLinksList .Pager
{
	padding: 5px;
	font-size: 12px;
	color: #018738;	
	font-family: Arial;
	background-color: #C9EFCF;
	border: #7AD68A 1px solid;
}
/* End: Links List */
/******************************************************/
/* Sub Page Control */
#pbSubPages
{
	border-right: #c5c5c5 2px solid;
	border-top: #c5c5c5 2px solid;
	border-left: #c5c5c5 2px solid;
	border-bottom: #c5c5c5 2px solid;
	font-family: Arial;
	font-size: 11px;
	color: black;
}
#pbSubPages .Title
{
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial;
	background-color: #c5c5c5;
}
#pbSubPages .Container
{
	background-color: white;
	padding: 4px 4px 4px 4px;
}
/* End: Sub Page Control */
/******************************************************/
/* DataList */
#pbDataListList
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
}
#pbDataListList .Container
{

}
#pbDataListList .ItemContainer
{
	padding: 10px;
}
#pbDataListList .Item
{
	font-size: 12px;
	color: #666666;	
	font-family: Arial;
	background-color: white;
}
#pbDataListList .AltItem
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
	background-color: #f7f7f7;
}
#pbDataListList .Name
{
	font-weight: bold;
	font-size: 15px;
	color: #018738;
	font-family: Arial;
}
#pbDataListList .Description
{
	font-size: 12px;
	color: #666666;
	font-family: Arial;
}
#pbDataListList .Pager
{
	padding: 5px;
	font-size: 12px;
	color: #018738;	
	font-family: Arial;
	background-color: #C9EFCF;
	border: #7AD68A 1px solid;
}
/* End: DataList */
