﻿TABLE.GadgetOpt {}

TABLE.GadgetOpt .Header
{
   background-image: url(./Images/TableGadgetOpt/headerBg.gif);
   background-color: #FFFFFF;
   background-repeat: repeat-x;
}

TABLE.GadgetOpt .HeaderLeft
{
   background-image: url(./Images/TableGadgetOpt/headerLeft.gif);
}

TABLE.GadgetOpt .HeaderRight 
{
   background-image: url(./Images/TableGadgetOpt/headerRight.gif);
}

TABLE.GadgetOpt .Footer
{
   background-image: url(./Images/TableGadgetOpt/footerBg.gif);
   background-repeat: repeat-x;
   background-color: #FFFFFF;
}

TABLE.GadgetOpt .FooterLeft
{
   background-image: url(./Images/TableGadgetOpt/footerLeft.gif);
   background-repeat: no-repeat;
}

TABLE.GadgetOpt .FooterRight
{
   background-image: url(./Images/TableGadgetOpt/footerRight.gif);
   background-repeat: no-repeat;
}

TABLE.GadgetOpt .Content
{
   vertical-align: top;
   background-color: #FFFFFF;
}

TABLE.GadgetOpt .Content .Left
{
   background-image: url(./Images/TableGadgetOpt/contentLeft.gif);
   background-repeat: repeat-y;
   background-color: #FFFFFF; 
}

TABLE.GadgetOpt .Content .Right
{
   background-image: url(./Images/TableGadgetOpt/contentRight.gif);
   background-repeat: repeat-y;
   background-color: #FFFFFF;
}

TABLE.GadgetOpt .Content TD
{
   font-weight: bold;
   color: #000066;
}

TABLE.GadgetOpt .Content .ReadOnly
{
   font-weight: normal;
}

TABLE.GadgetOpt .Content .MessageSelected
{
   font-weight: bold;
   font-size: 12px;
   color: #FFEB99;
   vertical-align: top;
   background-color: #000080;
}

TABLE.GadgetOpt .Content .Label
{
   font-weight: normal;
   background-color: #F0F0F0;
}

TABLE.GadgetOpt .Content .LabelBold
{
   font-weight: bold;
   background-color: #F0F0F0;
}

TABLE.GadgetOpt .Content .SmallLightBlueFont
{
   color: #3366CC;
   font-size:10px;
   font-weight:normal;
}

TABLE.GadgetOpt .Content .SmallLightBlueFont a
{
   color: #3366CC;
   font-size:10px;
   font-weight:normal;
}

TABLE.GadgetOpt .Content .SmallGreenFont
{
   color: #009933;
   font-size:10px;
   font-weight:normal;
}

TABLE.GadgetOpt .Content .SmallGrayFont
{
   color: #333333;
   font-size:10px;
   font-weight:normal;
}

TABLE.GadgetOpt .Content .BlackFont a
{
   color: #000000;
}

TABLE.GadgetOpt .Ligne
{
   background-color: #E1E1E1;
}

TABLE.GadgetOpt .Ligne .Left
{
   background-image: url(./Images/TableGadgetOpt/ligneLeft.gif);
   background-color: #E1E1E1;
   background-repeat: repeat-y;
}

TABLE.GadgetOpt .Ligne .Right
{
   background-image: url(./Images/TableGadgetOpt/ligneRight.gif);
   background-color: #E1E1E1;
   background-repeat: repeat-y;
}

TABLE.GadgetOpt .Alternate
{
   background-color: #F0F0F0;
}

TABLE.GadgetOpt .MessageOriginal
{
   background-color: #FFEB99;
}

TABLE.GadgetOpt .MessageOriginal .ReadOnly
{
   font-weight: normal;
}

TABLE.GadgetOpt a 
{
   text-decoration: none;
}

TABLE.GadgetOpt a.External
{
   text-decoration: underline;
}

TABLE.GadgetOpt a: hover   
{
   text-decoration: underline;
}

TABLE.GadgetOpt a.SelectedLink
{
   color: #990000; 
   text-decoration: underline;
}

TABLE.GadgetOpt a.SelectedLinkNonGras
{
   font: 9pt Verdana, Arial, Helvetica, sans-serif;
   text-decoration: underline;
}

TABLE.GadgetOptForcerLink a 
{
   text-decoration: underline;
}