/* 
	DNN specific styles (included on every page)
  ******************************************** */

/* OVERRIDE DEFAULT.CSS ************************************** */

/* UNFINISHED: override DNN default.css HTML element / font class styles 

			TO DO:  only override those that interfere with norm content pages
			
			*/
H1, H2, H3, H4, H5, H6, TFOOT, THEAD, TH, DT, BLOCKQUOTE, 
	.Normal, .Head, .SkinObject {
	font-weight: inherit; 
	font-family: inherit; 
	color: inherit; 
	font-size: inherit; 
}

/* remove list style type added to LIs by default.css */
UL LI, UL LI LI, UL LI LI LI, OL LI, OL OL LI, OL OL OL LI, OL UL LI { list-style-type: inherit; }
UL#m LI { list-style-type: none!important; }
.content UL LI { list-style: none!important; }

/* *********************************************************** */


/* CommandButton tweaks (from Minimal Extropy 'skin.css') */
A.CommandButton:link, A.CommandButton:visited { color: #F54119; /*#CB2027*/ font-weight: bold; text-decoration: none; }
A.CommandButton:hover { color: #E6000C!important; text-decoration: underline; }
.CommandButton * { vertical-align: middle; }

.DNNEmptyPane{ width:0; padding:0; margin:0; }						/* from Minimal Extropy 'skin.css' */
.divModTitle IMG { float: left; padding-right: 4pt; }			/* module title icon */
.modBody { position: relative; }

/* Top/Bottom panes - add margin below / above respectively (will only apply if not empty) */
#dnn_TopPane { margin-bottom: 20pt; }
#dnn_BottomPane { margin-top: 20pt; }


/* remove styling from Login layout TABLE */
#dnn_ctr_Login_pnlLogin TABLE { border: 0; background-color: none; margin: 0; filter: none; font-size: 1em; }
#dnn_ctr_Login_pnlLogin TABLE TD { border: 0; padding: 2pt; background-color: transparent; }


/* IMAGES ***************************************************** */

/* found in WindsorOSN v494 - check if useful? */
/*
.ModuleTitle_MenuContainer, .ModuleTitle_MenuContainer TABLE { border: 0!important; margin: 0; background: none; }
.ModuleTitle_MenuContainer TD { background: none; border: 0!important; }
.ModuleTitle_MenuContainer DIV { background-color: lightgrey; }
*/


/* LOGIN LINK + USER INFO *********************************** */

#loginStuff {
	text-align: center;
	margin: 10pt;
	display: none;					/* login link hidden normally (to avoid confuse general users) */
	color: gray;
}
.divLogin A, .divLoggedIn A { text-decoration: none; }
.divLoggedIn { display: none; margin-bottom: 5pt; /* float: left; */ }
.divLogin { color: #CCCCCC; }



/* HouseMenu (Accordian menu) ****************************** */

/* customise style of "Back to Home Page" link */
UL#m LI#mItemHome A {
	background-image: url(../images/ui/nav_back.gif); 
	font-weight: normal; color: #a0a7ab; font-style: italic;
	/*
		padding-bottom: 5px; padding-top: 5px;
		background-position: 5px 5px; 
	*/
}
UL#m LI#mItemHome A B { font-weight: normal; font-style: normal; color: #727b81; }
/* hide on home page (or could do via HouseMenu options) */
.homePage LI#mItemHome { display: none; }

/* tinted colouring for top-level Host/Admin menu sections - assumes Host has title attrib "Host" + Admin href contains /Admin */
#m > LI > A[href*='/Admin'], 
#m > LI > A[title='Host'] { background-color: #D6D1D4; color: #74686E; }
/* OLD: #m A.menuItemsAdmin { background-color: #D6D1D4; color: #74686E; } */



/* DISABLED STUFF - UNEEDED?  *********************************************************************************************************

/ * Stuff from dnn.css that hasn't been tested with v5, not sure if needed * /

/ * MISC ******************************************************* * /

.footerPane .modWrap { margin: 8pt 20px 4pt 20px; }
.footerPane .content { color: gray; }

/ * remove .Head font sizing for titles * /
H1 .Head, H2 .Head, H3 .Head { font-size: 1em; }

.sideMenu H1 .Head { font-family: Verdana, Arial, Helvetica, sans-serif; }

/ * HDNN2: needed if abs positioning module menus
	.tileWrap { position: relative; clear: both; }		/ * needed so can abs position the title menu (moved from main.css) * /
* /


/ * CommandButtons etc **************************************** * /

/ * OLD (HDNN2): .SubHead, .SubSubHead, .CommandButton, .StandardButton { font-family: Tahoma, Arial, Helvetica, sans-serif; } * /
.CommandButton { font-weight: bold; text-decoration: underline; color: #003366; }

/ * CommandButton - make CommandButtons button style in main content pane * /
#centre .content A.CommandButton, #centre .content A.CommandButton:visited {
	background-color: #EFEFEF; 
	border: #ABABAB 1px solid;
	padding: 2px 4px 3px 4px;
	color: #6A6A6A; 
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#centre .content A.CommandButton:hover {
	border-color: #868686;
	background-color: #DFDFDF; 
	text-decoration: none!important;
}


*/



