﻿@charset "UTF-8";

/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }
ul,ol { list-style: none; }

body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background: #FFFFFF;
}
img {
	border: 0px;
}
p {
	margin: 0px;
}
#container {
	width: 920px;
	height: 435px;
	margin: 10% auto 0px auto;
}
#container #header {
	position: relative;
	width: 920px;
	height: 125px;
}
#container #header #logo {
	position: absolute;
	top: 0px;
	left: 755px;
	width: 165px;
	height: 120px;
	background: url(/Files/System/images/logo.gif) no-repeat;
}
#container #header #logo a {
	width: 100%;
	height: 100%;
	display: block;
}
#container #header #topnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 743px;
	height: 102px;
	text-transform: lowercase;
	border: 1px solid #575757;
	border-right: none;
}
#container #header #topnav a {
	text-decoration: none;
	color: #000000;
}
#container #header #topnav a:hover,
#container #header #topnav a.inpath {
	text-decoration: underline;
}
#container #header #topnav ul {
	margin-left: 40px;
}
#container #header #topnav li {
	padding-right: 90px;
	line-height: 104px;
	float: left;
}
#container #header #topnav li.last {
	padding-right: 0px;
}
#container #header #topsubnav {
	position: absolute;
	top: 104px;
	left: 0px;
	width: 744px;
	height: 21px;
	text-transform: lowercase;
}
#container #header #topsubnav a {
	text-decoration: none;
	color: #000000;
}
#container #header #topsubnav a:hover,
#container #header #topsubnav a.inpath {
	text-decoration: underline;
}
#container #header #topsubnav ul {
	margin-left: 40px;
}
#container #header #topsubnav li {
	padding-right: 25px;
	line-height: 21px;
	float: left;
}
#container #main {
	width: 918px;
	height: 309px;
	border: 1px solid #575757;
	border-top: none;
}
#container #main #content {
	position: relative;
	width: 918px;
	height: 309px;
}
#container #main #content h1 {
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	font-size: 12px;
}
#container #main #content a {
	text-decoration: underline;
	color: #000000;
}
#container #main #content a:hover {
	text-decoration: none;
	color: #575757;
}
#container #main #content #content_inner_left {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 510px;
	height: 240px;
	overflow: hidden;
}
#container #main #content #content_inner_left #employee {
	position: relative;
	width: 510px;
	height: 240px;
}
#container #main #content #content_inner_left #employee img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 510px;
	height: 240px;
	display: block;
}
#container #main #content #content_inner_left #employee #employeedata {
	position: absolute;
	top: 30px;
	left: 285px;
	z-index: 11;
	width: 195px;
	height: 180px;
}
#container #main #content #content_inner_left #slidearea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 510px;
	height: 240px;
}
#container #main #content #content_inner_left #slidearea #slideitems {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2000px;
}
#container #main #content #content_inner_left #slidearea #slideitems div.item {
	width: 510px;
	height: 240px;
	float: left;
}
#container #main #content #content_inner_left #slideleft {
	position: absolute;
	top: 218px;
	left: 10px;
	z-index: 10;
	width: 12px;
	height: 12px;
	background: url(/Files/System/images/slideleft.gif) no-repeat;
	cursor: pointer;
}
#container #main #content #content_inner_left #slideright {
	position: absolute;
	top: 218px;
	left: 32px;
	z-index: 10;
	width: 12px;
	height: 12px;
	background: url(/Files/System/images/slideright.gif) no-repeat;
	cursor: pointer;
}
#container #main #content #content_inner_right {
	position: absolute;
	top: 30px;
	left: 588px;
	width: 300px;
	height: 240px;
}
#container #main #content #content_inner_right #scrollarea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 240px;
	padding-right: 20px;
	overflow: auto;
}
#container #main #content #content_inner_right #scrollbartrack {

	position: absolute;
	top: 0px;
	left: 292px;
	width: 8px;
	height: 240px;
	background: #EEEEEE;
	cursor: pointer;
	visibility: hidden;
}
#container #main #content #content_inner_right #scrollbartrack #scrollbarhandle {
	width: 8px;
	height: 30px;
	background: #747474;
}