

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: white
		url(/export/system/modules/com.scintillance.andromeda.module/resources/images/furniture/clearSpacer.gif)
		fixed no-repeat;
	line-height: 1.0;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size: 0.8em;
	color: black;
}

.insetImageTopLeft {
	float: left;
	margin: 0px 8px 8px 0px;
	border: #000000 1px solid;
}

.insetImageTopRight {
	float: right;
	margin: 0px 0px 8px 8px;
	border: #000000 1px solid;
}

/*	========================================================================================================================
	Default rules for link pseudo classes
	========================================================================================================================
*/
a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

img {
	border: 0px;
}

/*	========================================================================================================================
	Rules for all page components
	========================================================================================================================
*/
#subLogoArea {
	background-color: #eaaf0f;
	color: black;
}

#logoArea {
	
}

#topBannerArea {
	line-height: 1.0;
}

#topToolArea {
	background-color: #002654;
	padding-left: 20px;
	color: white;
}

#siteDateArea {
	background-color: #002654;
	padding-left: 20px;
	padding-top: 10px;
	color: white;
}

#topNavArea {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: white;
	color: black;
}

#topNavListContainer {
	
}

ul#topNavList {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

ul#topNavList li {
	display: inline;
	list-style-type: none;
}

ul#topNavList li a {
	padding: 10px;
	background-color: #eeeeee;
	color: blue;
	text-decoration: none;
	float: left;
	border-right: 1px solid #BBBBBB;
}

ul#topNavList li a:hover {
	background-color: #CCCCFF;
	color: #002654;
}

ul#topNavList li a#currentTopMenuAnchor {
	background-color: #002654;
	color: #ffffff;
}

ul#topNavList li a:hover #currentTopMenuAnchor {
	background-color: #CCCCFF;
	color: #002654;
}

ul#topNavList li#highlightedTopMenuListItem {
	
}

/* Note no padding nor margin settings here, avoiding box model differences */

#leftNavAreaContainer {
	background: white
		url(/export/system/modules/com.scintillance.andromeda.module/resources/images/furniture/goldFade.jpg)
		no-repeat top left;
}

#leftNavArea {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 160px;
	vertical-align: top;
	line-height: 1.1;
}

#leftNavHeadingArea {
	padding: 12px 8px 12px 8px;
	font-size: 1.1em;
	font-weight: bold;
}

#leftNavListContainer {
	margin: 5px 0px 0px 0px;
}

ul#leftNavList {
	margin: 0px;
	padding: 0px;
}

ul#leftNavList li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px #cccccc;
}

ul#leftNavList li#currentLeftMenuEntry {
	background-color: #002654;
	color: white;
}

/*	http://www.alistapart.com/stories/taminglists/ recommended adding width: 100% for IE 5 and backtracking later for more recent browwser
	using element selector 'html>body ul#leftNavList li a' with property width:auto.  Caused problems for IE 6, at least as implemented here.
*/
ul#leftNavList li a {
	display: block;
	margin: 0px;
	text-decoration: none;
	text-align: left;
}

/*
	Using contextual class selector rather than flat class - mixed results with multiple classes on single element.
*/
ul#leftNavList li a.leftNavLevel1 {
	padding: 8px 4px 8px 10px;
}

ul#leftNavList li a.leftNavLevel2 {
	padding: 8px 4px 8px 20px;
}

ul#leftNavList li a.leftNavLevel3 {
	padding: 8px 4px 8px 30px;
}

/* ul#leftNavList li#currentLeftMenuEntry a { */
ul#leftNavList li a#currentLeftMenuAnchor {
	color: #ffffff;
}

ul#leftNavList li a:link {
	color: blue;
}

ul#leftNavList li a:visited {
	color: blue;
}

ul#leftNavList li a:hover {
	background-color: #CCCCFF;
	color: #002654;
}

/* =======================================================================================================
	End of navigation styles
	======================================================================================================= */
#bodyArea {
	border-top: 1px solid #CCCCCC;
	padding: 15px 5px 15px 15px;
	line-height: 1.4;
}

#footerArea {
	background-color: #002654;
	color: white;
}

#footerArea a:link {
	background-color: #002654;
	color: white;
	text-decoration: none;
}

#footerArea a:visited {
	background-color: #002654;
	color: white;
	text-decoration: none;
}

#footerArea a:active {
	background-color: #002654;
	color: white;
	text-decoration: none;
}

#footerArea a:hover {
	background-color: #002654;
	color: white;
	text-decoration: underline;
}

.footerEntryCurrent {
	text-decoration: underline;
}

.footerEntryNotCurrent {
	
}

.inSituEditPanel {
	position: absolute;
	opacity: .30;
	filter: alpha(opacity = 30);
	z-index: 10;
	/*
	background-color: #FFCCCC;
	border: solid green 1px;
	padding: 6px;
	line-height: 1.0;
	font-weight: normal;
	color: black;
	text-align: center;
	*/
}

/*	========================================================================================================================
	Section pages
	========================================================================================================================
*/
#sectionPage .mainStory {
	margin: 0px 0px 10px 0px;
	line-height: 1.4;
}

#sectionPage .mainStoryTitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.1;
	font-size: 1.4em;
	font-weight: bold;
}

#sectionPage .mainStoryBody {
	
}

#sectionPage .contextStory {
	margin: 0px 0px 20px 0px;
	border: #EAAF0F 1px solid;
	background-color: #EEEEEE;
	padding: 7px 7px 7px 7px;
	line-height: 1.4;
	color: black;
}

#sectionPage .contextStoryTitle {
	background-color: #EEEEEE;
	margin: 15px 0px 15px 0px;
	border-top: 5px solid #336699;
	padding: 4px;
	padding-left: 10px;
	line-height: 1.1;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #002654;
}

#sectionPage .contextStoryBody {
	
}

/*	========================================================================================================================
	Department pages
	========================================================================================================================
	
	Currently use general story styling
*/
.generalStory {
	clear: both;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4;
}

.generalStoryTitle {
	background-color: white;
	margin: 15px 0px 10px 0px;
	border-top: 8px solid #336699;
	padding: 1px 4px 4px 10px;
	line-height: 1.1;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #002654;
}

.generalStoryBody {
	
}

/*	========================================================================================================================
	Articles
	========================================================================================================================
*/
.articleTitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 140%;
}

.articleBody {
	margin: 10px 0px 10px 0px;
}

/*	========================================================================================================================
	Calendar entries
	========================================================================================================================
*/
.calendarEntryTitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 140%;
}

.calendarEntryBody {
	margin: 10px 0px 10px 0px;
}

.calendarEntryLeftColumn {
	width: 150px;
	float: left;
}

.calendarEntryRightColumn {
	margin-left: 156px;
}

.calendarEntrySingleColumn {
	
}

.itemPublicationInfo {
	font-style: italic;
}


/*	========================================================================================================================
	Photo albums
	========================================================================================================================
*/

.pgDetailImageTitle {
	font-weight: bold;
	font-size: 1.5em;
}	

.pgDetailImageDescription {
	margin-top: 15px;
}

.pgNavigation {
	padding-top: 15px;
}

.element h1 {
	font-weight: bold;
	font-size: 1.5em;
}

/*	========================================================================================================================
	Other templates
	========================================================================================================================
*/
#searchPage {
	
}

/*	========================================================================================================================
	Other styles
	========================================================================================================================
*/
.itemPrecis {
	margin-top: 10px;
	border-top: 2px solid #DDDDDD;
}

.itemPrecisTitle {
	margin: 2px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1;
}

.itemPrecisBody {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.calendarEntryPrecis {
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

.calendarEntryPrecisDate {
	margin: 20px 0px 12px 0px;
	border-top: 2px solid #DDDDDD;
	padding: 0px;
	font-weight: bold;
}

.calendarEntryPrecisDescription {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.searchResultsNavigator {
	margin: 20px 0px 20px 0px;
	padding: 2px;
	border: thin gray solid;
	text-align: center;
}

form input {
	background: #EEEEEE;
	margin-left: 0px;
}

.formText {
	clear: both;
	margin-top: 12px;
	margin-bottom: 8px;
}

.formSectionHeading {
	clear: both;
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.5em;
}

.formSectionSubheading {
	clear: both;
	margin-top: 20px;
	margin-bottom: 8px;
	font-style: italic;
	font-weight: bold;
}

.formField {
	margin-top: 12px;
	clear: left;
}

.formFieldLabel {
	width: 100px;
	float: left;
}

.formFieldValue {
	margin-left: 106px;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
}

/*	Beware IE oddities in sizing fonts on input buttons */
.formButton {
	margin-top: 5px;
	background-color: #EAAF0F;
	color: black;
	line-height: 1.0;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
}

/*	========================================================================================================================
	Styles for editable content.  Templates are organised such that this is all within an enclosing div classed as
	"freeformContent", so we can select on that basis.  Rules are mirrored - in root scope - in CSS file accessible to
	at editing time.
	========================================================================================================================
*/ /*
	Allow for otherwise unstyled content.
*/
.freeformContent p {
	margin-bottom: 8px;
}

.freeformContent div {
	margin-bottom: 8px;
}

/*	Define heading styling
*/
.freeformContent h1 {
	clear: both;
	margin: 20px 0px 8px 0px;
	font-weight: bold;
	font-size: 1.5em;
}

.freeformContent h2 {
	clear: both;
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.freeformContent h3 {
	clear: both;
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.freeformContent h4 {
	clear: both;
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size: 1.0em;
}

.freeformContent h5 {
	clear: both;
	margin: 10px 0px 8px 0px;
	font-weight: normal;
	font-size: 1.0em;
	text-decoration: underline;
}