﻿#SiteMgmtWrapper {
	position: relative;
	margin-top: 30px;
	margin-left: 10px;
	text-align: center;
	border: solid 1px #000000;
	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;
}


#SiteMgmtLoginWrapper {
	position: relative;
	left: 10px;
	top: 30px;
	width: 290px;
	height: 170px;
	border: solid 1px #000000;
}

#FileUploadAreaWrapper {
	position: relative;
	top: 100px;
	left: 10px;
	width: 700px;
	height: 60px;
	border: dotted 1px #000000;
}

.ScenarioFileUpload_Label {
	margin-left: 300px;
	font-size: 1.2em;
	font-weight: 600;
}
.ScenarioFileUpload {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 620px;
	height: 25px;
}

.ScenarioFileUpload_Button {
	position: absolute;
	top: 30px;
	left: 630px;
	height: 25px;
}
