html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	text-align: center;
}

div, table {
	font-family: verdana;
	font-size: 10px;
	color: #5b5b5b;
	text-align: left;
	line-height: 15px;
}

form {
	margin: 0px;
}

img {
	border-width: 0px;
	margin: 0px;
}

#PageHolder {
	position: relative;
	margin: auto;
	background-color: #ffffff;
	width: 1100px;
	height: auto !important;
	height: 98%;
	min-height: 98%;
	border: solid 1px #a2b6ca;
	border-top-width: 0px;
}

#PageTop {
	height: 75px;
	background: url("../gfx/bg_top.jpg") repeat-x top left;
	clear: both;
}

#PageTopmenu {
	height: 24px;
	line-height: 24px;
	background: url("../gfx/bg_topmenu.gif") repeat-x top left;
	border-top: solid 1px #375e7f;
	border-bottom: solid 1px #a2b6ca;
	clear: both;
}

#PageLoadingIcon {
	float: right;
	margin: 5px 5px 0px 0px;
	display: none;
}

#LeftMenu div {
	width: 175px;
	margin-bottom: 3px;
}

.Topmenu, .TopmenuActive {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

a {
	color: #375e7f;
	text-decoration: none;
}

a:hover, a.TopmenuActive {
	color: #638cb1;
	text-decoration: none;
}

#PageContent {
	margin: 20px;
	width: 1060px;
}

#PageContentLeft {
	float: left;
	width: 200px;
	border-right: solid 1px #a2b6ca;
}

#PageContentRight {
	float: left;
	width: 828px;
	margin-left: 20px;
}

#PreloadContainer {
	display: none;
}

.Clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

.Hr {
	height: 1px;
	background-color: #a2b6ca;
	overflow: hidden;
	margin: 0px;
}

.HrLight {
	height: 1px;
	background-color: #d7d7d7;
	overflow: hidden;
	margin: 0px;
}

.HrMarginTop {
	margin-top: 10px;
}

.HrMarginBottom {
	margin-bottom: 10px;
}

.Icon {
	float: left;
	cursor: pointer;
}

.Icon_Leftmenu {
	float: left;
	margin: 2px 8px 0px 0px;
}

.FormColumnLeft {
	float: left;
	width: 150px;
	height: 17px;
	line-height: 17px;
}

.FormColumnRight {
	line-height: 21px;
}

.FormColumnRight input, .FormColumnRight textarea, .FormColumnRight select {
	margin-bottom: 5px;
}

.FormColumnRight .Text {
	height: 22px;
	line-height: 22px;
}

.FormElement {
	font-family: verdana;
	font-size: 10px;
	color: #5b5b5b;
	width: 210px;
	border-top: solid 1px #abadb3;
	border-right: solid 1px #e2e3ea;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
	padding: 2px;
}

.FormElementMissing {
	font-family: verdana;
	font-size: 10px;
	color: #ff0000;
	width: 210px;
	border-top: solid 1px #ff0000;
	border-right: solid 1px #fc7e7e;
	border-bottom: solid 1px #fb9191;
	border-left: solid 1px #fc7e7e;
	padding: 2px;
}

.FormButton {
	font-family: verdana;
	font-size: 10px;
	color: #5b5b5b;
	width: 90px;
}

.FormIcon {
	cursor: pointer;
	margin: 0px 0px 3px 5px;
}

.ListItem {
	float: left;
	margin-right: 2%;
	overflow: hidden;
	min-height: 1px;
}

.HoverElement {
	border: solid 1px #ffffff;	
	padding: 3px;
	width: 100%;
}

.HoverElementActive {
	background: #e5ebf4 url("../gfx/bg_hover.gif") repeat-x center left;	
	border: solid 1px #a2b6ca;	
	cursor: pointer;	
	padding: 3px;
	width: 100%;
}

.HoverElementSelected {
	background: #eff3f8 url("../gfx/bg_hover_selected.gif") repeat-x center left;	
	border: solid 1px #a2b6ca;
	cursor: pointer;
	padding: 3px;
	width: 100%;
}

.HoverElement_Cal {

}

.HoverElementActive_Cal {
	background: #e5ebf4 url("../gfx/bg_hover.gif") repeat-x center left;	
	cursor: pointer;	
}

.HoverElementSelected_Cal {
	background: #eff3f8 url("../gfx/bg_hover_selected.gif") repeat-x center left;	
	cursor: pointer;
}

#FrontpageElements img {
	float: left;
	margin-right: 16px;
}

.EditArea {
	padding: 1px;
	overflow-y: scroll;
	cursor: text;
}

.Headline1 {
	color: #3b6387;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 24px;
}

.Headline2 {
	color: #3b6387;
	font-size: 12px;
}

.Headline3 {
	font-weight: bold;
	color: #5b5b5b;
}

.ErrorText {
	color: red;
}

.HiddenElement {
	display: none;
}

.LoadingImage {
	vertical-align: middle;
	margin-right: 10px;
}

#ActionFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	display: none;
	z-index: 3000;
}

.PopupBackLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url("../gfx/blank.gif") repeat top left;
	z-index: 900;
}

.Popup {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	border: solid 1px #bcbcbc;
	z-index: 1000;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='silver', Direction=135, Strength=2)
}

.PopupHeader {
	background: #5582a9 url("../gfx/bg_popup.jpg") no-repeat top left;
	font-size: 14px;
	color: #ffffff;
	padding: 10px;
	cursor: default;
}

.PopupMessageBar {
	display: none;
	background-color: #e5ebf4;
	border: solid 1px #a2b6ca;
	padding: 5px;
	margin: 15px 15px 0px 15px;
	clear: both;
}

.PopupContent {
	padding: 15px;
}

.PopupFooter {
	clear: both;
	background-color: #dddddd;
	border-top: solid 1px #bcbcbc;
	color: #ffffff;
	text-align: right;
	padding: 4px 5px 5px 5px;
}

.Border1 {
	border: solid 1px #bcbcbc;
	border-collapse: collapse;
}

#Container_ImagePreview_ProductList {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	padding: 2px;
	z-index: 10;
}