﻿body
{
	background-color: Black;
	font-family: Arial;
	font-size: 10pt;
}


.contentArea
{
	background-image: url(images/skullBackground.gif);
	background-repeat: repeat;
}

/* Text styles */

h1
{
	font-family: Arial;
	font-size: 35pt;
	font-style: italic;
}

h2,.heading2
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Arial;
}

.catalogLabel
{
	font-weight : bold;
}

.contentTitle
{
	font-size: 24pt;
}

.dateLabel
{
	color: blue;
	font-family: Sans-Serif;
	font-weight: bold;
}

.titleLabel
{
	font-style: italic;
}

.bandLabel
{
	
}
.newsTitle
{
	font-weight: bold;
	color: #990033;
}

/* Nav Bar */
.navBar
{
	width: 100%;
	color: white;
	font-family: 'Arial Black';
	background-color: black;
}

/* Catalog */
.pagerNextPrev
{
	font-weight: bold;
	font-family: Arial;
}

.pagerLocation
{
	font-weight: bold;
	font-family: Arial;
}

/* Catalog item */
.catalogItem
{
	background-color: white;
	width: 100%;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	height: 100%;
}

.item
{
	background-color: #f5f5f5;
}

.altItem
{
	background-color: white;
}

.price
{
	font-weight: bold;
	font-size: 12pt;
	color: green;
	font-family: Arial;
}

.priceSmall
{
	font-weight: bold;
	font-size: 10pt;
	color: green;
	font-family: Arial;
}
