/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* Shurtape Styles */

.MainTable	
{
	background-color: white;
	border-left: #BCC0C1 0px solid; 
	border-bottom: #BCC0C1 0px solid; 
	border-top: #BCC0C1 0px solid; 
	border-right: #BCC0C1 0px solid;
}

.Background
{
	background-color: #E6F0FA;
}

.HorizontalLineBreak	{
	color: #164C8C; 
	background-color: white;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	text-align: center; 
	border-left: #BCC0C1 0px solid; 
	border-bottom: #BCC0C1 0px solid; 
	border-top: #BCC0C1 1px solid; 
	border-right: #BCC0C1 0px solid;
}

.HorizontalLineBreakBackground	{
	color: black;
	background-color: #E6F0FA;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	text-align: center; 
	border-left: #BCC0C1 0px solid; 
	border-bottom: #BCC0C1 0px solid; 
	border-top: #BCC0C1 1px solid; 
	border-right: #BCC0C1 0px solid;
}

.SideSpacerTitle	{
	cursor: hand; 
	color: #164C8C; 
	background-color: white;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	text-align: center; 
	border-left: #BCC0C1 0px solid; 
	border-bottom: #BCC0C1 1px solid; 
	border-top: #BCC0C1 1px solid; 
	border-right: #BCC0C1 0px solid;
	height: 20;
}

.NewsTitle	{
	color: #164C8C; 
	background-color: #E5E5E5;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	text-align: left; 
	border-left: #BCC0C1 0px solid; 
	border-bottom: #BCC0C1 1px solid; 
	border-top: #BCC0C1 1px solid; 
	border-right: #BCC0C1 1px solid;
	height: 20;
}
.NewsTitle:hover    {
    color:red;
    background-color: red;
}

.NewProductsTitle	{
	color: #164C8C; 
	background-color: #FFFFB5;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	text-align: left; 
	border-left: #BCC0C1 0px solid; 
	border-bottom: #BCC0C1 1px solid; 
	border-top: #BCC0C1 1px solid; 
	border-right: #BCC0C1 0px solid;
	height: 20;
}

.EventsTitle {
	color: #164C8C; 
	background-color: #EFE8BE;
	font-family: Franklin Gothic Medium, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	text-align: left; 
	border-left: #BCC0C1 1px solid; 
	border-bottom: #BCC0C1 1px solid; 
	border-top: #BCC0C1 1px solid; 
	border-right: #BCC0C1 0px solid;
	height: 20;
}

.NewsHead 
{
	font-family: Franklin Gothic Medium, Arial, Helvetica; 
	font-size: 8pt; 
	color: #164C8C; 
}
.NewsBody 
{
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 8pt; 
	color: Black; 
}

A.NewsBody:link {
    text-decoration: none;
    color: #164C8C;
}

A.NewsBody:visited  {
    text-decoration:    none;
    color: #164C8C;
}

A.NewsBody:active   {
    text-decoration:    none;
    color: #164C8C;
}

A.NewsBody:hover    {
    text-decoration:    none;
    color: red;
}

/* text style for buttons and link buttons used in the portal admin pages */
.ShurTextButton     {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
    
A.ShurTextButton:link {
    text-decoration: none;
    color: #003366;
}

A.ShurTextButton:visited  {
    text-decoration:    none;
    color: #003366;
}

A.ShurTextButton:active   {
    text-decoration:    none;
    color: #164C8C;
}

A.ShurTextButton:hover    {
    text-decoration:    none;
    color: red;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.ShurTable
{
	border: black 1px solid;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 20pt;
    padding-left: 5px
}

.TableHead
{
    background-color: #FFFFFF;
    border-bottom: black;
    border-left: black 1px solid;
    color: White;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 20pt;
    padding-left: 5px
}

.TableRow
{
	background-color: #ffffff;
    border-bottom: black;
    border-left: black 1px solid;
    color: black;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 11px;
    padding-left: 5px
}

.TableRowAlt
{
	background-color: "Lavender";
    border-bottom: black;
    border-left: black 1px solid;
    color: black;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 11px;
    padding-left: 5px
}

.NormalTable
{
	background-color: #ffffff;
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    color: black;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 10px;
    padding-left: 5px
}


.HeaderStyle
{
	font-weight:bold;
	background-color: #ffffff;
    border-left:solid 1px black;
    border-bottom:solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    border:5px solid black;
    border-color:Black;
    color: black;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 10pt;
    padding-left: 5px
}

.ItemStyle
{
	background-color: #ffffff;
    border-left:solid 1px black;
    border-bottom:solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    color: black;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 10pt;
    padding-left: 5px
}

.FooterStyle
{
	border-left:solid 1px black;
    border-bottom:solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    background-color: blue;
    line-height: 20pt;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
}

.TableCellNum
{
	text-align:right
}

.TableFooter
{
    background-color: blue;
    line-height: 20pt
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #7A6289;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family:  Franklin Gothic Medium, Arial, Helvetica;
    font-size:  14pt;
    font-weight:    Bold;
    color:  #194D8D;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #164C8C;
}

.SubHeadBig    {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #000099;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Franklin Gothic Medium, 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-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    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
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #000099 0px solid; 
	border-left: #000099 0px solid; 
	border-top: #000099 0px solid; 
	border-right: #000099 0px solid; 
}

.ModuleTitle_MenuBar {
	/* cursor: pointer;  */
	cursor: hand;
	height:12;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	/* cursor: pointer;  */
	cursor: hand; 
	color: #EEEEEE; 
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000099 0px solid; 
	border-bottom: #000099 1px solid; 
	border-top: #000099 1px solid; 
	border-right: #000099 0px solid;
	background-color: #000099;
}

.ModuleTitle_MenuIcon {
	/* cursor: pointer; */ 
	cursor: hand; 
	background-color: black; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	border-top: black 1px solid; 
	text-align: center; 
	width: 15; 
	height: 12;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	/* cursor: pointer; */
	cursor: hand; 
	background-color: #164C8C; 
	border-bottom: #000099 0px solid; 
	border-left: #000099 0px solid; 
	border-top: #000099 0px solid; 
	border-right: #000099 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #000099 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #000099 0px solid; 
	background-color: #000099; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	/* cursor: pointer; */
	cursor: hand; 
	color: black; 
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #CCCCCC; /* #C1D2EE; */
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	/* cursor: pointer;  */
	cursor: hand; 
	border-right: #000099 1px solid; 
	border-bottom: #000099 1px solid; 
	border-top: #000099 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}


/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #D0D0D0 1px solid; 
	border-left: #D0D0D0 0px solid; 
	border-top: #D0D0D0 1px solid; 
	border-right: #D0D0D0 0px solid;  
	background-color: white;
	
	height: 20px;
}

.MainMenu_MenuContainerMargin {
	border-bottom: #D0D0D0 1px solid; 
	border-left: #D0D0D0 0px solid; 
	border-top: #D0D0D0 1px solid; 
	border-right: #D0D0D0 0px solid;  
	background-color: #e6F0FA;
	height: 20px;
}

.MainMenu_MenuBar {
	/* cursor: pointer; */ 
	cursor: hand; 
	height:20;
}

.MainMenu_MenuItem {
	/* cursor: pointer;  */
	cursor: hand; 
	color: #164C8C; 
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #D0D0D0 0px solid; 
	border-bottom: #D0D0D0 0px dotted; 
	border-top: #D0D0D0 0px dotted; 
	border-right: #D0D0D0 0px solid;
	height: 20;
}

.MainMenu_MenuIcon {
	/* cursor: pointer;  */
	cursor: hand; 
	background-color: #D0D0D0; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	text-align: center; 
	width: 0; 
	height: 9;
}

.MainMenu_SubMenu {
	z-index: 999999; 
	/*cursor: pointer; */
	cursor: hand; 
	background-color: white;
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

/* This is the separator between the main menu items */
.MainMenu_MenuBreak {
	border-bottom: black 0px solid; 
	border-left: D0D0D0 0px solid; 
	border-top: black 0px solid;  
	border-right: D0D0D0 1px solid; 
}

.MainMenu_MenuItemSel {
	background-color: E3F0F8; 
	cursor: hand; 
	color: Black; 
	font-family:  Franklin Gothic Medium, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-left: #D0D0D0 0px solid; 
	border-bottom: #D0D0D0 0px dotted; 
	border-top: #D0D0D0 0px dotted; 
	border-right: #D0D0D0 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #D0D0D0 0px dotted; 
	border-bottom: #D0D0D0 0px dotted; 
	border-top: #D0D0D0 0px solid;
	width: 2px;
}
.NavigationMenu {
	background-color: #E5E7E6; 
	cursor: hand; 
	color: Black; 
	font-family:  Franklin Gothic Medium, Arial, Helvetica;
	font-weight: normal; 
	font-style: normal;
	font-size: 10pt; 
}
.MarketNavigationMenu {
	background-color: #F0E8C1; 
	cursor: hand; 
	color: Black; 
	font-family:  Franklin Gothic Medium, Arial, Helvetica;
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
}
.NavigationMenu_MenuItem
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 0px;
	vertical-align: middle;
	cursor: hand;
	color: yellow;
	padding-top: 0px;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}

A.NavigationMenu_MenuItem:link {
    text-decoration:	none;
    color: #000000;
}

A.NavigationMenu_MenuItem:visited  {
    text-decoration:    none;
    color: #000000;
}

A.NavigationMenu_MenuItem:active   {
    text-decoration:    none;
    color: #000000;
}

A.NavigationMenu_MenuItem:hover    {
    text-decoration:    underline;
    color: #164C8C;
}

.NavigationMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	cursor: hand;
	color: #164c8c;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}

A.NavigationMenu_MenuItemSel:link {
    text-decoration:	none;
    color: #000000;
}


A.NavigationMenu_MenuItemSel:active   {
    text-decoration:    none;
    color: black;
}

A.NavigationMenu_MenuItemSel:hover    {
    text-decoration:    underline;
    color: #164C8C;
}

.NavigationIndicator
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	vertical-align: middle;
	cursor: hand;
	color: #164c8c;
	line-height: 0pt;
	padding-top: 0px;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}
.NavigationIndicator_ItemSel
{
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	cursor: hand;
	color: #000000;
	line-height: 8pt;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}
.Level1Item
{
	font-weight: bold;
	font-size: 9pt;
	vertical-align: middle;
	cursor: hand;
	color: #164c8c;
	line-height: 9pt;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}
A.Level1Item:link 
{
	font-size: 10pt;
    text-decoration: none;
    color: #003366;
}

A.Level1Item:visited  
{
	font-size: 10pt;
    text-decoration:    none;
    color: #003366;
}

A.Level1Item:active   
{
	font-size: 10pt;
    text-decoration:    none;
    color: #003366;
}

A.Level1Item:hover    
{
	font-size: 10pt;
    text-decoration:    none;
    color: #ff0000;
}
.Level1ItemComment
{
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
	cursor: hand;
	color: #000000;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}
.Level2Item
{
	font-weight: bold;
	font-size: 9pt;
	vertical-align: middle;
	cursor: hand;
	color: #164c8c;
	line-height: 9pt;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}
.MarketSplashHeader
{
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	color: #164c8c;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}

.MarketSplashDetail
{
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
	color: #000000;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}
/* Added [DW] - SkinObject used by DNNSearch */
A .SkinObject 
{
	text-decoration:none;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
    	color: #164C8C;
}
A.SkinObject:link {
    text-decoration: none;
    color: #164C8C;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #164C8C;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #164C8C;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: red;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Level2Item:link 
{
	font-size: 10pt;
    text-decoration: none;
    color: #003366;
}

A.Level2Item:visited  
{
	font-size: 10pt;
    text-decoration:    none;
    color: #003366;
}

A.Level2Item:active   
{
	font-size: 10pt;
    text-decoration:    none;
    color: #003366;
}

A.Level2Item:hover    
{
	font-size: 10pt;
    text-decoration:    none;
    color: #ff0000;
}

.Level2ItemComment
{
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
	cursor: hand;
	color: #000000;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}


/* text style for buttons and link buttons used in the portal admin pages */
.Level3ProductName
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Level3ProductName:link {
    text-decoration: none;
    color: #003366;
}

A.Level3ProductName:visited  {
    text-decoration:    none;
    color: #003366;
}

A.Level3ProductName:active   {
    text-decoration:    none;
    color: #003366;
}

A.Level3ProductName:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.Level3ProductDesc     {
    font-family: Franklin Gothic Medium, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1.3;
}
    
/* hyperlink style for buttons and link buttons used*/
A.Level3ProductDesc:link 
{
    text-decoration: none;
    color: #003366;
}

A.Level3ProductDesc:visited  {
    text-decoration:    none;
    color: #003366;
}

A.Level3ProductDesc:active   {
    text-decoration:    none;
    color: #003366;
}

A.Level3ProductDesc:hover    {
    text-decoration:    none;
    color: #ff0000;
}

.HeaderItem
{
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	cursor: hand;
	color: #164c8c;
	line-height: 9pt;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}

/* hyperlink style for buttons and link buttons used*/
A.HeaderItem:link {
    text-decoration: none;
    color: #003366;
}

A.HeaderItem:visited  {
    text-decoration:    none;
    color: #003366;
}

A.HeaderItem:active   {
    text-decoration:    none;
    color: #003366;
}

A.HeaderItem:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/*Product Homepage Settings */

.ProductName	
{
	color:#164c8c;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	font-weight: bold;	
	font-size:12pt;
	
}

.BulletHeader
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
}

.PropertyHeader
{
	font-weight: bold;	
}

.AttributeValue
{
	font-size:10pt;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
}
.ProductHomepageURL
{
	FONT-SIZE: 8pt; 
	COLOR: #164c8c; 
	FONT-FAMILY: Franklin Gothic Medium, Arial, Helvetica;
	
}
.TechnicalViewText
{
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
	cursor: hand;
	color: #000000;
	line-height: 10pt;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}
.TechnicalViewSmallText
{
	font-weight: normal;
	font-size: 8pt;
	vertical-align: middle;
	cursor: hand;
	color: #000000;
	line-height: 8pt;
	font-style: normal;
	font-family: Franklin Gothic Medium, Arial, Helvetica;
	background-color: transparent;
}

A.printbutton:link {
    text-decoration:    underline;
    color: #003366;
}

A.printbutton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.printbutton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.printbutton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}