/* @override http://online.local:8888/Corp.v5.NewWest/nwr_global.css */

/* CSS Document */

body {
margin: 0;
color: #CCC;
background-color: #000;
font: 12px/18px Arial, Geneva, "Lucida Grande", sans-serif;
}

a { color: #2971a7; }

/*Headings*/
h1 {
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	margin-top: 5px;
	letter-spacing: -1px;
	text-indent: -2px;
}

h2 {
	color: #fff;
	padding-bottom: 5px;
}

h3
{
color: #fff;
padding-bottom: 5px;
}
/*Layout*/
#container
{
width: 980px;
margin: 0px auto;
padding: 0;
background-color: #000;
color: #CCC;
line-height: 130%;
}
#top {
padding: 0;
background-color: #000;
}
#footer
{
clear: both;
margin: 0;
padding: 0;
color: #CCC;
background-color: #000;
}
#ArtistRoller
{
padding-top: 15px;
}

/* NewsSticker CSS */
/*Sample CSS to style the two tickers in the demo*/
.cnnclass
{
color: #CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
width: 980px;
padding: 0px;
background-color: #000000;
margin-bottom: 10px;
margin-top: 10px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}
.cnnclass a
{
text-decoration: none;
}
.bbcclass
{
width: 400px;
padding: 6px;
background-color: lightyellow;
border: 1px solid #004A00;
}
.rsstitle
{ /*shared class for all title elements in an RSS feed*/
font-weight: normal;
}
.rssdate
{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}
.rssdescription
{ /*shared class for all description elements in an RSS feed*/
}
/* /NewsSticker CSS */