* {
	font-family: Arial,Sans;
}

body,html {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/*
body::after {
	content: "";
	background: #4286f4 url(/images/DSC_3304_1080_16x9.JPG) no-repeat 0 0;
	opacity: 0.2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
*/

#masthead {
	height: 100px;
	background: transparent url(/images/Junior-Heat-Soccer-Club-300x143.png) no-repeat 0 0;
}

#menu {
	border-bottom: 1px solid #444;
	background-color: #f5f5f5;
}

#body {
	min-height: 300px;
	overflow-y: auto;
	padding: 10px;
}

#footer {
	height: 30px;
	padding: 5px;
	border-top: 1px solid #444;
}

#login_form {
	
}

.message {
	display: none;
}

.menu_group {
	display: inline-block;
	margin-left: 10px;
	line-height: 30px;
}

.menu_group ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu_group ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#upload_form h1 {
	/*text-align:center;*/
}

#upload_form table {
	width: 750px;
	height: 400px;
    table-layout: fixed;
	/*margin: 0 auto;*/
	border-top: 1px solid #444;
}

#upload_form table tbody tr td {
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

#upload_form table tbody tr td:first-child {
	border-right: 1px solid #c5c5c5;
}

.file_upload_target {
	width: 90%;
	height: 100%;
	padding: 20px;
}

.advanced_upload {
	background-color: white;
	outline: 2px dashed black;
	outline-offset: -10px;
}

.advanced_upload div {
	width: 100%;
	height: 100%;
}

.upload_album_select {
	width: 750px;
	/*margin: 0 auto;*/
	margin-bottom: 20px;
}

.is-dragover div {
	background-color: #f5f5f5;
}

.file_upload_status {
	overflow-y: auto;
	height: 400px;
}

.file_upload_status .file_status {
	text-align: left;
	padding: 3px;
	margin-bottom: 5px;
}

.file_upload_status .file_status:not(:first-child) {
	border-top: 1px solid #444;
}

.album {
	display: inline-block;
	border: 1px solid #444;
	box-shadow: 5px 5px 10px #444;
	padding: 10px;
	cursor: pointer;
	z-index: 10;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
}

.image_preview {
	display: inline-block;
	min-height: 50px;
	border: 1px solid #444;
	box-shadow: 5px 5px 10px #444;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;
}

.image_page {
	float: left;
}

.image_info {
	display: inline-block;
	min-width: 200px;
	min-height: 200px;
}

/** Icon Buttons **/
.button {
	height: 16px;
	width: 16px;
	display: inline-block;
	background-size: cover;
	margin: 5px;
	margin-bottom: -3px;
	cursor: pointer;
}

.add {
	background-image: url(/images/icons/add.png);
}

.delete {
	background-image: url(/images/icons/delete.png);
}

/** End Icon Buttons **/

.pagination {
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 10px #444;
}

.pagination table {
	width: 100%;
	table-layout: fixed;
}

.pagination table * td {
	text-align: center;
}

.pagination table * select {
	margin-left: 10px;
	width: 70px;
}

.pagination_first {
	cursor: pointer;
	color: blue;	
}
.pagination_prev {
	cursor: pointer;
	color: blue;
}
.pagination_next {
	cursor: pointer;
	color: blue;
}
.pagination_last {
	cursor: pointer;
	color: blue;
}

.pagination_disabled {
	color: gray;
}

.tag {
	display: inline-block;
	border: 1px solid #444;
}

.tag_moniker {
	display: inline-block;
	background-color: #d7dde5;
	color: #888;
	border: 1px solid blue;
	padding: 4px;
	margin: 2px;
	cursor: pointer;
	border-radius: 3px;
}

.tag_moniker:hover {
	background-color: highlight;
}

.search_input {
	margin-top: 20px;
}

.tag_output {
	margin-top: 20px;
}

