/***** COMMON SETTINGS *****/
html {
	overflow-y: scroll;
	z-index: -1;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(74, 74, 74);
	color: rgb(74, 74, 74);
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

td {
	font-size: small;
}

img {
	border-style: none;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {

}

h2 {

}

a {
	color: rgb(0, 0, 0);
  text-decoration: none;
}

a:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;	
}

/***** BOXES *****/
#boxPage {
	margin : 0px auto;
 	width : 817px;
	overflow: hidden;
	background-repeat: repeat-y;
	/* ie5 for mac */
	/*\*//*/ 
		background-position: -30px;
	/**/	
}

#boxMain {
	margin : 0px auto;
 	width : 757px;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}

#boxHeader {
	clear: both;
}

#boxContent {
	padding: 3px 19px;
	background-repeat: repeat-y;
	background-position: 220px 0px;
}

#boxData {
	margin-top: 0px;
}

#boxFooter {
	font-size: x-small;
	padding: 5px;
	text-align: center;

	clear: both;
}

/***** TABLES *****/
table.Columns {
	width: 717px;
}

td.Sidebar {
	padding: 0px 6px 0px 0px;
	margin: 0px;
	width: 197px;
}

td.Overview {
	padding: 0px 0px 0px 6px;
	width: 509px;
}

td.Overview a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

td.Overview a:hover {
	color: rgb(0, 0, 0);
	background-color: yellow;
	text-decoration: none;
}

td.Detail {
	padding: 0px 3px 0px 6px;
	width: 395px;
}

td.Detail a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

td.Detail a:hover {
	color: rgb(0, 0, 0);
	background-color: yellow;
	text-decoration: none;
}

td.Mediabar {
	padding: 3px 6px 0px 6px;
	width: 112px;
	background-color: rgb(217, 217, 217); 
}

/***** CONTENT BLOCKS *****/
.blkSidebar {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: rgb(217, 217, 217);
}

.blkSidebarBlockSeperator {
       height: 3px;
       margin: 3px 0px;
       font-size: 0px; /* IE height hack */
}

.blkMediaItem {
	margin: 8px 0px;
	text-align: left;
}

/***** PAGE HEADER *****/
.cHeaderGradient {
	height: 24px; 
	font-size: 0px; /* IE height hack */
}

.cHeaderLine {
	height: 3px; 
	margin: -8px 20px 0px 20px;
	font-size: 0px; /* IE height hack */
}

/***** PAGE FOOTER *****/
#idFooterLine {
	height: 3px; 
	margin: 0px 20px 5px 20px;
	font-size: 0px; /* IE height hack */
}

/***** ERRORS *****/
.cErrorServer {
	width: 300px;

	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: rgb(255, 255, 255);
}

.cErrorServerHeader {
	font-size: large;
	font-weight: bold;
}

/***** SIDEBAR *****/

/* Sidebar common */
.cSidebarHeader {
	background-color: rgb(255, 255, 255);
	padding: 0px 0px 3px 0px;
	
}

.cSidebarSpacer {
	height: 3px; 
	font-size: 0px; /* IE height hack */
}

/* Menus */
div.cMenu {
	width: 180px;
	padding: 4px 8px;
	background-color: rgb(191, 191, 191);
}

a.cMenu {
	color: rgb(74, 74, 74);
	text-decoration: none;
}

div.cMenu a.Highlight {
	color: rgb(255, 255, 255);
	text-decoration: none;	
}

a.cMenu:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;	
}

img.cMenuBullet {
	float: left; 
	margin-top: 4px;
}

div.cMenuText {
	margin-left: 22px;
}

div.cSubmenu {
	padding: 4px 8px 4px 8px;
}

a.cSubMenu {
	color: rgb(110, 110, 110);
	text-decoration: none;	
}

div.cSubmenu a.Highlight {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a.cSubMenu:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

img.cSubMenuBullet {
	float: left; 
	margin-top: 4px;
}

div.cSubMenuText {
	margin-left: 22px;
}

.cMenuBlockSeperator {
	background-color: rgb(255, 255, 255); 
	height: 3px; 
	font-size: 0px; /* IE height hack */
}

.cMenuSeperator {
	background-color: rgb(191, 191, 191);
	
	height: 3px; 
	padding: 0px 8px 0px 8px;
	font-size: 0px; /* IE height hack */
}

.cSubmenuSeperator {
	height: 3px; 
	padding: 0px 8px 0px 8px;
	font-size: 0px; /* IE height hack */
}

/* Poll block */
#iPoll {
	color: rgb(110, 110, 110);
	padding: 4px 8px;
	width: 180px;
	overflow: hidden;	
}

#iPoll .cQuestion {
	padding: 0px 0px 8px 0px;
}

#iPoll .cResult {
	padding: 0px 0px 6px 0px;
}

#iPoll .cResultBar {
	margin: 0px 4px 0px 0px;

	background-color: rgb(110, 110, 110);
	float: left;
}

#iPollButtons {
	margin: 6px 0px 0px 0px;
	text-align: right;
}

#iPollThumb {
	margin: 6px -8px;
}

/* News block */
div.cNewsItem {
	padding: 4px 8px 4px 8px;
}

a.cNewsItem {
	color: rgb(110, 110, 110);
	text-decoration: none;
}

a.cNewsItem:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;	
}

img.cNewsItemBullet {
	float: left; 
	margin-top: 4px;
}

div.cNewsItemText {
	margin-left: 22px;
}

.cNewsSeperator {
	height: 3px; 
	margin: 0px 8px 0px 8px;
	font-size: 0px; /* IE height hack */
}

/***** ARTICLE LISTS *****/
.cArticleShort {
	padding: 3px 0px;
}

.cArticleSeperator {
	height: 3px; 
	font-size: 0px; /* IE height hack */
}

.cArticleShortClear {
	clear:both;
}

img.cOverviewThumbImg {
	width: 100px;
	height: 100px;
	margin: 0px 3px 0px 0px;
	float: left;
}

/***** HOME PAGE *****/
img.cHomeThumbImg {
	width: 200px;
	height: 200px;
	margin: 0px 3px 0px 0px;
	float: left;
}

/***** MEDIA BAR *****/
.cMediaItem {
	font-size: x-small;
}

/***** MEDIA BROWSER *****/
.cMediaBrowserPath { }

.cMediaBrowserChildren { }

.cMediaBrowserChild { }

.cMediaBrowserItem {
	padding: 10px 0px 0px 0px;
	clear:both;
}

div.cMediaBrowserItemThumb {
	float: left;
}

img.cMediaBrowserItemThumb {
	width:  50px;
	height: 50px;
}

.cMediaBrowserItemDesc {
	float: left;
	font-weight: bold;
	width:  150px;
	margin: 0px 0px 0px 5px;
	overflow: hidden;
}

.cMediaBrowserItemVersions {
	float: left;
	width:  350px;
	margin: 0px 0px 0px 5px;	
}

.cMediaBrowserItemVersion {
	float: left;
	margin: 0px 10px 0px 0px;
}

/***** ARTICLE CONTENT *****/
.cTussenkop
{
	font-weight: bold;
}

.cQuote
{
	font-style: italic;	
}

/* Reactions */
.cReaction {
	padding: 4px 0px;
}

.cReaction .cHeader { }

.cReaction .cHeader .cName {
	font-weight: bolder;
}

.cReaction .cMessage { }

/***** WEBLOG *****/
#iWeblog { }

#iWeblog h2 {
	margin-bottom: 0px;
}

#iWeblog .cDate {
	font-style: italic;
}

.cWeblogSeperator {
	height: 3px; 
	font-size: 0px; /* IE height hack */
}

.cWeblogThumb {
	width: 100px;
	height: 100px;
	padding: 5px;
}

/***** MEDIA PLAYER *****/

/* Main media player page, with iframes */
#MediaPlayerMain iframe {
	border-style: none;
	width: 370px;
	height: 395px;
}

#MediaPlayerMain .Player {
	position: absolute;
	width: 370px;
	height: 395px;
	
	top: 80px;
	left: 0px;
	
	padding: 0px 7px 0px 22px;
}

#MediaPlayerMain .List {
	position: absolute;
	width: 370px;
	height: 395px;
	
	top: 80px;
	left: 400px;
	
	padding: 0px 22px 0px 7px;
}

/* Actual player with media player object in it */
#MediaPlayerPlayer {
	width: 100%;
	color: white;
	background-color: black;
}

#MediaPlayerPlayer .NoVideo {
	text-align: center;
	padding-top: 190px;
	height: 400px;
}

/* Title, image and text */
#MediaPlayerPlayer .TitleImg {
	float: left;
}

#MediaPlayerPlayer .TitleText {
	width: 290px;
	height: 16px;
	
	padding-top: 6px;
	font-size: 14px;
	
	overflow: hidden;
}

#MediaPlayerPlayer .TitleText a {
	color: white;
	text-decoration: none;
}

#MediaPlayerPlayer .TitleText a:hover {
	background-color: black
}

/* Fullscreen button */
#MediaPlayerPlayer .FullScreen {
	height: 19px;
	clear: both;
}

/* List of media */
#MediaPlayerList {
	width: 100%;
	color: white;
	background-color: black;
}

/* List of categories */
#MediaPlayerList .CategoriesImg {
	float: left;
}

#MediaPlayerList .CategoriesText {
	width: 270px;
	height: 16px;
	text-align: right;
	
	padding-top: 6px;
	font-size: 14px;
	
	overflow: hidden;
}

#MediaPlayerList .CategoriesText select{
	font-size: 10px;
}

/* List of media objects */
#MediaPlayerList .Items {
	height: 224px;
	margin: 37px 17px 0px 17px;
}

/* Media object and it's rollovers */
#MediaPlayerList .Item {
	color: white;
	float: left;
	width: 112px;
	height: 112px;
}

#MediaPlayerList .Item a img {
	margin: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	width: 100px;
	height: 100px;
}

#MediaPlayerList .Item a:hover img {
	border-color: yellow;
}

#MediaPlayerList .Active a img{
	border-width: 2px;
	border-style: solid;
	border-color: yellow;
}

#MediaPlayerList .Item .Dummy {
	margin: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	background-color: rgb(204, 204, 204);
	width: 100px;
	height: 100px;
}

/* First on a row */
#MediaPlayerList .First {
	clear: both;
}

/* Navbar to navigate pages */
#MediaPlayerList .NavBar {
	height: 18px;
	clear: both;
}

#MediaPlayerList .Previous {
	float: left;
}

#MediaPlayerList .Next {
	float: right;
}

/* Media descriptor */
#MediaPlayerList .Title {
	clear: both;
}

#MediaPlayerList .TitleImg {
	float: left;
	width: 75px;
}

#MediaPlayerList .TitleText {
	width: 290px;
	padding-top: 12px;
	font-size: 14px;
	overflow: hidden;
}

#MediaPlayerList .TitleText a {
	color: white;
	text-decoration: none;
}

#MediaPlayerList .TitleText a:hover {
	background-color: black;
}

#MediaPlayerList .TitleDesc {
	clear: both;
	color: black;
	background-color: yellow;
	width: 336px;
	height: 46px;
	padding: 6px 17px;
	
	overflow: hidden;
}

