/* CSS Document */
/* This is a subset of the styles used by the new (2007) consumer front end design
If this file is in use it's because it is necessary to skin the slideshow using the new look
before the actual new design goes live, so it's temporarily here to hold the needed new styles mixed with the old design files.
The same applies to GUI slideshow images
Once the new design is ready it should be removed and the new, definitive css file should be used instead.
It will probably be necessary to create a separate album.css for the sllideshow, as the new design css has conflicts with the old one.
*/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	margin:0px;
}
a:link {
	color: #99CCFF;
	text-decoration:none;
	background-color:transparent;
}
a:visited {
	color:#99CCFF;
	background-color:transparent;
	text-decoration:none;
}
a:hover {
	color:#000000;
	background-color:#99CCFF;
}
.titleWhite, .titleWhite a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
}

.largeGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.mediumWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.link { /* hack due to conflicts with album.css */
	color: #99CCFF;
	text-decoration:none;
	background-color:transparent;
}

