/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */

BODY {
	MARGIN: 5px;
	background-image:url(bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#f1f1f1;
}

#LogToolbar {
	PADDING-LEFT: 1px
}
#LogToolbar A {
	FONT: 85% Verdana; COLOR: #000000; TEXT-DECORATION: none
}
#msviMastheadHR {
	BACKGROUND: #ee6d23; 
	OVERFLOW: hidden; 
	HEIGHT: 1px
}

.lt0 {
	BORDER-RIGHT: 	#F1F1F1 1px solid;
	BORDER-TOP: 	#F1F1F1 1px solid; 
	BORDER-LEFT: 	#F1F1F1 1px solid;
	BORDER-BOTTOM: 	#F1F1F1 1px solid;
	
	PADDING-RIGHT: 	4px; 
	PADDING-LEFT: 	4px;
	PADDING-BOTTOM:	2px; 
	PADDING-TOP: 	0px;
	color:black;
	FONT: 			85% Verdana
}
.lt1 {
	BORDER-RIGHT: 	#B6C5EE 1px solid;
	BORDER-TOP: 	#B6C5EE 1px solid;	
	BORDER-LEFT: 	#B6C5EE 1px solid; 	
	BORDER-BOTTOM:	#B6C5EE 1px solid;
	
	PADDING-RIGHT: 	4px; 
	PADDING-LEFT: 	4px; 
	PADDING-BOTTOM:	2px; 
	PADDING-TOP: 	0px;
	FILTER: 		progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f1f1f1', endColorStr='#B6C5EE', gradientType='0');
	FONT: 			85% Verdana
	
}
.ltsep {
	PADDING-RIGHT: 	4px; 
	PADDING-LEFT: 	4px; 
	PADDING-BOTTOM:	2px; 
	PADDING-TOP:	0px;
	FONT: 			65% Verdana; 
	COLOR: 			#000000
}
#GlobalToolbar {
	PADDING-LEFT: 1px
}
#GlobalToolbar A {
	FONT: 85% Verdana; COLOR: #000000; TEXT-DECORATION: none
}
.gt0 {
	BORDER-RIGHT: 	#B6C5EE 1px solid;
	BORDER-TOP: 	#B6C5EE 1px solid; 
	BORDER-LEFT: 	#B6C5EE 1px solid;
	BORDER-BOTTOM: 	#B6C5EE 1px solid;
	
	PADDING-RIGHT: 	4px; 
	PADDING-LEFT: 	4px;
	PADDING-BOTTOM:	2px; 
	PADDING-TOP: 	0px;
		 
	FONT: 			85% Verdana
}
.gt1 {
	BORDER-RIGHT: 	#000000 1px solid;
	BORDER-TOP: 	#000000 1px solid;	
	BORDER-LEFT: 	#000000 1px solid; 	
	BORDER-BOTTOM:	#000000 1px solid;
	
	PADDING-RIGHT: 	4px; 
	PADDING-LEFT: 	4px; 
	PADDING-BOTTOM:	2px; 
	PADDING-TOP: 	0px;
	FILTER: 		progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFF4CC', endColorStr='#FFD091', gradientType='0');
	FONT: 			85% Verdana
	
}
.gtsep {
	PADDING-RIGHT: 	4px; 
	PADDING-LEFT: 	4px; 
	PADDING-BOTTOM:	2px; 
	PADDING-TOP:	0px;
	FONT: 			80% Verdana; 
	COLOR: 			#000000
}

.breadcrumb {
	background-color:#f1f1f1;
	border-bottom:1px;
	border-bottom-color:#BF5300;
	border-bottom-style:solid;
	color:#ECFBF0;
	
}
.ContainerBlue {
	border-color:#008DBF;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.ContainerBlueHeader {
	color:#FBF3EC; 
	background-color:#008DBF;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding-top:3px; padding-bottom:3px;
	text-align:center;
}
.ContainerBlueBody {
	padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;
	color:#5E6364;
	background-color:#ECF7FB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	font-size:14px;
}
.ContainerBlueBottom {
	font-size:5px;
	background-color:#008DBF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.container3 {
	border-color:#00B331;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	
}
.container3header {
	color:#ECFBF0; 
	background-color:#00B331;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding-top:3px; padding-bottom:3px;
	text-align:center;
}

.container3body {
	padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;
	color:#5E6364;
	background-color:#ECFBF0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	font-size:14px;
}
.container3bottom {
	font-size:5px;
	background-color:#00B331;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.container4 {
	border-color:#FF6F00;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.container4header {
	color:#FFF7F0; 
	background-color:#FF6F00;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding-top:3px; padding-bottom:3px;
	text-align:center;
}

.container4body {
	padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;
	color:#5E6364;
	background-color:#FFF7F0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	font-size:14px;
}
.container4bottom {
	font-size:5px;
	background-color:#FF6F00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.footer {
	background-color: #BF5300;
	vertical-align: middle;
	color:white;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagetable {
	border-style:solid;
	border-width:1px;
	border-color:#BF5300;
}


/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
    border-right:1px solid #999999; 
    border-left-width: 1; 
    border-top-width: 1; 
    border-bottom-width: 1; 
    padding: 1; 
    background-color: #F1F1F1;
}

.ContentPane  { 
	padding-right:5px;
	text-align:left;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003399;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	vertical-align:middle;
	padding-left:5px;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#003399;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#003399;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#003399;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#003399;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color:#003399;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
  
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#003399;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#003399;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#003399;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#003399;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-size:  20px;
    font-weight:    normal;
    color: #00487F;
}

H2  {
    font-size:  18px;
    font-weight:    normal;
    color: #087F00;
}

H3  {
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR{
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/*******************************************************************************/
/***************************  Side Menu Styles  ********************************/
.MenuContainer, .NewsBar
{
  border-right: #999999 1px solid;
  border-top: black 0px solid;
  vertical-align: top;
  border-left: #999999 1px solid;  
  border-bottom: black 0px solid;
  background-color: #f1f1f1;
  text-align: left;     
}

.MenuContainer TABLE, .NewsBar TABLE
{
  background-color: #f1f1f1;
}

.MenuHdr0, .MenuHdr1, .MenuHdrMouseOver0, .MenuHdrMouseOver1,
{ 
  font-size: 10pt; padding-left: 15px; font-weight: bold; padding-bottom: 2px; 
  background-color: #f1f1f1; padding-top: 2px; cursor: default;
  border: #f1f1f1 1px solid;    
  background-image:url(menu_bullet.gif); background-position:left; background-repeat:no-repeat;
}


.MenuHdr1, .MenuHdrMouseOver1 {
	padding-left: 20px;
	background-image:url(menu_bullet2.gif); background-position:left; background-repeat:no-repeat;
}


.MenuItem HR
{
  background-color: #f1f1f1; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;    
}

.MenuItem1, .MenuItemMouseOver1, .MenuItem0, .MenuItemMouseOver0
{
  font-size: 8pt; padding-left: 20px; font-weight: normal; padding-bottom: 1px;
  background-color: #f1f1f1; padding-top: 1px;
  border: #f1f1f1 1px solid;    

}
.MenuItem2, .MenuItemMouseOver2
{
  font-size: 8pt; padding-left: 20px; font-weight: normal; padding-bottom: 1px;
  background-color: #f1f1f1; padding-top: 1px;
  border: #f1f1f1 1px solid;    
}

.MenuItem0 A, .MenuItem0 A:Active, .MenuItem0 A:Hover, .MenuItem0 A:Visited, .MenuItem0 A:Link, 
.MenuItemMouseOver0 A, .MenuItemMouseOver0 A:Active, .MenuItemMouseOver0 A:Hover, .MenuItemMouseOver0 A:Visited, .MenuItemMouseOver0 A:Link,
.MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Hover, .MenuItem1 A:Visited, .MenuItem1 A:Link, 
.MenuItemMouseOver1 A, .MenuItemMouseOver1 A:Active, .MenuItemMouseOver1 A:Hover, .MenuItemMouseOver1 A:Visited, .MenuItemMouseOver1 A:Link,
.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Hover, .MenuItem2 A:Visited, .MenuItem2 A:Link, 
.MenuItemMouseOver2 A, .MenuItemMouseOver2 A:Active, .MenuItemMouseOver2 A:Hover, .MenuItemMouseOver2 A:Visited, .MenuItemMouseOver2 A:Link,

{
  text-decoration: none; color: black; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; 
}

.MenuHdrMouseOver0 A, .MenuHdrMouseOver0 A:Active, .MenuHdrMouseOver0 A:Hover, .MenuHdrMouseOver0 A:Visited, .MenuHdrMouseOver0 A:Link,
.MenuHdrMouseOver1 A, .MenuHdrMouseOver1 A:Active, .MenuHdrMouseOver1 A:Hover, .MenuHdrMouseOver1 A:Visited, .MenuHdrMouseOver1 A:Link,
.MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Hover, .MenuHdr0 A:Visited, .MenuHdr0 A:Link,
.MenuHdr1 A, .MenuHdr1 A:Active, .MenuHdr1 A:Hover, .MenuHdr1 A:Visited, .MenuHdr1 A:Link,
{
	text-decoration: none; color: black; width: 100%;padding-bottom: 2px; 
  	padding-top: 2px; cursor: default;
}

.MenuItemMouseOver0, .MenuItemMouseOver1, .MenuItemMouseOver2, .MenuHdrMouseOver0, .MenuHdrMouseOver1
{
  border: #00008B 1px solid;
  background-color: #cccccc !important;
}

/* **************************************************************************************************/
/*Main Menu */
.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #f1f1f1;
}


.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem{
	cursor: pointer; 
	cursor: hand; 
	color: red; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
	padding-bottom:4px;
}

.MainMenu_RootItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
	padding-left:5px;
	padding-bottom:30px;
}

A .MainMenu_RootItem:hover {
    text-decoration:    underline;
    color:  #FF00FF;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #f1f1f1; 
	border-left: #f1f1f1 1px solid; 
	border-bottom: #f1f1f1 1px solid; 
	border-top: #f1f1f1 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:none;
	margin-left:10px;
	background-color: #f1f1f1; 
	border-bottom: #f1f1f1 0px solid; 
	border-left: #f1f1f1 0px solid; 
	border-top: #f1f1f1 0px solid; 
	border-right: #f1f1f1 0px solid;
}


.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/*SOFTWARE LISTING STYLES */
.LinkMenu {
	color:#2D2C2C;
	font-weight:bold;
	font-size:12px;
	padding-left:15px;
	background-image:url(orange_bullet.gif); 
	background-position:left; 
	background-repeat:no-repeat;
}


.PageHeading {
    font-size:  20px;
    font-weight:    normal;
    color: #00487F;
}

.FeaturedGridEven {
	font-size:12px;
	font-weight:normal;
	background-color:#F1FAF3;
	color:#2A3A2E;
}

.FeaturedGridOdd {
	font-size:12px;
	font-weight:normal;
	color:#2A3A2E;
}
A.FeaturedGridOdd {
	font-size:18px;
	font-weight:bold;
	color:#2D4032;
    text-decoration:underline;
}

A.FeaturedGridEven:link, A.FeaturedGridEven:visited {
	font-size:14px;
	font-weight:bold;
	color:#2D4032;
	text-decoration:underline;
}

.ProductFormHeader {
	background-color: #003399;
	background-position: center center;
	vertical-align: middle;
	height: auto;
	width: auto;
	border: 1px solid #6600FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.ProductFormDetail {
	vertical-align: middle;
	height: 15px;
	width: 100%;
	color: #003399;
	text-align: left;
	font-size: 10px;
}
.ProductFormRowEven {
	vertical-align: middle;
	height: auto;
	width: auto;
	border: 1px solid #6600FF;
	text-align: left;
	background-color: #EAF4FD;
}
.ProductFormAdminOnly {
	vertical-align: middle;
	height: auto;
	visibility: hidden;
}
.ProductName {
	background-position: center center;
	vertical-align: middle;
	height: auto;
	width: auto;
	color: #FF6F00;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.ProductDetails {
	background-position: center center;
	vertical-align: middle;
	height: auto;
	width: auto;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.HRProductDetails {
	border-top-color: #D2E9FF;
	border-right-color: #D2E9FF;
	border-bottom-color: #D2E9FF;
	border-left-color: #D2E9FF;
	border-color: #D2E9FF;
	color: #D2E9FF;
	width: 100%;
}
.ProductSummary {
	background-position: center center;
	vertical-align: middle;
	height: auto;
	width: 100%;
	color: #003399;
	font-weight: normal;
}
.ProductSummaryEven {
	background-position: center center;
	vertical-align: middle;
	height: auto;
	width: 100%;
	color: #003399;
	font-weight: normal;
	background-color: #FFF7F0;
	border-bottom:#BF5300 1px dotted;
	border-top:#BF5300 1px dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ProductSummaryFont {
	vertical-align: middle;
	height: auto;
	width: 100%;
	color: #003399;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
span.ProductName A:link, span.ProductName A:visited{

	background-position: center center;
	vertical-align: middle;
	height: auto;
	width: auto;
	color: #FF6F00;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.ProductSummaryFooter {

	vertical-align: middle;
	height: auto;
	width: 100%;
	color: #003399;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

