﻿
/**
 * Description: Default Stylesheet.
 * 
 * Copyright: &copy 2007, Journeytools, All rights reserved
 * 
 * Revision History: 
 * 
 * 
 * Date     Who  Description
 * ======== ==== ===================================================
 * 20070101 CRW  Creation
 * 
 */

body {
	text-align: center;
	color: #eeeeee;
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
}
a.header:link {color: white; text-decoration: none; font-weight: bold;}
a.header:visited {color: yellow; text-decoration: none; }
a.header:hover {color: blue; text-decoration: underline; background-color: white;}
a.header:active {color: yellow; }

a.one:link {color: white; text-decoration: none; font-weight: bold;}
a.one:visited {color: yellow; text-decoration: none; font-style: italic;}
a.one:hover {color: blue; text-decoration: underline; background-color: white;}
a.one:active {color: yellow; font-style: italic;}

a:link {color: white; text-decoration: none; font-weight: bold;}
a:visited {color: yellow; text-decoration: none; }
a:hover {color: blue; text-decoration: underline; background-color: white;}
a:active {color: yellow; }

a.christmas:link {color: red; text-decoration: none; }
a.christmas:visited {color: yellow; text-decoration: none; }
a.christmas:hover {color: green; text-decoration: underline; }
a.christmas:active {color: purple; }

a.normalLink:link {color: black; text-decoration: none; }
a.normalLink:visited {color: yellow; text-decoration: none; }
a.normalLink:hover {color: blue; text-decoration: underline; }
a.normalLink:active {color: yellow; }

a.announce:link {color: yellow; font-size:16pt; text-decoration: none; font-weight: bold;}
a.announce:visited {color: blue; font-size:16pt; text-decoration: none; }
a.announce:hover {color: gray; font-size:16pt; text-decoration: underline; background-color: white;}
a.announce:active {color: yellow; font-size:16pt; text-decoration: underline;}



#container {
	text-align: center;
}
#container a:hover {color:Blue; text-decoration:none;}
#container a:visited { color: blue; text-decoration:none;}
#container a:link {color:Yellow; text-decoration:none;}
#nav {
	margin-bottom: 50px;
}
#content {
	margin-bottom: 20px;
}
a 
{
    /*
	color: #eeeeee;
	text-decoration: none;
	*/
}

a:hover 
{
    /*
	text-decoration: underline;
*/
}
.slogan 
{
	color: green;
	font-style: italic;
}
.albumtitle {
	font-weight: bold;
	color: black;
}
.albumdesc{
	font-weight:bolder;
	color: #444444;
	
}
img.grayBorder {
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}
.zmy {
	color: #ffffff;
	font-weight: bold;
}
.yy {
	color: #ffffff;
	font-weight: bold;
}

.transOn
{
    filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

.transOff
{       
}