/* GENERAL COLUMN LAYOUT ****************************************************************/
.contentBlockNoLine
{
	background-image: none;
	border: 0;
	padding-top: 0;
}

#leftColumn
{
	width: 468px;
	float:left;
}

#rightColumn
{
	width: 483px;
	float: right;
}

#iconBlock
{
    float: right;
}

#iconBlock img
{
    margin: 10px;
}

/* Gamez Rating */

#gameratingbar
{
    padding:0 0 2px 0;
    margin:0;
}

#gameratingbar #plaintrack
{
	width: 201px; /* width of background image + slider width*/
	height: 18px;
	line-height:18px;
	background:transparent url(/images/layout/rating/graph.gif) center top no-repeat;
	position:relative;
	left:0px;
	float:right;
}

#gameratingbar #colortrack
{
	overflow:hidden;
	position:absolute;
	width: 201px;
	height: 18px;
	line-height:0px;
	display:block;
	margin:-19px 0 0 0;
	background:transparent url(/images/layout/rating/graph_color.gif) 0 0 no-repeat;
}

#gameratingbar #handle
{
	width: 8px;
	height: 19px;
	cursor: w-resize;
	background:transparent url(/images/layout/rating/slider.gif) bottom center no-repeat;
	position:relative;
	z-index:2;
	left:0px;
}

#gameratingbar #bottombar
{
	height:18px;
}

#gameratingbar #stem
{
    width:64px;
    height:18px;
    background:transparent url(/images/layout/rating/stem.jpg) top left no-repeat;
    float:right;
    cursor:pointer;
    border-width:0;
    margin-left:2px;
}

#gameratingbar #stem.voted
{
    background:transparent url(/images/layout/rating/jouwstem.gif) top left no-repeat;
}

#gameratingbar #numbers
{
	height:16px;
	line-height:16px;
	/*width:31px;*/	/* honderdtal width + tiental width + getal width + percentage width (7 + 7 + 7 + 10)*/
	width:31px;
	border:1px solid #000000;
	float:right;
	position:relative;
	left:0px;
	background:transparent url(/images/layout/rating/bottombg.gif) top left repeat-x;
}

#gameratingbar #numbers div
{
	width:7px;
	height:16px;
	line-height:16px;
	background-image:url(/images/layout/rating/numberstrip.gif);
	background-repeat:no-repeat;
	background-position: -80px  0px;
	float:left;
	margin-top:0px;
}

#gameratingbar #numbers .ns1	{	background-position: 0px  0px; }
#gameratingbar #numbers .ns2	{	background-position: -7px  0px; }
#gameratingbar #numbers .ns3	{	background-position: -14px 0px; }
#gameratingbar #numbers .ns4	{	background-position: -21px 0px; }
#gameratingbar #numbers .ns5	{	background-position: -28px 0px; }
#gameratingbar #numbers .ns6	{	background-position: -35px 0px; }
#gameratingbar #numbers .ns7	{	background-position: -42px 0px; }
#gameratingbar #numbers .ns8	{	background-position: -49px 0px; }
#gameratingbar #numbers .ns9	{	background-position: -56px 0px; }
#gameratingbar #numbers .ns0	{	background-position: -63px 0px; }
#gameratingbar #numbers #percent	{	background-position: -70px 0px; width:10px;}
#gameratingbar #numbers .nsnothing	{	background-position: -80px  0px; }
#gameratingbar #numbers .honderdtal	{	background-position: -80px  0px; }

/* /Gamez Rating */

#ratingBlock
{
	margin: 0 1em 10px 0;
	padding: 10px;
	border: 1px solid #dadada;
	background: #ffffff url(/img/block_shade.gif) repeat-x;
}

/* Sorry, needed to render border and background correctly in IE6 */
* html #ratingBlock
{
	width: 100%;
}

fieldset
{
    border:0;
}

#centerColumn table
{
	font-size: 8pt;
	margin: 10px 0 0 0;
}

#centerColumn .ratingHeader
{
	width: 80px;
	vertical-align: top;
	padding: 5px 0 0 0;
	font-weight: bold;
}

#centerColumn .ratingSlider
{
	width: 220px;
	height: 40px;
	background: url(/img/placeholders/slider_background.gif) top center no-repeat;
}

#centerColumn .ratingRating
{
	padding: 2px 0 0 0;
	vertical-align: top;
	text-align: right;
	width: 20px;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

#centerColumn .ratingButton
{
	padding: 10px 0 0 0;
	text-align: center;
}

#centerColumn h3
{
	font-size: 10pt;
	margin: 0 0 10px 0;
}

#centerColumn .userRating
{
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
}

#centerColumn #iconBlock
{
	border: 1px solid #dadada;
	height: 28px;
	background: url(/img/block_shade_small.gif) repeat-x;
	margin-bottom: 10px;
}

#centerColumn #iconBlock img
{
	float: left;
	margin: 5px 10px 0 10px;
}

#centerColumn .mpuAd
{
	text-align: center;
	margin: 0 0 10px 0;
}

#leftColumn .specs  table
{
	margin: 10px 0 0 0;
	width: 100%;
	text-align: left;
}

#leftColumn .specs  th
{
	color: #ffffff;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 8pt;
	background: #ffffff url(/img/th_background.gif) repeat-y;
}

#leftColumn .specs  td
{
	vertical-align: top;
	font-size: 8pt;
	padding: 3px 10px;
}

#leftColumn .specs  .specKey
{
	width: 110px;
	color: #000000;
	background-color: #efeee2;
	border-bottom: 1px solid #ffffff;
}

.edit input, .edit select, .edit textarea
{
	width: 400px;
}

#leftColumn .specs  .specValue
{
	color: #737373;
	border-bottom: 1px solid #efeee2;
}

#leftColumn .specs  .edited
{
	background-color: #efeee2;
	border-bottom: 1px solid #000000;
}

#leftColumn .specs  .edited img
{
	margin: 5px 7px 2px 0;
	border: 1px solid #000000;
}

#leftColumn .specs  .userIcon
{
	margin: -1px 5px -3px 0;
	float: left;
}

#leftColumn .specs  .littlePlusSign
{
	margin: 0 5px 0 0;
}

#leftColumn .specs  .histogram
{
	border: 1px solid #000000;
}

#leftColumn .specs  dt
{
	padding: 2px 0;
	font-weight: bold;
	width: 100px;
	float: left;
	clear: both;
}

#leftColumn .specs  dd
{
	padding: 2px 0;
	width: 120px;
	float: left;
}

#leftColumn .specs  p
{
	text-align: left;
	margin: 5px 0 10px 0;
}

#photoContest
{
	text-align: left;
}

#photoContest p, #photoContest ul, #photoContest h3, #photoContest form
{
	margin-left: 10px;
}

#photoContest form p
{
	margin:10px 0 0 0;
}

#tagList li
{
    margin: 5px;
}

#tagList li img
{
    margin-left: 5px;
}

#userImage
{
    border: 1px solid black;
}


#relevantVideos
{
	float: right;
	border: 1px solid #000000;
	margin-top:1em;
}

/* Video Description Block */

#descriptionBlock
{
    border:1px solid #000000;
    padding:5px 7px;
    color:#6c6c6c;
    margin-bottom:1em;
}

#descriptionBlock .dateadded
{
    font-weight:bold;
    color:#6c6c6c;
}

#descriptionBlock .dateadded .date
{
    color:#000000;
}

#descriptionBlock .usernamewrapper
{
    display:block;
}

#descriptionBlock .avatar
{
    float:left;
}
#descriptionBlock .avatar img
{
    margin:0 7px 7px 0;
    border:1px solid #6c6c6c;
    width:50px;
    height:50px;
}

#descriptionBlock #videodescriptionlong
{
    display:none;
}
#descriptionBlock #videodescriptionshort
{
    display:inline;
}

#embedform
{
    margin:1em 0;
}

#embedform label
{
    color:#fc8800;
    font-weight:bold;
}
#embedform input
{
    border:1px solid #000000;
    color:#6c6c6c;
    background-color:#dedede;
    width:274px;
    padding:3px;

}

/* /Video Description Block */
/******** Video **********/

#videoFilm
{
	float: left;
	padding-right: 10px;
}

#videoContentWrapper
{
	float: left;
	width: 215px;
	padding-right: 10px;
}

#videoSummary
{
	padding: 5px 0;
}

#videoVote
{
	float: left;
	width: 213px;
	height: 83px;
	background-color: #F2F4F7;
	border: 1px solid #D4DBE3;
	margin-top: 10px;
	text-align: center;
}

#videoVote img
{
	margin-right: 2px;
	vertical-align:middle;
}

#videoTitle
{
	float: left;
	margin: 0px 10px 10px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #556982;
}

/* ratingform */
#ratingform table
{
    border-spacing:5px;
    width:100%;
    border:1px solid #000000;
}
#ratingform td
{
    align:left;
    valign:top;
}

#ratingform label, .embed label
{
    color:#fc8800;
    font-weight:bold;
    width:70px;
}

#ratingform #scorelabel
{
    float:left;
}

.embed
{
    margin: 3px;
}

.embed label
{
}

.embed input
{
    margin-left: 32px;
    border: 1px solid black;
    background-color: #DEDEDE;
    width: 294px;
    padding: 2px;
}

#maf input.text
{
    border:1px solid #000000;
    color:#6c6c6c;
    background-color:#dedede;
    width:296px;
    height:13px;
    padding:1px;
    margin:2px 0 4px 0;
    display:block;
    float:right;
}

#maf label
{
    display:block;
    color:#fc8800;
    font-weight:bold;
    width:70px;
    height:13px;
    line-height:20px;
    margin:2px 0 10px 0;
}

#ratingfom #to_emaillabel
{
    clear:both;
}

#numviews
{
    background:#000000 url(/images/layout/bgvote_views.gif) top left repeat-x;
    color:#818181;
    border:1px solid #000000;
    width:48px;
    height:40px;
    text-align:center;
    margin:4px 2px 5em 6px;
    float:right;
}

#ratingform #numviews #digits
{
    color:#ffffff;
    padding-top:9px;
}

#maf #mafsubmit
{
    background:#000000 url(/images/layout/bgvotebutton.gif) top left repeat-x;
    color:#818181;
    width:50px;
    height:17px;
    border:1px solid #000000;
    margin-left:80px;
}
