/* CSS Document */

body { background: url(https://unitedsportsleague.com/img/bkgr_more_sports.jpg) fixed bottom right; }

.freeAgent #col2 { width: 100%; }

#free, table#container {
	padding: 10px;
	margin: 100px 0 0 0;
	background-color: rgb(0, 30, 45);
	background-color: rgba(0, 30, 45, 0.9);
	border: #BED1E9 thin groove;
}

#free label { display: block; }

#free input[type=text],
#free input[type=email],
#free input[type=number],
#free input[type=submit],
#free input[type=password]				{ display: block; margin: 0 0 10px 0; }

#free input[type="text"],
#free input[type="email"],
#free input[type="number"] { width: 350px; }

#free input[type=text]:hover,
#free input[type=email]:hover,
#free input[type=number]:hover,
#free input[type=password]:hover		{ background: #E2E8EF; }

#free input[type=text]:hover:focus,
#free input[type=email]:hover:focus,
#free input[type=number]:hover:focus,
#free input[type=password]:hover:focus	{ background: white; }

#free input[type=submit],
#form-delete input[type=submit],
#btn-delete,
#btn-cancel {
	margin: 10px 0 10px 10px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(https://unitedsportsleague.com/img/bkgr_nav_ovr.png);
}

#free input[type=submit]:hover,
#form-delete input[type=submit]:hover,
#btn-delete:hover,
#btn-cancel:hover {
	cursor: pointer;
	background-image: url(https://unitedsportsleague.com/img/bkgr_box.png);
}

#free fieldset {
	border: none;
	width: 400px;
	padding: 10px;
	display: inline;
}

#personal { padding: 0 20px 0 0; }

#professional		{ float: right; padding: 0 0 0 20px; }
#professional ul li	{ list-style: none; margin-left: 0px; }

div.alert-box {
	display: none;
	color: #002D42;
	position: fixed;
	z-index: 1000;
	width: 400px;
	height: 135px;
	margin: 50% 0 0 50%;
	top: -200px;
	left: -200px;
	background-color: rgb(0, 30, 45);
	background-color: rgba(0, 30, 45, 0.9);
	border: #BED1E9 thick solid;
}

#form-delete {
	margin: 10px;
	padding: 10px;
	background-image: url(https://unitedsportsleague.com/img/bkgr_box.png);
	border: #BED1E9 thin solid;
}

#form-delete input[type=submit] { display: inline; }

.infobox {
	display: none;
	color: #002D42;
	margin-top: 10px;
}

div.alert-box a,
.infobox a {
	color: #002D42;
	text-align: right;
	text-decoration: none;
	background: white;
}

div.alert-box a:hover,
.infobox a:hover		{ text-decoration: underline; }

a.help:hover { cursor: help; }

#container tr { padding-left: 50px; }

tr.hl		{ height: 20px; }
tr.hl:hover	{ background-image: url(https://unitedsportsleague.com/img/bkgr_box.png); }
tr.hl:hover,
tr.hl:hover a	{ color: #002D42; }


#main {
	padding: 10px;
	margin: 100px 0 0 0;
	background-color: rgb(0, 30, 45);
	background-color: rgba(0, 30, 45, 0.9);
	border: #BED1E9 thin groove;
	float: left;
	width: 71%;
	display: inline;
	text-align: left;
}

#main > div						{ margin-right: 10px; }
#main div:nth-child(2)			{ margin-left: 20px; }
#main div h5:nth-child(2n-2)	{ color: #002D42; background-image: url(https://unitedsportsleague.com/img/bkgr_box.png); }

#export {  }
#export input[type=submit] {
	border: none;
	width: 33px;
	height: 35px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../img/icon_file_csv.png);
}
#export input[type=submit]:hover { cursor: pointer; outline: #ccc 2px inset; }

#loginFailed {
	display: none;
	font: bold 24px "Times New Roman", Times, serif;
}

#nav
{
	font-size:14px;
	font-weight: bold;
	position: relative;
	top: 123px;
}


#nav li
{
	display: inline;
	margin: 0px 5px 0px 5px;
	padding: 10px 10px 3px 10px;
	background-color: rgb(0, 30, 45);
	background-color: rgba(0, 30, 45, 0.9);
	border-left: #BED1E9 thin groove;
	border-top: #BED1E9 thin groove;
	border-right: #BED1E9 thin groove;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

aside {
	position: fixed;
	top: 200px;
	left: 0px;
	padding: 10px;
	width: 100px;
	text-align: left;
	background-color: rgb(0, 30, 45);
	background-color: rgba(0, 30, 45, 0.9);
	border: #BED1E9 thin groove;
}

aside h2 {
	background: #E2E8EF;
	color: #002D42;
	margin: -10px -10px 0 -10px;
	padding: 0 0 0 10px;
}
aside li		{ padding: 10px; }
aside li:hover	{ background-image: url(https://unitedsportsleague.com/img/bkgr_box.png); }