﻿/* ================================
    Default styles FOR DotNetNuke
   ================================
*/
/* background color for the content part of the pages */
Body {
	background-color: #FFF;
}
.ControlPanel, .PagingTable {
	width: 100%;
	background-color: #FFF;
}
.SkinObject {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	text-decoration: none;
}
A.SkinObject:link {
	text-decoration: none;
	color: #000000;
}
A.SkinObject:visited {
	text-decoration: none;
	color: #000000;
}
A.SkinObject:hover {
	text-decoration: underline;
	color: #000000;
}
A.SkinObject:active {
	text-decoration: none;
	color: #000000;
}
/* style for module titles */
.Head {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.Normal {
	font-family: verdana,geneva,arial,sans-serif;
	color: #000000;
	line-height: 160%;
	font-size: 11px;
}
.NormalBold {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.NormalSmall {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 10px;
	color: #D90000;
}
.NormalHead {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #D90000;
	margin: 0;
	padding: 0px,0px,10px.0px;
}
.NormalSubHead {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #808080;
	margin: 0;
	padding: 0px,0px,10px.0px;
}
/* text style used for most text rendered by modules */
.NormalDisabled {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 160%;
}
.NormalDisabled {
	color: Silver;
}
/* text style used for error messages */
.NormalRed {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #f00;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem {
	background-color: #fff;
	color: Red;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container {
	background-color: Transparent;
}
.DataGrid_Footer {
	background-color: #fff;
}
.DataGrid_Header {
	background-color: Transparent;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item {
	background-color: Transparent;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem {
	background-color: Silver;
	color: Blue;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
.TreeMenu_NodeSelected {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	text-decoration: none;
	color: #036;
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
	text-decoration: none;
	color: #036;
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	text-decoration: none;
	color: #f00;
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	text-decoration: none;
	color: #036;
}
/* styles used in the FileManager */
.FileManager {
	border: 1px #000 solid;
	height: 400px;
}
.FileManager_ToolBar {
	border-bottom: #000 1px solid;
	height: 25px;
}
.FileManager_Explorer {
	height: 100%;
	border: #dedfde1px solid;
	background-color: #fff;
	margin: 2px;
}
.FileManager_FileList {
	height: 100%;
	border: #dedfde1px solid;
	background-color: #fff;
	margin: 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	padding: 25px;
}
.FileManager_Header {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #EBEBED;
	border-bottom: #dedfde 1px solid;
	height: 25px;
}
.FileManager_Pager {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EBEBED;
	border-top: #dedfde 1px solid;
	height: 25px;
}
.FileManager_StatusBar {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #EBEBED;
	height: 25px;
	margin: 2px;
}
.FileManager_Item {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #F8F8F8;
	border-top: #000 1px dashed;
	border-bottom: #000 1px dashed;
}
.FileManager_AltItem {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #EEE;
	border-style: none;
}
.FileManager_SelItem {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #9ff;
	border-style: none;
}
.FileManagerTreeNode {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.FileManagerTreeNodeSelected {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	text-decoration: none;
	color: #036;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
	text-decoration: none;
	color: #036;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
	text-decoration: none;
	color: #f00;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
	text-decoration: none;
	color: #036;
}
/* styles used in the Wizard Framework */
.Wizard {
	border: #000 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton {
	padding: 2px;
	background-color: #DEDFDE;
}
.WizardHeader {
	background: #ffc;
	border-bottom: #000 1px solid;
	height: 40px;
}
.WizardFooter {
	border-top: #000 1px solid;
	background: #cfc;
	height: 25px;
	text-align: right;
}
.WizardBody {
	padding: 10px;
	height: 325px;
}
.WizardHelp {
	padding: 5px;
	font-size: 9pt;
	border-left: #000 1px solid;
	width: 180px;
	background-color: #cff;
}
.WizardHelpText {
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	height: 300px;
}
.WizardText {
	font-size: 9pt;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
}
/* text style used for help text rendered by modules */
.Help {
	padding: 2px;
	border: #000 solid 1px;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	background-color: #ff9;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration: underline;
	color: #036;
}
A.CommandButton:visited {
	text-decoration: underline;
	color: #036;
}
A.CommandButton:hover {
	text-decoration: underline;
	color: #f00;
}
A.CommandButton:active {
	text-decoration: underline;
	color: #036;
}
/* button style for standard HTML buttons */
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
/* GENERIC */
p {
	font-family: verdana,geneva,arial,sans-serif;
	color: #000000;
	line-height: 160%;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
H1 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 20px;
	font-weight: bolder;
	color: #F29A52;
}
H2 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}
H3 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #036;
}
H4 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #036;
}
H5, DT {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #036;
}
H6 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #036;
}
TFOOT, THEAD {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	color: #036;
}
TH {
	vertical-align: baseline;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #036;
}
A:link {
	text-decoration: none;
	color: #C12600;
}
A:visited {
	text-decoration: none;
	color: #C12600;
}
A:hover {
	text-decoration: none;
	color: #C0C0C0;
}
A:active {
	text-decoration: none;
	color: #C12600;
}
SMALL {
	font-size: 8px;
}
BIG {
	font-size: 14px;
}
BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}
UL LI {
	line-height: 160%;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
UL LI LI {
	list-style-type: disc;
	line-height: 160%;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
UL LI LI LI {
	list-style-type: circle;
	list-style-type: disc;
	line-height: 160%;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
OL LI {
	list-style-type: decimal;
	list-style-type: disc;
	line-height: 160%;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
OL OL LI {
	list-style-type: lower-alpha;
	list-style-type: disc;
	line-height: 160%;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
OL OL OL LI {
	list-style-type: lower-roman;
	list-style-type: disc;
	line-height: 160%;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
OL UL LI {
	list-style-type: disc;
	line-height: 160%;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
HR {
	color: #C0C0C0;
	height: 1pt;
	text-align: left;
}
/*------------------------------------------------------- Module Title Menu ----------------------------------*/
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #fff 0px solid;
	border-bottom: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEE;
	border-left: #EEE 1px solid;
	border-bottom: #EEE 1px solid;
	border-top: #EEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEE 1px solid;
	border-left: #EEE 0px solid;
	border-top: #EEE 1px solid;
	border-right: #EEE 0px solid;
	background-color: #EEE;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	border-top: #FFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
/*-------------------------------------------------- Main Menu------------------------------------------------ */
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #fff 0px solid;
	border-bottom: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	background-color: #EEE;
	border-left: #EEE 1px solid;
	border-bottom: #EEE 1px solid;
	border-top: #EEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	border-bottom: #EEE 1px solid;
	border-left: #EEE 0px solid;
	border-top: #EEE 1px solid;
	border-right: #EEE 0px solid;
	background-color: #EEE;
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	border-top: #FFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
/* --------------------------------------------------LEGACY STYLES from DNN 1-2-------------------------------- */
.HeadBg {
	background-color: #CCC;
}
.TabBg {
	background-color: #000;
}
.SelectedTab {
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFF;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	text-decoration: none;
}
A.SelectedTab:link {
	text-decoration: none;
	color: #fff;
}
A.SelectedTab:visited {
	text-decoration: none;
	color: #EEE;
}
A.SelectedTab:hover {
	text-decoration: none;
	color: #CCC;
}
A.SelectedTab:active {
	text-decoration: none;
	color: #EEE;
}
.OtherTabs {
	font-weight: bold;
	font-size: 8.5pt;
	color: #fff;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	text-decoration: none;
}
A.OtherTabs:link {
	text-decoration: none;
	color: #fff;
}
A.OtherTabs:visited {
	text-decoration: none;
	color: #EEE;
}
A.OtherTabs:hover {
	text-decoration: none;
	color: #CCC;
}
A.OtherTabs:active {
	text-decoration: none;
	color: #EEE;
}
.PagingTable {
	height: 33px;
}
/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/
.LabelEditTextClass {
	border: solid 1px red;
	background-color: Transparent;
}
.LabelEditWorkClass {
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}
/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu {
	border: solid 1px #000;
	white-space: nowrap;
	background: #fff;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver {
	background-color: navy;
	color: #fff;
}
/*----------------------------------------------------Edit In Place Tool Bar Classes--------------------------*/
.eipbackimg {
	border: outset 1px;
/*give toolbar a 3D look*/	position: absolute; /*needed so it doesn't take up space */;
	margin-top: -22px; /*specify toolbar to be just above text */;
	white-space: nowrap; /* makes toolbar horizontal */;
	background: url("../../images/eip_toolbar.gif");
	background-color: #99cccc;
	height: 22px;
}
.eipbuttonbackimg {
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/;
	display: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/;
	display: inline-block; /* supported by Opera and ? */
}
.eipbutton_edit {
	background: url("../../images/eip_edit.gif") no-repeat 100% center;
}
.eipbutton_save {
	background: url("../../images/eip_save.gif") no-repeat 100% center;
}
.eipborderhover {
	border: outset 1px;
}
/*-----------------------------------------------------------------------------------------------------------*/
a.newsItemHeader {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #D90000;
	padding: 0px 5px 5px 0px;
}
a.newsItemHeader:hover {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #C0C0C0;
	padding: 0px 5px 5px 0px;
	}
.dottedLine {
	border-top: 1px #C0C0C0 dotted;
	border-bottom: 1px #C0C0C0 dotted;
}
