/* @override http://youfoot.localhost/css/youfoot.admin.css */
/*
Admin Forms
***************************************/
.admin-form {
	padding:10px;
}
.admin-form fieldset {
	padding:10px;
	background:#f3f3f4;
}
.admin-container-one {
	margin: 10px;
	padding: 10px;
	background: #AEDFE6;
}
.admin-form fieldset h3 {
	border-bottom: 1px solid #333;
	line-height: 24px;
	margin-bottom: 10px;
}
.admin-form fieldset .input {
	padding: 0;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
}
.admin-form .radio legend {
	font-size: 14px;
	background: none;
	padding-bottom:5px;
}
.admin-form div.col-two {
	width: 49.8%;
	margin-right: 0;
	clear: none;
}
.admin-form div.col-three {
	width: 33%;
	margin-right: 0;
	clear: none;
}
.admin-form .col-three.divider fieldset,
.admin-form .col-two.last fieldset {
	border-left: 1px solid #ccc;
}
.admin-form .media-counts {
	width: 100%;
	margin-bottom: 10px;
}
.admin-form .media-counts td {
	border-bottom: 1px solid #cfcfcf;
	padding: 5px;
}
.modify-link-tags #replace-name-input {
	border:0;
}
.modify-link-tags #replace-name-input label {
	width:auto;
}

ul.editMatchesOptions {
	margin-left: 20px;
}
ul.editMatchesOptions li {
	padding: 0px 0px 3px 25px;
	margin-bottom: 3px;
}
ul.editMatchesOptions li span {
	font-style: italic;
}
ul.editMatchesOptions li.editPlayCom {
	background: transparent url(../img/PlayCom/icons/delete.png) no-repeat top left;
}
ul.editMatchesOptions li.editExpertCom {
	background: transparent url(../img/PlayCom/icons/delete.png) no-repeat top left;
}
ul.editMatchesOptions li.replace {
	background: transparent url(../img/PlayCom/icons/delete.png) no-repeat top left;
}
ul.editMatchesOptions li.remove {
	background: transparent url(../img/PlayCom/icons/delete.png) no-repeat top left;
}

.admin-container-one .header {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
#PlayerAssocLock {
	margin-top: 20px;
	padding: 0px;
}
#PlayerAssocLock .input,
#PlayerAssocLock textarea {
	margin-bottom: 10px;
}
#PlayerAssocLock fieldset input {
	margin-left: 80px;
}
#PlayerAssocLock .bold {
	font-weight: bold;
}
#PlayerAssoc .radio input {
	padding-left: 100px;
}
#PlayerAssocLock fieldset {
	background: transparent url(../img/user/lock.gif) no-repeat 20px 20px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#PlayerAssocLock textarea {
	width: 100%;
}
#PlayerAssocLock .save-button {
	margin: auto;
}


/*
User admin styles
*************************************/
.content-region-member {
	background: #9FD8DD;
	margin: 10px;
	padding: 10px;
	position: relative;
}
.member-contribs {
	width: 100%;
}
.member-contribs.two-col {
	width: 45%;
	margin: 0 5% 0 0;
	float: left;
}
.member-contribs dd {
	height: 14px;
	line-height: 14px;
	float: left;
	margin: -16px 0 0 0;
	clear: left;
	font-weight: bold;
	font-style:italic;
	width:40px;
	text-align: right;
}
.member-contribs dt {
	height: 14px;
	line-height: 14px;
	margin:2px 0 2px 45px;
	font-style:italic;
	width: 90%;
}
.member-contribs dt a {
	font-style: normal;
	float: right;
}
.content-region-member .section {
	margin:0 0 5px 45px;
	width: 90%;
}
.content-region-member h3,
.content-region-member h4 {
	font-size: 16px;
	border-bottom: 1px solid #9DB7BE;
	padding: 1em 0 4px 0;
	margin-bottom: 0.4em;
}
#view-member-history {
	position: absolute;
	top: 20px;
	right: 15px;
}