@import "../Screen.css";

a 
{
	color: #000;
}

a:hover 
{
	color: #3b3b3b;
}

.fill, .filter,
#CombinationCalculator1 .BottomCalculator div#purchasePriceField .label
{
	background-color: #eaeae5;
	color: #fff;
}

.inventory th
{
	background-color:#505c61;
}

.inventory th a
{
	color:#eaeae5;
}

.inventory th a:hover
{
	color:#fff;
}

.lightshadow, .alternatingitem
{
	background-color: #e8e7e5;
	color:#505c61;
}

.lightshadow a, .alternatingitem a
{
	color:#505c61;
}

.lightshadow a:hover, .alternatingitem a:hover
{
	color:#505c61;
}

.shadow, .selecteditem
{
	background-color: #505c61;
	color: #eaeae5;
}

.shadow a, .selecteditem a 
{
	color: #eaeae5;
}

.shadow a:hover, .selecteditem a:hover 
{
	color: #eaeae5;
}

/* menu */

div.menubar, a.menubutton, div.menu, a.menuitem
{
	color: #505c61;
	background-color: #eaeae5;
}

div.menubar
{
	border-bottom: solid 1px #bec1c6;
	border-top: solid 1px #bec1c6;
}

div.menu  
{
	background-color: #eaeae5;
	border-bottom: solid 1px #bec1c6;
	border-left: solid 1px #bec1c6;
	border-right: solid 1px #bec1c6;
}

a.menubutton  
{	
	color: #505c61;
}

a.menubutton:hover 
{
	color: #12271e;
}

a.menuitem  
{
	color: #505c61;
	background-color: #eaeae5;
}

a.menuitem:hover  
{
	color: #12271e;
	background-color: #eaeae5;
}

/* custom */
#container
{
	border-right: 1px solid #bec1c6;
}

.home #container
{
	background-color: #515C62;	
	color: #fff;
}

#wmxtop, #wmxbottom
{
	color: #505c61;
	background-color: #fff;
}

#home_top
{
	color: #505c61;
	background-color: #eaeae5;
	border-bottom: solid 1px #bec1c6;
}

#homeimage
{
	border-bottom: 1px solid #bec1c6;
	border-right: solid 1px #bec1c6;
}

#wmxbottom
{
	background-color:#fff;
	border-top: 1px solid #bec1c6;
}

#wmxbottom, #wmxbottom a
{
	color: #505c61;	
}

#wmxbottom a:hover
{
	color: #000;
}

.actionitem
{
	border-top: 1px solid #bec1c6;
	background-color:#fff;
}

.actionitem
{
	border-top: 1px solid #bec1c6;
	background-color:#fff;
}



