/*
-------------------------------
	content.css 
-------------------------------
*/


#div_bar_center{
	width:500px;
	height:600px;
	background-color: #ffffff;
}
#div_bar_inner {
	margin:0px 0px 10px;
	width:450px;
	height:595px;
	overflow:auto; /* for Opera */
	overflow-y:auto;
	padding-right: 20px;
}

#div_bar_right {
	position:absolute;
	top:0;
	left:758px;
	width:225px;
}

#div_bar_right_top {
	width:225px;
	
}

#div_content_bar {
	background-image: url(../images/ssp2008/bar_white.jpg);
	background-repeat: no-repeat;
}

#randomPhotos {
	display: block;
	margin-top: 7px;
	margin-left: 7px;
	color: #FFFFFF;
}

#div_bar_right_bottom {
	width:210px;
	height:245px;
	margin-left: 7px;
	margin-top: 7px;
	padding-left: 15px;
	padding-top: 7px;
	background-image:url(../images/ssp2008/content_bar_bg.gif);
	background-repeat: no-repeat;
}

.div_message_succes,
.div_message_error {
	font-weight: bold;
	border: thin solid #CCCCCC;
	padding: 10px;
}

.div_message_succes {
	color: #006600;
}

.div_message_error {
	color: #FF0000;
}

#a_banner_left {
	width:193px;
	height:81px;
	background:url(../images/banner_left.jpg) no-repeat;
}
#a_banner_right {
	margin-top:15px;
	width:215px;
	height:290px;
	background:url(../images/banner_right.gif) no-repeat;
}

#div_pages, #div_agenda, #div_news {
	margin:5px 0 15px;
}

#div_agenda dl dt, #div_news dl dt {
	border-top:1px dashed #ccc;
	padding-top:5px;
	color:#666;
}
#div_news dl dt a {
	color:#666;
}
#div_agenda dl dd, #div_news dl dd {
	padding-bottom:8px;
}
#div_agenda dl, #div_news dl {
	border-bottom:1px dashed #ccc;
}


#div_downloads {
	height:250px;
	overflow:auto; /* for Opera */
	overflow-y:auto;
}
#div_downloads h3 {
	color:#999 !important;
	text-transform:uppercase;
	font-size:1.3em;
}

#div_downloads a {
	color:#666;
}

#video_iframe {
	padding: 0px;
	
	margin-left: -6px;
	*margin-left: 0px;
	*margin-top: -11px;
	
	width: 735px;
	height: 585px;
	*width: 734px;
	*height: 580px;
}



/* Application form */
.div_competitie_field {
	margin-bottom: 10px;
}

	.div_competitie_field label {
		font-weight: bold;
	}
	
	.div_competitie_field span {
		font-size: 9px;
	}

#frm_competitie input,
#frm_competitie textarea,
#frm_competitie select {
	border: 1px solid #999999;
}

#frm_competitie .sendbutton {
	padding: 5px;
}

.div_competitie {
	width: 411px;
	border: 1px solid #CCCCCC;	
	padding: 5px;
}

	.div_competitie table td {
		height: 22px;
	}
	
	.div_competitie h3 {
		font-size: 13px;
	}

/* Classes */

.alternative, .alternative a {
	color:#EF0C6B !important;
}

/* Competitie detail */
.div_content_bar_detail {
	background-image: url(../images/ssp2008/bar_white.jpg);
	background-repeat: no-repeat;
}

.div_content_bar_detail img {
	padding-left: 7px;
	padding-top: 7px;
}


