@IMPORT url("reset.css");

#events {
	background: url("../images/event_div.png") top left no-repeat;
	width: 703px;
	height: 19px;
	margin: 16px auto 0 auto;
}

#events_wrapper {
	overflow: auto;
	width: 360px;
	margin: 0px auto;
}

#eventcontent {
	background: url("../images/event_div_content.png") top left repeat-y;
	width: 703px;
	text-align: left;
	color: #003143;
	font-size: 11px;
	overflow: auto;
	margin: 0px auto;
}

#eventcontentbottom {
	background: url("../images/event_div_bottom.png") top left no-repeat;
	width: 703px;
	height: 9px;
	margin: 0px auto;
}

div#eventcontent div span.when {
	font-weight: bold;
	color: #003143;
}

div#eventcontent div.what {
	padding-left: 20px;
	overflow: auto;
}

div#eventcontent div.what .name {
	font-size: 18px;
}

span.place a {
	color: #e6efff;
	text-decoration: underline;
}

span.place a:HOVER {
	text-decoration: none;
}

span.nameFull {
	font-size: 18px;
	color: white;
	cursor: pointer;
	text-decoration: underline;
}

span.nameFull:HOVER {
	text-decoration: none;
}

div#eventcontent div.perfmType {
	overflow: auto;
	padding-bottom: 10px;
}

.definition {
	overflow: auto;
	width: 100%;
}

.definitionValue {
	float: left;
}

.highlight {
	font-weight: bold;
	float: left;
	padding-right: 7px;
}

.annotation {
	float: right;
	width: 335px;
	text-align: justify;
	overflow: auto;
	padding: 0 15px 0 0px;
}

.annotation ul {
	list-style: disc;
	padding-left: 30px;
}

.webpage {
	overflow: auto;
}

.webpage a {
	color: inherit;
}

.webpage a:HOVER {
	text-decoration: underline;
}

.whatDetail {
	overflow: auto;
}

.whatDetail .name {
	font-size: 22px;
	padding-top: 7px;
}

.whatDetail2 {
	width: 100%;
	font-size: 18px;
	color: white;
	overflow: auto;
	position: relative;
}

.perfmDetail {
	font-size: 12px;
	padding-left: 7px;
	padding-bottom: 20px;
	color: white;
}

.lastLine {
	overflow: auto;
}

.lastLine span.entry {
	font-weight: bold;
}

.lastLine div.salePlaces {
	font-weight: bold;
}

.lastLine div.salePlaces span {
	font-weight: bold;
	display: block;
}

.lastLine div.salePlaces ul {
	display: block;
}

.lastLine div.salePlaces ul li {
	font-weight: normal;
	padding-left: 20px;
}

.lastLine div.salePlaces a {
	text-decoration: underline;
}

.lastLine div.salePlaces a:HOVER {
	text-decoration: none;
}

.event_data {
	float: left;
	width: 340px;
	overflow: auto;
	padding: 5px 5px 5px 7px;
}

#next {
	background: url("../images/next_button.png") top left no-repeat;
	width: 99px;
	height: 16px;
}

#next:HOVER {
	background: url("../images/next_button_h.png") top left no-repeat;
}

#prev {
	background: url("../images/prev_button.png") top left no-repeat;
	width: 120px;
	height: 16px;
}

#prev:HOVER {
	background: url("../images/prev_button_h.png") top left no-repeat;
}

#all {
	background: url("../images/button.png") top left no-repeat;
	width: 130px;
	height: 16px;
}

.event_action {
	cursor: pointer;
	display: block;
	float: left;
	color: #374049;
	font-weight: bold;
	font-size: 10px;
	margin: 1px 0 0 2px;;
}

.texttop {
	color: #00526c;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	width: 683px;
	height: 19px;
	background: url("../images/textop.png") top left no-repeat;
	margin: 20px auto 0 auto;
}

.text {
	width: 673px;
	padding: 10px 15px 0 15px;
	text-align: justify;
	color: #002f36;
	font-size: 12px;
	margin: 0px auto;
	background-color: #c5cbcd;
}

.textbottom {
	width: 703px;
	height: 10px;
	background: url("../images/textbottom.png") top left no-repeat;
	margin: 0px auto;
}

.img {
	float: left;
	padding: 10px;
}

#gallerytop {
	background: url("../images/gallery_top.png") top left no-repeat;
	width: 703px;
	height: 19px;
	margin: 16px auto 0 auto;
}

#gallerycontent {
	background: url("../images/gallery_content.png") top left repeat-y;
	width: 703px;
	text-align: left;
	color: #003143;
	font-size: 11px;
	overflow: auto;
	margin: 0px auto;
}

#gallerybottom {
	background: url("../images/gallery_bottom.png") top left no-repeat;
	width: 703px;
	height: 11px;
	margin: 0px auto;
	margin-bottom: 25px;		
}

.pagination{
	color: #003143;
	font-size: 11px;
}

.pagination a{
	color: inherit;
	text-decoration: none;
}
