﻿#SiteMgmtWrapper {
	margin-top: 30px;
	margin-left: 10px;
	text-align: center;
	border: 2px #800000 dotted;
	height: 650px;
}

.SiteMgmtLabel {
	display: inline-block;
	font-size: 2.0em;
	font-weight: bold;
	width: 100%;
	text-align: center;
	/*	border: 1px #800000 dotted;*/
}

#SiteMgmtTopControlsDiv {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 800px;
	height: 50px;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	border: 1px #800000 dotted;
}


#LinksWrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 400px;
	height: 40px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	font-size: 1.3em;
	border: 1px #800000 dotted;
}

.UserMgmtHLink {
}
.RoleMgmtHLink {
}
.PermissionsHLink {
}

#TopBottonsDiv {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 250px;
	height: 40px;
	margin-top: 0px;
	margin-right: 5px;
	border: 1px #800000 dotted;
}

.CleanSimsDbButton {
	width: 110px;
	height: 25px;
}

#SiteMgmtRptDiv {
	position: relative;
	width: 1000px;
	height: 470px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: scroll;
	text-align: left;
	border: 1px solid #000000;
}


#SiteMgmtBottomControls {
	position: relative;
	height: 20px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 5px; /*10*/
	border: 1px #800000 dotted;
	text-align: center;
}

.SiteMgmtBack_Button {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
