.Downloadcss{/* Repository Templates DNNWISDOM template.xml */
	text-align:center;
	background-image:url(images/downloadbg.jpg);
	background-repeat:no-repeat;
	padding-top:7px;
	height:42px;
	width:98px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}
.Downloadcss:hover{
	background-image:url(images/downloadbg2.jpg);
	background-repeat:no-repeat;
}

h2,h3{
	padding:0px;
	margin:0px;
}
p{
	margin:0px;
	padding:0px;
	line-height:1.75em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#DNNWISDOM-Container .CommandButton{font-size:12px; font-family:Arial, Helvetica, sans-serif;}
#DNNWISDOM-Container a			{color:#0073BC; vertical-align:middle}
#DNNWISDOM-Container a:link		{text-decoration:underline}
#DNNWISDOM-Container a:visited	{text-decoration:underline}
#DNNWISDOM-Container a:hover	{text-decoration:none}

#DNNWISDOM-Container{
	margin-bottom:10px;
}
#DNNWISDOM-Container td{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
ul{
	line-height:1.75em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
li{
	list-style-type:lower-alpha;
	line-height:1.75em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#DNNWISDOM-Container .Head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
#DNNWISDOM-Container .SubHead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#DNNWISDOM-Container .Normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}
.ALL-Table{
	text-align:left;
}
.ALL-Table h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC6600;
	font-weight:bold;
	margin-top:2em;
}
.TextLeft{
	padding-top:10px;
	text-align:left;
}
/* DNNWISDOM1.ascx ********************************************/
.ALL-Table .h2-0 h2{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-left:0px;
	color:#3F8469;
}
.DW{
	background-image:url(images/h2-0.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
/* DNNWISDOMLogin.ascx ********************************************/
.ALL-Table .h2-L h2{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px;
	font-weight:bold;
	padding-top:12px;
	color:#3F8469;
}
.DWLogin{
	background-image:url(images/DWloginBG.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
/* h2-1.ascx ********************************************/
.ALL-Table .h2-1 h2{
	font-family:Arial, Helvetica, sans-serif !important;
	height:84px;
	font-size:14px;
	font-weight:bold;
	padding-top:38px;
	padding-left:20px;
	background-image:url(images/h2-1.jpg);
	background-repeat:no-repeat;
	color:#FEFEFE;
}
/* h2-2.ascx *******************************************/
.ALL-Table .h2-2 h2{
	font-family:Arial, Helvetica, sans-serif !important;
	height:84px;
	font-size:14px;
	font-weight:bold;
	padding-top:38px;
	padding-left:20px;
	background-image:url(images/h2-2.jpg);
	background-repeat:no-repeat;
	color:#FEFEFE;
}
/* h2-3.ascx *******************************************/
.h2-3all{
	padding:5px;
	margin-right:25px;
	background-image:url(images/h2-3.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.ALL-Table .h2-3 h2{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px;
	font-weight:bold;
	color:#3F8469;
	padding-top:3px;
}
/***********************************************************************/

.ModuleTitle_MenuItem {
	border:white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor:pointer; 
	/*cursor:hand;*/
	color:black; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal; 
	font-style:normal;
	height:21px;
    white-space:nowrap;  /*Word wrapping menu item now optional*/
    padding:1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor:pointer; 
	/*cursor:hand; */
	background-color:#EEEEEE; 
	width:15px;
	height:100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu {
	z-index:1000; 
	cursor:pointer; 
	/*cursor:hand;*/
	background-color:#FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);*/
	padding:1px;   /*explicitly set padding for sub-menus */
	text-align:left;
}

.ModuleTitle_MenuBreak  {
	background-color:#EEEEEE; 
	font-size:1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
	cursor:pointer; 
	/*cursor:hand;*/
	color:black; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal; 
	font-style:normal;
	background-color:#C1D2EE;
}

