/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: Navy;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #191970;
}

.LeftPane  { 
background-color: #33CCCC;
}

.ContentPane  { 
background-color: #33CCCC;

}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, 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: Tahoma, 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: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* 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-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, 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: Tahoma, 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: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}



/* ================================
    CSS STYLES FOR CATALooK STORE 
    v1.2, 02/2004
   ================================
*/

/* */
.ShopLeftFrame
{
	height: 600;
	width: 24%;
}

/* */
.ShopRightFrame
{
	height: 600;
	width: 74%;
}

/* BackColor of ShopLeftFrame TreeMenu */
.Menu
{
    background-color: Transparent
}

/* BackColor of ShopRightFrame Display */
.ItemPane
{
    background-color: Transparent
}

/* Width of Controls on ShopMainSide [width:auto] or [width: xxx] */
.ProductListGrid
{
	width:auto
}

.ProductBrowseList
{
	width:auto
}

/* */
.ProductNumber
{
	color: #808080;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 10pt;
}

/* */
.UnitCost
{
	color: #808080;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 10pt;
}

/* */
.Description
{
	color: Black;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 10pt;
}

/* */
.Liability
{
	color: Black;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 10pt;
	visibility: hidden;
}

/* */
.HomeHead
{
	color: #c0c0c0;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	height: 16px;
}

/* */
.ContentHead
{
	background-color: #c0c0c0;
	color: black;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}

/* */
.SubContentHead
{
	background-color: #c0c0c0;
	color: black;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
}

.MostPopularHead
{
	background-color: darkred;
	color: white;
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
}

/* Style of horizontal row in repeaters */
.MostPopularFoot
{
	color: black;
 	height: 1px;
}

/* */
.MostPopularBack
{
	background-color: Transparent;
	height: 14px;
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 9px;
	text-decoration: none;
}

A.MostPopularItemText:hover
{
	color: red;
	font-family: Verdana, Arial;
	font-size: 9px;
	text-decoration: underline;
}

.ProductListHead
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 12pt;
	text-decoration: underline;
}
.ProductListItem
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 9px;
}

/* DataGrid Style used in Store WorkPages */
.CatShopGrid
{
	background-color: white;
	background-image: none;
	border-color: white;
	border-style: ridge;
	border-width: 2px;
	color: Black;
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 10pt;
}

.CatShopGridHeader
{
	font-style: normal;
	background-color: #4A3C8C;
	color: #E7E7FF;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 12pt;
	padding-left: 5px;
}

.CatShopGridItem
{
	background-color: #DEDFDE;
	color: black;
	font-family: Verdana, Arial;
	font-size: 9px;
	padding-left: 5px;
    line-height: 11pt;
}

.CatShopGridEditItem
{
	background-color: #9471DE;
	color: black;
	font-family: Verdana, Arial;
	font-size: 9px;
	padding-left: 5px;
    line-height: 11pt;
}

.CatShopGridItemAlt
{
	background-color: #DEDFDE;
	color: black;
	font-family: Verdana, Arial;
	font-size: 9px;
	padding-left: 5px;
    line-height: 11pt;	
}

.CatShopGridFooter
{
	background-color: #C6C3C6;
	line-height: 8pt;
}


/* DataGrid Style used in Store Mainpage */
.CatShopMainGrid
{
	background-color: white;
	background-image: none;
	border-color: white;
	border-style: ridge;
	border-width: 2px;
	color: Black;
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
    line-height: 10pt;	
}

.CatShopMainGridHeader
{
	font-style: normal;
	background-color: #c0c0c0;
	border-bottom: black;
	border-left: black 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 12pt;
	padding-left: 5px;	
}

.CatShopMainGridItem
{
	background-color: #ffffff;
	border-bottom: black;
	border-left: black 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 9px;
	padding-left: 5px;
    line-height: 11pt;	
}

.CatShopMainGridItemAlt
{
	background-color: #f2f2f2;
	border-bottom: black;
	border-left: black 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 9px;
	padding-left: 5px;
    line-height: 11pt;	
}

.CatShopMainGridFooter
{
	background-color: #c0c0c0;
	line-height: 8pt;
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-size: 9px;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: blue;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

A.SiteLinkBold:hover
{
	color: red;
	text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
	color: goldenrod;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
}

A.MenuUnselected:hover
{
	color: blue;
	text-decoration: underline;
	padding-left: 9px;
}

A.MenuSelected
{
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
}

A.MenuSelected:hover
{
	color: green;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
}

/* GENERAL */

.NormalDouble
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
}

.NormalDropDownList
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px; /*1.2em;*/
	font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
	margin-left: -4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-indent: -5px;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr&#246;               |
|--------------------------------------------------*/

.dtree
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	white-space: nowrap;
}
.dtree img
{
	border: 0px;
	vertical-align: middle;
}
.dtree a
{
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel
{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover
{
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel
{
	background-color: #c0d2ec;
}
.dtree .clip
{
	overflow: hidden;
}




