/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-size: 8.5pt;
    color: Black;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:Black;

}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: fc8e0a;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: fc8e0a;
    font-weight: bold;

}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:c6d92c;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#eeeeee;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #76d638;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #003366;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #003366;
}
    
/* GENERIC */
H1  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    /*color:  #003366;*/
    color:Black;
}

A:visited   {
    text-decoration:    none;
    /*color:  #003366;*/
    color:Black;
}

A:active    {
    text-decoration:    none;
    /*color:  #003366;*/
    color:Black;
}

A:hover {
    text-decoration:    underline;
    /*color:  #ff0000;*/
    color:Black;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	cursor: wait;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid; 
	background-color: c6d92c;
	width: 171px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 24px;
	background-image: url(../0/fond_grd_menu.gif);
}

.MainMenu_MenuItem 
{
	height: 24px;
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-image: url(../0/fond_menu.gif);
	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	text-align: center; 
	width: 15px;
	height: 24px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-image: url(../0/fond_menu.gif);
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: ebff35; 
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal;
}
/*
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
*/

/** MODULE MENU */
.MenuHdr
{
	padding-left: 5px;
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid; 
	background-color: c6d92c;
	width: 171px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: Black;
	font-weight: bold;
	font-style: normal; 
	height: 30px;
	text-decoration: none;
}

.MenuHdr2
{
	padding-left: 5px;
	height: 30px;
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid; 
	background-color: c6d92c;
	width: 171px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: Black;
	font-weight: bold;
	font-style: normal; 
	text-decoration: none;
}

.MenuItem
{
	height: 24px;
	cursor: hand; 
	font-size: 8pt;
	padding-left: 15px;
	background-image: url(../0/fond_menu.gif);
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.MenuItemMouseOver
{
	height: 24px;
	padding-left: 15px;
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid; 
	background-color: ebff35;
	width: 171px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: Black;
	font-style: normal; 
	text-decoration: none;
}
/* MODULE AGENDA */
.ModuleAgenda_titre    {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #FFFFFF;
}
.ModuleAgenda_description 
{
	color: #FFFFFF;
	font-weight:bold;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    text-decoration:underline;
}
A.ModuleAgenda_description:link {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.ModuleAgenda_description:visited  {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.ModuleAgenda_description:active   {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.ModuleAgenda_description:hover    {
    text-decoration:    underline;
    color: #FFFFFF;
}

/* MODULE LINK */
.ModuleLink_NormalTextBox 
{
	font-size:11px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;	
}
/* MODULE LIEN ARIANE */
.ModuleLienAriane {
	font-size: 10px;
    color: Black;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.ModuleLienAriane:link {
    text-decoration:    none;
    color:Black;
    font-weight:normal;
}

A.ModuleLienAriane:visited  {
    text-decoration:    none;
    color: Black;
}

A.ModuleLienAriane:active   {
    text-decoration:    none;
    color: fc8e0a;
    font-weight: bold;

}

A.ModuleLienAriane:hover    {
    text-decoration:    none;
    color:c6d92c;
}
.ModuleLienAriane_fleche {
	font-size: 8px;
    color: Black;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.ModuleLienAriane_notlink {
	font-size: 10px;
    color: fc8e0a;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    text-decoration: none;
    font-weight:bold;
}
A.ModuleLienAriane_notlink:link {
    text-decoration:    none;
    color:fc8e0a;
    font-weight:normal;
}

A.ModuleLienAriane_notlink:visited  {
    text-decoration:    none;
    color: fc8e0a;
}

A.ModuleLienAriane_notlink:active   {
    text-decoration:    none;
    color: fc8e0a;
    font-weight: bold;

}

A.ModuleLienAriane_notlink:hover    {
    text-decoration:    none;
    color:c6d92c;
}
/* MODELE DE MODULE LOGIN */
.ModuleLogin_titre 
{
	font-size: 10px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-weight:bold;
}
.ModuleLogin_NormalTextBox 
{
	font-size:11px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	
}
.ModuleLogin_messageerreur 
{
	font-size: 10px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-weight:bold;
	color:Red;
}
/* MODELE DE MODULE CONTENU */
.ModuleContenu_titre 
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #00b9f1;
}
/* MODULE EVENT */
.ModuleEvent_titre 
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #76d638;
}
/* MODULE A LA UNE */
.Alaune_CommandButton     {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #76d638;
}
A.Alaune_CommandButton:link {
    text-decoration:    none;
    color: #76d638;
}

A.Alaune_CommandButton:visited  {
    text-decoration:    none;
    color: #76d638;
}

A.Alaune_CommandButton:active   {
    text-decoration:    none;
    color: #76d638;
}

A.Alaune_CommandButton:hover    {
    text-decoration:    underline;
    color: #76d638;
}







