@import url('/Files/System/LayoutExtranetMenu.css');
@import url('/Files/System/LayoutGeneral.css');
@import url('/Files/System/LayoutCalendar.css');
@charset "utf-8";
#LeftMenu {
  float: left;
  width: 162px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
  border-right: 1px solid #cccccc;
  margin: 30px 0px 0px 17px;
  display: none;
}
#LeftMenu .MenuItem {
        margin: 0px 0px 5px 0px;
        float: left;
        clear: both;
}
#LeftMenu .MenuItem div {
        float: left;
        vertical-align: top;
}
#LeftMenu .MenuItem img {
        float: left;
        vertical-align: top;
        margin: 4px 0px 0px 0px;
        #margin: 5px 0px 0px 0px;
}
#LeftMenu .MenuItem .Text {
        width: 119px;
}
#LeftMenu div.L2, div.L3, div.L4, div.L5 {
        margin: 0px 0px 0px 11px;
}
#Content {
  display: none;
  float: left;
  width: 685px;
  min-height: 200px;
  margin: 30px 0px 0px 50px;
}
#LanguageSelect {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 50px;
	height: 30px;
	margin: 0px 0px 0px 420px;
	z-index: 3;
	display: none;
}
#LanguageSelect a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#LanguageSelect a:link {
	color: #ffffff;
	text-decoration: none;
}
#LanguageSelect a:visited{
	color: #ffffff;
	text-decoration: none;
}
#LanguageSelect a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#LanguageSelect a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#LoginForm {
  width: 192px;
  float: left;
  margin: 0px 0px 0px 330px;
}
#LoginForm label {
  width: 70px;
}
#LoginForm input.TextInput {
  width: 120px;
}
#LoginForm input.Submit {
  clear: left;
  margin: 0px 0px 0px 69px;
}
#UserInfo {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 400px;
  height: 14px;
  margin: 0px 0px 0px -483px;
  z-index: 1;
}