/* ================================
    CSS STYLES FOR euroconte
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background:#990000 ;
}

/* background color for the content part of the pages */
Body
{
    background-color: #ece9d8;
    scrollbar-face-color: #990000; 
	scrollbar-highlight-color: #CC3300; 
	scrollbar-shadow-color: black; 
	scrollbar-3dlight-color: #CC3300; 
	scrollbar-arrow-color: gold; 
	scrollbar-track-color: #660000; 
	scrollbar-darkshadow-color: black;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: LightYellow;
}

.LeftPane  { 
}

.ContentPane  {
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10.5pt;
    color: black;
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:darkblue;
}

/* Anciens SelectedTab

.SelectedTab {
    font-weight: bold;
    font-size: 10.5pt;
    color: BlanchedAlmond;
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:darkred;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:orange;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:gold;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:yellow;
}
/*

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10.5pt;
    color: Gold;
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#333333;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#fffaf0;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#fffaf0;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: medium;
	border-bottom-width: medium;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color: firebrick;
	padding-top: 2px;
	font-style: italic;
	font-family: 'Times New Roman' , Palatino, Verdana, georgia;
	background-color: transparent;
	text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Times New Roman, Times, serif;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Times New Roman, Times, serif;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

/* text style used for most text rendered by modules */

.Normal
{
	font-weight: normal;
	font-size: 8pt;
	color: #003366;
	line-height: 140%;
	font-family: 'Verdana';
	text-decoration:none;
}
.Recherche
{
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: 'Verdana';
}
/* Rsidu de version 2
.Normal-announcements
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	background: #9f6363;
	padding-bottom: 0px;
	margin: 0px;
	color: lightgoldenrodyellow;
	line-height: 100%;
	padding-top: 0px;
	font-family: Tahoma, Arial, Helvetica;
}
*/ 

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Times New Roman, Times, serif;
    font-size: 13px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Times New Roman, Times, serif;
    font-size: 13px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Times New Roman, Times, serif;
    font-size: 13px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Times New Roman, Times, serif;
    font-size: 13px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #333333;
}
    
/* GENERIC */
H1  {
    font-family: Times New Roman, Times, serif;
    font-size:  20px;
    font-weight:    normal;
    color: #222222;
}

H2  {
    font-family: Times New Roman, Times, serif;
    font-size:  19px;
    font-weight:    normal;
    color: #333333;
}

H3  {
    font-family: Times New Roman, Times, serif;
    font-size:  18px;
    font-weight:    normal;
    color: #666666;
}

H4  {
    font-family: Times New Roman, Times, serif;
    font-size:  17px;
    font-weight:    normal;
    color: #000000;
}

H5, DT  {
    font-family: Times New Roman, Times, serif;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
}

H6  {
    font-family: Times New Roman, Times, serif;
    font-size:  15px;
    font-weight:    bold;
    color: #000000;
}

TFOOT, THEAD    {
    font-family: Times New Roman, Times, serif;
    font-size:  14px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Times New Roman, Times, serif;
    font-size:  13px;
    font-weight:    bold;
    color: #000000;
}

A:link
{
	color: black;
	text-decoration: underline;
}

A:visited
{
	color: black;
	text-decoration: underline;
}

A:active
{
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

A:hover
{
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

SMALL   {
    font-size:  10px;
}

BIG {
    font-size:  15px;
}

BLOCKQUOTE, PRE {
    font-family: Times New Roman, Times, serif;
}


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: firebrick;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: normal;
    font-size: 14px;
    background-color: #fffaf0
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: gold;
	font-family: Tahoma, Arial, Helvetica;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #8B0000 0px solid; 
	border-left: #8B0000 0px solid; 
	border-top: #8B0000 0px solid; 
	border-right: #8B0000 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Times New Roman, Times, serif; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #fffaf0 0px solid; 
	border-bottom: #fffaf0 1px solid; 
	border-top: #fffaf0 1px solid; 
	border-right: #fffaf0 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #fffaf0; 
	border-left: #fffaf0 1px solid; 
	border-bottom: #fffaf0 1px solid; 
	border-top: #fffaf0 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #fffaf0; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Ghostwhite', Direction=135, Strength=3); 
	border-bottom: #fffaf0 0px solid; 
	border-left: #fffaf0 0px solid; 
	border-top: #fffaf0 0px solid; 
	border-right: #fffaf0 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #fffaf0 1px solid; 
	border-left: #fffaf0 0px solid; 
	border-top: #fffaf0 1px solid;  
	border-right: #fffaf0 0px solid; 
	background-color: #fffaf0; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Times New Roman, Times, serif; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	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: 12pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #990000 0px solid; 
	border-left: #FF9933 0px solid; 
	border-top: #FF9933 0px solid; 
	border-right: #990000 0px solid;  
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: gold; 
	font-family: Times New Roman, Times, serif; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #990000 0px solid; 
	border-bottom: #990000 1px solid; 
	border-top: #990000 1px solid; 
	border-right: #990000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #820A01; 
	border-left: #990000 1px solid; 
	border-bottom: #990000 1px solid; 
	border-top: #990000 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #820A01; 
	filter: Alpha(Opacity=95, FinishOpacity=95, Style=1, StartX=0, StartY=0, FinishX=160, FinishY=0); 	
	border-bottom: #990000 0px solid; 
	border-left: #FF9933 0px solid; 
	border-top: #FF9933 0px solid; 
	border-right: #990000 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #990000 1px solid; 
	border-left: #FF9933 0px solid; 
	border-top: #FF9933 1px solid;  
	border-right: #990000 0px solid; 
	background-color: #fffaf0; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: BlanchedAlmond; 
	cursor: pointer; 
	cursor: hand; 
	color: #820A01; 
	font-family: Times New Roman, Times, serif; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 14pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #990000 1px solid; 
	border-bottom: #990000 1px solid; 
	border-top: #990000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 14pt; 
	cursor: pointer; 
	cursor: hand;
}
.TreeViewBody
{
	border-right: firebrick thin outset;
	border-top: firebrick thin outset;
	filter: filter:progid:DXImageTransform.Microsoft.Shadow(color= 'DarkRed' , Direction=135, Strength=3);
	border-left: firebrick thin outset;
	border-bottom: firebrick thin outset;
	background-color: transparent;
}
			
.treeview
{
	font-size: 8pt;
	color: darkgreen;
	font-family: Arial, Verdana;
}
.links
{
	font-weight: bold;
	font-size: 8pt;
	color: gold;
	font-family: Arial, Verdana;
}

