/* Administration Style Sheet for Sport Horse Breeding GB(NW)*/
/* Author - John Bridge - Read Web Design*/
/* Look But Don't Touch */

/* Admin Login */

#adminLogin {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
#adminLogin label {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 2em;
	padding-top: 2em;
}
#adminLogin span {
	width: 30%;
	text-align: right;
	float: left;
	color: #393C63;
/*	padding-bottom: 0.5em; */
	padding-right: 10px;
/*	padding-top: 0; */
	font-size: 120%;
	font-weight: bold;
}
#adminLogin form {
	width: 100%;
}
#adminLogin form div input {
	background: #393C63;
	border-top: 2px double #C66E94;
	border-right: 2px double #B84878;
	border-bottom: 2px double #B84878;
	border-left: 2px double #B84878;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-size: 100%;
	font-weight: bold;
}
#adminLogin form div {
	margin-top: 1.5em;
	text-align: center;
}

/* end of Admin Login */

/* Admin Menu Navigation */

#adminMenu {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#adminMenu ul {
	padding: 0px;
	background: #393c63;
	width: 22em;
	text-align: center;
	margin: 0px auto;
	display: block;
}
#adminMenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;;
}
#adminMenu a {
	color: #DEDEE5;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}
#adminMenu a:hover, #adminMenu a:focus, #adminMenu a:active {
	color: #80829b;
}
#adminMenu h5 {
	font-size: 140%;
	font-weight: bold;
	color: #393C63;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* end of Admin Menu Navigation *

/* Amend News Item List */

#listNews {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #393C63;
}
#listNews h5 {
	color: #393C63;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
}
#listNews p {
	font-size: 125%;
	font-weight: bold;
	padding-left: 0.75em;
	border-top: 1px solid #393C63;
	color: #393C63;
	padding-top: .75em;
	padding-bottom: .75em;
}
#listNews a {
	color: #B84878;
	text-decoration: none;
}
#listNews a:hover {
	color: #B84878;
	text-decoration: underline;
}
#listNews img {
	padding-right: 1.5em;
}

/* end News Item List */

/* Add New News Item */

#addNews {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#addNews label {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 1em;
	padding-top: 1em;
}
#addNews span {
	width: 12%;
	text-align: right;
	float: left;
	color: #393C63;
	padding-bottom: 0.5em;
	padding-right: 10px;
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
}
#addNews textarea {
	width: 80%;
}
#addNews form div input {
	background: #393C63;
	border-top: 2px double #C66E94;
	border-right: 2px double #B84878;
	border-bottom: 2px double #B84878;
	border-left: 2px double #B84878;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-size: 100%;
	font-weight: bold;
}
#addNews form div {
	margin-top: 1.5em;
	text-align: center;
}

/* end Add New News Item */

/* Amend News Item */

#amendNewsItem {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#amendNewsItem label {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 1em;
	padding-top: 1em;
}
#amendNewsItem span {
	width: 12%;
	text-align: right;
	float: left;
	color: #393C63;
	padding-bottom: 0.5em;
	padding-right: 10px;
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
}
#amendNewsItem textarea {
	width: 80%;
}
#amendNewsItem form div input {
	background: #393C63;
	border-top: 2px double #C66E94;
	border-right: 2px double #B84878;
	border-bottom: 2px double #B84878;
	border-left: 2px double #B84878;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-size: 100%;
	font-weight: bold;
}
#amendNewsItem form div {
	margin-top: 1.5em;
	text-align: center;
}

/* End Amend News Item */

/* Add New News Letter Recipient */

#newsRecipients {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
#newsRecipients label {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 1em;
	padding-top: 1em;
}
#newsRecipients span {
	width: 20%;
	text-align: right;
	float: left;
	color: #393C63;
	padding-bottom: 0.5em;
	padding-right: 10px;
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
}
#newsRecipients textarea {
	width: 80%;
}
#newsRecipients form div input {
	background: #393C63;
	border-top: 2px double #C66E94;
	border-right: 2px double #B84878;
	border-bottom: 2px double #B84878;
	border-left: 2px double #B84878;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-size: 100%;
	font-weight: bold;
}
#newsRecipients form div {
	margin-top: 1.5em;
	text-align: center;
}

/* end Add New News Letter Recipient */

/* Amend Newsletter Recipient List */

#amendRecipient {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #393C63;
}
#amendRecipient h5 {
	color: #393C63;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
}
#amendRecipient p {
	font-size: 125%;
	font-weight: bold;
	padding-left: 0.75em;
	border-top: 1px solid #393C63;
	color: #393C63;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
#amendRecipient a {
	color: #B84878;
	text-decoration: none;
}
#amendRecipient a:hover {
	color: #B84878;
	text-decoration: underline;
}
#amendRecipient img {
	padding-right: 1.5em;
}

/* end Amend Newsletter Recipient List */


/* Newsletter Upload */

#uploadLetter {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
#uploadLetter label {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 2em;
	padding-top: 2em;
}
#uploadLetter span {
	width: 20%;
	text-align: right;
	float: left;
	color: #393C63;
	padding-bottom: 0.5em;
	padding-right: 10px;
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
}
#uploadLetter form {
	width: 100%;
}
#uploadLetter form div input {
	background: #393C63;
	border-top: 2px double #C66E94;
	border-right: 2px double #B84878;
	border-bottom: 2px double #B84878;
	border-left: 2px double #B84878;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-size: 100%;
	font-weight: bold;
}
#uploadLetter form div {
	margin-top: 1.5em;
	text-align: center;
}
/* end of Newsletter Upload */

/* Send News Letter */

#sendLetter {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#sendLetter label {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 1em;
	padding-top: 1em;
}
#sendLetter span {
	width: 12%;
	text-align: right;
	float: left;
	color: #393C63;
	padding-bottom: 0.5em;
	padding-right: 10px;
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
}
#sendLetter textarea {
	width: 80%;
}
#sendLetter form div input {
	background: #393C63;
	border-top: 2px double #C66E94;
	border-right: 2px double #B84878;
	border-bottom: 2px double #B84878;
	border-left: 2px double #B84878;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-size: 100%;
	font-weight: bold;
}
#sendLetter form div {
	margin-top: 1.5em;
	text-align: center;
}

/* end Send News Letter */

/* Delete Letter List */

#listLetters {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #393C63;
}
#listLetters h5 {
	color: #393C63;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
}
#listLetters p {
	font-size: 125%;
	font-weight: bold;
	padding-left: 0.75em;
	border-top: 1px solid #393C63;
	color: #393C63;
	padding-top: .75em;
	padding-bottom: .75em;
}
#listLetters a {
	color: #B84878;
	text-decoration: none;
}
#listLetters a:hover {
	color: #B84878;
	text-decoration: underline;
}

/* end Delete Letter List */



/* Classes */

.fileupload {
	border: 1px solid #393C63;
	color: #393C63;
	font-weight: bold;
}
.uploadSuccess {
	font-size: 120%;
	font-weight: bold;
	color: #393C63;
	text-align: center;
}
.uploadFail {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.inputarea {
	width: 60%;
}
#sendLetter select {
	width: 60%;
	border: 1px solid #393C63;
}

