/**

 * Additional styles for ACS Digital Library
 *
 * Change colour scheme from green default to Blue
 * Set content to 100% of page width
 * Move sidebar from right to left side
 * Remove dotted borders
 * Set the width of the content relative to font size
 * Center page header
 * Added ad format
 *
 * By Tom Worthington 16 Nov 2006
 */

a:link {
	color: #1C5BA2;
}

a:active {
	color: #144276;
}

a:visited {
	color: #1C5BA2;
}

a:hover {
	color: #144276;
	background: #DCEAF9;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	border-top: #1F66B7;
	border-left: #1F66B7;
	border-bottom: #9BC2EE;
	border-right: #9BC2EE;
}

input.button {
	background-color: #9BC2EE;
}

input.defaultButton {
	background-color: #1C5BA2;
	color: #FFFFFF;
}


#header {
	background-color: #9DC0D8;
}

#footer {
	background-color: #9DC0D8;
}

span.disabled, label.disabled {
	color: #1F66B7;
}

span.formRequired {
	color: #0D294A;
}
