
/* ################ Basic css of the Zenze CMS #########################*/


A {
	font-family: Arial;
	font-size: 12px;
	color: #5e3613;
	text-decoration: none;
}

hr {
	border: none 0; 
	border-top: 1px solid #cecece; /*the border*/
	width: 99%;
	height: 0px;/*whatever the total width of the border-top and border-bottom equal*/
}

.inputfield-text {
	font-family: Arial;
	font-size: 10px;
	color: #5e3613; 
	background-color: #FFFFFF;
	height: 17px;
	width: 80%;
	border: 1px solid #000000;
	margin-left: 5px; margin-right: 5px;


}
.inputfield-login{

	font-family: Arial;
	font-size: 10px;
	color: #4B4B4B;
	background-color: #1b1b1b;
	height: 17px;
	width: 80%;
	border: 1px solid #000000;
	margin-left: 10px;
	filter:alpha(opacity=75);

}
.inputfield-box {
	color: #5e3613; 
	font-family: Arial,Georgia; 
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	width: 99%;	
	border: 1px solid #000000;
	margin-left: 5px; margin-right: 5px;


}


/* ################ aditional css of the CMS #########################*/


/*  ------------------------------------ 404 -----------------------------------------------------------*/

.404-table {
	background-color: #FFFFFF;
	height: 100%;
	width: 800px;
	background-repeat: no-repeat;

	background-position: left top;
	border-top: 1px solid #949893;
}
.404-box {

	COLOR: #888888; 
	font-family: Arial,Georgia; 
	font-size: 11px;

}

.404-link {

	font-family: Arial;
	font-size: 11px;
	color: #E50C9E;
	
}


#Block01 {
	padding: 10px;
}

#Block02 {
	padding: 10px;
}
#BlockEditPage{
	padding: 10px;
	border: #CECECE SOLID 1px;
}







/* START CUSTOM CSS HERE*/

/* BODY CSS */
body {
	background-image: url(../images/BackGround.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e3613;
}
.MainBackgroundContainer {
	width: 831px;
}
.ImagePlayContainer {
	background-image: url(../images/ContainerTop.png);
	height: 246px;
	width: 832px;
}
.SiteContainer {
	width: 831px;
}

#VerticalDividerLeft{
	border-left: 1px solid #cecece;
	margin-left: 10px;
	padding-left: 10px;

}
#VerticalDividerRight{
	border-right: 1px solid #cecece;
	margin-right: 10px;
	padding-right: 10px;

}



/* CONTAINERS MAIN */

#Title {
	font-family: "Trebuchet MS", Arial, Helvetica, Times;
	font-size: 30px;
	color: #ff9000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	
	
}
#VideoTitle{
	font-family: "Trebuchet MS", Arial, Helvetica, Times;
	font-size: 24px;
	color: #5e3613;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
}


/* NAVIGATIE * SUBTEXT CSS */

.MenuTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, Times;
	font-size: 15px;
	color: #5e3613;
	font-weight: bold;
	text-decoration: none;

}
.MenuTitleActive {
	font-family: "Trebuchet MS", Arial, Helvetica, Times;
	font-size: 15px;
	color: #5e3613;
	font-weight: bold;


}

.MenuSubTitle{
	font-family: "Trebuchet MS", Arial, Helvetica, Times;
	font-size: 18px;
	color: #5e3613;
	font-weight: bold;
	text-decoration: none;
	padding-right: 60px;
}
.MenuSubTitleActive{
	font-family: "Trebuchet MS", Arial, Helvetica, Times;
	font-size: 18px;
	color: #5e3613;
	font-weight: bold;	
}
.SubTextOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5e3613;
}

/* IMAGE VIEW */
.ImgPlaceHolder {	
	background-color: #616161;
	width: 238px;
	height: 174px;
	border: 1px solid #616161;
	
}
.ImgPlaceHolder IMG{
	width: 238px;
	height: 174px;

	
}

/*  */
.FormField-text{
	font-family: Arial;
	font-size: 10px;
	color: #5e3613; 
	background-color: #FFFFFF;
	height: 17px;
	width: 320px;	
	border: 1px solid #000000;
	margin-left: 5px; margin-right: 5px;
}

.FormField-textarea{
	color: #5e3613; 
	font-family: Arial,Georgia; 
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	width: 320px;	
	border: 1px solid #000000;
	margin-left: 5px; margin-right: 5px;

}
.FormField-Security{
	font-family: Arial;
	font-size: 10px;
	color: #5e3613; 
	background-color: #FFFFFF;
	height: 20px;
	width: 50px;
	border: 1px solid #000000;
	margin-left: 5px; margin-right: 5px;
}