/* ================================
    CSS STYLES VIDANGES-LAURIOL
   ================================
*/   
Body
{ SCROLLBAR-FACE-COLOR: green;
 SCROLLBAR-HIGHLIGHT-COLOR: #00CC00;
  SCROLLBAR-SHADOW-COLOR: black;
  SCROLLBAR-3DLIGHT-COLOR: #00CC00;
  SCROLLBAR-ARROW-COLOR: #00CC00;
  SCROLLBAR-TRACK-COLOR: #EEFFEE;
  SCROLLBAR-DARKSHADOW-COLOR: black;
  BACKGROUND-COLOR: white; }


/* GENERAL */
/* style for module titles */

.Normal
{
	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: verdana, Arial, Helvetica;
}

.Head   { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 16px;
  font-weight: bold;
  color: #006600;
}

.SubSubHead  { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: black;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab  { 
  font-family: Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: green;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:white;
    font-family: 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:    underline;
    color:white;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: #00c000;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 13px;
	border-left: #000000 0px solid;
	cursor: hand;
	color: white;
	border-bottom: #000000 0px solid;
	font-family: Arial;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #00C000;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #00C000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #CC3366 1px solid; 
	border-left: #CC3366 1px solid; 
	border-top: #CC3366 1px solid; 
	border-right: #CC3366 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #CC3366 1px solid; 
	border-left: #CC3366 1px solid; 
	border-top: #CC3366 1px solid;  
	border-right: #CC3366 1px solid; 
	background-color: #00C000; 
	height: 1px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: green;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

HR  { 
  color: #CC3333;
  line-height: 1;
  text-align: left;
}

TH  { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #006600;
}

A:link  { 
  color: blue;
  text-decoration: underline;
}

A:visited   { 
  color: #006600;
  text-decoration: underline;
}

A:active   { 
  color: #006600;
  text-decoration: underline;
}

A:hover  { 
  color: red;
  text-decoration: underline;
}

