/*---------------------------------
   Event Box Styling (HIRE)
-----------------------------------*/
#event {
	margin: 0;
	padding: 0;
	background: url(../../images/cheq_grey_fade.gif) repeat-y top left;
}
#event h1 {
	color: #000;
	margin: 0;
	padding: 6px 0 5px 25px;
	background: #DDD868 url(../../images/cheq_white.gif) repeat-y right top;
}
#event h2 {
	font-weight: normal;
	font-style: italic;
	color: #444;
	margin: 0;
	padding: 5px 0 5px 25px;
	background: #F0EF88 url(../../images/cheq_white_flip.gif) repeat-y right top;
}
#event img.xpic {
	margin: 15px 0 10px 25px;
}
#event p {
	color: #555;
	margin: 0 0 0 25px;
}
#event .bold {
	font-weight: bold;
	color: #000;
}
#event a {
	color: #333;
}
#event a:hover {
	color: #F90;
}
#event p.xdate {
}
#event p.xtime {
}
#event p.xcost {
}
#event p.xtext {
	margin-top: 8px;
}
#event h4 {
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: #000;
	margin: 15px 0;
	padding: 5px 30px;
	background: #F0EF88 url(../../images/cheq_white_flip.gif) repeat-y top right;
}
#event p.xnotes {
	font-style: italic;
	padding-bottom: 10px;
}
#event h6 {
	display: none;
}
#event h6 a {
}
#event a.xbook {
	display: block;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-align: center;
	padding: 4px;
	border: 1px solid #8B4B06;
	margin: 6px 67px 5px 60px;
	background: #8B4B06;
}
#event a.xbook:hover {
	color: #8B4B06;
	text-decoration: none;
	border: 1px solid #8B4B06;
	background: #FF9;
}
