@import "../Screen.css";

a 
{
	color: #000;
}
a:hover 
{
	color: #000;
}
body 
{
	color: #000;
}
textarea 
{
	background-color: #fff;
}
.accent 
{
	background-color: transparent;
	color: #093150;
}
.accent a 
{
	color: #093150;
}
.accent a:hover 
{
	color: #093150;
}
.attention 
{	
	color: #ff0000;
}
.attention a 
{
	color: #093150;
}
.attention a:hover 
{
	color: #093150;
}
.fill,
#CombinationCalculator1 .BottomCalculator div#purchasePriceField .label
{
	background-color: #d7d7d7;
	color: #000;
}
.fill a 
{
	color: #333;
}
.fill a:hover 
{
	color: #000;
}
.lightshadow, .alternatingitem
{
	background-color: #737373;
	color: #fff;
}
.lightshadow a, .alternatingitem a  
{
	color: #fff;
}
.lightshadow a:hover, .alternatingitem a :hover 
{
	color: #305573;
}
.shadow, .selecteditem
{
	background-color: #084770;
	color: #fff;
}
.shadow a, .selecteditem a 
{
	color: #ccc;
}
.shadow a:hover, .selecteditem a:hover 
{
	color: #fff;
}
.darkshadow
{
	background-color: #333;
	color: #fff;
}
.darkshadow a
{
	color: #ccc;
}
.darkshadow a:hover
{
	color: #fff;
}

/* custom */
#container
{
	background-color: #084770;
}
#content
{
	background-color: #fff;	
}
#bottom
{
	background-color: #fff;
}
#top
{
	background-image: url(../../../images/theme/theme_0070/variation_0001/top_fill.jpg);	
}
#top_actionitems
{
	background-image: url(../../../images/theme/theme_0070/variation_0001/menu_bg.jpg);
	background-color: #084770;
	border-top: 1px solid #fff;
}
#wmxbottom
{
	background-image: url(../../../images/theme/theme_0070/variation_0001/bottom_fill.jpg);
}
#wmxbottom_left, #wmxbottom_left a
{
	color: #08466f;
}
.actionitem, .actionitem-hover
{
	border: 1px solid #fff;
	background-color: #616161;
	filter:progid:dximagetransform.microsoft.dropshadow(offx=2, offy=2, color='#000000', positive='true');
}
.actionitem-hover
{
	background-color: #fff;
	cursor: pointer;
}
.actionitem-hover .actionitemtext
{
	color: #08466f;
}
.actionitemtext
{
	color: #fff;
}

