/* PassionSkin classes - DNN 6.x */ 

body {background-color:#818181;
    scrollbar-arrow-color: #fdff20; scrollbar-3dlight-color: #fcfd7f; scrollbar-darkshadow-color: #353535; scrollbar-face-color: #353535; scrollbar-highlight-color: #a9a9a9; scrollbar-shadow-color: #808080; scrollbar-track-color: #a9a9a9; scrollbar-base-color:#808080; }

.skinText {color:#a9a9a9;font-family:tahoma;font-weight:bold;font-size:11px;}

/*Default Over-rides*/
#ControlPanelWrapper /*#dnnCPWrap*/{filter:none !important;}

/*CURRENTDATE*/
.skinDate {color:#2C2C2C;font-family:tahoma;font-weight:normal;font-size:11px;}

/* Main Menu ---------------------------------------------------------------------------*/
.leftmenubox {background: url(menubox_left.gif) no-repeat bottom right; height:32px;}
.menuboxBG {background: url(menubox_bg.gif) repeat-x bottom left; height:32px;}
.rightmenubox {background: url(menubox_right.gif) no-repeat bottom left; height:32px;}

/* PANES */
.panes {background-color:transparent;padding-left:5px;padding-right:5px;padding-top:1px;}
.colonnes {width:50%;background-color:transparent;padding-left:5px;padding-right:5px;padding-top:1px;}

.MainMenu_MenuContainer {
	background-color: transparent;
	/*color: #2c2c2c;*/
}
.MainMenu_MenuBar {
	height: 19px;
	cursor: pointer; 
	cursor: hand; 	
	/*background-color: Transparent;*/
}
.MainMenu_MenuItem {
	color: #2c2c2c;
	background: yellow;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding-left: 7px;
	padding-right: 10px;
	height: 19px;
	border: 0;
	cursor: pointer; 
	cursor: hand;	
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	color: #fff;
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 7px;
	padding-right: 10px;
	height: 19px;
	border: 0;
	background: #444;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuIcon {
	color: #e0e0e0;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
	cursor: pointer; 
	cursor: hand;	
}
.MainMenu_SubMenu {
	z-index: 1000; 
	color: #fff;
/*	background: url(bg_menu.gif);  */
	background: #e0e0e0;
	margin-top: 2px;
	border: 1px solid #444;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	filter: none;
	cursor: pointer; 
	cursor: hand;	
}
.MainMenu_MenuBreak {
	display: none;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 11px;
	display: none;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 11px;
	display: none;
	cursor: pointer;
	cursor: hand;
}
/* text style for the unselected tabs 
.OtherTabs {
    font-size: 11px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}*/

/* hyperlink style for the unselected tabs 
A.OtherTabs:link {
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}*/

/*.ControlPanel, .PagingTable {background-color:silver;}*/

.sunText {
    color: yellow;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
}
.cssHost {
    font-size: 10px;
    color: #a9a9a9;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;    
}
/* pane names, item titles on edit and admin pages */
.SubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: black;
}
/* breadcrumb */
.OuterText {color:#a9a9a9;font-family:Tahoma,Arial,Helvetica;font-size:11px;text-decoration:none;/*border-bottom: 1px solid #a9a9a9;*/}

A.OuterText:link, A.OuterText:visited {
    color: #a9a9a9;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
   	border-bottom: 1px solid #a9a9a9;
}
A.OuterText:active {
    color: #eeeeee;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
}
A.OuterText:hover {
    color: yellow;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;	  
    text-decoration: none;
   	border-bottom: 1px solid yellow;
}
/* avant breadcrumb */
.InnerText {
    color: #a9a9a9;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
}
A.InnerText:link, A.InnerText:visited {
    color: #a9a9a9;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
   	border-bottom: 1px solid #a9a9a9;
}
A.InnerText:active {
    color: #eeeeee;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
}
A.InnerText:hover {
    color: silver;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
   	border-bottom: 1px solid yellow;
}
/* module Links */
a.Normal:link, a.Normal:visited {
	color: black;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.Normal:hover {
	color: #818181;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
/*
a:link:visited {
	color: #D08D00;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #D08D00;
}
a:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid yellow;
}*/
/*
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.5em;
}

table {
	padding: 0;
}


select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}

h3 {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}*/

/* images de fond */
.tableHeader { background: url(img_header.gif) no-repeat top left; height: 125px;
/*rajout
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}
.tableBG {
    background: url(body_bg.gif) #818181 repeat-y top left; 
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
}
.tableFooter { background: url(img_footer.gif) no-repeat top left; height: 107px; }

/* BUTTON TREEVIEW HEADER */
.StandardButton {
    background: #2c2c2c none;
    color: #FFFFFF;
    font-family:Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 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_LtBlue.jpg);
}*/

/* Module Title Menu (A PERSONNALISER) */
/*.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}/*
/*
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}
.ModuleTitle_MenuItem {
	color: #2c2c2c; 
	background: #EABA54;
	cursor: pointer; 
	cursor: hand; 
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;	
	padding-left: 2px;
	padding-right: 8px;
	height: 21px;
	border: 0;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #2c2c2c;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #EABA54;
	margin-top: 5px;
	border: 1px solid #444;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	filter: none; 
}
.ModuleTitle_MenuBreak {
	display: none;
}
.ModuleTitle_MenuItemSel {
	color: #f4f4f4;
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 2px;
	padding-right: 8px;
	height: 21px;
	border: 0;
	background: #444;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}*/

/* for the date ------------------------------------------------------------------------
.SelectedTab {
    color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}*/

/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}*/

/* linky linky 

a.SubHead:link, a.SubHead:visited {
	color: #D08D00;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}*/
/*
a.CommandButton:link, a.CommandButton:visited {
	color: #D08D00;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.CommandButton:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}*/

/* Module titles */
.Head {
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica;	
	color: #000000;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/*
.Normal {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}

.NormalRed {
	color: #D08D00;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalTextBox {
	color: #686868;
	padding-left: 4px;
	line-height: 13px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ccc;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 1px solid #f5f5f5;
	visibility: invisible;
}
*/

