﻿/* =======================================================================================================================
    Minimal default.css, based on http://www.dnncreative.com/IntroductiontoCSSandinheritanceinDotNetNuke/tabid/265/Default.aspx
    If you need to refer to the original default.css file installed by DNN, see 'default.css.original.bak' in this directory
   =======================================================================================================================
*/   

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border: #036 1px solid;
}

/* 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
{
    background-color: #EEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    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-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
}

div.template_style td
{
	font:1.0em Verdana, Arial, sans-serif;
}


/* 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: #000 1px solid;
    height:40px;
}
.WizardFooter
{
    border-top: #000 1px solid;
    background: #cfc;
}
.WizardBody
{
    padding: 10px;
    height: 325px;
}
.WizardHelp
{
    padding: 5px;    
    border-left: #000 1px solid;
    width: 180px;    
    background-color: #cff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 8pt;
    color: #000;
}
.WizardText
{
    font-size: 9pt;
    color: #000;
}

 
BLOCKQUOTE, PRE {
    
	font-style: italic;
	width: 500px;
	text-indent: -0.8em;
}


UL UL LI    {
    list-style-type:    circle;
}

UL UL UL LI {
    list-style-type:    square
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
    border-width: 0;  
}

.ModuleTitle_MenuBar {
    height:16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border: #FFF 1px solid;
    border-width: 1px 0;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon {
    background-color: #EEE;
    border: #EEE 1px solid;
    border-width: 1px 0 1px 1px;
    text-align: center;
    width: 15px;
    height: 21px;
    padding-left:5px;
}

.ModuleTitle_SubMenu {
    z-index: 1000;
    cursor: pointer;
    background-color: #ffffff;
    padding:5px;
    border:solid 1px gray;
    width:150px;
}

.ModuleTitle_MenuBreak
{
   
}

.ModuleTitle_MenuItemSel
 {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

.ModuleTitle_MenuIcon 
{
    padding-right:5px;
    background-color:Transparent;
}


/*  ------------------------------------------------------------------------------------------------------- */
/*  ------------ Styles imported from minimal_extropy that need to be kept (at least for now)  ------------ */
/*  ------------------------------------------------------------------------------------------------------- */


/* ControlPanel style */
.ControlPanel{background:transparent url(skins/minimalextropy/images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(skins/minimalextropy/images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(skins/minimalextropy/images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

/* wrapper for control panel */
.template_style{width:970px; margin:0 auto;}

/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}

/* links */
a.CommandButton:link, a.CommandButton:visited{color:#CB2027; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#3E81B5; text-decoration:underline;}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}



/*	added 3/9/2012 for AllPortalsBanner skin object - JPH	*/
.portalBanner 
{
	position:relative;
	padding:10px;
	background-color:red;
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	clear:both;
}
	.portalBanner a:link
	,.portalBanner a:visited 
	{
		display:block;
		width:100%;
		height:100%;
		color:white; 
		text-decoration:none;
	}
	.portalBanner a:active
	,.portalBanner a:hover
	,.portalBanner .moreInfo:active
	,.portalBanner .moreInfo:hover { text-decoration:underline; }
	.portalBanner .moreInfo
	{
		float:right;
		color:white;
		font-size:12px; 
		font-variant:small-caps;
		font-weight:normal;
	}
	/*
	.portalBanner a:link
	,.portalBanner a:visited { color:white; text-decoration:none; }
	.portalBanner a:active
	,.portalBanner a:hover { text-decoration:underline; }
	
	.portalBanner .moreInfo
	,.portalBanner a.moreInfo:link
	,.portalBanner a.moreInfo:visited 
	{
		float:right;
		color:white;
		font-size:12px; 
		font-variant:small-caps;
		font-weight:normal;
	}
	.portalBanner a.moreInfo:active
	,.portalBanner a.moreInfo:link { text-decoration:underline; }
	*/
