/* algemeen */


BODY, HTML{
	font-size: 12px;
	font-family: helvetica;
	line-height: 135%;
	color: #fff;
	margin: 0;
	background-color: #162d66;
}


A{
	color: #000;
}


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


.color1{
	color: #ffffff;
}


.color2{
	color: #ffffff;
}


.color3{
	color: #f08d00;
}

.color4{
	color: #000000;
}



select{
	background-color: #ffffff;
}



.online{
	color: lime;
}


.offline{
	color: #780205;
}


.bold{
	font-weight: bold;
}


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


.webcamBox{
	font-size: 9px;
}


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


#newPerformers A{
	text-decoration: none
}


.newPerformers{
	margin-bottom: 3px;
}


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


.border{
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
}

.border2{
	border: 1px dashed #ffffff;
}


td.content {
	font-size: 11px;
	color: #000000;
}



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

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

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

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

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

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

