﻿body {
	font: 12px/1.5em Verdana,Arial,Helvetica,sans-serif;
	background-color: #fff;
	margin: 0;
}
.ControlPanel, .PagingTable {
	width: 100%;
	background-color: #fff;
	border: 1px solid #003366;
}
.SkinObject {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
A.SkinObject:link, A.SkinObject:visited, A.SkinObject:hover, A.SkinObject:active {
	text-decoration: none;
	color: #003366;
}
.Language {
	vertical-align: middle;
	margin: 0;
}
.Language img {
	border: none;
}
.Head {
	font-size: 14px;
	color: #333;
}
.SubHead {
	font-weight: bold;
	color: #003366;
}
.SubSubHead {
	font-weight: bold;
	color: #000;
}
.Normal, .NormalDisabled {
}
.NormalDisabled {
	color: #c0c0c0;
}
.NormalBold {
	font-weight: bold;
}
.NormalRed {
	font-weight: bold;
	color: #ff0000;
}
.NormalTextBox {
}
.DataGrid_AlternatingItem {
	background-color: #fff;
	color: $ff0000;
}
.DataGrid_Container {
	background-color: transparent;
}
.DataGrid_Footer {
	background-color: #fff;
}
.DataGrid_Header {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item {
	background-color: transparent;
	color: #000;
	font-weight: normal;
}
.DataGrid_SelectedItem {
	background-color: #c0c0c0;
	color: #0000ff;
}
.TreeMenu_Node {
}
.TreeMenu_NodeSelected {
	background-color: #dcdcdc;
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	text-decoration: none;
	color: #003366;
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
	text-decoration: none;
	color: #003366;
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	text-decoration: none;
	color: #ff0000;
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	text-decoration: none;
	color: #003366;
}
.FileManager {
	border: 1px solid #000;
	height: 400px;
}
.FileManager_ToolBar {
	border-bottom: 1px solid #000;
	height: 25px;
}
.FileManager_Explorer {
	height: 100%;
	border: 1px solid #696969;
	background-color: #fff;
	margin: 2px;
}
.FileManager_FileList {
	height: 100%;
	border: 1px solid #696969;
	background-color: #fff;
	margin: 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	padding: 25px;
}
.FileManager_Header {
	font-weight: bold;
	color: #e7e7ff;
	background-color: #9ebff6;
	border-bottom: 1px solid #696969;
	height: 25px;
}
.FileManager_Pager {
	font-weight: bold;
	background-color: #eee;
	border-top: 1px solid #696969;
	height: 25px;
}
.FileManager_StatusBar {
	background-color: #dedfde;
	height: 25px;
	margin: 2px;
}
.FileManager_Item {
	color: #000;
	background-color: #f8f8f8;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
.FileManager_AltItem {
	color: #000;
	background-color: #eee;
	border-style: none;
}
.FileManager_SelItem {
	font-weight: bold;
	color: #fff;
	background-color: #99ffff;
	border-style: none;
}
.FileManagerTreeNode {
}
.FileManagerTreeNodeSelected {
	background-color: #dcdcdc;
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	text-decoration: none;
	color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
	text-decoration: none;
	color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
	text-decoration: none;
	color: #ff0000;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
	text-decoration: none;
	color: #003366;
}
.Wizard {
	border: 1px solid #000;
	height: 400px;
	width: 650px;
}
.WizardButton {
	padding: 2px;
	background-color: #dcdcdc;
}
.WizardHeader {
	background: #ffffcc;
	border-bottom: 1px solid #000;
	height: 40px;
}
.WizardFooter {
	border-top: 1px solid #000;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody {
	padding: 10px;
	height: 325px;
}
.WizardHelp {
	padding: 5px;
	border-left: 1px solid #000;
	width: 180px;
	background-color: #ccffff;
}
.WizardHelpText {
	overflow: auto;
	width: 180px;
	color: #000;
	height: 300px;
}
.WizardText {
	color: #000;
}
.Help {
	border: 1px solid #000;
	padding: 2px;
	color: #000;
	background-color: #ffff99;
}
.CommandButton {
}
A.CommandButton:link, A.CommandButton:visted, A.CommandButton:hover, A.CommandButton:active {
	text-decoration: underline;
	color: #003366;
}
.StandardButton {
	padding: 0 5px;
	background: #ddd;
	color: #000;
}
H1, h1, H2, h2, H3, h3, H4, h4 {
	font-size: 20px;
	color: #666644;
}
H3, h3, H4, h4, H5, h5, DT, H6, h6 {
	font-size: 12px;
	color: #003366;
}
H5, DT {
	font-size: 11px;
	font-weight: bold;
}
TFOOT, THEAD {
	color: #003366;
}
TH {
	vertical-align: baseline;
	font-weight: bold;
	color: #003366;
}
A:link, A:visited, A:hover, A:active {
	text-decoration: none;
	color: #003366;
}
A:hover {
	text-decoration: underline;
	color: #ff0000;
}
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;
}
OL UL LI {
	list-style-type: disc;
}
HR {
	color: #696969;
	height: 1pt;
	text-align: left;
}
.ModuleTitle_MenuContainer {
	border: 0 solid #0000ff;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	height: 16px;
	background-color: transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	color: #000;
	font-weight: bold;
	border: 1px solid #fff;
	border-width 1px 0;
	background-color: transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	border: 1px solid #eee;
	border-width: 1px 1px 0 1px;
	text-align: center;
	width: 15px;
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #fff;
	border: 0 solid #fff;
}
.ModuleTitle_MenuBreak {
	border: 1px solid #eee;
	border-width: 1px 0;
	background-color: #eee;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: #000;
	font-weight: bold;
	background-color: #c1d2ee;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	cursor: pointer;	
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	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-weight: bold;
	border: 1px solid #fff;
	border-width: 1px 0;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	background-color: #eee;
	border: 1px solid #eee;
	border-width: 1px 0 1px 1px;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #fff;
	border: 0 solid #fff;
}
.MainMenu_MenuBreak {
	border: 1px solid #fff;
	border-width: 1px 0;
	background-color: #eee;
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	color: #000;
	font-weight: bold;
	background-color: #c1d2ee;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	cursor: pointer;
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	cursor: pointer;
}
/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
	background-color: #ccc;
}
.TabBg {
	background-color: #000;
}
.SelectedTab {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:hover, A.SelectedTab:active {
	text-decoration: none;
	color: #fff;
}
A.SelectedTab:hover {
	text-decoration: none;
	color: #ccc;
}
.OtherTabs {
	font-weight: bold;
	color: #fff;
}
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;
}
.LabelEditTextClass {
	border: 1px solid #ff000;
	background-color: transparent;
}
.LabelEditWorkClass {
	border: 1px solid #ff000;
	background-color: transparent;
}
.SuggestTextMenu {
	border: 1px solid #000;
	white-space: nowrap;
	background: #fff;
}
.SuggestNodeOver {
	background-color: #000080;
	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;
}
/* used to collapse panes without any content in them */
.DNNEmptyPane {
	width: 0;
}
/* used to set the different module align options - from module settings */
.DNNAlignleft {
	text-align: left;
}
.DNNAlignright {
	text-align: right;
}
.DNNAligncenter {
	text-align: center;
}
/* Login Styles */
.LoginPanel {
}
.LoginTabGroup {
}
.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #25569a;
}
.LoginTabSelected {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #fff;
	background-position: 0% -41px;
	border: 1px solid #25569a;
}
.LoginTabHover {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px solid #c00;
	cursor: pointer;
}
.LoginContainerGroup {
	clear: both;
	padding-top: 5px;
}
.LoginContainer {
}
