/*University of Aberdeen central sub page style sheet*/
/*basic page properties*/

a:link {
	color: #772244;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a.skip {
	background: #FFFFFF;
	color: #FFFFFF;
	font-size: 75%;
}

a.skip:visited {
	color: #FFFFFF;
}

a.skip:hover {
	color: #666666;
}

a.underline:link {
	color: #772244;
	text-decoration: underline;
}
a.underline:visited {
	color: #772244;
	text-decoration: underline;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0% 2% 2% 2%; /*top,right,bottom,left*/
}

div.floatleft img {
	border: 1px solid #FFFFFF;
}

div.floatright img {
	border: 1px solid #FFFFFF;
}

h1 {
	color: #772244;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin-top: 36px;
}

h2 {
	color: #772244;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
}

h3, h4, h5, h6 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

hr {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #333333;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-bottom: 8px;
	margin-right: 16px;
}

/* */
img.right {
	float: right;
	margin-bottom: 8px;
	margin-left: 16px;
}

ul li {
	list-style-type: disc;
}

li {
	color: #000000;
	font-size: 100%;
	line-height: 160%;
}



li.alphalower {
	list-style: lower-alpha;
}

li.alphaupper {
	list-style: upper-alpha;
}

li.number {
	list-style: decimal;
}

li.pink {
	color: #BB8899;
}

li.romanlower {
	list-style: lower-roman;
}

li.romanupper {
	list-style: upper-roman;
}

p {
	margin-top: 0;
}

p {
	margin-top: 0;
}

tr.pink {
	background: #EEDDDD;
}

ul.inside {
	list-style-position: inside;
}

ul.outside {
	list-style-position: outside;
}

.captiontext {
	color: #333333;
	font-size: 85%;
}

.center {
	text-align: center;
}

/* */
/* left aligned image and caption */
.floatleft	{
	background-color: #EEDDDD;
	border: 1px solid #BB8899;
	float: left;
	font-size: 85%;
	margin: 0px 16px 8px 0px;
	padding: 10px;
}

/* right aligned image and caption */
.floatright	{
	background-color: #EEDDDD;
	border: 1px solid #BB8899;
	float: right;
	font-size: 85%;
	margin: 0px 0px 8px 16px;
	padding: 10px;
}

.footertext {
	color: #772244;
	font-size: 85%;
}

.indent {
	margin-left: 4%;
	margin-right: 4%;
}

.introtext {
	color: #333333;
	font-size: 90%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.smaller {
	font-size: 85%;
}

.toolstext {
	color: #772244;
	font-size: 85%;
}

/*Page content - 1 column*/
#maincontainer {
	padding: 0% 2% 2% 2%; /*top,right,bottom,left*/
	width: auto;
}

/*Text only, Email to friend, Print page - tools*/ 	
#toolscontainer {
	background: #FFFFFF;
	margin-bottom: 8px;
	margin-top: 24px;
	text-align: center;
	width: auto;
}

#wducentralbar {
	border-top: 2px solid #772244;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

/*this is the solid bar*/
#wducentralbarcontainer {
	background: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
}

#wducentralfooter {
	background: #EEDDDD;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 8px;
	width: auto;
}

/* Central Directory footer - University of Aberdeen */
#wducentralfootercontainer {
	background: #FFFFFF;
	clear: both;
	width: 100%;
}

/*this is the uni logo*/
#wducentralheaderlogo {
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/*this is the navigation bar and its contents*/
#wducentralnav {
	background: #EEDDDD; /*white space between header bar and nav bar*/
	margin-bottom: 24px;
	margin-top: 2px; /*white space between header bar and page content*/
	padding-bottom: 6px;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}

#wducentralnav a {
	color: #772244;
}

#wducentralnav a:hover {
	color: #666666;
}

#wducentralnav span {
	color: #772244;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

/*this is the section head*/
#wducentralsectionhead {
	float: right;
	padding-bottom: 0px;
	padding-top: 36px; /*padding-top: 40px;*/
	width: auto;
}

/*p, span, td, th {
	color: #666666;
	font-size: 100%;
}
*/