@import "../Screen.css";

body.home, body.active
{
	background-color: #000;	
}

a
{
	color: #942323;
}

a:hover
{
	color: #ff0000;
}

.lightshadow, .alternatingitem
{
	background-color: #CCCCCC;
	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: #77664F;
	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: #6A6351;
	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: #554023;	
}

a.menubutton
{
	color: #fff;	
}

a.menubutton:hover
{
	color: #000;
	background-color: #fff;
}

div.menu
{
	color: #fff;
	background-color: #6A6351;
	border-left: 1px solid #554023;
	border-right: 1px solid #554023;
	border-bottom: 1px solid #554023;
}

a.menuitem
{
	color: #fff;
}

a.menuitem:hover
{
	background-color: #fff;
	color: #000;
}

/* container */
#container
{
	background-color: #fff;
	color: #000;
}

#home_events
{	
	background-color: #F9F9F9;
}

#home_events h3
{
	background-color: #939393;
	color: #fff
}

#wmxtop
{
	background-color: #999999;
}

#top_actionitems
{
	background:	url(../../../Images/Theme/Theme_0207/Variation_0002/top.jpg) no-repeat;		
}

a.actionitem
{
	color: #fff;
}

#wmxbottom
{ 
	background-color: #6A6351;
	color: #fff;
}

#wmxbottom a
{ 
	color: #fff;
}

#wmxbottom a:hover
{ 
	color: #000;
}