/*************************************************************************/
/* This style sheet is generated automatically and so may be overwritten */
/*************************************************************************/

/**************************************************/
/* Styles for tab menu components - selected tabs */
/**************************************************/
.TabSelectedLeft        {background : #9F3F3F}
.TabSelectedRight       {background : #6A0000}
.TabSelectedTop         {background : #9F3F3F}
.TabSelectedTopLeft     {background : #B76F6F}
.TabSelectedTopRight    {background : #800000}
.TabSelectedBottom      {background : #6A0000}
.TabSelectedBottomLeft  {background : #800000}
.TabSelectedBottomRight {background : #580000}
.TabSelectedCentre      {
                            background      : #800000        ;
                            color           : #E8E8E8        ;
                            font-family     : verdana,tahoma ;
                            font-weight     : bold           ;
                            font-size       : 12px           ;
                            text-align      : center         ;
                            text-decoration : none           ;
                        }
a:hover[class='TabSelectedCentre'] {color : #FFFFFF}

/******************************************************/
/* Styles for tab menu components - not-selected tabs */
/******************************************************/
.TabNotSelectedLeft        {background : #DBDBDB}
.TabNotSelectedRight       {background : #ADADAD}
.TabNotSelectedTop         {background : #DBDBDB}
.TabNotSelectedTopLeft     {background : #E4E4E4}
.TabNotSelectedTopRight    {background : #D0D0D0}
.TabNotSelectedBottom      {background : #ADADAD}
.TabNotSelectedBottomLeft  {background : #D0D0D0}
.TabNotSelectedBottomRight {background : #909090}
.TabNotSelectedCentre      {
                               background      : #D0D0D0        ;
                               color           : #800000        ;
                               font-family     : verdana,tahoma ;
                               font-weight     : bold           ;
                               font-size       : 12px           ;
                               text-align      : center         ;
                               text-decoration : none           ;
                           }
a:hover[class='TabNotSelectedCentre'] {color : #F00000}

/***************************************************************************/
/* The style of the menu base (separator bar), which can also contain text */
/***************************************************************************/
.InfoBar
{
   background  : #800000        ;
   color       : white          ;
   font-family : verdana,tahoma ;
   font-weight : bold           ;
   font-size   : 80%            ;
   text-align  : right          ;
}

