@import "site_main.css";
@import "site_layout.css";
@charset "utf-8";
/*
Peace Center CSS File
Created by Blue Ridge Solutions Inc.
Originally Created (3.24.09) 

Table of Contents
1. Imported site_main.css includes initial, site-wide tag based styles
2. Imported site_layout.css includes initial and core site structure
3. Global Classes includes styles used throughout the site
4. Section Styles includes styles used in certain sections of the site
5. Page Styles includes page specific styles that may be useful elsewhere (as opposed to on-page styles)

*/


/*** Global Classes ***/
.clear {
	clear:both;
	color:white;
}

.divider {
	border-bottom:1px dashed #000000;
}

.temp, .temp a {
	color:#CCC;
	display:none;
}

.event_tbl {
	width:100%;
	border:none;
	background:none;
}

	.event_tbl th {
		text-align:left;
		text-transform:uppercase;
		font-weight:bold;
		padding-top:14px;
	}

.hdr_1line, .hdr_2line, .hdr_2line {
	overflow:hidden;
	margin-bottom:3px;
	margin-left:-2px;
}

.hdr_1line {height:24px;}
.hdr_2line {height:48px;}
.hdr_3line {height:72px;}

.button {
	color:black;
	font-size:12px;
	padding:3px 0px 2px;
	width:206px;
	cursor:pointer;
	letter-spacing:1px;
	border:1px solid #ff6633;
	border-top:0px;
	background:#ffcc66 url(/images/btn_ylw_bg.gif) repeat-x top center;
	text-transform:uppercase;
}

.button:hover, .button.hover {
	color:#330066;
	background:#FF9966 url(/images/btn_ylw_bg2.gif) repeat-x top center;
}
		
/*** Section Styles ***/
.comment_bar { 
	text-align:right; 
	padding-bottom:2px; 
	margin:10px 0px; 
	border-bottom:1px dashed #99cc66;
}

	.comment_bar a, a.comment_link {
		border:none;
		color:#99cc66;
		font-weight:normal;
	}
	
		.comment_bar a:hover, a.comment_link:hover {
			color:#339933;
		}

/*** Page Styles ***/

/* Home */
.promo {
	width:126px;
	height:145px;
	overflow:hidden;
	padding-right:14px;
	font-size:10px;
	line-height:12px;
	float:left;
	margin-right:24px;
	margin-bottom:17px;
	background:url(/images/arw_promo.gif) no-repeat 130px 41px;
}

	.promo img {
		width:126px;
		height:58px;
		background-color:#000000;
		background-repeat:no-repeat;
		background-position:center center;
		display:block;
	}

	.promo strong {
		font-size:12px;
		line-height:14px;
		display:block;
		color:black;
	}
	
	.promo.no_marg { margin-right:0px; }

/* PK Events */
.pkEvent, .popNews, .pressRelease {
	padding-bottom:10px;
	margin-bottom:10px;
}

	.pkEvent h2, .popNews h2, .pressRelease h2 {
		font-weight:bold;
		padding-top:0px;
		margin-top:0px;
		text-align:left;
		text-transform:uppercase;
		font-size:14px;
		color:#6699cc;
		border-top:1px dashed #6699CC;
	}



/*** Group ticket sales styles:  /groups ***/
.star {
	color: #FF6633;
	font-weight: bold;
}
.errmsg, .errmsg a {
	color: #FF6633;
}

.errmsg a { font-weight:bold; }
