@import "../Screen.css";

body.home, body.active
{
	background-color: #000;	
}

a
{
	color: #000;
}

a:hover
{
	color: #A1A1A1;
}

.lightshadow, .alternatingitem
{
	background-color: #D9970D;
	color: #000;
}

.lightshadow a, .alternatingitem a, .inventory td a
{
	color: #000;
}

.lightshadow a:hover, .alternatingitem a:hover
{
	color: #fff;
}

.shadow, .selecteditem, #pricingmatrixheader td
{
	background-color: #F0E2C7;
	color: #fff;
}

.shadow a, .selecteditem a, #pricingmatrixheader td a
{
	color: #fff;
}

.shadow a:hover, .selecteditem a:hover, #pricingmatrixheader td a:hover
{
	color: #fff;
}

.darkshadow, .fill, th,
#CombinationCalculator1 .BottomCalculator div#purchasePriceField .label
{
	background-color: #595758;
	color: #fff;
}

.darkshadow a, .fill a, th a
{
	color: #fff;
}

.darkshadow a:hover, .fill a:hover, th a:hover
{
	color: #fff;
}

.shadow .attention .darkshadow .attention, .fill .attention
{
	color: #ffff00;
}

.shadow legend, .darkshadow legend, .fill legend
{
	color: #fff;	
}

/* menu */
div.menubar
{
	color: #fff;
	background-color: #D9970D;	
}

a.menubutton
{
	color: #fff;	
}

a.menubutton:hover
{
	color: #000;
	background-color: #fff;
}

div.menu
{
	color: #fff;
	background-color: #5A5859;
	border-left: 1px solid #D9970D;
	border-right: 1px solid #D9970D;
	border-bottom: 1px solid #D9970D;
}

a.menuitem
{
	color: #fff;
}

a.menuitem:hover
{
	background-color: #fff;
	color: #000;
}

/* container */
#container
{
	background-color: #000;
	background:	url(../../../Images/Theme/Theme_0211/Variation_0003/space_bg.jpg) repeat-y;
	color: #000;
}

#wmxtop
{
	background-color: #999999;
}

#top
{
	background:	url(../../../Images/Theme/Theme_0211/Variation_0003/top.jpg) no-repeat;		
}

a.actionitem
{
	color: #fff;
}

#wmxbottom
{ 
	background-color: #000;
	color: #fff;
}

#wmxbottom a
{ 
	color: #fff;
}

#wmxbottom a:hover
{ 
	color: #000;
}