/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   




/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: #ffcc00;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11pt;
    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
{
	color: white;
	text-decoration: none;
}

A.SelectedTab:active
{
	color: white;
	text-decoration: none;
}

A.SelectedTab:hover
{
	color: white;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11pt;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited
{
	color: black;
	text-decoration: none;
}

A.OtherTabs:active
{
	color: black;
	text-decoration: none;
}

A.OtherTabs:hover
{
	color: black;
	text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 11pt;
	color: navy;
	font-family: Verdana;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Tahoma, Arial, Helvetica;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight:  bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica;
}

.NormalRed
{
	font-weight: bold;
	font-size: 8pt;
	color: #ff0000;
	font-family: Tahoma, Arial, Helvetica;
}

.NormalBold
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: navy;
	text-decoration: none;
}

A.CommandButton:visited
{
	color: navy;
	text-decoration: none;
}

A.CommandButton:active
{
	color: navy;
	text-decoration: none;
}

A.CommandButton:hover
{
	color: navy;
	text-decoration: underline;
}
    
/* GENERIC */
H1
{
	font-weight: normal;
	font-size: 18pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

H2
{
	font-weight: normal;
	font-size: 16pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

H3
{
	font-weight: normal;
	font-size: 14pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

H4
{
	font-weight: normal;
	font-size: 12pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

H5, DT
{
	font-weight: normal;
	font-size: 11pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

H6
{
	font-weight: normal;
	font-size: 10pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

TFOOT, THEAD
{
	font-size: 10pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

TH
{
	font-weight: bold;
	font-size: 10pt;
	vertical-align: baseline;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

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: 8pt;
}

BIG
{
	font-size: 12pt;
}

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: black;
	height: 1pt;
	text-align: left;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	background-color: white;
}

.ModuleTitle_MenuBar
{
	cursor: hand;
	height: 21px;
}

.ModuleTitle_MenuItem
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: white 1px solid;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	font-style: normal;
	font-family: Verdana;
	height: 21px;
}

.ModuleTitle_MenuIcon
{
	border-right: white 0px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	width: 15px;
	cursor: hand;
	border-bottom: white 1px solid;
	height: 21px;
	background-color: white;
	text-align: center;
}


.ModuleTitle_SubMenu
{
	border-right: #ffcc00 1px solid;
	border-top: #ffcc00 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #ffcc00 1px solid;
	cursor: hand;
	border-bottom: #ffcc00 1px solid;
	background-color: white;
}

.ModuleTitle_MenuBreak
{
	border-right: #ffcc00 1px solid;
	border-top: #ffcc00 1px solid;
	border-left: #ffcc00 1px solid;
	border-bottom: #ffcc00 1px solid;
	height: 1px;
	background-color: white;
}

.ModuleTitle_MenuItemSel
{
	border-right: #ffcc00 1px solid;
	border-top: #ffcc00 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #ffcc00 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #ffcc00 1px solid;
	font-style: normal;
	font-family: Verdana;
	background-color: #ffcc00;
}

.ModuleTitle_MenuArrow
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 10pt;
	border-left: white 0px solid;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	font-family: webdings;
}

.ModuleTitle_RootMenuArrow
{
	font-size: 10pt;
	cursor: hand;
	color: black;
	font-family: webdings;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #ffcc00;
}

.MainMenu_MenuBar
{
	cursor: hand;
	height: 21px;
}

.MainMenu_MenuItem
{
	border-right: #ffcc00 1px solid;
	border-top: #ffcc00 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #ffcc00 1px solid;
	cursor: hand;
	color: navy;
	border-bottom: #ffcc00 1px solid;
	font-style: normal;
	font-family: Verdana;
	height: 21px;
	background-color: #ffcc00;
}

.MainMenu_MenuIcon
{
	border-right: #ffcc00 0px solid;
	border-top: #ffcc00 1px solid;
	border-left: #ffcc00 1px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #ffcc00 1px solid;
	height: 21px;
	background-color: #ffcc00;
	text-align: center;
}


.MainMenu_SubMenu
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: navy 1px solid;
	cursor: hand;
	border-bottom: navy 1px solid;
	background-color: #ffcc00;
}

.MainMenu_MenuBreak
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	height: 1px;
	background-color: white;
}

.MainMenu_MenuItemSel
{
	border-right: #ffcc00 0px solid;
	border-top: #ffcc00 0px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #ffcc00 0px solid;
	cursor: hand;
	color: white;
	border-bottom: #ffcc00 0px solid;
	font-style: normal;
	font-family: Verdana;
	background-color: #ffcc00;
}

.MainMenu_MenuArrow
{
	border-right: #ffcc00 1px solid;
	border-top: #ffcc00 1px solid;
	font-size: 10pt;
	border-left: #ffcc00 0px solid;
	cursor: hand;
	color: black;
	border-bottom: #ffcc00 1px solid;
	font-family: webdings;
}

.MainMenu_RootMenuArrow
{
	font-size: 10pt;
	cursor: hand;
	color: black;
	font-family: webdings;
}

.TbMenu
{
	border-top: #ffcc00 1px solid;
	border-bottom: #ffcc00 1px solid;
}

.TdFooter
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: verdana;
	background-color: #ffcc00;
}

.TbLogin
{
	border-right: #ffcc00 1px solid;
	border-top: #ffcc00 1px solid;
	border-left: #ffcc00 1px solid;
	border-bottom: #ffcc00 1px solid;
	background-color: white;
}


