/************************************************
 * DEFAULT                                     *
 ************************************************/
body { /*	width: 100%;
	height: 100%;*/
	background-color: white;
	background-image: url('http://www.leedsyacr.co.uk/images/diagram2.jpg');
	background-repeat: repeat;
	font-family: arial;
}

a {
	font: Comic Sans MS;
	color: #800080;
	text-decoration: none;
}

a:hover {
	color: red;
}

select {
	width: 200px;
}

input {
	width: 200px;
}

tr {
	white-space: nowrap;
}

form {
	padding: 0;
	margin: 0;
}

/************************************************
 * HEADER AND CONTENT                           *
 ************************************************/
#header-title {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	font-size: 1.2em;
	line-height: 2em;
}

#header {
	width: 100%;
	height: 75px;
	border-bottom-color: #ff8200;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#erudine-image {
	float: right;
	margin-right: 3%;
	margin-top: 10px;
}

#content {
	width: 100%;
	height: 90%;
	padding: 3%;
}

/************************************************
 * HEADER AND CONTENT                           *
 ************************************************/
div.sidebar {
	float: left;
	width: 14%;
	text-align: center;
	padding-top: 2px;
	/* border-bottom: 1px solid #CCC; */
}

ul.sidebar {
	list-style-type: none;
	margin-top: 3em;
}

ul.sidebar li {
	padding-top: 1em;
}

ol.unnumberedList {
	list-style-type:none;
}

div.main-content {
	float: left;
	width: 72%;
	overflow: auto;
	margin: 1%;
}

div.rightbar {
	text-align: center;
	font-size: small;
	padding-top: 2px;
}

div.bottomBorder {
	padding-bottom: 2%;
	margin-bottom: 2%;
	/* border-bottom: 1px solid #CCC; */
}

p.submitDate {
	font-size: x-small;
}

#paging {
	float: left;
	clear: both;
	width: 90%;
	margin-top: 15px;
}

#paging img {
	border-width: 0px;
}

div#paging a,div#paging a:link {
	text-decoration: none;
	color: #555;
}

#paging span.selected {
	font-weight: bold;
	padding: 5px;
	font-size: large;
	color: orange;
}

.page-content {
	margin-left: 210px;
}

.news {
	
}

.newsitem {
	background-color: #D1CFF1;
	margin: 2%;
	padding: 1%;
	border-color: black;
	border-width: medium;
	border-style: outset;;
	border-color: black;
}

.event {
	background-color: #D1CFF1;
	margin: 2%;
	padding: 1%;
	border-color: black;
	border-width: medium;
	border-style: outset;;
	border-color: black;
}

.headline {
	text-align: center;
	background-color: #E1E1E1;
}

.event .headline {
	margin-bottom: 0em;
}

.event .eventHeadline {
	margin-bottom: 3em;
}

.eventDate {
	text-align: center;
	background-color: #E1E1E1;
	margin-top: 0em;
}

ul#nodesList {
	margin: 0;
	padding: 0;
}

ul#nodesList li {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	list-style-type: none;
}

ul#nodesList li a,ul#nodeslist li a:link {
	display: block;
	background: #FF8200 url("arrow.gif") no-repeat right;
	color: #FFF;
	text-decoration: none;
	padding: 3px 10px;
	margin-top: 2px;
	font-weight: bold;
}

ul#nodesList li a:hover {
	background-color: #ffa84d;
}

table {
	border-left: 1px solid #ff8200;
}

table td {
	font-size: 0.9em;
	width: 200px;
	height: 2em;
	border-bottom: 1px solid #CDCDCD;
	padding-left: 10px;
}

div.page-content a.link,div.page-content a.link:link {
	background: url("edit.gif") center no-repeat;
	padding: 10px 25px 10px 35px;
	height: 35px;
	display: block;
	width: 100px;
	margin-left: 10px;
	border: 0px solid red;
}

a:hover #edit {
	color: #000;
}

/********************************************
* ERRORS
********************************************/
div.errorMessage {
	color: red;;
	font-weight: bold;
}