/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
background-image: url("/portals/0/bg_tile.jpg"); background-attachment: fixed; background-position: 100% 100%; background-repeat: repeat-x;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
/*.RootMenuItem{
	DISPLAY: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #013372;
	TEXT-DECORATION: none;
	background-color: #CCCCCC;
	text-transform: capitalize;
	text-align:center;
	line-height:25px;
	padding-right:10px;
	padding-left:5px;
}
.RootMenuItemSel{
	DISPLAY: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #999999;
	text-transform: capitalize;
	line-height:25px;
	padding-right:10px;
	padding-left:5px;
}
.SubMenu{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#cccccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #e9e9e9 1px solid; 
	border-left: #e9e9e9 1px solid; 
	border-top: #e9e9e9 1px solid; 
	border-right: #e9e9e9 1px solid;
}
.MenuItem{
	DISPLAY: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #013372;
	TEXT-DECORATION: none;
	background-color: #CCCCCC;
	text-transform: capitalize;
/*	text-align:center;
	line-height:25px;
}
.SubMenuItem{
	DISPLAY: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #013372;
	TEXT-DECORATION: none;
	background-color: #CCCCCC;
	text-transform: capitalize;
	line-height:25px;

}
.MenuItemContainer{
	border: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}
.MenuIcon{
	cursor: pointer; 
	cursor: hand; 
	background-color: #CCCCCC; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	text-align: center; 
	width: 10; 
	height: 27;
}
.SubMenuItemSel{
	DISPLAY: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #999999;
	text-transform: capitalize;
	line-height:25px;
}*/
/* New TopMenu */
.Test{
	background-image:none;
	background-repeat:no-repeat;
	background-position:center;
}
.Test a:hover, .Test a:active{
	background-image:url(/images/ratingplus.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.Test a, .Test a:visited{
	background-image:url(/images/ratingminus.gif);
	background-repeat:no-repeat;
	background-position:center;
}
A.Test:hover, A.Test:active {
	background-image:url(/images/ratingplus.gif);
	background-repeat:no-repeat;
	background-position:center;
}
A.Test, A.Test:visited {
	background-image:url(/images/ratingminus.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.TopMenuContainer{
	border:#FFFFFF 1px solid;
}
.TopMenuItem{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #013372;
	TEXT-DECORATION: none;
	background-color: #CCCCCC;
	text-transform: capitalize;
	text-align:center;
	line-height:20px;
	height:25px;
}
.TopMenuItemSel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #999999;
	text-transform: capitalize;
	text-align:center;
	line-height:20px;
	height:25px;
}
.TopMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #013372;
	TEXT-DECORATION: none;
	background-color: #CCCCCC;
	text-transform: capitalize;
	line-height:20px;
}
.TopSubMenuItemSel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #999999;
	text-transform: capitalize;
	line-height:20px;
}
.TopSubMenu{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 1px solid; 
	border-left:  #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid;
}
.TopMenuIcon{
	cursor: pointer;
	background-color: transparent !important;
	border-left: #CCCCCC 1px solid !important;
	border-bottom: transparent 1px solid !important;
	border-top: transparent 1px solid !important;
	text-align: center;
	width: 0px;
	height: 23px;
}

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid !important; 
	border-left: transparent 0px solid !important; 
	border-top: transparent 0px solid !important;  
	border-right: transparent 0px solid !important; 
	background-color: transparent !important; 
	height: 0px;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width:5px;
	border-right: transparent 1px solid !important; 
	border-bottom: transparent 1px solid !important; 
	border-top: transparent 0px solid !important;
}

.MainMenu_RootMenuArrow {
}
.Ver11Grey {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #666666;}
.Ver18Grey {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 18px;color: #666666;}
.Ver9GreyBold {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;font-weight: bold;color: #666666;}
.Ver11BlueBold {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #013372;}
.Ver11OrangeBold, .Ver11OrangeBold a:link, .Ver11OrangeBold a:visited {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #FF7F00;text-decoration: none;}
.Ver11OrangeBold a:hover span  {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color:#FF7F00;text-decoration:underline;!important}
.Ver11BlueBoldLineThru {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #013372;text-decoration: line-through;}
.Ver11Blue {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #013372;}
.Ver10Grey {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #666666;}
.Ver10White {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;}
.Ver10White:link {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;}
.Ver10White:visited {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;}
.Ver10White a:link {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;}
.Ver10White a:visited {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;}
#MainMenuBox2 td {padding-right:5px;line-height:18px;}
#MainMenuBox2 td a { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #666666;white-space:normal;text-decoration: underline;line-height:18px;}}
#MainMenuBox2 td a:hover{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color:Orange; white-space:normal;text-decoration: underline;line-height:18px;}}
#ProductList td{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #666666;} 
#PickAccessory A {PADDING-RIGHT: 0px;PADDING-LEFT: 0px;PADDING-BOTTOM: 1px;PADDING-TOP: 1px;border: 1px; text-align:left;}
#PickAccessory A:link {DISPLAY: block;FONT: 10px Verdana, Arial, Helvetica, sans-serif;font-weight: normal;border: 0px none;COLOR: #013372;TEXT-DECORATION: underline;background-color: #FFFFFF;text-transform: capitalize;}
#PickAccessory A:visited {DISPLAY: block;FONT: 10px Verdana, Arial, Helvetica, sans-serif;font-weight: normal;border: 0px none;COLOR: #013372;TEXT-DECORATION: none;background-color: #FFFFFF;text-transform: capitalize;}
#PickAccessory A:active {DISPLAY: block;FONT: 10px Verdana, Arial, Helvetica, sans-serif;font-weight: normal;border: 0px none;COLOR: #FF7F00;TEXT-DECORATION: none;background-color: #FFFFFF;text-transform: capitalize;}
#PickAccessory A:hover {DISPLAY: block;FONT: 10px Verdana, Arial, Helvetica, sans-serif;font-weight: normal;border: 0px none;COLOR: #FF7F00;TEXT-DECORATION: none;background-color: #FFFFFF;text-transform: capitalize;}

.Orange12Bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff7f00;
	font-weight:bold;
	text-decoration:none;
}
.Orange12Bold a, .Orange12Bold a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff7f00;
	font-weight:bold;
	text-decoration:none;
}
.Orange12Bold a:hover, .Orange12Bold a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff7f00;
	font-weight:bold;
	text-decoration:underline;
}
.Gray12normal{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.Gray12normal a, .Gray12normal a:visited{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.Gray12normal a:hover, .Gray12normal a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}
.Blue12normal{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#003366;
	text-decoration:none;
}
.Blue12normal a, .Blue12normal a:visited{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#003366;
	text-decoration:none;
}
.Blue12normal a:hover, .Blue12normal a:active{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#ff7f00;
	text-decoration:none;
}
.Blue12bold{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}
.Blue12bold a, .Blue12bold a:visited{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}
.Blue12bold a:hover, .Blue12bold a:active{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#003366;
	font-weight:bold;
	text-decoration:underline;
}
.DarkGray12normal{
    font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.DarkGray12normal a, .DarkGray12normal a:visited{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.DarkGray12normal a:hover, .DarkGray12normal a:active{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}


