/* General stylesheet for printing */

/* Include the common stuff */
@import url(common.css);

/* Now the print-specific stuff */
body
{
    background: white;
}

/* The navbar */
div.navbar
{
    display: none;
}
div.navbar p, div.navbar h1, div.navbar h2
{
    display: none;
}

div.navbar h1
{
    display: none;
}

div.navbar a, div.navbar em { display: none; }
div.navbar a, div.navbar em { display: none; }
div.navbar a:first-child { display: none; }
div.navbar em { display: none; }

div.navbar a:link { display: none; }
div.navbar a:visited { display: none; }
div.navbar a:hover { display: none; }

/* And now the body */
div.body
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justified;
    background: white;
}

p, li
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justified;
}

h1
{
    text-align: center;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
}

h2
{
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}

h3
{
    font-size: medium;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.centre, .center, .c
{
    text-align: center;
}

.floatleft
{
    float: left
}

.floatright
{
    float: right
}

.floatnone
{
    float: none
}

/* First-level list items */

LI
{
    list-style-type: disc;
    list-style-image: url(/images/balls/blue.gif);
    text-indent: +0em;
}

LI.cyan, LI.scd
{
    list-style-image: url(/images/balls/cyan.gif);
}

LI.red, LI.highland
{
    list-style-image: url(/images/balls/red.gif);
}

LI.green, LI.irish
{
    list-style-image: url(/images/balls/green.gif);
}

LI.blue, LI.scotland
{
    list-style-image: url(/images/balls/blue.gif);
}

LI.earth, LI.world, LI.web
{
    list-style-image: url(/images/balls/earth.gif);
}

LI.yellow, LI.ceilidh
{
    list-style-image: url(/images/balls/yellow.gif);
}

LI.purple, LI.music
{
    list-style-image: url(/images/balls/purple.gif);
}

LI.gold
{
    list-style-image: url(/images/balls/gold.gif);
}

LI.grey, LI.gray
{
    list-style-image: url(/images/balls/grey.gif);
}

LI.black
{
    list-style-image: url(/images/balls/black.gif);
}

LI.white, LI.other
{
    list-style-image: url(/images/balls/white.gif);
}

LI.orange, LI.reeling
{
    list-style-image: url(/images/balls/orange.gif);
}

LI.brown
{
    list-style-image: url(/images/balls/brown.gif);
}

LI.smiley
{
    list-style-image: url(/images/balls/smiley.gif);
}

LI.hand
{
    list-style-image: url(/images/hpoint_right.gif);
}

LI.new
{
    list-style-image: url(/images/new_tiny.gif);
}

LI.SCDIcon
{
    list-style-image: url(/images/scd/SCD.gif);
}

LI.HighlandIcon
{
    list-style-image: url(/images/scd/Highland.gif);
}

LI.CeilidhIcon
{
    list-style-image: url(/images/scd/Ceilidh.gif);
}

LI.MusicIcon
{
    list-style-image: url(/images/scd/Music.gif);
}

/* Second-level list items */
UL UL LI
{
    list-style-type: circle;
    list-style-image: url(/images/symbols/right_blue.gif);
    text-indent: +0em;
}

UL UL LI.cyan, UL UL LI.scd
{
    list-style-image: url(/images/symbols/right_cyan.gif);
}

UL UL LI.red, UL UL LI.highland
{
    list-style-image: url(/images/symbols/right_red.gif);
}

UL UL LI.green, UL UL LI.irish
{
    list-style-image: url(/images/symbols/right_green.gif);
}

UL UL LI.blue, UL UL LI.scotland
{
    list-style-image: url(/images/symbols/right_blue.gif);
}

UL UL LI.earth, UL UL LI.world, UL UL LI.web
{
    list-style-image: url(/images/symbols/right_earth.gif);
}

UL UL LI.yellow, UL UL LI.ceilidh
{
    list-style-image: url(/images/symbols/right_yellow.gif);
}

UL UL LI.orange, UL UL LI.reeling
{
    list-style-image: url(/images/symbols/right_orange.gif);
}

UL UL LI.brown
{
    list-style-image: url(/images/symbols/right_brown.gif);
}

UL UL LI.white, UL UL LI.other
{
    list-style-image: url(/images/symbols/right_owhite.gif);
}

UL UL LI.black
{
    list-style-image: url(/images/symbols/right_black.gif);
}

UL UL LI.purple, UL UL LI.music
{
    list-style-image: url(/images/symbols/right_purple.gif);
}

UL UL LI.grey, UL UL LI.gray
{
    list-style-image: url(/images/symbols/right_grey.gif);
}
