/*************************************************************************/
/* This style sheet is generated automatically and so may be overwritten */
/*************************************************************************/

/**************************************************/
/* Styles for tab menu components - selected tabs */
/**************************************************/
.TabSelectedLeft        {background : #3F9F9F}
.TabSelectedRight       {background : #006A6A}
.TabSelectedTop         {background : #3F9F9F}
.TabSelectedTopLeft     {background : #6FB7B7}
.TabSelectedTopRight    {background : #008080}
.TabSelectedBottom      {background : #006A6A}
.TabSelectedBottomLeft  {background : #008080}
.TabSelectedBottomRight {background : #005858}
.TabSelectedCentre      {
                            background      : #008080        ;
                            color           : #E0E0E0        ;
                            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 : #D5D5D5}
.TabNotSelectedRight       {background : #A6A6A6}
.TabNotSelectedTop         {background : #D5D5D5}
.TabNotSelectedTopLeft     {background : #DFDFDF}
.TabNotSelectedTopRight    {background : #C8C8C8}
.TabNotSelectedBottom      {background : #A6A6A6}
.TabNotSelectedBottomLeft  {background : #C8C8C8}
.TabNotSelectedBottomRight {background : #8A8A8A}
.TabNotSelectedCentre      {
                               background      : #C8C8C8        ;
                               color           : #008080        ;
                               font-family     : verdana,tahoma ;
                               font-weight     : bold           ;
                               font-size       : 12px           ;
                               text-align      : center         ;
                               text-decoration : none           ;
                           }
a:hover[class='TabNotSelectedCentre'] {color : #0000FF}

/***************************************************************************/
/* The style of the menu base (separator bar), which can also contain text */
/***************************************************************************/
.InfoBar
{
   background  : #008080        ;
   color       : white          ;
   font-family : verdana,tahoma ;
   font-weight : bold           ;
   font-size   : 80%            ;
   text-align  : right          ;
}

