﻿#eventContainer {
	width: 990px;
	padding-top: 6px;
	text-align: left;
	min-height: 650px;
	margin-left: auto;
	margin-right: auto;
}

#event {
	float: left;
	width: 100%;
	border-top: solid 1px #c0c0c0;
	background: url('/images/pageBg.jpg') repeat-x;
}

/* ############ EVENT INFO ############ */
#info {
	float: left;
	width: 390px;
	margin: 11px 15px 20px 10px;
}

#category {
	font-size: 0.70em;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 10px;
}

.infoRowTitle {
	float: left;
	font-size: 0.85em;
	font-style: italic;
	width: 40px;
	color: #808080;
	margin-bottom: 10px;
}

.infoRowValue {
	float: left;
	width: 350px;
	font-size: 0.85em;
	margin-bottom: 10px;
}

#ctl00_main_panelDesc {
	float: left;
	font-size: 0.8em;
	line-height: 130%;
	width: 350px;
	border-top: solid 1px #c0c0c0;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}

#ctl00_main_panelMoreInfoURL {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 0.8em;
	clear: both;
}

#ctl00_main_panelRankPoints {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	color: red;
	clear: both;
}

/* ############ EVENT MAP ############ */
#rightPane {
	float: right;
	margin-bottom: 15px;
}

#googleMap {
	width: 320px;
	height: 200px;
	border: solid 1px #c0c0c0;
	margin-top: 14px;
	margin-bottom: 7px;
}

/* ############ EVENT ACTIONS ############ */
#eventActions {
	float: left;
	clear: both;
	
	margin: 15px 0 15px 0;
	width: 320px;
	background-color: #f7f7f7;
	border: solid 1px #ddd;
	font-size: 0.8em;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#eventActions .linkGroupTitle {
	margin-bottom: 7px;
	font-size: 0.75em;
}

#eventActions .link {
	margin-bottom: 7px;
}

#ctl00_main_panelLoggedInActions {
	float: left;
	clear: both;
	width: 294px;
	padding: 13px;
	border-bottom: solid 1px #ddd;
}

#ctl00_main_panelLoggedInActions .link {
	margin-right: 7px;
}

#eventActions #left {
	float: left;
	padding: 13px;
}

#eventActions #right {
	float: right;
	padding: 13px 13px 13px 0;
}

#agree {
	background-image: url(../images/eventActions/agree.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}
#addon {
	background-image: url(../images/eventActions/addon.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}
#edit {
	background-image: url(../images/eventActions/edit.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}
#delete {
	background-image: url(../images/eventActions/delete.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #addToMyEvents {
	background-image: url(../images/eventActions/addToMyEvents.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #print {
	background-image: url(../images/eventActions/print.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #reminder {
	background-image: url(../images/eventActions/reminder.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #sendToFriend {
	background-image: url(../images/eventActions/sendToFriend.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #addToFav {
	background-image: url(../images/eventActions/addToFav.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #hittaSe {
	background-image: url(../images/eventActions/hitta_se.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #facebook {
	background-image: url(../images/eventActions/facebook.gif);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #myspace {
	background-image: url(../images/eventActions/myspace.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #export-outlook {
	background-image: url(../images/eventActions/export-outlook.gif);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #export-googlecalendar {
	background-image: url(../images/eventActions/export-googleCalendar.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

#eventActions #export-ical {
	background-image: url(../images/eventActions/export-iCal.png);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 22px;
}

/* ############ EVENT GOOGLE ADS ############ */
#adsBanner {
	width: 760px;
	padding-top: 15px;
}

/* ############ MORE FROM ############ */
.moreFromT {
	cursor: hand;
	padding-left: 16px;
	width: 320px;
	margin: 5px 0px 5px 0px;
}
.moreFromT h2 {
	font-size: 0.9em;
	margin: 0px;
}
.moreFromT h2 a {
	text-decoration: none;
	color: #808080;
}
.closeArrow {
	background: url(../images/iconClose.gif) no-repeat;
}
.openArrow {
	background: url(../images/iconOpen.gif) no-repeat;
}
.moreFromC {
	margin-top: 5px;
	display: none;
	overflow: auto;
	width: 320px;
	height: 160px;
	border: solid 1px #c0c0c0;
}
.show {
	display: block;
}
.eItem {
	padding-top: 5px;
	padding-bottom: 5px;
}
.eItemTitle {
	font-size: 0.8em;
}

.disclaimerText {
	clear: both;
	font-size: 0.75em;
	font-style: italic;
	color: #808080;
}

.msgBox {
	background-color: #c60000;
	color: #fff;
	padding: 3px;
	font-size: 0.8em;
	margin-bottom: 12px;
}

#addon {
	background: url(../images/eventActions/addon.png) no-repeat;
	padding: 1px 0px 1px 22px;
}

.rightAds {
	width:170px;
}
