@import "../Screen.css";

body.home, body.active
{
	background: #000;	
}

a
{
	color: #942323;
}

a:hover
{
	color: #ff0000;
}

.lightshadow, .alternatingitem
{
	background-color: #A1A1A1;
	color: #000;
}

.lightshadow a, .alternatingitem a, .inventory td a
{
	color: #fff;
}

.lightshadow a:hover, .alternatingitem a:hover
{
	color: #fff;
}

.shadow, .selecteditem, #pricingmatrixheader td
{
	background-color: #D41933;
	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: #6F0310;
	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;
	
}

a.menubutton
{
	color: #fff;	
}

a.menubutton:hover
{
	color: #000;
	background-color: #fff;
}

div.menu
{
	color: #fff;
	background-color: #83101F;	
}

a.menuitem
{
	color: #fff;
}

a.menuitem:hover
{
	background-color: #fff;
	color: #000;
}

/* container */
#container
{
	color: #D41933;
}

#wmxcontent
{
	border-left: solid 10px #6f0310;
	border-right: solid 10px #6f0310;	
}

.home #wmxcontent
{
	border-left: solid 10px #6f0310;
	border-right: solid 10px #6f0310;	
}

#home_markup
{	
	color: #fff;
}

#wmxtop
{
	background-color: #000;
}

a.actionitem
{
	color: #fff;
}

#wmxbottom
{ 
	background:	url(../../../Images/Theme/Theme_0210/Variation_0002/footer_bg.jpg);
	background-position: center;
	color: #fff;	
		
	height: 47px;
}

#wmxbottom a
{ 
	color: #fff;
}

#wmxbottom a:hover
{ 
	color: #000;
}

/*custom*/
#xa_link
{
	background: url(../../../Images/Theme/Theme_0210/Variation_0001/xalink.gif);
	background-color: #741B26;
}

#tc_link
{
	background: url(../../../Images/Theme/Theme_0210/Variation_0001/tclink.gif);
	background-color: #741B26;
}

#xb_link
{
	background: url(../../../Images/Theme/Theme_0210/Variation_0001/xblink.gif);
	background-color: #741B26;
}

#xa_link:hover
{
	
	background-color: red;
}

#tc_link:hover
{
	
	background-color: red;
}

#xb_link:hover
{
	
	background-color: red;
}