.content
{
	float:left;
	width:100%;
	border-bottom:1px solid #f2f6ef;
	padding-bottom:5px;
}

.closeX
{
	float:right;
	color:#ff9900;
	font-weight:bold;
	cursor:pointer;
}

.videoPlayer
{
	position:relative;
	width:280px;
	min-height:285px;
	margin:0px auto;
	background-image:url('../../gfx/player-loader.gif');
	background-position:center;
	background-repeat:no-repeat;
	
	
}

* html .videoPlayer
{
	height:285px;
}


.soundPlayer
{
	position:relative;
	width:300px;
	min-height:60px;
	margin:0px auto;
	background-image:url('../../gfx/player-loader.gif');
	background-position:center;
	background-repeat:no-repeat;	
}

* html .soundPlayer
{
	height:60px;
}

.videoPlayerDiv
{
	min-height:310px;
	position:relative;
	text-align:center
}

* html .videoPlayerDiv
{
	height:280px;
}

.soundPlayerDiv
{
	min-height:60px;
	position:relative;
	text-align:center;
}

* html .soundPlayerDiv
{
	height:60px;
}

.highlight
{
	color:#ff0000;
	background:yellow;
}

#pbLogo
{
	width:234px;
	float:left;
	height:220px;
	background-color:#ffffff;
	background-image:url("../../gfx/default/pb_logo.jpg");
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
}

.sResult
{
	text-align:left;
	height:50px;
	padding-top:5px;
	float:left;
	width:95%;
	line-height:18px;
	color:#A2A2A2;
	 
}
.sResult a.category
{
	color:#A2A2A2;
	font-weight:normal;
}

.sResult a 
{
	color:#448700;
	text-decoration:none;
	font-weight:bold;
}
div.searchResults
{
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:720px;
}

.sResultInfo
{
	float:left;
	text-align:left;
	height:40px;
}

.searchCategory
{
	float:left;
	height:40px;
	text-align:left;
	width:90%;
}

#searchHelp
{
	position:absolute;
	right:0px;top:41px;
	z-index:2;
	width:350px;
	height:182px;
}

#searchHelp table
{
	border:1px solid #000;
	float:left;
	background-color:#f1f1f1;
	border-collapse:collapse;
	height:181px;
	width:350px;
	
}

#searchHelp table td
{
	border:1px solid #000;
	text-align:left;
	padding:2px;
}

#searchHelp table th
{
	border:1px solid #000;
	text-align:left;
	padding:2px;
	background-color:#55A504;
	color:#fff;
}

.contentPic
{
	border:1px solid #6AB51C;
	float:left;
	margin-right:10px;
}

/*Polls*/
.poll
{
	width:223px;
	text-align:left;
	float:left;
	margin-bottom:5px;
	background-image:url("../../gfx/default/pollbackground.jpg");
	background-repeat:repeat-x;

}

.pollsButton
{
	background-image:url("../../gfx/default/button_submit_bg.gif");
	background-repeat:no-repeat;
	text-align:center;
	min-width:49px;
	width:50px;
	height:21px;
	line-height:19px;
	color:#fff;
	float:left;
	cursor:pointer;
}

.pollBackground {
	width:223px;
	background-image:url("../../gfx/default/pollbackground.jpg");
	background-repeat:repeat-x;
	float:left;
}

.pollQuestion {
		text-align: center;
		font-weight: bold;
		padding-top: 5px;
		position:relative;
	
	}
a.poll {
	color:#4E4E4E;
	text-decoration: none;
}

.pollSeeResults
{
	text-align:center;
	float:left;
	width:164px;
	height:20px;
	line-height:20px;
	cursor:pointer;
	background-image:url("../../gfx/default/see_results_bg.gif");
	background-repeat:no-repeat;
	background-position:center center; 
}
/*EOF Polls*/

#innerContent
{
  margin-left:5px;
}