/* ================================
    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 */

.WhiteLoginText
{
	font-family: times, Helvetica, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}
A.WhiteLoginText:link { text-decoration: none; color: #ffffff; }
A.WhiteLoginText:visited { text-decoration: none; color: #ffffff; }
A.WhiteLoginText:active { text-decoration: none; color: #ffffff; }
A.WhiteLoginText:hover { text-decoration: underline; color: #ffffff; }

.Head   
{
    text-align: left;
	font-family: times, Helvetica, sans-serif;
	color: #333366;
	font-size: 14pt;
	font-weight: bolder;
	font-stretch: ultra-condensed;
	vertical-align: middle;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* 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-align: left;
	font-family: times, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
	
}

/* 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     { text-decoration: none; color: #666666;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {text-decoration: none; color: #666666;
}

A.CommandButton:visited  {text-decoration: none; color: #666666;
}

A.CommandButton:active   {text-decoration: none; color: #666666;
}

A.CommandButton:hover    {text-decoration: none; color: #000000;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{
    text-align: left;
	font-family: times, Helvetica, sans-serif;
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
                padding-bottom: 3px;
	}

A:visited   
{
    text-align: left;
	font-family: times, Helvetica, sans-serif;
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-bottom: 3px;
}

A:active    
{
    text-align: left;
	font-family: times, Helvetica, sans-serif;
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
                padding-bottom: 3px;
	
}

A:hover 
{
    text-align: left;
	font-family: times, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
                padding-bottom: 3px;
	}

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 {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	padding-right: 3px;
	background-color: Transparent;
}

.MainMenu_MenuItem 
{
    border-left: #333333 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #cccc99; 
	font-family: times, times, Helvetica; 
	font-size: 11pt; 
	font-weight:bold; 
	font-style: bold; 
	background-color: Transparent;
                padding-right: 3px;
}

.MainMenu_MenuIcon 
{
    background-color: #333333; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu 
{
    background-color: #333333;  
	border-left: #cccc99 2px solid;
	border-right: #000000 4px solid; 
	border-bottom: #000000 4px solid; 
	border-top: #cccc99 2px solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
                padding-right: 3px;
	menueffectsmenutransition: AlphaFade;
	menueffectsmenutransitionlength: 1000; 
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=85); 
	-moz-opacity:0.85;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
                background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: times, times, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
                padding-right: 3px;
}

.MainMenu_MenuArrow 
{              display: none; border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 9pt; 
	color: #333333;
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_RootMenuArrow {
                display: none; font-family: webdings;
	color: #333333; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}


















