﻿#radeefHouseMenuH{
 padding:0;
 margin:0;
 m argin-left:120px;}
 
#radeefHouseMenuH li {
 float:left; /*pour IE*/
 list-style-type:none;
 width:auto;
 font-family: "Segoe UI Light", Segoe UI, Helvetica, Arial, sans-serif;
 font-size:15px;

}
#radeefHouseMenuH  li a {
 display:block;
 float:left;   
 line-height:38px; /*hauteur de l'image de fond*/
 color:#fff;
 text-decoration:none;
 text-align:center;
 width:auto;
 height:40px;
 padding-left: 18px;
padding-right: 18px;
font-family: "Segoe UI Light", Segoe UI, Helvetica, Arial, sans-serif;
 }

#radeefHouseMenuH li a:hover {
	color:#fff;
	background: #e0b818;
 text-decoration: none;
 width:auto;
 height:40px;
 }  

#radeefHouseMenuHCurrentLink {
	 background: #e0b818;
	 text-decoration: none;
}

.DNNEmptyPane{
	margin:0px;
	padding:0px;
}
/************/

.branding-top {
	background: url(dnn_large_banner.png) no-repeat top left;
	width: 900px;
	height: 428px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin: 1em 0;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	width: 210px;
	float: left;
}

.branding-bottom li.training {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin: 0 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 210px;
}
div.link_adminguide {
	float:left;
	background: url(dnn_adminguide.png) no-repeat top left;
	width: 316px;
	height: 137px;
	cursor: pointer;
}
div.link_proedition {
	float:right;
	background: url(dnn_proedition.png) no-repeat top left;
	width: 514px;
	height: 137px;
	cursor: pointer;
}
div.link_main {
	margin: 260px 30px 0px 30px;
}

#LoginInfo
{
	width:545px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 255px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 15px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	position:relative;
	width:330px;
}
#QuickLinks h2, #QuickLinks p
{
	margin: 5px 5px;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

#TelerikInside
{
	background: white url('telerikInside.jpg');
	border: 1px #cccccc solid;
	padding: 20px 5px 10px 130px;
	margin-bottom: 5px;
	width: 205px;
	height: 140px;
	border-style:none;
}

#TelerikInside h2
{
	font-weight: bold;
}

#RightColumnInfo
{
	float:right;
	width:340px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#qlCol1, #qlCol2
{
	margin: 5px 5px 15px;
	padding-left: 12pt;
	float: left;
	position:relative;
}

/*********************************************************************************************************************
                                              House Menu
**********************************************************************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	/*margin-left: 10px;*/
	margin: 0;
	margin-left:-20px !important;
	/margin-left:25px;
	margin-top: 0px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
	width:870px;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;

	
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
	display: block;
}

.ArrowPointer
{
	cursor: default;
}
/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	/*border-top: solid 1px #000;
	border-bottom: solid 1px #000;*/
	width: auto;
	height: 32px;
	/*background-color: #999;*/
	/*background-image: url(menubg/gray/menubar_000000_2x30.jpg);*/
	background-repeat: repeat-x;
	line-height: 15px;
	
}

#houseMenuH a { /* all links within the menu wrapper */
	color : #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight : normal;
	text-decoration : none;
	/*xt-transform: uppercase;*/
	letter-spacing: 0px;
	background-color: transparent;
	padding: 8px 8px 8px 8px;
	width: auto;
	height: 35px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 100%;
	/* end hack */
	margin-top:0px;
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 28px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#houseMenuH li a:hover {
	/*padding: 8px 10px 10px 10px;*/
	padding: 8px 8px 8px 8px;
	color: #000; 
	background-color: transparent; 
	background-image: url(rsc/images/menus/principale/menubar_zzzzzz_2x30.jpg);*/
	background-repeat: repeat-x;
}

#houseMenuH li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #333;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	line-height: 12px;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 144px;
	_margin: -30px 0 0 144px;
	border: solid 1px #333;
	line-height: 12px;
}

#houseMenuH li li { /* all items under the top level */
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	background-image: background-image: url(rsc/images/menus/principale/menubar_zzzzzz_2x30.jpg);;
	background-repeat: repeat-x;
	text-decoration: none;
}

#houseMenuH li a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color:transparent;/* transparent; */
	background-image: background-image: url(rsc/images/menus/principale/menubar_zzzzzz_2x30.jpg);;
	background-repeat: repeat-x;
	text-decoration: none;
}

#houseMenuH li a#houseMenuCurrentLink
{ /* current link itself */
	color: #eee; 
	background-color:transparent; /*red; */
	background-image: background-image: url(rsc/images/menus/principale/menubar_zzzzzz_2x30.jpg);;*/
	background-repeat: repeat-x;*/
	text-decoration: overline;
}
/***********************************************************************************************
                                  FIN CSS HOUSE MENU
***********************************************************************************************/