@import "../Screen.css";

body.home, body.active
{
}

a 
{
	color: #7a7a7a;
}

a:hover 
{
	color: #3b3b3b;
}

textarea
{
	background-color: #fff;
}

h1, h2, h3
{
	color: #d41b55;
}

.accent 
{
	background-color: #888;
	color: #000;
}

.accent a 
{
	color: #000;
}

.accent a:hover 
{
	color: #d6d6d6;
}

.attention 
{	
	color: #9d0205;
}

.attention a 
{
	color: #9d0205;
}

.attention a:hover 
{
	color: #9d0205;
}

.tabnavigation a.tabselected, .tabnavigation a:hover
{
	background-color: #fff;
	color: #d41b55;
	border: solid 1px #000;
	margin: 0 2px 0 0;
}

.alternatingitem, .alternatingitem a, .alternatingitem a:hover
{
	color: #000;
}

.selecteditem, .selecteditem a, .selecteditem a:hover
{
	color: #fff;
	background-color: #666666;	
}

.filter
{
	background-color: #ccc;
}

/* menu */
.menubar, a.menubutton, a.menubutton:hover, div.menu
{
	font-family: verdana;
	font-size: 10px;
}

.menubar
{
	float: right;
	white-space: nowrap;
	width: 530px;
	text-align:left;
	overflow: hidden;
	height: 64px;
	left: 230px;
	top:0;
	border-top: solid 4px #d41b55;
}
.menubar td a {
	display: block;
	line-height: 59px;
	white-space: nowrap;
}

.menubar td a:hover {
	color: #C71444;
}
.menubutton
{	
	margin: 0 5px;
	height: 100%;
	z-index: 5000;
}

.menucell1 {
	background-color:#fff;
	width: 20%;
	white-space: nowrap;
}
.menucell2 {
	background-color:#efefef;
	width: 20%;
	white-space: nowrap;
}
.menucell3 {
	background-color:#d9d9d9;
	width: 20%;
	white-space: nowrap;
}
.menucell4 {
	background-color:#c9c9c9;
	width: 20%;
	white-space: nowrap;
}
.menucell5 {
	background-color:#a9a9a9;
	width: 20%;
	white-space: nowrap;
}

div.menu 
{	
	position: absolute;
	visibility: hidden;
	z-index: 100;
	text-align: left;
	filter: progid:dximagetransform.microsoft.alpha(opacity=90);
	-moz-opacity: .90;
	border: solid 1px #636363;
	background-color: #ccc;
}

span.menubutton
{
	display: inline-block;
	margin: 0 0 3px 0;
}

a.menuitem 
{
	cursor: pointer;
	display: block;	
	padding: 3px 1em;	
	white-space: nowrap;
	color: #5A5A5A;
}

a.menuitem:hover
{
	background-color: #d41b55;
	color: #fff;
}


/* custom */
#container
{
	width: 760px;
	height: 100%;
	background-color: #fff;
	color: #000;
}

#left, #right
{
	display: none;
}

.active #container
{
	height: 100%;	
}

#wmxcontent
{
	padding: 0 5px 0 5px;
}

#wmxtop
{
	width: 760px;
	height: 64px;
}

#logo
{
	float: left;
	width: 100px;
}

#home
{
	width: 760px;
	position: relative;
	height: 357px;
	margin: 5px -5px 0 -5px;
	background-image: url(../../../images/theme/theme_0158/variation_0003/home_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#home_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 296px;	
}

#home_actionitems
{
	position: absolute;
	top: 320px;
	left: 0;
	width: 745px;
	height: 25px;
	background-color: #d9d9d9;
	overflow: hidden;
	padding: 10px 0 0 15px;
}

#home_adobe
{
	position: absolute;
	top: 303px;
	left: 0;
	width: 745px;
	height: 15px;
	font-size: 10px;
	font-family: Verdana;
}

#home_adobe a
{
	text-decoration: none;
}

#home_adobe a:hover
{
	color: #c71444;
}

.actionitem
{
	display: inline;
	padding: 0 30px 0 0;
}

#home_actionitems a
{
	text-decoration: none;
	font-size: 13px;
}

#home_actionitems a:hover
{
	color: #C71444;	
}

/* Bottom */


#bottom
{
	vertical-align: bottom;
	height: 30px;
}

.bottom_links
{
	padding-left: 10px;
	font-family: verdana;	
	font-size: 10px;
	height: 30px;
	text-align: right;
	white-space: nowrap;
	background-color: #d9d9d9;	
	color: #838383;
}

.bottom_links a
{
	text-decoration: none;
	vertical-align: middle;
	color: #838383;
}

.bottom_links img
{
	padding-left: 30px;
	vertical-align: middle;
}

.bottom_links a:hover
{
	text-decoration: none;
	color: #c71444;	
}

.bottom_links span
{
	padding: 0 4px 0 15px;
}

.home .bottom_home_link
{
	display: none;
}

iframe
{
	width: 755px;
	height: 800px;	
}
