﻿h1{font-size: 160%;font-weight: bold;}
h2{font-size: 140%;font-weight: bold;}
h3{font-size: 130%;font-weight: bold;}
h4{font-size: 120%;font-weight: bold;}
h5{font-size: 110%;font-weight: bold;}
h6{font-size: 105%;font-weight: bold;} 

.container
{
	border-collapse: collapse;
	background-color: white;	
	border: 1px solid black;
	margin-left:auto;
	margin-right:auto;
}

.containerwide
{
	margin-left:auto;
	margin-right:auto;
	width:95%;
}

.container #topbar #topbarmenu
{
	visibility: hidden;
}

.container #contents
{
	padding-top:20px;
	padding-left:20px;
	padding-right:28px;
	width: 100%;
}
.containerwide #contents
{
	background-color:white;
	border: solid 1px black;
	border-bottom: 0;
	margin-top: 10px;
	padding-left:20px;
	padding-right:28px;
}
.container #copyright
{
	height:41px;
	padding-left:20px;
	padding-right:20px;
}
.containerwide #copyright
{
	background-color:white;
	height:41px;
	padding-left:20px;
	padding-right:20px;
	border: solid 1px black;
	border-top: 0;
}

#menubar
{
	vertical-align: middle;	
	height:30px;
	width: 100%;
	margin-left:auto;
	margin-right:0;
	text-align:right;
}
#homebar
{
	float: left;
	vertical-align: middle;	
	height:30px;
	margin-left:0;
	margin-right:auto;
	text-align:left;
}

.artikeloverzicht
{
	background-color:White;
	border-collapse:collapse;
	empty-cells:show;
	white-space:nowrap;
	width:100%;
}

.ItemTemplateT td, .AlternatingItemTemplateT td
{
	border-top:1px solid #bbbbbb;
}
.ItemTemplate td,.ItemTemplateT td,.ItemTemplateB td
{
	empty-cells:show;
}

.AlternatingItemTemplate td,.AlternatingItemTemplateT td,.AlternatingItemTemplateB td
{
	empty-cells:show;
}

.ItemTemplateB,.AlternatingItemTemplateB
{
	/*border-bottom:1px solid #bbbbbb;*/
}


.menubar A IMG
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}


.dim
{
	color: #aaaaaa;
}
.titlesplit
{
	border: 0;
	color: #aaa;
	margin-right: 15px;
	background-color: #aaa;
	height: 3px;	
}

h1, .h1
{
	padding: 2px;
	margin: 2px;
	font-size: 150%;
	font-weight: normal;
	color: #454545;
}
.error
{
	color: Red;
}

strong
{
	font-weight: bold;
}

#xEditingArea
{
	background-color: #ffffff;	
}

.unfold
{
	float: left;
	border: 0px;	
}

.tblBestel th, .tblBestel td
{
	vertical-align: bottom;	
}

/*
ol , ul
{
	padding-left: 20px;	
}
*/

.bestellijst
{
	border: 1px solid #dddddd;
	width: 100%;
}

.alignright
{
	text-align: right;
}
.alignleft
{
	text-align: left;
}


form
{
	width: 100%;
}

.container
{
	width: 1000px;
	background-color: Transparent;
	border: 0px;
}


#tcMain_header span 
{
	background-color: Transparent;
	height: 23px;	
}
.bestellijst
{
	background-color: White;	
}

.bestellijst thead
{
	text-align: left; /*default to left, individual cells will align right/center if needed*/
}

.bestellijst .AspNet-GridView-Alternate td 
{
	background-color: #eeeeee;	
}




.Usermanagement 
{
	width: 900px;
	border-spacing: 2px;
}

.Usermanagement,
.Usermanagement table,
.Usermanagement table th,
.Usermanagement table td
{
	white-space: nowrap;	
	font-size: 10px;
	padding-right: 2px;
}



.spoiler
{
	color: Black;
	background-color: Black;	
} 
.spoiler:hover
{
	color: white;
	background-color: Black;	
}





.BandResult
{
	width: 100%;
}
/* Sortable tables */
table.BandResult thead {
    color:#eee;
    font-weight: bold;
    cursor: pointer;
}

table.BandResult thead th {
    padding: 2px;
    margin-right: 2px;
    cursor: pointer;
    text-align: left; 
}




.dcmscontents {}
.artikeloverzicht{}
.alignleft{text-align: left;}
.alignright{text-align: right;}


.ui-tabs-hide { display: none; }



 .ajaxlink
 {
	border-bottom: dashed 1px; 
	cursor: pointer;
 }
 
 
 
 
 
 
 
 
 
 





/* Treeview */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview-famfamfam.gif); } 

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/images/file.gif) 0 0 no-repeat; }
 
.info
{
	cursor: pointer;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.tecdoc
{
    color: Green;
    font-style: italic;
}
.TecDocShortCuts
{
}
.TecDocShortCuts table
{
    width: 100%;
    background-color: White;
    border: solid 1px #aaa;
    border-collapse: collapse;
}
.TecDocShortCuts td
{
    text-align: center;
    border-collapse: collapse;
    border-right: solid 1px #aaa;
    padding: 2px;
}
.TecDocShortCuts td:hover
{
    background-color: blue;
}
.tecdocextra, .tecdocextra th, .tecdocextra td
{
		font-size: 8px;
		border: 0px;
	text-align: left;
}
.artikeloverzicht td
{
	vertical-align: top;	
	padding-left: 1px;
}
.950x500
{
  background: red; 
  color: white; 
  font-size: 20px; 
  padding: 20px; 
  width: 500px; 
  height: 500px; 
}
.SimpleEntertainmentMenu, 
.SimpleEntertainmentMenu ul.AspNet-Menu,
.SimpleEntertainmentMenu ul.AspNet-Menu ul,
.SimpleEntertainmentMenu ul.AspNet-Menu ul ul,
.SimpleEntertainmentMenu a,
.SimpleEntertainmentMenu span
{
    z-index:1000;
}
.EditorBody
{
	background-color: White;	
}
td
{
	vertical-align: top;	
}
.bandzoek
{
width: 140px; height: 30px; background-color: white; vertical-align: bottom;
}
.floatright {float: right;}
.floatleft {float: left;}

#borders, #borders tdb
{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
#borders
{
	width: 100%;	
}