/* 	Company: PBConsultancy.nl	*/
/*	Author: P. Bruijnes		*/
/*	Date: 24/08/2009		*/
/*							*/

.menuitem:hover a
{
	text-decoration:none;
}

.mediaMenu
{
	margin-top:3px;
}

#mediaOverview
{
	min-height:450px;
	margin-top:10px;
	float:left;
}
.albumBox
{
	position:relative;
	width:900px;
	min-height:100px;
	cursor:pointer;
	float:left;
	margin-bottom:10px;
}

.albumName
{
	position:relative;
	min-height:100px;
	width:375px;
	float:left;
}

.albumName h1
{
	font-size:25px;
	margin-top:10px;
	cursor:pointer;
	color: #8d8c6c;
}


.albumName h1:hover
{
	color:#96b33c;
}

.albumThumbnails
{
	width:525px;
	height:100px;
	float:left;
}

.thumbnail
{
	position:relative;
	width:80px;
	height:100px;
	float:left;
	margin-left:12px;
	background-image:url(../images/album/thumbnail.jpeg);
}

#albumOverview
{
	position:relative;
	margin-left:40px;
	margin-top:5px;
	float:left;
}

.imageBox
{
	position:relative;
	width:115px;
	min-height:175px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}

.image
{
	position:relative;
	width:115px;
	height:155px;
	float:left;
	cursor:pointer;
	background-repeat:no-repeat;

}

.imageTitle
{
	position:relative;
	width:115px;
	min-height:23px;
	text-align:center;
	float:left;
}

.imageTitle i
{
	font-size:14px;
}

#videoLeftContent
{
	position:relative;
	width:330px;
	margin-top:20px;
	min-height:400px;
	float:left;
/*	background-color:blue; */
}

#videoRightContent
{
	margin-top:27px;
	margin-left:60px;
	position:relative;
	width:500px;
	min-height:400px;
	float:left;
/*	background-color:red; */
}

.videoTitle
{
	position:relative;
	width:300px;
	text-align:left;
	padding:15px;
	float:left;
}

.videoTitle h1 a
{
	text-decoration:none;
}

.button
{
	width:22px;
	height:22px;
	margin-top:2px;
	margin-right:3px;
	float:left;
	background-image:url(../images/common/button2.jpg);
}

.button2
{
	width:22px;
	height:22px;
	margin-top:12px;
	margin-right:5px;
	margin-left:10px;
	float:left;
	background-image:url(../images/common/button2.jpg);
}

#videoBox
{
	position:relative;
	width:500px;
	height:400px;
	float:left;
}
	

#adminOverviewBox
{
	position:relative;
	height:200px;
	width:100%;
	background-color:red;
	float:left;
}

#pageContent a h2
{
	font-weight:bold;
}


.linkBox
{
	width:100%;
	height:20px;
	margin-bottom:5px;
	float:left;
}

.link a
{
	text-decoration:none;
}

/* PICTURE UPLOAD FORMULIER */
#PictureUpload
{
	width:200px;
	margin-left:10px;
	font-size:14px;
}

#PictureUpload #pic1
{
	margin-bottom:5px;
}

#PictureUpload #title1,#PictureUpload #title2
{
	width:175px;
	height:15px;
	margin-bottom:10px;
}

#PictureUpload select
{
	width:183px;
}

#pictureOverview
{
	width:100%;
	margin-top:5px;
	min-height:300px;
	float:left;
}

#pictureAction
{
	height:20px;
	float:left;
}

#pictureAction a
{
	text-decoration:none;
}

.pictureBox
{
	width:135px;
	margin-bottom:10px;
	float:left;
}

.picture
{
	width:125px;
	height:150px;
	float:left;
}

.albumTitle,.pictureTitle,.deletePic
{
	width:135px;
	float:left;
}

.deletePic a
{
	text-decoration:none;
}

#videoOverview
{
	width:440px;
	float:left;
}

.vidBox
{
	width:220px;
	margin-bottom:10px;
	float:left;
}

.vid
{
	width:210px;
	height:150px;
	float:left;
}

.vidRow
{
	width:210px;
	float:left;
}

.vidRow a
{
	text-decoration:none;
}

#addVid
{
	width:402px;
	height:300px;
	float:left;
}
	
#vidTitle
{
	width:300px;
}

#vidCode
{
	width:300px;
	height:75px;
}



























