
/*************************************
Public Action Nocode - Big Template Default CSS 
motoole 11.29.07
*************************************/
#pan_container {
	width: 450px;
	/*background-color: #FFF;*/
	background-color: transparent;
	font-size: 10px;
	color: #000;
	font-family: Verdana;
}

#pan_header, #pan_messages {margin: 0px 35px;}
.pan_pad {padding: 5px;}

/*************************************
nocode topic header.  contains the question and a link to posting reply. 
*************************************/
#pan_header {
	margin-top: 40px;
	margin-bottom: 15px;
	/*background-color: #FBF8AE;*/
	background-color: #EFEFEF;
	/*color: #7F1C1C;*/
	color: #15355C;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000;
}

#pan_header .pan_pad {padding: 0px 25px 10px 25px;}

#pan_stationAsksImage {
	background-image: url(http://action.publicbroadcasting.net/images/publicAction/kplu/pan_stationAsksImage.gif);
	background-repeat: no-repeat;
	height: 64px;
	width: 100%;
	margin-top: -30px;
	margin-left: -25px;
	float: left;
}

#pan_content_title {margin-bottom: 5px;}

#pan_content_question {font-size: 12px;}

/* ie positioning fix */
* html #pan_stationAsksImage {
	margin-left: -13px;
}

#pan_replyImage {
	/*background-image: url(http://action.publicbroadcasting.net/images/publicAction/nocode/pan_replyImage.gif);*/
	background-image: url(http://action.publicbroadcasting.net/images/publicAction/nocode/pan_viewDiscussion.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
	margin-top: 15px;
	cursor: pointer;
	display: block;
}

/*************************************
nocode message area
*************************************/ 
#pan_messages {margin-bottom: 15px;}

#pan_commentsTitle {
	/*background-image: url(http://action.publicbroadcasting.net/images/publicAction/nocode/pan_commentsImage.gif);*/
	background-image: url(http://action.publicbroadcasting.net/images/publicAction/kplu/pan_recentComments.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 21px;
}

.pan_messageContainer {border-top: 1px dotted #000;}
.pan_messageStats {color: #7F1C1C;}

.pan_messageStats span {
	font-weight: bold;
	color: #000
}

.pan_messageBody {}

A#bLink {
	color: #7F1C1C;
	text-decoration: underline;
	font-size: 10px;
	float: right;
	background-image: url(http://action.publicbroadcasting.net/images/publicAction/postShow_fullStory.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
}

#bLink {margin-bottom: 15px;}
#bLink[id] {margin-bottom: 0px;}

#bHeadline {
	font-weight: bold;
	font-size: 14px;
}

#bHeadline[id] {clear: both;}

/***********************************/
/* BUCKET RELATED STYLES
/***********************************/
.bucketTop, 
.bucketPanel, 
.bucketBottom, 
.bucketTop .corner, 
.bucketBottom .corner {background-image: none;}

.bucketTop, 
.bucketBottom {display: none;width: 191px;}

.bucketPanel, .bucketPanel .links {width: 191px;border-width: 0px;}

.bucketPanel .header div {padding-top: 5px;}

.bucketPanel .header {
	background-color: #15355C;
	height: 30px;
	background-image: url(/images/publicAction/kplu/title_blue_bg.gif);
	font-weight: bold;
	font-size: 12px;
	font-family: arial, helvetica;
	color: #fff;
	margin: 0px;
	border-width: 0px 0px;
	border-style: none;
	border-color: #ececec;
	background-color: #fff;
	text-decoration: none;
	text-transform:uppercase;
}


.bucketPanel .links A {
	display: block;
	font-size: 12px;
}

#bucket1a {background-color:#fff;}


