@charset "utf-8";

/*
--------eventdock----------
*/
#event_container {
	/*position:relative;*/	
	z-index:0;
}


#event_small {
	margin:0 auto 10px;
	text-transform:capitalize;
	font-weight:bolder;
	width:auto;
	color:#000000;
}

#event {
	margin:0 auto 10px;
	
	text-transform:capitalize;
	font-weight:bolder;
	width:auto;
	color:#000000;
}

.cancelled {
	color:#5f0000;
}
.linethrough {
	text-decoration:line-through;
}

#perf_title .cancelled a {
	color:#5f0000;
}


#event_header {
	height:20px;
	background-color: rgb(117,99,90);
	color:rgb(237,237,237);
}


.cancelled #event_header{
	background-color:#5f0000;
}

#event_date {
	margin-right:5px;
	height:15px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	padding:2px 5px 0px 5px;
	color:rgb(81,68,61);
}

#event_header_title {
	float:left;
	margin-left:10px;
	margin-top:3px;
	line-height:15px;
}

#event_header_price {
	margin-right:5px;
	margin-top:5px;
	width:60px;
	height:15px;
	padding:2px 2px 0px 2px;
	text-align:center;
	float:right;
	color:rgb(81,68,61);
}

#event_content {
	padding:0; /*px 5px 5px 5px;*/
	margin:2px 0 0 10px;
	text-transform:uppercase;
	font-weight:bold;
}
#event_content a:hover {
	text-decoration:none;
}

#event_content ul li {
	line-height:1;
	margin-top:5px;
	margin-bottom:2px;
}

.odd {
	background-color:#DDDDDD;
}
.even {
	background-color:#EDEDED;
}

#event_content ul {
	margin-left:5px;
}

#event_title {
	/*font-size:.9em;*/
	margin:4px 0 4px 0px;
	padding:0;
}

#event_perf {
	padding:0 0 0 0;
	font-size:1.3em;
}

.event_perf_country {
	font-size:8px;
}
.perf_players {
	margin-left:8px;
	font-size:14px;
	text-transform:capitalize;
}

h3.event_type {
	margin-bottom:-12px;
	font-weight:700;
	margin-top:0px;
	color:#D0D0D0;
	font-variant:small-caps;
}

h4.perf_type {
	margin-bottom:-5px;
	font-weight:700;
	margin-top:0px;
	color:#D0D0D0;
	font-variant:small-caps;
	
}

#perf_info {
	margin:5px 0 0 10px;
	font-size:10px;
	border-left:solid 1px rgb(117,99,90);
}

#event_perf.theater {
	color:#785657
}
#event_perf.concert {

}
#event_perf.film {
	color:#68674A;
}
#event_perf.expo {
	color:#505076
}

.project_container {
	border-bottom-style:solid;
	border-bottom-width:3px;
	margin:10px 10px 20px 10px;
}
.project_title h2{

	text-align:left;
	border-bottom:solid 1px;
}
.project_comment {
	text-indent:15px;	
	padding:5px 15px 0px 0px;
	text-align:justify;
	line-height:14px;
	max-height:42px;
	overflow:hidden;
}
.project_comment p {
	padding:0px;
	margin-bottom:0px;
}
div.project_divider {
	margin:25px 0px 15px 0px;
	font-weight:bold;
	text-transform:capitalize;
	font-size:14px;
	color:rgb(117,99,90);
}

div.project_event_list {
	font-size:12px;
	font-weight:normal;
	margin-bottom:15px;
}

img#tickets {
	position:absolute;
	top:0px;
	right:0px;
}
p.event_detail, div.event_detail {
	border-bottom-width:2px;
	border-bottom-style:solid;
	padding-bottom:5px;
	margin-bottom:5px;
}

.event_detail tfoot {
	color:#999999;
	border-top:solid 1px;
	padding-top:10px;
	padding-bottom:5px;
}
.event_detail thead {
	font-weight:bold;
	font-size:14px;
	
}
table.event_detail {
	border:1px solid rgb(117,99,90);
	margin-bottom:15px;
	padding:2px;	
}	

.carpool_container {
	margin:15px 0px 5px;
}

.carpool_table {
	margin-bottom:15px;
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#DDDDDD;
}
td.carpool_by {
	width:200px;
	overflow:hidden;
	padding:5px;
	border-right-style:solid;
	border-right-width:1px;
	font-size:13px;
	font-weight:bold;
}

	
.carpool_places {
	
}
	
.carpool_region {
	font-size:13px;
	font-weight:bold;
	width:40%;
}
.carpool_prvt_msg {
	width:20%;
}	
.carpool_comment {
	
}
.carpool_label {
	width:15%;
}
.carpool_title {
	color:rgb(117,99,90);
	padding-left:15px;
	font-size:13px;
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom:5px;
}

td.schedule_entry {
font-weight:normal;
text-transform:capitalize;
}

td.schedule_hour {
color:#444444;
padding-left:5px;
padding-right:5px;
}

h5.shade_title {
	margin-bottom:-5px;
	margin-top:0px;
	font-weight:700;
	font-size:12px;
	color:#D0D0D0;
	text-transform:capitalize; 
	font-variant:small-caps;
}

