body{
	font-family:Arial, sans-serif;
	font-size:12px;
}
#bulkCreateArea{
	width:400px;
	height:200px;
}
#topControlsDiv{
	display:inline-block;
	width:100%;
}
#loginDiv{
	margin:0 auto;
	width:400px;
}

p{
	width:600px;
}
li{
	line-height: 1.5;
	width:600px;
}
#aboutDiv{
	width:600px;
	margin:0 auto;
}

#teacherOperations, #fileManagerDiv, #databasesDiv, #backupInspectDiv{
	border:solid 1px black;
	border-radius:10px;
	padding:10px;
	margin-bottom:3px;
}

.label{
	text-align:right;
	width:95px;
	display:inline-block;
	margin-right:5px;
	font-weight: bold;
}

#dialogbox{
	max-width:600px; 
	display:none;
	position: absolute;
	border: 1px solid #000;
	background-color:#ddd;
	padding:10px;
	z-index:10;
	border-radius:5px;
}

#userList{
	padding:10px;
	max-height:200px;
	overflow-y:scroll;
    display: inline-block;

}

#auditContainer{
	max-height:200px;
	overflow-y:scroll;
	display: inline-block;
}

img.fmImage{
	 vertical-align:middle;
	 height:20px;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}

.floatRight{
	float:right;
}
td,th{
	padding-right:50px;
	text-align:left;
}

.sortable{
	cursor:n-resize;
}

#status{
	margin-left:20px;
	font-family:Arial;
	font-size:14px;
	width:600px;
}
#fileName{
	margin-left:20px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
table{
    border-collapse:collapse;
}

table tr:nth-child(odd){ 
	background: #f8f8f8;
}
table tr:nth-child(even){
	background: #f0f0f0;
}

.smlbut {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:16px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
}
.smlbut:hover {
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	background-color:#468ccf;
}
.smlbut:active {
	position:relative;
	top:1px;
}
.myButtonUnsaved {
	background-color:#d00;
	background:linear-gradient(to bottom, #d00 5%, #d88 100%);
}
.closeButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-left:20px;
}

button.fm {
  align-items: normal;
  background-color: rgba(0,0,0,0);
  border-color: rgb(0, 0, 238);
  border-style: none;
  box-sizing: content-box;
  color: rgb(0, 0, 238); 
  cursor: pointer;
  display: inline;
  font: inherit;
  height: auto;
  padding: 0;
  perspective-origin: 0 0;
  text-align: start;
  text-decoration: underline;
  transform-origin: 0 0;
  width: auto;
  -moz-appearance: none;
  -webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
  -webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
}

/* Mozilla uses a pseudo-element to show focus on buttons, */
/* but anchors are highlighted via the focus pseudo-class. */

@supports (-moz-appearance:none) { /* Mozilla-only */
  button.fm::-moz-focus-inner { /* reset any predefined properties */ 
    border: none;
    padding: 0;
  }
  button.fm:focus { /* add outline to focus pseudo-class */
    outline-style: dotted;
    outline-width: 1px;
  }
}