@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Video Room default style sheet for Greer Chamber                   */
/* Last Updated: 08.31.09 by Cory Perry                               */
/*                                                                    */
/*                                                                    */
/*--------------------------------------------------------------------*/


#content #rightContent #contentInner #videoMain {
	height: auto;
	overflow: auto;
	margin: 10px 0 10px 0;
	position: relative;
	z-index: 100;
}

#content #rightContent #contentInner #videoMain #video-details {
	position: absolute;
	top: 30px;
	left: 500px;
}
#content #rightContent #contentInner #videoMain #video-details h4 {
  font-size: 14px;
	padding: 0 8px 0 0;
	color: #FF6600;
	margin-bottom: 0 10px 5px 0;
	width: 220px;
}
#content #rightContent #contentInner #videoMain #video-details p {
	margin: 5px 10px 5px 0 !important;
}
#content #rightContent #contentInner #videoMain #video-details p a.view-profile {
	display: block;
	text-indent: -9999px;
	background: url(../images/button_viewprofile.png) no-repeat;
	width: 230px;
	height: 35px;
}
#content #rightContent #contentInner #videoMain #video-details p a.view-profile:hover {
	background: url(../images/button_viewprofile_over.png) no-repeat;
}
#content #rightContent #contentInner #videoMain #playerBox {
	width: 480px;
	height: auto;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0;
	z-index: 100;
}

#content #rightContent #contentInner #videoMain #video-details p a.vote-video {
	display: block;
	text-indent: -9999px;
	background: url(../images/button_vote.png) no-repeat;
	width: 230px;
	height: 35px;
}
#content #rightContent #contentInner #videoMain #video-details p a.vote-video:hover {
	background: url(../images/button_vote_over.png) no-repeat;
}

/* video room list of videos */

#content #rightContent #contentInner .videoRow {
	height: auto;
	overflow: auto;
	min-height: 160px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}

#content #rightContent #contentInner .videoRow .video {
	width: 140px;
	height: 110px;
	float: left;
	margin: 0 6px 0 25px;
}
#content #rightContent #contentInner .videoRow .video img.vid-thumb {
	padding: 2px 2px;
	border: 1px solid #CCC;
	width: 120px;
	height: 90px;
}
#content #rightContent #contentInner .videoRow .video p.vidtitle {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 5px;
}
