.leftMenu {
	padding:0px 10px 5px 10px;
}

.rightMenu {
	padding:0px 10px 5px 10px;
}

.PageNav {
	margin:0px 0px 0px 0px;
	padding-left:20px;
}

.PageNavLine {
	margin:0px 0px 0px 0px;
  border-top:1px solid black;
}

.Page {
	/*min-width:1280px; width:auto !important; width:1280px; height:100%;*/
	width:100%;
	height:100%;
}

.DragContainer {
	/*min-width:400px; WIDTH: 30%; min-height:400px; height:auto !important; height:100%;*/
	width:28%;
	height:auto !important;
	height:100%;
	min-height:100% !important;
  background:white;
	BORDER-RIGHT: #eeeeee 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: white 2px solid; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 3px; BORDER-LEFT: white 2px solid; PADDING-TOP: 5px; BORDER-BOTTOM: white 2px solid
}
.OverDragContainer {
	/*min-width:400px; WIDTH: 30%; min-height:400px; height:auto !important; height:100%; */
	width:28%;
	height:auto !important;
	height:100%;
	min-height:100% !important;
	background:white;
	BORDER-RIGHT: #eeeeee 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: white 2px solid; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 3px; BORDER-LEFT: white 2px solid; PADDING-TOP: 5px; BORDER-BOTTOM: white 2px solid
}
.OverDragContainer {
	BACKGROUND-COLOR: white;
}

.DragBox {
	/*min-width:400px; width:auto !important; width:400px;*/
	width:100%;
	BORDER-RIGHT: #000 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #000 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 10px; MARGIN-BOTTOM: 5px; PADDING-BOTTOM: 0px; BORDER-LEFT: #000 1px solid; CURSOR: normal; PADDING-TOP: 2px; BORDER-BOTTOM: #000 1px solid; FONT-FAMILY: verdana, tahoma, arial; BACKGROUND-COLOR: white;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	position:relative;
}
.OverDragBox {
	/*min-width:400px; width:auto !important; width:400px;*/
	width:100%;
	BORDER-RIGHT: #000 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #000 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 10px; MARGIN-BOTTOM: 5px; PADDING-BOTTOM: 0px; BORDER-LEFT: #000 1px solid; CURSOR: move; PADDING-TOP: 2px; BORDER-BOTTOM: #000 1px solid; FONT-FAMILY: verdana, tahoma, arial; BACKGROUND-COLOR: white;
	background-image:url(images/header_bg3.gif);
	background-repeat:repeat-x;
	position:relative;
}
.DragDragBox {
	/*min-width:400px; width:auto !important; width:400px;*/
	width:100%;
	BORDER-RIGHT: #000 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #000 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 10px; MARGIN-BOTTOM: 5px; PADDING-BOTTOM: 0px; BORDER-LEFT: #000 1px solid; CURSOR: move; PADDING-TOP: 2px; BORDER-BOTTOM: #000 1px solid; FONT-FAMILY: verdana, tahoma, arial; BACKGROUND-COLOR: white;
	background-image:url(images/header_bg3.gif);
	background-repeat:repeat-x;
	position:relative;
}
.OverDragBox {
	BACKGROUND-COLOR: #aaaaaa
}
.DragDragBox {
	BACKGROUND-COLOR: #aaaaaa
}
.DragDragBox {
	BACKGROUND-COLOR: #aaaaaa
}

.componentTitle {
	position:absolute;
	top:5px;
	left:0px;
	height:18px;
	color:white;
	z-index:10;
}

.closeButton {
	position:absolute;
	top:5px;
	right:10px;
	height:18px;
	color:white;
	z-index:1;
}

.closeButton a {
	color:white;
}

.addComponentTitle {
	padding-left:5px;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	color:white;
}

.addComponentContent {
	padding:10px 5px 5px 5px;
}

.generalBoxTitle {
	padding-left:5px;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	color:white;
}

.generalBoxContent {
	padding:10px 5px 5px 5px;
}

.generalBoxSettings {
	padding:10px 5px 5px 5px;
}

.generalBoxSettingsTable {
	font-size:10px;
}

.headerLink {
	text-decoration:underline;
}

.headerLink:hover {
	color:#555555;
}

.pageTitle {
	height:20px;
	background-image:url(images/header_bg2.gif);
	background-repeat:repeat-x;
	padding:0px 10px 0px 10px;
	white-space: nowrap;
}

.pageTitleActive {
	height:20px;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	padding:0px 10px 0px 10px;
	color:white;
	white-space: nowrap;
}

.pageTitleActive a {
	color:white;
}

body {
	font-family: verdana, tahoma, arial;
	font-size:10pt;
	margin:5px 0px 5px 0px;
	
}

a {
	color:black; text-decoration:none;
}

ul {
	font-family:verdana, tahoma, arial;
	font-size:10pt;
	list-style-position:outside;
	list-style-image: url("images/listicon.gif");
	margin-top:15px;
	margin-bottom:0px;
	padding-bottom:15px;
}


li {
	margin-bottom:5px;
}

li a {
	text-decoration:underline;
}

li a:hover {
	color:#555555;
}