
/*	
	======================================================================

	stylesheets/community/forum/category.css

	======================================================================
	Copyright 2009, FQXi
	======================================================================
*/


.forumTopicTitle {

	color: #008;
	font-size: 12pt;
	font-weight: bold;
}

.forumTopicInfo {

	color: #008;
	font-size: 9pt;
}

.forumTopicDescription {

}

.categoryInstructions {

}

.editTopicLink {

}

.forumTopNote {

	float: right;
	width: 25%;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	
	color: #448;
	background-color: #EEF;
	border: 1px dotted #88C;
}

#leftMainColumn table#videoGrid {
    margin-left: -11px;
}

table#videoGrid {
    width: 100%;
    border-spacing: 7px;
}

td.videoGridElement {
    width: 33%;
   /* border: 3px solid grey; */
    background-color: lightgray;
    padding: 7px;
    text-align: center;
}

td.videoGridElement a.title {
    font-style: italic;
    text-decoration: none;
}

td.videoGridElement a.votingStatus {
    text-decoration: none;
}

#metainfoWrapper {
    height: 69px;
}

#metainfoWrapper p {
    margin: 2px 0 0 0;
}

#thumbnailWrapper {
    position: relative;
    height: 100%;
}

#thumbnailPlay {
    position:absolute;
    top: 55px;
    left: 80px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: transparent url(/images/misc/video-contests/playbtn-rectangle.png) no-repeat;
}

div#votingStatusContainer {
    background-color: white;
    margin: 9px 0 0 0;
    padding: 6px 0 5px 0;
}