html 
{
	/* stupid scrollbar hack because Mozilla insists on not showing the scrollbar on short pages which messes up the layout of my site */
	overflow: -moz-scrollbars-vertical; 
	height: 100%;
}
body 
{
	background-color: #000000;
	text-align: center;	
	font-family: arial;
	font-size: 13px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #7C7C7C; 
	scrollbar-shadow-color: #7C7C7C; 
	scrollbar-highlight-color: #7C7C7C; 
	scrollbar-3dlight-color: #7C7C7C; 
	scrollbar-darkshadow-color: #7C7C7C; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #404040;

}
img
{
	border: 0px;
}
.background
{
	background-color: #000000;
}
#outerframe 
{
	position: relative;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#menubox
{
	margin-left: 80px;
	margin-right: auto;
	width: 805px;
	background-color: #000000;
}
#menu
{
	width: 600px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
#menu td 
{ 
	text-align: center; 
	padding: 5px;
} 
#contentbox 
{
	border: 1px solid #8C0A0A;
	background-color: #000000;
	margin-top:10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#contentbody
{
	text-align: left;
}
#webcambox
{
	position: absolute;
	left: 620px;
	top: 147px;
	border: 1px solid #8C0A0A;
	background-color: #404040;
	width: 320px;
	height: 262px;
	text-align: center;
}
/*
#playlistbox
{
	position: absolute;
	left: 620px;
	top: 147px;
	border: 1px solid #8C0A0A;
	background-color: #404040;
	width: 320px;
}*/
#projectsmenubox
{
	position: absolute;
	left: 0px;
	top: 147px;
	border: 1px solid #8C0A0A;
	background-color: #404040;
	width: 200px;
}
#playlistbox
{
	position: absolute;
	left: 620px;
	top: 420px;
	border: 1px solid #8C0A0A;
	background-color: #404040;
	width: 320px;
}
.playlistbody
{
	text-align: left;
	font-size: 10px;
	padding: 5px;
	white-space: nowrap;
}
.copyright
{
	font-size: 10px;
	clear: right;
}
.itemheader
{
	/* border-bottom: 1px solid #FFFFFF; */
	border: 1px solid #8C0A0A;
	background-color: #8C0A0A; /*#7C7C7C; */
	color: #000000; /*#FFFFFF; */
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 20px;
}

/* NEWS page */
.newsheader
{
	background-color: #505050;	/* 626262 */
	color: #CCCCCC;/*#FFFFFF;*/
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.newsdate
{
	font-size: 10px;
	float: right;
}
.newsbody
{
	background-color: #404040;
	padding: 5px;
	padding-bottom: 40px;
}


/* LINKS page */
.linksheader
{
	border-bottom: 1px solid #8C0A0A; 
	background-color: #8C0A0A;
	color: #000000;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
}
.linksbackground
{
	background-color: #404040; /*#626262; */
	color: #CCCCCC;
}
.link_a
{
	padding: 5px;
	background-color: #404040;
}
.link_b
{
	padding: 5px;
	background-color: #454545;
}
.link_name
{
	font-size: 16px;
}
.link_desc
{

}



/* GENERAL stuff */
a:link, a:active, a:visited
{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: 900;
}
a:hover
{
	color: #FFFFFF;
	font-weight: 900;
}



/* DIRLIST */
.dirlist_row_a
{
	background-color: #404040;
}
.dirlist_row_b
{
	background-color: #454545;
}
.dirlist_file
{
	padding-left: 23px;
}
.dirlist_dir
{
	padding-left: 5px;
}
.dirlist_size
{
	text-align: right;
}
.dirlist_lastmod
{
	text-align: right;
}


/* PLAYLIST */
.pl_body
{
	background-color: #404040;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 11px;
}


