/*
 ******************************************************
 * Copyright (c) 2008 FunkyStreet. All Rights Reserved.
 * Filename:    Master.css
 * Author:      
 * Revision:    1.0
 * Modified by:
 * Modified on:
 *
 * Description: Defines CSS styles used.
 ******************************************************
 */BODY
{
    BACKGROUND-COLOR: black;
    COLOR: black;
    FONT-FAMILY: 'Arial'
}

.pagetitle
{
    font-family: pristina;
    color: rgb(5,40,207);
    font-size: 36pt;
    text-align: center;
}

.faqQuestion
{
    color: #000000;
    font-family: pristina;
    font-size: 18pt;
    font-weight: bold;
}

.pageText
{
    color: #000000;
    font-family: verdana;
    font-size: 10pt;
}

a:link
{
    color: blue;
}

a:visited
{
    color: blue;
}

/* Start of CSS for odd even repertoire table */

div.scroll
{
    height: 250px;
    width: 600px;
    overflow: auto;
    border: 1px solid;
    padding: 2px;
    background-color: #cde64a;
}

.odd
{
    background: rgb(206,214,74);
}

.even
{
    background: #CCC;
}

/* End of CSS for odd even repertoire table */

/* Start of CSS for gallery images */

div.scroll-image
{
    height: 210px;
    width: 483px;
    overflow: auto;
    border: 1px solid;
    padding: 10px;
    background-color: rgb(206,214,74);
}

div.thumb-title
{
    font-size: 10pt;
    text-align: center;
}

/* End of CSS for scrolling images */


/* Start of CSS for Boxes */

/* set millions of background images */
.rbroundbox { background: url(../images/boxes/nt.gif) repeat; }
.rbtop div { background: url(../images/boxes/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/boxes/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/boxes/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/boxes/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

/* set millions of background images */
.rb2roundbox { background: url(../images/boxes/nt3.gif) repeat; }
.rb2top div { background: url(../images/boxes/tl3.gif) no-repeat top left; }
.rb2top { background: url(../images/boxes/tr3.gif) no-repeat top right; }
.rb2bot div { background: url(../images/boxes/bl3.gif) no-repeat bottom left; }
.rb2bot { background: url(../images/boxes/br3.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rb2top div, .rb2top, .rb2bot div, .rb2bot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rb2content { margin: 0 7px; }
.rb2roundbox { width: 150px; margin: auto auto; }

/* End of CSS for Boxes */

/* Start of CSS for footer */

HR.color
{
    color: rgb(206,214,74);
}

.footer-color
{
    color: #FFFFFF;
}

/* End of CSS for footer */