*
{
	margin:0px;
	top:0px;
	left:0px;
}

body
{
	font-family:"Verdana";
	font-size:13pt;
	color:#000;
	background-image:url(/resource/system/images/main_bg.png);	
	background-repeat:repeat-x;	
}

div.main_bg
{
	position:absolute;
	top:0px;
	width:1500px;
	height:100%;
	background-image:url(/resource/system/images/main_bg_big.png);	
	background-repeat:no-repeat;	
	z-index:-1;
}

body h4
{
	color:#E2002B;
	font-size:11pt;
}

body a
{
	font-family:"Verdana";
	font-size:9pt;
	color:#000;
}

body a:hover
{
	text-decoration:none;
}

/* wrapper div is defined in master.aspx */
div.wrapper
{
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
}

div.navi_holder
{
	float:left;

}
div.navi_top
{
	background-image:url(/resource/system/images/remote_top.png);
	background-repeat:no-repeat;
	width:152px;
	height:39px;
}

div.navi_container
{
	background-image:url(/resource/system/images/remote_bg.png);
	background-repeat:repeat-y;
	width:152px;
	height:275px;
}

div.navi_container div.display
{
	background-image:url(/resource/system/images/remote_display.png);
	background-repeat:no-repeat;
	width:99px;
	height:109px;
	position:relative;
	color:#EDEDED;
	font-size:11pt;
	left:24px;
	top:25px;
	font-family:"Courier New";
}

div.navi_container div.display div.navi_header
{
	width:100%;
	height:40px;
	position:relative;
	top:65px;
	left:0px;
	text-align:center;
	font-weight:bold;
}
	
div.navi_container ul.navigation
{
	list-style-type:none;
	position:relative;
	top:30px;
	left:-20px;
}

div.navi_container ul.navigation li
{
	width:99px;
	height:22px;
	background-image:url(/resource/system/images/navi_button.png);
	background-repeat:no-repeat;
	margin-bottom:3px;
	line-height:10px;
	padding-top:4px;
	padding-left:10px;
}

div.navi_container ul.navigation li a
{
	color:black;
	text-decoration:none;
	font-size:8pt;
}

div.navi_container ul.navigation li a:hover
{
	color:#E2002B;
}

div.navi_container ul.navigation li.active a
{
	color:#E2002B;
}

div.navi_bottom
{
	background-image:url(/resource/system/images/remote_bottom.png);
	background-repeat:no-repeat;
	width:152px;
	height:100px;
}

div.content_area
{
	background-image:url(/resource/system/images/screen_border.png);
	background-repeat:no-repeat;
	width:689px;
	height:451px;
	margin-left:180px;
	padding-top:1px;
}

div.content_area div.content
{
	background-image:url(/resource/system/images/content_bg.png);	
	background-repeat:no-repeat;
	width:619px;
	height:388px;
	margin-top:30px;
	margin-left:35px;
	overflow-y:auto;
	background-color:#E5E7F6;
}

div.content_footer
{
	background-image:url(/resource/system/images/screen_stand.png);
	background-repeat:no-repeat;
	width:372px;
	height:220px;
	margin-left:335px;
	margin-top:1px;
}

div.startupticker
{
	position:relative;
	font-size:9pt;
	color:white;
	left:545px;
	top:-664px;
	width:300px;
	height:20px;
}

div.startupticker div.fade_left
{
	background-image:url(/resource/system/images/fade_left.png);
	background-repeat:no-repeat;
	width:50px;
	height:20px;
	z-index:5;
	position:relative;
}

div.copyright
{
	color:#CCC;
	font-size:8pt;
	position:relative;
	left:410px;
	top:-20px;
	font-weight:bold;
	margin-bottom:-14px;
	width:80px;
}
