@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; font-size:12px; font-family:Tahoma; color:black; line-height:17px}
strong {font-weight:bold}
html, body {}
img {border:none}
td {vertical-align:top; white-space:normal;}

/* DNN Specific */
#dnn_ContentPane {}



/* ************
Module menu items  Added 
by Daniel 2009-03-05 
*************/

/* Module menu container */

.ModuleTitle_SubMenu
{
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #F8F4E8;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	filter: Alpha(Opacity=95);
	-moz-opacity: .95;
}

/* Module menu items idle */

.ModuleTitle_MenuItem
{
	background: #ffffff;
	color: #777777;
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:3px;
	margin:0px;
	border:none !important;
	height:22px;
	vertical-align:middle;
}

/* Module menu items hover */

.ModuleTitle_MenuItemSel
{
	background: #f8f4e8;
	color: #f75e01;
	font:bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	margin:0px;
	height: 22px;
	border:none !important;
	vertical-align:middle;
}

.ModuleTitle_MenuContainer {background: transparent}
.ModuleTitle_MenuBar {cursor: pointer;cursor: hand;}
.ModuleTitle_MenuArrow {vertical-align:middle; padding:0; margin:0; border:none !important}
.ModuleTitle_RootMenuArrow {display: none;}
.ModuleTitle_MenuIcon {background: #f8f4e8;	padding: 0;	margin: 0;	border: none !important; width:20px; vertical-align:middle}
.ModuleTitle_MenuIcon IMG {margin:0}
.ModuleTitle_MenuBreak {margin:0; padding:0; height:1px; border:none !important;cursor: pointer;cursor: hand;}
