/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   
/* background color for the content part of the pages */
BODY {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}
.ControlPanel, .PagingTable {
	background-color: #ffffff;
	border-bottom: #ca3827 1px solid;
	border-left: #ca3827 1px solid;
	border-right: #ca3827 1px solid;
	border-top: #ca3827 1px solid;
	height: 64px;
	width: 100%;
}
.SkinObject {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
A.SkinObject:link {
	color: #ca3827;
	text-decoration: none;
}
A.SkinObject:visited {
	color: #ca3827;
	text-decoration: none;
}
A.SkinObject:active {
	color: #ca3827;
	text-decoration: none;
}
A.SkinObject:hover {
	color: #ca3827;
	text-decoration: none;
}
/* style for module titles */
.Head {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled {
	color: #c0c0c0;
	font-size: 12px;
}
/* text style used for rendered text which requires emphasis */
.NormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* text style used for error messages */
.NormalRed {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.TreeMenu_NodeSelected {
	background-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	color: #ca3827;
	text-decoration: none;
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
	color: #ca3827;
	text-decoration: none;
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	color: #ca3827;
	text-decoration: none;
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	color: #ff0000;
	text-decoration: none;
}
/* styles used in the FileManager */
.FileManager {
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	height: 400px;
}
.FileManager_ToolBar {
	border-bottom: #000000 1px solid;
	height: 25px;
}
.FileManager_Explorer {
	background-color: #ffffff;
	border: #696969 1px solid;
	height: 100%;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList {
	background-color: #ffffff;
	border: #696969 1px solid;
	height: 100%;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	background-color: #ffffff;
	padding: 25px 25px 25px 25px;
	text-align: center;
	vertical-align: middle;
}
.FileManager_Header {
	background-color: #9ebff6;
	border-bottom: #696969 1px solid;
	color: #e7e7ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}
.FileManager_Pager {
	background-color: #eeeeee;
	border-top: #696969 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}
.FileManager_StatusBar {
	background-color: #dedfde;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item {
	background-color: #f8f8f8;
	border-bottom: #000000 1px dashed;
	border-top: #000000 1px dashed;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.FileManager_AltItem {
	background-color: #eeeeee;
	border-style: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.FileManager_SelItem {
	background-color: #99ffff;
	border-style: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.FileManagerTreeNode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.FileManagerTreeNodeSelected {
	background-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	color: #ca3827;
	text-decoration: none;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
	color: #ca3827;
	text-decoration: none;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
	color: #ca3827;
	text-decoration: none;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
	color: #ff0000;
	text-decoration: none;
}
/* styles used in the Wizard Framework */
.Wizard {
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton {
	background-color: #dcdcdc;
	border-bottom: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.WizardHeader {
	background: #ffffcc;
	border-bottom: #000000 1px solid;
	height: 40px;
}
.WizardFooter {
	background: #ccffcc;
	border-top: #000000 1px solid;
	height: 25px;
	text-align: right;
}
.WizardBody {
	height: 325px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.WizardHelp {
	background-color: #ccffff;
	border-left: #000000 1px solid;
	font-size: 9pt;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 180px;
}
.WizardHelpText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 300px;
	overflow: auto;
	width: 180px;
}
.WizardText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/* text style used for help text rendered by modules */
.Help {
	background-color: #ffff99;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #ca3827;
	text-decoration: underline;
}
A.CommandButton:visited {
	color: #ca3827;
	text-decoration: underline;
}
A.CommandButton:active {
	color: #ca3827;
	text-decoration: underline;
}
A.CommandButton:hover {
	color: #ff0000;
	text-decoration: underline;
}
/* button style for standard HTML buttons */
.StandardButton {
	background: #dddddd;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
/* GENERIC */
H1 {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 210%;
	font-weight: normal;
}
H2 {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
}
H3 {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
}
H4 {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
}
H5, DT {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}
H6 {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
TFOOT, THEAD {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TH {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: baseline;
}
A:link {
	color: #ca3827;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	color: #ca3827;
	font-weight: bold;
	text-decoration: none;
}
A:active {
	color: #ca3827;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #edbe3e;
	font-weight: bold;
	text-decoration: none;
}
SMALL {
	font-size: 8px;
}
BIG {
	font-size: 14px;
}
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: dimgrey;
	height: 1pt;
	text-align: left;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #0000ff 0px solid;
	border-left: #0000ff 0px solid;
	border-right: #0000ff 0px solid;
	border-top: #0000ff 0px solid;
}
.ModuleTitle_MenuBar {
	background-color: Transparent;
	cursor: hand;
	cursor: pointer;
	height: 16;
}
.ModuleTitle_MenuItem {
	background-color: Transparent;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 1px solid;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
.ModuleTitle_MenuIcon {
	background-color: #eeeeee;
	border-bottom: #eeeeee 1px solid;
	border-left: #eeeeee 1px solid;
	border-top: #eeeeee 1px solid;
	cursor: hand;
	cursor: pointer;
	height: 21;
	text-align: center;
	width: 15;
}
.ModuleTitle_SubMenu {
	background-color: #ffffff;
	border-bottom: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	z-index: 1000;
}
.ModuleTitle_MenuBreak {
	background-color: #eeeeee;
	border-bottom: #eeeeee 1px solid;
	border-left: #eeeeee 0px solid;
	border-right: #eeeeee 0px solid;
	border-top: #eeeeee 1px solid;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	background-color: #c1d2ee;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
.ModuleTitle_MenuArrow {
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 0px solid;
	cursor: hand;
	cursor: pointer;
	font-family: webdings;
	font-size: 10pt;
}
.ModuleTitle_RootMenuArrow {
	cursor: pointer;
	cursor: hand;
	font-family: webdings;
	font-size: 10pt;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	height: 20px;
	width: 120px;
}
.MainMenu_MenuBar {
	background-color: Transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	cursor: hand;
	cursor: pointer;
	height: 20px;
	width: 110px;
}
.MainMenu_MenuItem {
	background-color: #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #5d5d5d;
	cursor: hand;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	width: auto;
}
.MainMenu_MenuIcon {
	background-color: #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	cursor: hand;
	cursor: pointer;
	height: 20px;
	text-align: center;
	width: auto;
}
.MainMenu_SubMenu {
	background-color: #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	font-size: 11px;
	height: 20px;
	width: auto;
	z-index: 1000;
}
.MainMenu_MenuBreak {
	background-color: #ff3300;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #5d5d5d;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #ffffff;
	cursor: hand;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	width: auto;
}
.MainMenu_MenuArrow {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	cursor: hand;
	cursor: pointer;
	font-family: webdings;
	font-size: 11px;
}
.MainMenu_RootMenuArrow {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	cursor: pointer;
	cursor: hand;
	font-family: webdings;
	font-size: 11px;
}
/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
	background-color: #cccccc;
}
.TabBg {
	background-color: #000000;
}
.SelectedTab {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
A.SelectedTab:link {
	color: #ffffff;
	text-decoration: none;
}
A.SelectedTab:visited {
	color: #eeeeee;
	text-decoration: none;
}
A.SelectedTab:active {
	color: #eeeeee;
	text-decoration: none;
}
A.SelectedTab:hover {
	color: #cccccc;
	text-decoration: none;
}
.OtherTabs {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
A.OtherTabs:link {
	color: #ffffff;
	text-decoration: none;
}
A.OtherTabs:visited {
	color: #eeeeee;
	text-decoration: none;
}
A.OtherTabs:active {
	color: #eeeeee;
	text-decoration: none;
}
A.OtherTabs:hover {
	color: #cccccc;
	text-decoration: none;
}
.PagingTable {
	height: 33px;
}
/* Custom Classes */
.LnkDark {
	color: #ca3827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A.LnkDark:link {
	color: #ca3827;
	font-weight: bold;
	text-decoration: none;
}
A.LnkDark:visited {
	color: #ca3827;
	font-weight: bold;
	text-decoration: none;
}
A.LnkDark:active {
	color: #ca3827;
	font-weight: bold;
	text-decoration: none;
}
A.LnkDark:hover {
	color: #ff9966;
	font-weight: bold;
	text-decoration: none;
}
.LnkLight {
	color: #fb5f2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A.LnkLight:link {
	color: #fb5f2a;
	font-weight: bold;
	text-decoration: none;
}
A.LnkLight:visited {
	color: #fb5f2a;
	font-weight: bold;
	text-decoration: none;
}
A.LnkLight:active {
	color: #fb5f2a;
	font-weight: bold;
	text-decoration: none;
}
A.LnkLight:hover {
	color: #edbe3e;
	font-weight: bold;
	text-decoration: none;
}
.LnkGray {
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A.LnkGray:link {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}
A.LnkGray:visited {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}
A.LnkGray:active {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}
A.LnkGray:hover {
	color: #edbe3e;
	font-weight: bold;
	text-decoration: none;
}
.LnkWhite {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A.LnkWhite:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
A.LnkWhite:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
A.LnkWhite:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
A.LnkWhite:hover {
	color: #edbe3e;
	font-weight: bold;
	text-decoration: none;
}

