/* version 1.6 build 2007116.13:23  */
/* contains css to customise colours of content page*/

/* customise chrome */

#positioningStatement {
	color: #ffffff;
}

#breadCrumbs {
	background: #006275 url(http://www.bournemouth.ac.uk/shared/images/breadcrumbs_bg_seablue.png) repeat-x;
}

/* customise content */

blockquote {
	background: url("http://www.bournemouth.ac.uk/shared/images/quoteleft_seablue.gif") no-repeat left top;
}

blockquote div {
	background: url("http://www.bournemouth.ac.uk/shared/images/quoteright_seablue.gif") no-repeat right bottom;
}

q {
	color: #006275;
}

.accordion_toggle {
	color: #000000;
	background-color: #ffcc29;
}

.accordion_toggle_active {
	background-color: #006275;
	border-bottom: 1px solid #cccccc;
}

.accordion_toggle:hover {
	color: #ffffff !important;
	background-color: #006275;
}

.alphabeticalList {
	background-color: #006275;
}

#mainContent .alphabeticalList a:hover {
	color: #006275;
}

#mainContent .featureBox2 {
	color: #000000;
	background-color: #ffcc29;
}

#mainContent .featureBox3 {
	background-color: #006275;
}

#mainContent .highlightedTextBox {
	background-color: #006275;
}

#mainContent .highlightedTextBox a:hover {
	color: #006275;
}

.menuListTitle {
	background-color: #006275;
}

.relatedListTitle {
	color: #000000;
	background-color: #ffcc29;
}

legend {
	background: #006275;
}

#mainContent .profileBox h3 {
	background-color: #006275;
}

#mainContent th {
	background-color: #006275;
}

#mainContent .vcard h3 {
	background-color: #006275;
}

#mainContent .vevent h3 {
	background-color: #006275;
}

#mainContent ul.miniNav {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}


#mainContent .miniNav li {
	float: left;
}

#mainContent .miniNav li a {
	display: block;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 5px;
	margin-right: 5px;
	background-color: #e1e1e1;
	text-decoration: none;
	color: #333333;
	text-align: center;
}

#mainContent .miniNav li a:visited {
	color: #333333;
	border-bottom: none;
}

#mainContent .miniNav li a:hover {
	color: #ffffff;
	background-color: #006275;
	border: 1px solid #006275;
	border-bottom: none;
	
}

#mainContent .miniNav li.selected a {
	color: #ffffff;
	background-color: #006275;
	border: 1px solid #006275;
	border-bottom: none;
} 

#mainContent .miniNav li.selected a:visited {
	color: #ffffff;
	border-bottom: none;
}

