<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ControlPanel, .PagingTable
{
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border: #036 1px solid;
}


/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-weight:    bold;
    color: #036;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem, .DataGrid_Header, .DataGrid_Item, .DataGrid_SelectedItem
{
    background-color: Transparent;
    color: Black;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_AlternatingItem
{
    background-color: White;
    color: Red;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    font-weight: bold;
    text-align: center;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
}

/* styles used in the FileManager */
.FileManager
{
    border: #000 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: #000 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: #FFF;
    margin: 2px;
}
.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: #FFF;
    margin: 2px;
    overflow: auto;
}
.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    padding: 25px;
}
.FileManager_Header
{
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}
.FileManager_Pager
{
    font-size: 11px;
    font-weight: bold;
    background-color: #EEE;
    border-top: #696969 1px solid;
    height: 25px;
}
.FileManager_StatusBar
{
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px;
}
.FileManager_Item
{
    font-size: 11px;
    font-weight: normal;
    color: #000;
    background-color: #F8F8F8;
    border-top: #000 1px dashed;
    border-bottom: #000 1px dashed;
}
.FileManager_AltItem
{
    font-size: 11px;
    font-weight: normal;
    color: #000;
    background-color: #EEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background-color: #9ff;
    border-style: none;
}
.FileManagerTreeNode
{
    font-size: 11px;
    font-weight: normal;
}
.FileManagerTreeNodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link, 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
{
	border: #696969 1px solid;
	padding: 2px;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding: 10px;
	height: 325px;
}
.WizardHelp
{
	padding: 5px;
	font-size: 9pt;
	border-left: black 1px solid;
	width: 180px;
	background-color: #cff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

/* text style used for help text rendered by modules */
.Help
{
    border: black 1px solid;
    padding: 2px;
    font-weight: normal;
    font-size: 11px;
    color: black;
    background-color: #ff9;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    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: #06c;
}
A.CommandButton:visited
{
    text-decoration: underline;
    color: #4B5970;
}
A.CommandButton:hover
{
    text-decoration: underline;
    color: #f60;
}


/* button style for standard HTML buttons */
.StandardButton
{
    padding: 0 5px;
    font-weight: normal;
    font-size: 11px;
    background: #ddd;
    color: #000;
    font-family: Verdana, sans-serif;
}


A:link
{
    text-decoration: underline;
    color: #06c;
}
A:visited
{
    text-decoration: underline;
    color: #4B5970;
}
A:hover
{
    text-decoration: underline;
    color: #f60;
}



UL LI
{
    list-style-type: square;
}
UL UL LI
{
    list-style-type: disc;
}
UL UL UL 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: #696969;
    height: 1pt;
    text-align: left;
}



/* Main Menu */

.MainMenu_MenuBar
{
    height: 16px;
}
.MainMenu_MenuItem
{
    border: #FFF 1px solid;
    border-width: 1px 0;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFF;
    border-width: 0;
}
.MainMenu_MenuItemSel
{
    background-color: #C1D2EE;
}



.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;
}


/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* 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 */

.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 #25569a solid;
}

.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 #25569a solid;
}

.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 #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}</pre></body></html>