#demoWrapper
{
	width: 625px;
	text-align: left; 
}


#flashContent {
	display: none;
}			

#videoPlayer {
	width: 625px;
	height: 374px;
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	background-color: #F5F5F5;
}

#configFormContainer
{
	padding-top: 10px;
	width: 625px;
	height: 300px;
}

#configFormHeading
{
	width: 100%;
	/*height: 30px;*/
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #666666;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#configForm
{
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}

#configForm td
{
	padding: 2px;
}

#submitBtnWrapper
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #DFDFDF;
}

#submitBtnWrapper span
{
	padding-left: 10px;
	color: #666;
}

/* /// RIGHT COLUMN /// */

#rightColumn
{
	margin-left: 13px;
	width: 300px;
	float: right;
	text-align: left;
	/*background-color: #EFEFEF;*/
}
	

#sideRail
{
	margin-left: 20px;
	width: 315px;
	padding-bottom: 10px;
	text-align: left;
	float: left;
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
}

#eventViewerWrapper
{
	width: 100%;
	height: 140px;
	margin-top: 10px;
	font-size: 11px;
	text-align: left;
	border: 1px solid #DFDFDF;
	background-color: #F5F5F5;
	overflow: hidden;
}

.section-header
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #DFDFDF;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

#eventViewer
{
	height: 97px;
	padding: 8px;
	overflow: auto;
}

#eventViewer p
{
	font-size: 11px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ccc;
	color: #333333;
}

#leaderboard 
{
	width: 100%;
	height: 250px;
	margin-top: 0px;
	background-color: #F5F5F5;
}

.leaderboard-off
{
	width: 300px;
	height: 250px;
	border: 1px solid #DFDFDF;
	background-image: url(../images/leaderboard-2-back.jpg);
}

.leaderboard-on
{
	border: 1px solid #2D7E95;
	width: 300px;
	height: 250px;
	background-image: url(../images/vindico_300x250.jpg);
}

iframe.banner-300x250
{
	height: 250px;
	width: 300px;
}

#urlContainer
{
	width: 100%;
	height: 265px;
	margin-top: 10px;
	background-color: #F5F5F5;
	border: 1px solid #DFDFDF;
}

.urlTextarea
{
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 255px;
	height: 200px;
	background-color: #FFFFFF;
	font-family: Courier;
	font-size: 12px;
	color: #333333;
	border: 1px solid #DFDFDF;
}

#configWrapper 
{
	position: relative;
	margin-top: 10px; 
	width: 100%;
	text-align: left; 
}

#configForm
{
	position: relative;
}

#configForm table th
{
	font-size: 11px;
	padding-bottom: 2px;
}

.form-note
{
	color: #999;
	font-size: 11px;
}

.no-wrap
{
	white-space: nowrap;
}
