span.divider {
	background-color: gray;
	width: 5px;
	height: 100%;

	margin-left: 5px;
	margin-right: 5px;
	
	display: inline-block;
	
	vertical-align: top;
}

#userManager {
	padding: 3px;
	border: 1px solid rgb(192,192,192);
}

#modalBackground {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.75;
	z-index: 50;
}

#logo {
	background-image: url('../images/mcLogo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	padding-left: 284px;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 44px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: maroon;
	overflow: hidden;
	
	
	
}

#links {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 10px;
	top: 10px;
	
	vertical-align: top;
	text-align: right;
}

#copyright {
	overflow: hidden;
	height: 14px;
	font-family: Arial;
	font-size: 10px;
	position: absolute;
	left: 2px;
	bottom: 2px;
}


#topbar {
	overflow: none;
	position: fixed;
	
	width: 950px;
	left: 80px;
	right: 10px;
	height: 50px;
	top: 60px;
}

#sidebar {
	overflow: auto;
	position: fixed;

	width: 70px;
	left: 10px;
	top: 60px;
	bottom: 19px;
	
	text-align: left;
}

#modelViews {
	position: fixed;
	
	
	font-weight: bold;
	
	left: 83px;
	right: 8px;
	top: 120px;
	bottom: 17px;
}


.modelViewOuterContainer {
	position: absolute;
	width: 100%;
	height: 100%;
}

.modelViewContainer {
	position: absolute;
	overflow: auto;
	top: 35px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.modelViewInnerContainer {
	position: absolute;
	border: 5px solid #c0c0c0;
	margin: 2px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.modelViewTopBar {
	margin-left: 5px;
}

.formError {
	color:#FF0000;
}

#modelViews span.pos {
	display: inline-block;
	width: 24px;
}

#sidebar img, #topbar img {
	padding: 5px;
	margin-bottom: 5px;
}

#resizeGridToolBox {
	display: none;
	position: absolute;
	width: 275px;
	background-color: white;
	border: 3px solid black;
}

#fileOpen {
	z-index: 51;
	display: none;
	position: absolute;
	width: 600px;
	height: 250px;
	background-color: white;
	border: 3px solid black;
}

/*#saveSchematicOnServer,*/ #feedback {
	z-index: 51;
	position: absolute;
	width: 450px;
	height: 500px;
	background-color: white;
	border: 3px solid black;
	padding: 10px;
}

.fullWidthFormElement {
	width: 450px;	
}

textArea.fullWidthFormElement {
	height: 120px;	
}
#hoverToolTip {
	z-index: 51;
	position: absolute;
	width: 225px;
	/*height: 350px;*/
	background-color: white;
	border: 2px solid black;
	padding: 10px;
}

#hoverToolTip h1 {
	font-size: 16px;
}


#schematicLoading {
	padding: 10px;
	z-index: 51;
	display: none;
	position: absolute;
	width: 600px;
	height: 250px;
	background-color: white;
	border: 3px solid black;
}

.hand {
	cursor: pointer;
}

.divVisible {
	display: block !important; 
}