@import "../Screen.css";

a 
{
	color: #fff;
}
a:hover 
{
	color: #333;
}
body 
{	
	background-color:#e4e4dd;
	color: #333;
}
th
{
	background-color: #E4E4DD;
	color: #4E4E4B;
}
.accent 
{
	color: #999;
}
.accent a 
{
	color: #333;
}
.accent a:hover 
{
	color: #000;
}
.attention
{
	color: #9d0205;
	font-weight:bold;
}

.attention a
{
	color: #9d0205;
}

.attention a:hover
{
	color: #9d0205;
}

.fill,
#CombinationCalculator1 .BottomCalculator div#purchasePriceField .label
{
	background-color: #e4e4dd;
	color: #7d7d79;
}

.fill a 
{
	color: #7d7d79;
}

.fill a:hover 
{
	color: #7d7d79;
}

.lightshadow
{
	background-color: #e4e4dd;
	color: #000;
}

.lightshadow a
{
	color: #f5f5f5;
}

.lightshadow a:hover
{
	color: #ffffff;
}

.shadow, .alternatingitem
{
	background-color: #dadacf;
	color: #7d7d7d;
}

.shadow a, .alternatingitem a 
{
	color: #7d7d7d;
}

.shadow a:hover, .alternatingitem a:hover
{
	color: #000000;
}

.darkshadow, .selecteditem
{
	background-color: #cacac1;
	color: #000000;
}

.darkshadow a, .selecteditem a 
{
	color: #ffffff;
}

.darkshadow a:hover, .selecteditem a:hover 
{
	color: #d6d6d6;
}

.footerright, .footerleft
{
	color:#fff;
}

.footerright a, .footerleft a
{
	color:#fff;
}

.footerright a:hover, .footerleft a:hover
{
	color:#fff;
	text-decoration:underline;
}

.mainimage a
{
	color:#333;
}

/* menu */
div.menubar, a.menubutton, a.menubutton:hover, div.menu, a.menuitem 
{
	color:#5f5f5f;
}

div.menu 
{
	background-color: #CCCCBA;
	border-bottom: solid 1px #4E4E4B;
	border-left: solid 1px #4E4E4B;
	border-right: solid 1px #4E4E4B;
	border-top: solid 1px #4E4E4B;
	filter:progid:dximagetransform.microsoft.alpha(opacity=90);	
}

a.menuitem 
{
	color:#000;	
}

a.menuitem:hover 
{
	background-color:#e4e4dd;
	color:#000;
}
/* menu */

/*positional divs*/
#wmxtop
{
	background-image: url(../../../images/theme/theme_0040/variation_0001/banner_fill.jpg);	
}

#bottom
{
	background-color:#a3a396;
}

.home #content
{
	background-color: #e4e4dd;
}

#content
{
	background-color:#fff;
	color:#333;
}

#content a
{
	color:#333;
}

.bottomline
{
	border-bottom:solid 1px #cbcdb8;	
}
/*positional divs*/