body{
margin:0px;
padding:0px;
background:#000000;
color:#ffffff;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size:12px;
}
.text
{
color:#ffffff;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size:12px;
}

a
{
	font-weight:bold;
	color:#fe9c46;
	text-decoration:none;
}

a:hover {
	color:#ffd07f;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a.credits
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

a.credits:hover 
{
	color:#ffd07f;
}
div#qTip {
 padding: 3px;
 border: 1px solid #aeaeae;
 display: none;
 background: #5a5a5a;
 color: #FFF;
 font-family: Arial, Verdana, Helvetica, Sans-Serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

.buttons
{
    height:24px;
    width:440px;
}
.seperator
{
    float:left;
    height:24px;
    width:27px;
}


.news a
{
    float:left;
    width:52px;
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;
    background:url(../images/news_tab_inactive.gif);
}

.news a:hover {
	background:url(../images/news_tab_inactive_highlight.gif) no-repeat top;
}

.news_selected
{
    float:left;
    width:52px;
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;  
    background:url(../images/news_tab_active.gif);
}

.spotlight a
{
    float:left;
    width:82px;    
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;
    background:url(../images/spotlight_tab_inactive.gif);
}

.spotlight a:hover {
	background:url(../images/spotlight_tab_inactive_highlight.gif) no-repeat top;
}

.spotlight_selected
{
    float:left;
    width:82px;    
    height:24px;
    margin: 0;
	padding: 0; 
    text-indent:-999999px;   
    background:url(../images/spotlight_tab_active.gif);
}

.twitter a
{
    background:url(../images/twitter_tab_inactive.gif);
    width:71px;
    float:left;
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;
}
.twitter a:hover {
	background:url(../images/twitter_tab_inactive_highlight.gif) no-repeat top;
}

.twitter_selected
{
    background:url(../images/twitter_tab_active.gif);
    width:71px;
    float:left;
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;
}

.events a
{
    background:url(../images/events_tab_inactive.gif);
    width:61px;
    float:left;
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;
}
.events a:hover {
	background:url(../images/events_tab_inactive_highlight.gif) no-repeat top;
}
.events_selected
{
    background:url(../images/events_tab_active.gif);
    width:61px;
    float:left;
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;
}
.account a
{
    background:url(../images/account_button_normal.gif);
    width:71px;
    float:left;
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;
}
.account a:hover {
	background:url(../images/account_button_highlight.gif) no-repeat top;
}

.support a
{
    background:url(../images/support_button_normal.gif);
    width:76px;
    float:left;
    height:24px;
    margin: 0;
	padding: 0;
    text-indent:-999999px;
}
.support a:hover {
	background:url(../images/support_button_highlight.gif) no-repeat top;
}
