@import "../Screen.css";

html
{
	scrollbar-3dlight-color: #5e5e5e;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #acacac;
	scrollbar-highlight-color: #b8b8b8;
	scrollbar-shadow-color: #b8b8b8;
	scrollbar-track-color: #888;
}

body
{
	background-color: #B2B2B2;		
}

a
{
	color: #888;
}

a:hover
{
	color: #692524;
}

th
{
	background-color: #888;
	color: #d6d6d6;
}

th a
{
	color: #d6d6d6;
}

label
{
	color: #000;	
}

th a:hover
{
	color: #888;
}

h1, h2, h3
{
	color: #000;
}

.accent
{
	background-color: #888;
	color: #f5f5f5;
}

.accent a
{
	color: #f5f5f5;
}

.accent a:hover
{
	color: #d6d6d6;
}

.attention
{
	color: #9d0205;
}

.attention a
{
	color: #9d0205;
}

.attention a:hover
{
	color: #9d0205;
}

.fill,
#CombinationCalculator1 .BottomCalculator div#purchasePriceField .label
{
	background-color: #f5f5f5;
	color: #000;
}

.fill a
{
	color: #acacac;
}

.fill a:hover
{
	color: #7d7d7d;
}

.lightshadow, .alternatingitem
{
	background-color: #acacac;
	color: #000;
}

.lightshadow a, .alternatingitem a
{
	color: #000;
}

.lightshadow a:hover, .alternatingitem a:hover
{
	color: #ccc;
}

.shadow, .selecteditem
{
	background-color: #03279F;
	color: #fff;
}

.shadow a, .selecteditem a
{
	color: #fff;
}

.shadow a:hover, .selecteditem a:hover
{
	color: #fff;
}

.darkshadow
{
	background-color: #888;
	color: #fff;
}

.darkshadow a
{
	color: #fff;
}

.darkshadow a:hover
{
	color: #d6d6d6;
}

.inventory th
{
	background-color:#888;
	color:#fff;
}

.inventory th a
{	
	color:#fff;
	text-decoration:underline;
}

.inventory th a:hover
{
	text-decoration:none;
	color:#d6d6d6;
}

/* menu */
div.menubar, a.menubutton, div.menu, a.menuitem
{
	color: #000;
}

a.menubutton:hover
{
	color: #49b6de;
	font-weight: normal;
}
div.menu
{
	border-color: #000;
	background-color: #fff;
}

a.menuitem
{
	color: #000;
	font-weight: normal;
	border-color: #000;
}

a.menuitem:hover
{
	color: #49b6de;
}

/* custom */

/* top */
#wmxtop
{
	background-image: url(../../../Images/Theme/Theme_0177/Variation_0001/Banner_rev.jpg);
	background-repeat: repeat-x;
}

/* left */
#left
{
	background-image: url(../../../Images/Theme/Theme_0177/Variation_0001/bottom_background.gif);
	background-repeat: no-repeat;
	background-color: #fff;	
	color: #000;
}

/* right */
#right
{
	background-image: url(../../../Images/Theme/Theme_0177/Variation_0001/right_border.gif);
}

#wmxright
{
	background-image: url(../../../Images/Theme/Theme_0177/Variation_0001/right_bottom.gif);
}

/* home */
#content
{
	background-color: #ECECEC;	
}

.actionitemtext
{
	border-bottom-color: #000;
	color: #000;
}

#actionitems a:hover
{
	color: #49b6de;
}

/* bottom */
#bottom
{
	background-image: url(../../../Images/Theme/Theme_0177/Variation_0001/bottom_background.gif);
}

#wmxbottom
{
	background-color: #03279F;	
}

#wmxbottom_left, #wmxbottom_left a
{
	color: #fff;	
	text-decoration: none;
}

#wmxbottom_right, #wmxbottom_right a
{
	color: #fff;
	text-decoration: none;
}

#wmxbottom_left a:hover, #wmxbottom_right a:hover
{
	text-decoration: underline;
}