/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


body
{
	background-color: #FBFBFB;
}

/* PAGE BACKGROUND */
/* background color for the content part of the pages */
.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	color: Black;
}

.logoTable
{
	background-image: url(Heading-Background.png);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.TopHighlight
{
	background-image: url(GrayBackground.png);
	background-repeat: repeat;
	background-position: center top;
	height: 260px;
}

.ContentFrame
{
	background-image: url(GreyFade.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	clear: both;
}

.ContentBody
{
	height: 100%;
}


.menupanel
{
	height: 25px;
	background-color: #A2C9CE;
}
.footerLine
{
	height: 3px;
	background-color: #65A0A6;
}

.bottompanel
{
	background-color: #CFCFCF;
	text-align: center;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #65A0A6;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SkinObject:link
{
	text-decoration: none;
	color: #65A0A6;
}
A.SkinObject:visited
{
	text-decoration: none;
	color: #65A0A6;
}
A.SkinObject:active
{
	text-decoration: none;
	color: #65A0A6;
}
A.SkinObject:hover
{
	text-decoration: underline;
	color: #65A0A6;
}

.login
{
	font-weight: normal;
	font-size: 8.5pt;
	color: #CFCFCF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.login:link
{
	text-decoration: none;
	color: #CFCFCF;
}
A.login:visited
{
	text-decoration: none;
	color: #CFCFCF;
}
A.login:active
{
	text-decoration: none;
	color: #CFCFCF;
}
A.login:hover
{
	text-decoration: none;
	color: #CFCFCF;
}


.controlpanel
{
	width: 100%;
	background-color: White;
	border-bottom: #EEEEEE 2px solid;
}

.leftpane
{
	vertical-align: top;
	max-width: 25%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.contentpane
{
	vertical-align: top;
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.BottomContentPane
{
	vertical-align: top;
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.rightpane
{
	vertical-align: top;
	max-width: 25%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.bottompane
{
	vertical-align: middle;
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.splitpane
{
	vertical-align: top;
	width: 50%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}


/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14pt;
	font-weight: normal;
	color: Black;
}

.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	color: Black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	color: Black;
	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: 11pt;
	font-weight: normal;
	color: Black;
	background-color: White;
}

.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #ff0000;
}

.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	color: Black;
	font-weight: bold;
}

.NormalSectionHeader
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	color: #D81079;
	font-weight: bold;
}
A.NormalSectionHeader:link
{
	color: #D81079;
}
A.NormalSectionHeader:visited
{
	color: #D81079;
}
A.NormalSectionHeader:active
{
	color: #D81079;
}
A.NormalSectionHeader:hover
{
	color: #FF00FF;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

A.CommandButton:visited
{
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

A.CommandButton:active
{
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

A.CommandButton:hover
{
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	text-decoration: underline;
}

/* button style for standard HTML buttons */
.StandardButton
{
	background-color: #C0C0C0;
	color: Black;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	font-weight: normal;
}

/* GENERIC */
H1
{
	font-size: 8pt;
	font-weight: bold;
}

H2
{
	font-size: 10pt;
	font-weight: bold;
}

H3
{
	font-size: 12pt;
	font-weight: bold;
}

H4
{
	font-size: 15pt;
	font-weight: bold;
}

H5, DT
{
	font-size: 18pt;
	font-weight: bold;
}

H6
{
	font-size: 24pt;
	font-weight: bold;
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
	text-decoration: none;
	color: Blue;
}

A:visited
{
	text-decoration: none;
	color: Blue;
}

A:active
{
	text-decoration: none;
	color: Blue;
}

A:hover
{
	text-decoration: underline;
	color: Blue;
}

SMALL
{
	font-size: 8pt;
}

BIG
{
	font-size: 24pt;
}

BLOCKQUOTE, PRE
{
}


UL LI
{
}

UL LI LI
{
}

UL LI LI LI
{
}

OL LI
{
}

OL OL LI
{
}

OL OL OL LI
{
}
OL UL 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
{
	border-bottom: #A2C9CE;
	border-left: #A2C9CE;
	border-top: #A2C9CE;
	border-right: #A2C9CE;
	background-color: transparent;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 12;
	background-color: transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	border-left: #A2C9CE 1px solid;
	border-bottom: #A2C9CE 1px solid;
	border-top: #A2C9CE 1px solid;
	border-right: #A2C9CE 1px solid;
	background-color: transparent;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	border-left: #A2C9CE 1px solid;
	border-bottom: #A2C9CE 1px solid;
	border-top: #A2C9CE 1px solid;
	border-right: #A2C9CE 1px solid;
	background-color: transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: transparent;
	border-left: #A2C9CE 1px solid;
	border-bottom: #A2C9CE 1px solid;
	border-top: #A2C9CE 1px solid;
	border-right: #A2C9CE 1px solid;
	text-align: center;
	width: 12px;
	height: 12px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #A2C9CE;
	border-bottom: #A2C9CE 1px solid;
	border-left: #A2C9CE 1px solid;
	border-top: #A2C9CE 1px solid;
	border-right: #A2C9CE 1px solid;
}

.ModuleTitle_MenuBreak
{
	background-color: #A2C9CE;
	border-bottom: #A2C9CE 1px solid;
	border-left: #A2C9CE 1px solid;
	border-top: #A2C9CE 1px solid;
	border-right: #A2C9CE 1px solid;
	height: 20px;
}

.ModuleTitle_MenuArrow
{
	font-family: verdana;
	font-size: 12pt;
	cursor: pointer;
	cursor: hand;
	border-right: #A2C9CE 1px solid;
	border-bottom: #A2C9CE 1px solid;
	border-top: #A2C9CE 1px solid;
	background-color: transparent;
	width: 12px;
}

.ModuleTitle_RootMenuArrow
{
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: #A2C9CE;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 27px;
	background-color: transparent;
}
.MainMenu_MenuItem
{
	border-left: #A2C9CE;
	border-bottom: #A2C9CE;
	border-top: #A2C9CE;
	border-right: #A2C9CE;
	cursor: pointer;
	cursor: hand;
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	background-image: url(MenuBreak.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	font-family: Tahoma, Arial, Helvetica;
	height: 27px;
	padding-left: 3px;
	padding-right: 3px;
}

.MainMenu_MenuIcon
{
	background-color: transparent;
	border-left: #A2C9CE;
	border-bottom: #A2C9CE;
	border-top: #A2C9CE;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 27px;
}

.MainMenu_SubMenu
{
	background-color: #A2C9CE;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
}

.MainMenu_MenuBreak
{
	height: 12px;
}

.MainMenu_MenuItemSel
{
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	height: 27px;
	padding-left: 3px;
	padding-right: 3px;
}
.MainMenu_MenuArrow
{
	border-right: #A2C9CE;
	border-bottom: #A2C9CE;
	border-top: #A2C9CE;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


/**/
.MenuLook
{
	border-left: #A2C9CE;
	border-bottom: #A2C9CE;
	border-top: #A2C9CE;
	border-right: #A2C9CE;
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
}
A.MenuLook:link
{
	color: Black;
}
A.MenuLook:visited
{
	color: Black;
}
A.MenuLook:active
{
	color: Black;
}
A.MenuLook:hover
{
	text-decoration: none;
	color: White;
}


.smdobjects
{
	color: #A2C9CE;
}


