@charset "utf-8";
/* CSS Document */

.innerlist {
	margin:0px 10px 2px 10px;
	background:#4b0000;
	border:#4b0000 1px solid;
}
.innerlist a, .innerlist a:link, .innerlist a:visited {
	display:block;
	height:17px;
	width:590px;
	color:#FFFFFF;
	padding:3px 10px 0px 20px;
	border-top:#4b0000 1px solid;
	border-bottom:#4b0000 1px solid;
	background:#2e0000 url(images/white_arrow.png) no-repeat;
	background-position:-15px 3px;
}

.innerlist a:hover {
	background-position:8px 6px;
}


.comment_header p {
	margin:0px;
	padding:0px;
}
.discussion_header {
	background:#1c0000;
	height:22px;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:-1px;
	font-stretch:extra-condensed;
	font-family:Arial, Helvetica, sans-serif;
	color:#b386ac;
	padding-top:8px;
	padding-left:15px;
}
.comment_bg {
	background:url(images/bg_light_stripes.jpg) repeat-y;
	margin:0px 0px 2px 20px;
	padding-bottom:30px;
	border-left:#772000 1px solid;
	border-right:#772000 1px solid;
	width:610px;
}
.comment_text p {
	margin:0px;
	padding:0px 15px 15px 15px;
}
.entry p {
	padding:15px;
	margin:0px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.schedule_day, .schedule_day_on {
	width:80px;
	height:42px;
	float:left;
	margin-left:1px;
	margin-right:1px;
	text-align:center;
	padding-top:5px;
	display:block;
	color:#eac7c7;
	text-transform:capitalize;
	font-size:13px;
	font-weight:bold;
}

.schedule_day, .schedule_day:link, .schedule_day:visited , .schedule_day_none{
	background:url(images/bg_schedule_day_off.jpg) no-repeat;
}
.schedule_day:hover {
	background:url(images/bg_schedule_day_on.jpg) no-repeat;
	color:#eac7c7;
	text-decoration:none;
}
.schedule_day_on, .schedule_day_on:link, .schedule_day_on:visited {
	background:url(images/bg_schedule_day_on.jpg) no-repeat;
}
.schedule_day_on:hover {
	color:#eac7c7;
	text-decoration:none;
}

.schedule_listing {
	height:30px;
	background:#290000;
	margin:2px 0px 2px 0px;
	clear:left;
	font-size:12px;
	text-transform:uppercase;
}
.schedule_listing_time {
	float:left;
	width:92px;
	padding-right:8px;
	text-align:right;
	background:#410f0f;
	height:20px;
	margin:2px;
	padding-top:6px;
}
.schedule_listing_show {
	float:left;
	padding-top:8px;
	padding-left:25px;
	color:#cda5c2;
}
.schedule_listing_show a, .schedule_listing_show a:link, .schedule_listing_show a:visited { 
	text-decoration:none;
	color:inherit;
}

.show_popup {
	width:340px;
	height:154px;
	background:url(images/bg_tooltip.png) no-repeat;
	position:absolute;
	z-index:1000;
	left:300px;
	top:-111px;
}