/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body {
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #A0B5C5;
	SCROLLBAR-SHADOW-COLOR: #A0B5C5;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #A0B5C5;
	SCROLLBAR-TRACK-COLOR: #F1F5F8;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.ControlPanel { 
}

.SkinObject, A.SkinObject:link, A.SkinObject:visited { 
}
A.SkinObject:hover { 
}

/* style for module titles */
.Head {
	font-size: 14px;
	color: #EC333B;
	font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SubHead { 
	color: #6C6C6C;
	font-size: 10px;
	font-weight: normal;
}
DIV.AdminContainer .SubHead {
	font-weight: bold;
}

/* 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 {
	font-size: 11px;
}

/* text style used for rendered text which requires emphasis */
.NormalBold { 
}

/* text style used for error messages */
.NormalRed { 
}
.NormalBlue { 
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox { 
}
INPUT.NormalTextBox { 
	border: 1px #A1A1A1 solid;
	padding: 1px 2px 0px 5px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
TEXTAREA.NormalTextBox {
	border: 1px #A1A1A1 solid;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
#ContentOther TD.NormalTextBox { 
}


/* styles used by TreeMenu Skin Object */
.TreeMenu_Node { 
}
.TreeMenu_NodeSelected { 
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link { 
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  { 
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   { 
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    { 
}


/* styles used in the FileManager */
.FileManager { 
}
.FileManager_ToolBar { 
}
.FileManager_Explorer { 
}
.FileManager_FileList { 
}
.FileManager_MessageBox { 
}
.FileManager_Header { 
}
.FileManager_Pager { 
}
.FileManager_StatusBar { 
}
.FileManager_Item { 
}
.FileManager_AltItem { 
}
.FileManager_SelItem { 
}
.FileManagerTreeNode { 
}
.FileManagerTreeNodeSelected { 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link { 
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  { 
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   { 
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    { 
}


/* styles used in the Wizard Framework */
.Wizard { 
}
.WizardButton { 
}
.WizardHeader { 
}
.WizardFooter { 
}
.WizardBody { 
}
.WizardHelp { 
}
.WizardHelpText { 
}
.WizardText { 
}


/* text style used for help text rendered by modules */
.Help { 
}
  
/* hyperlink style for buttons and link buttons used in the portal admin pages */
.CommandButton, A.CommandButton:link, A.CommandButton:visited { 
	color: #EC333B;
	text-decoration: none;
}
A.CommandButton:hover { 
	color: #EC333B;
	text-decoration: underline;
}

/* button style for standard HTML buttons */
.StandardButton { 
	border-width: 1px;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #A2A2A2;
	border-bottom-color: #A2A2A2;
	border-style: solid;
	cursor: hand;
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
}


/* GENERIC */
H1 {
	padding: 0px;
	margin: 0px;
	color:#EC333B;
}
H2 { 
}
H3 { 
}
H4 { 
}
H5, DT { 
}
H6 { 
}
TFOOT, THEAD { 
}
TH { 
}
TD { 
}
A, A:link, A:visited { 
}
A:hover { 
}
SMALL { 
}
BIG { 
}
SUP { 
}
BLOCKQUOTE, PRE { 
}
UL LI { 
}
UL LI LI { 
}
UL LI LI LI { 
}
OL LI { 
}
OL OL LI { 
}
OL OL OL LI { 
}
HR {
	color: #EC333B;
}


/* 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 {
}
.MainMenu_MenuBar { 
}
.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.MainMenu_MenuIcon { 
}
.MainMenu_SubMenu { 
	color: Black;
	background-color: #9EA1A4;
}
.MainMenu_MenuBreak { 
}
.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BEC0C2;
	color: #FFFFFF;
}
.MainMenu_MenuArrow { 
	color: #000000;
}
.MainMenu_RootMenuArrow { 
	color: #000000;
}


/* LEGACY STYLES from DNN 1-2 */
.HeadBg { 
}
.TabBg { 
}
.SelectedTab, A.SelectedTab:link, A.SelectedTab:visited { 
}
A.SelectedTab:hover  { 
}
.OtherTabs, A.OtherTabs:link, A.OtherTabs:visited { 
}
A.OtherTabs:hover { 
}