/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	/*background-color: #660000;*/
}
.skinmaster {
	height: 100%;
	/*background-color: #EEEEEE;*/
	background:transparent;
	background-image: url(skinmaster.jpg);
	background-repeat: no-repeat;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.skinheader 
{
	height: 60px;
	width: 884px;
}
.skingradient {
	HEIGHT:32px;
	/*background-repeat:no-repeat;*/
}
/* Ajout Dov pour ADCP */
.skingradientBas {
	background-image: url(gradient_DKGray.jpg); HEIGHT:30px;
	HEIGHT:32px;
	background-repeat: repeat;
	background-color: transparent;
}
.skinDate_BreadCrumb {
	HEIGHT:30px;
	/*background-repeat:no-repeat;*/
	background-color: transparent;
}
.controlpanel {
	width: 100%;
	/*background-color: #DDDDDD;*/
}
.toppane {
	width: 100%;
	height:20px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	/*background-image:url(Fond_sel_item_menu.gif);*/
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;		
	    
}

.MainMenu_MenuItem {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	font-family: Times New Roman, Tahoma, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
    font-style:  italic;
    color: #660000;
}

.MainMenu_MenuIcon {
	background-color: #dcdcdc;
	/*border-left: #993333 1px solid; 
	border-bottom: #993333 1px solid; 
	border-top: #993333 1px solid;
	border-right: #993333 1px solid;*/
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	
}

.MainMenu_SubMenu
{
	background-color: #dcdcdc;
	/*border-left: #993333 1px solid; 
	border-bottom: #993333 1px solid; 
	border-top: #993333 1px solid;
	border-right: #993333 1px solid;*/
	/*background-color: Transparent;*/
	z-index: 1000;
	cursor: pointer;
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=30);
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/ 
	/*filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=10, FinishOpacity=100, Style=1, StartX=0,  FinishX=10, StartY=0, FinishY=10);*/ 
	/*filter: progid:DXImageTransform.Microsoft.RandomBars()*/
	font-style:  italic;
	
}
.MainMenu_MenuBreak {
	height: 10px;
	
}
.MainMenu_MenuItemSel 
{ 
	background-image:url(Fond_sel_item_menu.gif);
	cursor: pointer; 
	cursor: hand; 
    color : #696969;
	font-family: Times New Roman, Tahoma, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
    font-style:  italic;
	/*border-right: transparent thin inset; 
	border-top: transparent thin inset; 
	border-left: transparent thin inset; 
	border-bottom: transparent thin inset;*/
}

.MainMenu_MenuArrow {
	/*border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 0px solid;*/
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	
}
.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:  Verdana, Times New Roman, Tahoma, sans-serif; 
    font-size: 10px;
    font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}



