@CHARSET "ISO-8859-1";

/*********************************************************************************
* Layout Styles
*********************************************************************************/
html{
	height: 100%;
	background-color: #AFAFAF;
	background-image: url(images/background.png);
	background-attachment: fixed;
}

body{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	text-align: center;
	background-image: url(images/body-background.png);
	_background-image: url(images/body-background2.png);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

div.banner{
	background: #FF0000;
	background-image: url(images/banner.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 160px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid white;
}

div.menu{
	height: 35px;
	width: 780px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: "Tempus Sans ITC", "Purisa", "Papyrus", sans-serif;
	font-size: 22px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: auto;
	padding-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.content{
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid white;
	color: #FFFFFF;
}

div.header{
	color: #FFFFFF;
	font-family: Georga, Times, serif;
	font-weight: bolder;
	font-size: 20px;
	border-bottom: 1px solid white;
	text-align: left;
	margin-bottom: 5px;
	clear: both;
}

div.copyright{
	color: #FFFFFF;
	text-align: center;
	font-family: Times, serif;
	font-size: 12px;
	padding: 3px;
	clear: both;
}

div.separator{
	height: 30px;
	background: url(images/separator.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	margin: 10px 0px 10px 0px;
}

/*********************************************************************************
* Table Styles
*********************************************************************************/
table.formtable{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	border-collapse: collapse;
}

td.formheader{
	color: #FFFFFF;
	background: #000000;
	font-family: Georga, Times, serif;
	font-size: 22px;
	font-weight: bolder;
	text-align: left;
	padding: 3px;
	vertical-align: top;
	border-bottom: 1px solid white;
}

td.formheader2{
	color: #FFFFFF;
	background: #000000;
	font-family: Georga, Times, serif;
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}

td.formheader-error{
	color: #FF0000;
	background: #000000;
	font-family: Georga, Times, serif;
	font-size: 22px;
	font-weight: bolder;
	text-align: left;
	padding: 3px;
	vertical-align: top;
	border-bottom: 1px solid white;
}

td.content-left-alt{
	color: #FFFFFF;
	background: #2F2F2F;
	text-align: justify;
	font-family: verdana, san-serif;
	font-size: 14px;
	padding: 3px;
	vertical-align: top;
}

td.content-left{
	color: #FFFFFF;
	background: #000000;
	text-align: justify;
	font-family: verdana, san-serif;
	font-size: 14px;
	padding: 3px;
	vertical-align: top;
}

td.content-center-alt{
	color: #FFFFFF;
	background: #2F2F2F;
	text-align: center;
	font-family: verdana, san-serif;
	font-size: 14px;
	padding: 3px;
	vertical-align: top;
}

td.content-center{
	color: #FFFFFF;
	background: #000000;
	text-align: center;
	font-family: verdana, san-serif;
	font-size: 14px;
	padding: 3px;
	vertical-align: top;
}

td.content-label-alt{
	color: #FFFFFF;
	background: #2F2F2F;
	text-align: right;
	font-family: verdana, san-serif;
	font-size: 14px;
	font-weight: bolder;
	padding: 3px;
	vertical-align: top;
	width: 50%;
}

td.content-label{
	color: #FFFFFF;
	background: #000000;
	text-align: right;
	font-family: verdana, san-serif;
	font-size: 14px;
	font-weight: bolder;
	padding: 3px;
	vertical-align: top;
	width: 50%;
}

td.home-left{
	border-right: 1px solid white;
	color: #FFFFFF;
	text-align: justify;
	font-family: verdana, san-serif;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
	width: 50%;
}

td.home-right{
	color: #FFFFFF;
	text-align: justify;
	font-family: verdana, san-serif;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
	width: 50%;
	border-left: 1px solid white;
}


/********************************************************************
* Input Styles
*********************************************************************/
input.console_input{
	color: #FFFFFF;
	background: #000000;
	border: 1px inset #FFFFFF;
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-family: "Trebuchet MS", freesans, sans-serif;
	text-align: left;
	vertical-align: top;
}

select.console_input{
	color: #FFFFFF;
	background: #000000;
	border: 1px inset #FFFFFF;
	padding: 0px 0px 0px 3px;
	font-size: 14px;
	font-family: "Trebuchet MS", freesans, sans-serif;
	text-align: left;
	vertical-align: top;
}

textarea.console_input{
	color: #FFFFFF;
	background: #000000;
	border: 1px inset #FFFFFF;
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-family: "Trebuchet MS", freesans, sans-serif;
	text-align: left;
	vertical-align: top;
}

input.console_button{
	color: #000000;
	background: #7B7B7B;
	border: 1px outset #777777;
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-family: "Trebuchet MS", freesans, sans-serif;
	text-align: left;
	vertical-align: top;
}

/*********************************************************************************
* Image Styles
*********************************************************************************/
img.icon{
	border: 1px solid #FFFFFF;
	margin: 5px 5px 3px 0px;
	float: left;
}

img.icon-alt{
	border: 1px solid #FFFFFF;
	margin: 5px 5px 3px 5px;
	float: right;
}

img.icon2{
	border: 1px solid #FFFFFF;
	margin: 5px 5px 3px 0px;
}

img.rss{
	border: none;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: -2px;
	margin-left: 0px;
	margin-right: 0px;
}

/*********************************************************************************
* Link Styles
*********************************************************************************/
a:link{
	color: #FF0000;
}

a:visited{
	color: #D50000;
}

a:hover{
	color: #FF2424;
	text-decoration: none;
}

a:link.home{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.home{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.home{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.home-selected{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.home-selected{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.home-selected{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.about{
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.about{
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.about{
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.about-selected{
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.about-selected{
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.about-selected{
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.artists{
	background-image: url(images/artists.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.artists{
	background-image: url(images/artists.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.artists{
	background-image: url(images/artists.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.artists-selected{
	background-image: url(images/artists.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.artists-selected{
	background-image: url(images/artists.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.artists-selected{
	background-image: url(images/artists.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.options{
    background-image: url(images/options.png);
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

a:visited.options{
    background-image: url(images/options.png);
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}
a:hover.options{
    background-image: url(images/options.png);
    background-repeat: no-repeat;
    background-position: -100px 0px;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

a:link.options-selected{
    background-image: url(images/options.png);
    background-repeat: no-repeat;
    background-position: -200px 0px;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

a:visited.options-selected{
    background-image: url(images/options.png);
    background-repeat: no-repeat;
    background-position: -200px 0px;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}
a:hover.options-selected{
    background-image: url(images/options.png);
    background-repeat: no-repeat;
    background-position: -200px 0px;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

a:link.store{
    background-image: url(images/store.png);
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

a:visited.store{
    background-image: url(images/store.png);
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}
a:hover.store{
    background-image: url(images/store.png);
    background-repeat: no-repeat;
    background-position: -100px 0px;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

a:link.store-selected{
    background-image: url(images/store.png);
    background-repeat: no-repeat;
    background-position: -200px 0px;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

a:visited.store-selected{
    background-image: url(images/store.png);
    background-repeat: no-repeat;
    background-position: -200px 0px;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}
a:hover.store-selected{
    background-image: url(images/store.png);
    background-repeat: no-repeat;
    background-position: -200px 0px;
    display: block;
    height: 35px;
    width: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

a:link.news{
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.news{
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.news{
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.news-selected{
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.news-selected{
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.news-selected{
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.albums{
	background-image: url(images/albums.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.albums{
	background-image: url(images/albums.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.albums{
	background-image: url(images/albums.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.albums-selected{
	background-image: url(images/albums.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.albums-selected{
	background-image: url(images/albums.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.albums-selected{
	background-image: url(images/albums.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.media{
	background-image: url(images/media.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.media{
	background-image: url(images/media.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.media{
	background-image: url(images/media.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.media-selected{
	background-image: url(images/media.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.media-selected{
	background-image: url(images/media.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.media-selected{
	background-image: url(images/media.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link.logout{
	background-image: url(images/logout.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:visited.logout{
	background-image: url(images/logout.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}
a:hover.logout{
	background-image: url(images/logout.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: block;
	height: 35px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

