/* $Id: banner.css,v 1.1.2.4 2003/02/04 19:02:30 paddy Exp $ */
BODY
{
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    background-color : #00009c; /* Deep Blue */
    color            : #ffffff; /* White */
    margin           : 0em 0em
}

/* All links are white and underline when you hover over them */

A
{
    color           : #ffffff; /*white*/
    text-decoration  : none;
}

A:visited, A:link
{
    color           : #ffffff; /*white*/
}

A:hover
{
    text-decoration  : underline;
}

/* --------------- Product/Suite toolbar styles --------------- */

/* The green bar across the top of the page - uses a repeating image to get the effect (theres a little bit of dark down the bottom) */
.suitebar
{
    color            : #ffffff; /* white */
    background-color : #009999; /* murky green */
    white-space      : nowrap;
    padding          : 0px 10px ; /* Give a little space at the left/right edges */
    height           : 25px ;     /* exactly the same height as the bannerslice below */
    background-image : url("images/bannerslice.gif");
    background-repeat: repeat-x ;
    font-size        : 7pt;       /* The bars between the suite */
    font-family      : Verdana, Arial, Helvetica, sans-serif;
}

/* Wide,italic text */
.suitetitle, .suitetitle:visited, .suitetitle:link  /* Try and reproduce the bitmap style */
{
    letter-spacing      : .3em ;
    text-transform      : uppercase ;
    font-family         : Helvetica, Arial, sans-serif; /* Used Helvetica Medium apparently */
    font-style          : italic ;
    font-size           : 10pt;
    font-weight         : normal;
}

.suitebutton:visited
{
    white-space      : nowrap;
}

/* Both the main logo and the powered by */
.logo
{
    border-style     : none;
    border-width     : 0;
    color            : #00009c; /* Deep Blue*/ /* For the benefit of navigator 4 that ignores the style above ie the border is the same color as the background */
    vertical-align   : middle ;
}

/* Product title */
.producttitle
{
    font-family      : Helvetica, Arial, Verdana, sans-serif;
    font-size        : 14pt;
    font-weight      : normal;
    color            : #ffffff;
    margin           : 0;
    white-space      : nowrap;
    text-decoration  : none;
}

/* powered by - tiny,italic text*/
.power
{
    font-size        : 7pt;
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    font-style       : italic ;
    white-space      : nowrap;
}

/* the search tools */
.productbar
{
    color            : #ffffff; /* white */
    font-size        : 9pt;
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    white-space      : nowrap;
}

/* go button */
.go
{
    color            : #ffffff; /* white */ /* in case the button doesn't appear */
    cursor           : hand;
    vertical-align   : middle;
    border-style     : none;
    border-width     : 0px;
}

.suiteradio
{
    color            : #ffffff; /* white */
    font-size        : 7pt;
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    vertical-align   : middle;
}


