/* ================================
    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/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    {
}
    
/* 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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.CCC1HEAD
{
	font-size: 70%;
	color: #FFFFFF;
	background: #6AAED5;
	border: 1px solid #5589BD;
	cursor: hand;
	
}
.CCC1HEADF
{
	font-size: 70%;
	cursor: hand;
	
}
A.CCC1HEADF:LINK,A.CCC1HEADF:ACTIVE, A.CCC1HEADF:VISITED
{	
	color: #FFFFFF;
	text-decoration:none;
}
A.CCC1HEADF:HOVER
{	color: black;	
  	text-decoration:none;
}
.CCC1HEADO
{
	font-size: 70%;
	border: 1px solid black;
	color: black;
	background: #3EBFFF;
	cursor: hand;
}
.CCC1ITEM
{
	font-size: 70%;
	border: 1px solid #BBBBBB;
	background: #FFEFD5;
	cursor: hand;
}
.CCC1ITEMF
{
	padding: 0px 0px 0px 8px;
	font-size: 7pt;
	font-face: arial;
	cursor: hand;
	
}
A.CCC1ITEMF:LINK, A.CCC1ITEMF:ACTIVE {
	color: black;	
    text-decoration:none;
}
A.CCC1ITEMF:HOVER{	
	color: black;	 
	text-decoration:none;
}

.CCC1ITEMO
{
	border: 1px solid #000000;
	background: #3EBFFF;	
	cursor: hand;
}

.DkBlueHdr	{
	font-family: arial,tahoma, helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #006699;
}
.DkBlueHdr_lg	{
	font-family: arial,tahoma, helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #006699;
}

/* Below here is all eTailer styles */


/* 

Pager CSS

*/
    .PagerContainerTable
    {
        color: #d1d1e1;
        background-color: #000;
    }
    .PagerInfoCell
    {
        padding-right: 6px;
        padding-left: 6px;
        padding-bottom: 3px;
        font: bold 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
        color: #f0f1f2;
        padding-top: 3px;
        white-space: nowrap;
        background-color: #5078B3;
        font-weight: normal;
    }
    .PagerInfoCell:link
    {
        color: #ffcc66;
        text-decoration: none;
    }
    .PagerInfoCell:visited
    {
        color: #ffcc66;
        text-decoration: none;
    }
    .PagerCurrentPageCell
    {
        color: #000;
        font-weight: bold;
        background-color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .PagerOtherPageCells
    {
        background-color: #f0f1f2;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .PagerSSCCells
    {
        background-color: #cccccc;
        padding: 20px;
    }
    .PagerHyperlinkStyle
    {
        font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
    }
    .PagerHyperlinkStyle:hover
    {
        color: #000000;
        text-decoration: none;
        font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
    }
    .PagerHyperlinkStyle:link
    {
        color: #000000;
        text-decoration: none;
        font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
    }
    .PagerHyperlinkStyle:visited
    {
        color: #000000;
        text-decoration: none;
        font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
    }
    .PagerHyperlinkStyle:active
    {
        color: #000000;
        text-decoration: none;
        font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
    }
/*

modal popup (used to display full sized images

*/
    div.modalPopup
    {
        background-color: #ffffdd;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 10px;
        text-align: center;
    }






