@charset "utf-8";
/* CSS Document */

BODY {
	background:#FFF;
	background-image:none;
}
#eventMainHeadbar {
	width:600px;
	height:61px;
	background-image:url(../images/img_evt_header_main_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	position:relative;
	z-index:205;
	float:left;
}
.package #eventMainHeadbar {
	width:705px;
	background-image:url(../images/img_pkg_header_main_bg.jpg);
}
*+html #eventMainHeadbar {
	width:615px;
}
*+html .package #eventMainHeadbar {
	width:620px;
}
.package .blockheadbar {
	background:#1e1e1e;
}
#eventDateName {
	position:absolute;
	top:11px;
	left:20px;
	z-index:210;
}
.package #eventDateName {
	top:14px;
}
#closeBox {
	text-align:right;
	position:absolute;
	top:15px;
	left:202px;
	z-index:215;
	height:35px;
	width:375px;
}
.package #closeBox {
	left:295px;
}
#printBar {
	width:584px;
	height:20px;
	text-align:right;
	background-image:url(../images/img_evt_header_shadow.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:8px;
	z-index:220;float:left;
}
.printLink { 
	margin-left:6px;
	float: right;
}

.printLink A {
	color:#39a2ed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}
#eventDetailsContent {
	float:left;
	text-align:left;
	border: 1px solid #a5a5a5;
	width: 600px;
	height:369px;
	font-size:11px;
	position:relative;
	z-index:225;
	overflow:visible;
}
#eventMainDetails {
	position:absolute;
	top:0px;
	left:0px;
	width: 399px;
	height: 138px;
	padding:12px 0px 15px 15px;
	z-index:230;
}
.eventTitle {
	color:#de0007;
	font-size:24px;
	line-height:28px;
}
.eventTitleSmall {
	color:#de0007;
    font-size:16px;
    font-weight: bold;
	line-height:20px;
}
#eventDetailsGeneral {
	width:100%;
}
.eventDetailsLabels {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
#eventDetailsBorderH {
	position:absolute;
	top:139px;
	left:0px;
	width:424px;
	background-color:#a5a5a5;
	height:1px;
	z-index:231;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

#eventDetailsSpecific {
	position:absolute;
	top:140px;
	left:0px;
	width:399px;
	height:175px;
	overflow:auto;
	padding:20px 10px 15px 15px;
	z-index:232;
}
.eventPresentedWith {
	font-style:italic;	
}
#eventDetailsBorderV {
	position:absolute;
	top:0px;
	left:425px;
	width:1px;
	background-color:#a5a5a5;
	height:369px;
	z-index:235;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#eventActionBar {
	position:absolute;
	top:0px;
	left:428px;
	width:146px;
	text-align:center;
	z-index:240;
	padding:12px 15px 15px 15px;
	margin:0px auto;
}
#eventMessageBox {
	background:#d7d8d8 url(../images/img_evtDetails_messBox_top.jpg) top left no-repeat;
	width:116px;
	padding:10px;
	text-align:inherit;
}
#eventMessageBoxBottom {
	width:136px;
	height:7px;
	padding:0px;
	margin:0px;
	background: url(../images/img_evtDetails_messBox_bottom.jpg) top left no-repeat;
}
.eventMessageHeader {
	font-weight:bold;
	text-transform:uppercase;
}
A.eventDetailsItemLink {
	color:#000000;
	font-size: 11px;
	text-decoration: none;
    font-weight:bold;
}
