

/* ================================
    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 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.shadow { background-image: url(shadow.jpg); width: 9px; background-repeat: repeat-y; height: 100%; }
.footer { font-size: xx-small; font-family: Verdana, Arial, Helvetica, sans-serif; border-top: 1px dashed #c00; border-bottom: 1px solid #000; }
.tableall { height: 100%; margin: 0; padding: 0; }
.header { background-image: url(header.jpg); width: 768px; height: 79px; margin: 0; padding: 0; }
.red { font-size: 0; line-height: 0; background-color: #cc0000; width: 768px; height: 3px; }
.ltgreen { font-size: 0; line-height: 0; background-color: #999966; width: 768px; height: 10px; }
.green { color: white; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #336600; height: 15px; }
.white { font-size: 0; line-height: 0; background-color: #fff; width: 768px; height: 1px; }
#flash { width: 768px; height: 194px; }
.RtPane { background-image: url(checkers.gif); background-repeat: repeat-y; width: 230px; height: 7in; padding-right: 1px; padding-left: 28px; }
.ContentPane { width: 535px; }
.leastext {font-size:9pt; color: black;}

.ControlPanel
{
}

/* background/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}



/* 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
{ color: black; font-weight: lighter; }

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{ color: black; font-weight: lighter; }

A.OtherTabs:visited
{ font-size: 11px; color: black; font-weight: lighter; }

A.OtherTabs:active
{ font-size: 11px; color: #996; font-weight: lighter; }

A.OtherTabs:hover
{ font-size: 11px; color: #996; font-weight: lighter; }

/* text style for the login token from xml */
.LoginTab
{ color: white; font-size: 8pt; vertical-align: middle; }

/* text style for the login token from xml */
A.LoginTab:link
{ color: white; font-size: 8pt; vertical-align: middle; }

A.LoginTab:visited
{ font-size: 8pt; color: white; vertical-align: middle; }

A.LoginTab:active
{ font-size: 8pt; color: #996; vertical-align: middle; }

A.LoginTab:hover
{ font-size: 8pt; color: #996; vertical-align: middle; }

/* GENERAL */
/* style for module titles */
.Head
{ color: navy; font-size: 14pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

/* 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 */

.MainMenu_MenuContainer
{
height: 15px;
}

.MainMenu_MenuBar
{
background-color: transparent;
}

.MainMenu_MenuItem
{
	font-weight: bold;
	font-size: 11px;
	color: white;
}

.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_SubMenu
{
	border-right: red solid;
	padding-right: 3px;
	border-top: red solid;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-left: red solid;
	color: black;
	padding-top: 3px;
	border-bottom: red solid;
	background-color: #000000;
}

.MainMenu_MenuBreak
{
}

.MainMenu_MenuItemSel
{ font-weight: bold; font-size: 11px; color: #996; background-color: transparent; }

.MainMenu_MenuArrow
{
	display:none;
}

.MainMenu_RootMenuArrow
{
	display: none;
}

.rootselected
{
	padding-left: 10px;
	color: white;
}

.Breadcrumb
{
	color: #3399ff;
	}














