/* algemeen */


BODY, HTML{
	background-color: #ff93de;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #000;
	margin: 0;
}

td, th {
	font-size: 11px;
}


.txt{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


.color1{
	color: #fff;
}


.color2{
	color: #000;
}


.color3{
	color: #f08d00;
}


select{
	background-color: #ff93de;
}



.online{
	color: lime;
}


.offline{
	color: #780205;
}


.bold{
	font-weight: bold;
}


.link1 A{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


a:link {
	color: #000;
}


.webcamBox{
	font-size: 9px;
}


#webcamWeek{
	position: relative;
	left: 45px;
	top: 0px;
}

#newPerformers{
	position: relative;
	left: 40px;
}


#newPerformers A{
	text-decoration: none
}


.newPerformers2{
	position: relative;
	left: 15px;
}


.border{
	border: 1px solid #000;
}


.info{
	position: relative;
	left: 10px;
}



/* Content */
table.content2 {
	border: 1px dotted #ffffff;
}

table.content2 td.preview {
	width: 130px;
	background-color: #DE80B2;
	border-right: 1px dotted #ffffff;
}

table.content2 th.desc {
	color: #ffffff;
	background-color: #72BCE9;
	font-weight: bold;
	height: 25px;
}

table.content2 th.info {
	border-left: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #72BCE9;
	font-weight: bold;
	height: 25px;
	width: 130px;
}

table.content2 td.desc {
	color: #000000;
	background-color: #CCE7F7;
}

table.content2 td.info {
	border-left: 1px dotted #ffffff;
	color: #000000;
	background-color: #CCE7F7;
	width: 130px;
}
