/**
* wo2muziek.css
*
* Screen styles for wo2-muziek.nl
*
* @colordef #d37901; oranje
*
*/

.container {
	margin-top: 0px;
}
body {
	background: url('/_cms/images/bg.jpg') #8D7460 top center repeat-y;
	font-family: Verdana, Tahoma, Helvetica, Arial;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.zoekBalk {
	margin-top: 5px;
}
.vCenter {
	vertical-align: middle;
}
.witBg {
	background-color: white;
}
.containerBg {
	background: url(/_cms/images/containerBg.gif) white;
}
.bg_winkelwagen {
	background: url(/_cms/images/bg_winkelwagen.gif) white;
}
.bg_muziekwerken {
	background: url(/_cms/images/bg_muziekwerken.gif) white;
}
.bg_uitgelicht {
	background: url(/_cms/images/bg_uitgelicht.gif) white;
}
.witAlpha {
	background-image: url(/_cms/images/witAlpha.png);
}
.spaceRight {
	margin-right: 10px;
}
.spaceLeft {
	margin-left: 10px;
}

.tRed {
	background-color: red;
}
.tBlue {
	background-color: blue;
}
.tGreen {
	background-color: green;
}

.mainMenu {
	margin-top: 5px;
	font-size: 1em;
}
.mainMenu a {
	margin-right: 20px;
	font-size: 1.3em;
	text-decoration: none;
	padding:3px;
}
th,td {
	padding-right: 10px;
}
.mainMenu a:hover {
	text-decoration: underline;
}
.mainMenu a.active {
	background-color: #d37901;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
}
.space10 {
	height: 10px;
}
.space5 {
	height: 5px;
}

.pad10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad10top {
	padding-top: 10px;
	padding-bottom: 0px;
}

H1, H2, H3, H4, H5 {
	margin-bottom: 10px;
}
H3.i2 {
	font-size: 1.4em;
}
.active {
	background-color: #4b7b87;
	color: #fff;
}
.active a {
    color: #fff;
}
table {
	font-size: 1em;
}
table thead th {
	background-color: #ededed;
}
.greyImgBg {
	background-color: #ededed;
}
table tfoot tr {
	background-color: #ededed;
	font-style: normal;
}
.specialKolom table {
	border: 1px solid #dee1e4;
}
.specialKolom table tbody {
	background: white;
}
.specialKolom table thead th {
	background-color: #4b7b87;
	background-color: #513005;
	background-color: #d37901;
	background-color: #737b87;
	background-image: none;
	color: white;
	border-bottom: 1px solid #ededed;
}
.melding {
	background-color: #d37901;
	color: #513005;
}
.melding a {
	color: #ededed;
}
/*.specialKolom .active {
	background-color: #d37901;
	color: white
}
*/
.greyBg {
	background-color: #ededed;
}
a {
	color: #4b7b87;
}
.landkolom ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.landkolom h4 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.oranje {
	background-color: transparant;
	color: #d37901;
	font-weight:bold;
}
.geel {
	background-color: white;
	color: #d37901;
}
.sideMenu thead tr {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
table.sideMenu {
	/*background: url(/_cms/images/tableBg2.jpg) #ededed;*/
	line-height: 1.2em;
	border: none;
	font-size: 1.0em;
	margin-bottom: 8px;
}
table.sideMenu a {
	color: #513005;
	text-decoration: none;
}
table.sideMenu em a {
	/*color:#4b7b87;*/
}
table.sideMenu a:hover {
	color: black;
	text-decoration: underline;
}
table.sideMenu thead th {
	background: none;
}
.sideMenu thead tr th {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-top: 2px;
	background-image: none;
	font-size: 12px;
	line-height: 16px;
	/*background: url(/_cms/images/tableBg2.jpg) #ededed;*/
}
.sideMenu td p {
	margin: 0px;
}
table.sideMenu tr td {
	/*line-height: 1.7em;*/
	font-size: 0.9em;
	padding-right: 4px;
}
table.sideMenu tr td ul li {
	padding-bottom: 0px;
	margin-bottom: 8px;
}

table.sideMenu td.blue li,table.sideMenu td.blue a {
	color: #4B7B87;
	font-weight: bold;
}
.submenu {
	color: black;
}
.submenu a {
	color: #513005;
	text-decoration: none;
}
.submenu span {
	background-image: url(/_cms/images/witAlpha.png);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.submenu a:hover {
	color: black;
	text-decoration: underline;
}

.chatbarText {
	margin-bottom: 8px;
}

a.button {
	background: transparent url('/_cms/images/bg_button_a.gif') no-repeat scroll top right;
	color: #4b7b87;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

a.button span {
	background: transparent url('/_cms/images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.button:hover {
	color: #000;
	text-decoration: underline;
}
a.button:active {
	background-position: bottom right;
	color: #000;
	text-decoration: underline;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerLinks {
	padding-top: 23px;
}
.footerLinks a {
	margin-right: 10px;
}
h1,h2,h3,h4,h5,h6, th {
	/*color: #d37901;*/
	color: #4b7b87;
	/*color: #513005;*/
}
h3 {
	font-size: 1.8em;
}
.videoHolder {
	height: 323px;
	overflow: hidden;
}
.videoBg {
	background: url('../zooi/video.jpg') no-repeat;
}
.logospacer {
	height: 90px;
}
.secMenu {
	margin-top: 24px;
	padding:3px;
}
.more {
	display: inline;
	vertical-align: bottom;
	width: 10px;
	height: 10px;
}
#extraNav {
	border: 0px;
}
#extraNav a {
	text-decoration: none;
}
#extraNav a:hover {
	text-decoration: underline;
}
.infoBox {
	padding-left: 5px;
}
.mediumText {
	font-size: .9em;
}
.unEvRow {
	/*background-color: #eaf0f9;*/
	background: url('/_cms/images/unEvRowBg.gif') top repeat-x;
}
#footerNav {
	text-align: right;
}
#footerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 24px;
}
#footerNav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.image_caption {
	display: inline-block;
	margin-top: 7px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #ededed;
	color: #4b7b87;
}
img {
	padding: 0px;
	margin: 0px;
}
hr {
	margin-bottom: 10px;
	padding: 0px;
}
.subOnderwerpen {
	border-top: 1px dotted #ededed;
}
.subOnderwerpen:hover {
	background-color:#ededed;
}
.landkolom .active {
	color: red;
	background: none;
	color: #513005;
	font-weight: bold;
}
.kruimelpad {
	font-size: .9em;
	max-width: 700px;
}

/* table sorting and pager */
table#mediatheek thead th:hover, table#mediatheek thead th.headerSortDown, table#mediatheek thead th.headerSortUp {
	color: #D37803;
	cursor: pointer;
}
table#mediatheek th.header {
	white-space: nowrap;
	font-size: .9em;
}
table#mediatheek th.header img {
	margin:0px;
}
table#mediatheek tr td{
	border-top: 1px dashed #ddd;
	cursor:pointer;
}
table#mediatheek tr:hover, table#mediatheek tr.active {
	background: #4B7B87;
	color: #fff;
}
.unEvRow {
	background: none;
}

#pager {
	background-color: #EDEDED;
	font-style: normal;
	text-align: right;
	width: 100%;
	padding-right: 5px;
}
input.pagedisplay {
	border: 0px;
	background-color: #EDEDED;
	width: 40px;
}

.reset_filters {
	margin-left: 5px;
}
table.formtable {
	width: 400px;
}
table.formtable td {
	padding: 1px;
}
#registerform input {
	width: 250px;
}
/* main menu */
.mainMenu a {
	color: #513005;
}

.h4 {
	background-color: #FFFFFF;
	color: #D37901;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 0.5em;
}
span.h4 {
    display: inline;
}

#flashmsg {
	overflow: visible;
	position: fixed;
	left: 0;
	top: 0;
	background: #FFFFFF url(../images/flash-gradient.png) repeat-x scroll 0 0;
	border-bottom: 2px solid #778899;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	width: 100%;
	z-index: 100;
	display: none;
}
#flashmsg.inform {
	color: #16304B;
}
#flashmsg.error {
	color: #FD330C;
}
.loggedin {
	font-size: 0.9em;
}

img {
	margin-right: 4px;
}
a img {
	vertical-align: middle;
}
table th a {
	text-decoration: none;
}
.subOnderwerpen p {
	margin: 0px;
	display: inline;
}
.video_player {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.audio_caption {
	font-style: italic;
}
.video_caption {
	font-style: italic;
}
#voorbeeld {
	position: relative;
}
#glas_preview {
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 10px;
	bottom: 10px;
}
#glas_preview img {
	margin: 0px;
	padding: 0px;
}

/**
 * Sitemap
 */
#sitemap a.main {
	font-weight: bold;
}

table.subtopics {
	border: 0px;
}
.caption_img, .audio_caption, .video_caption {
	font-style: italic;
	font-size: 0.9em;
	margin-left: 0px;
}
.floatright {
	float: right;
}
.floatleft {
	float:left;
}
div.abstract a,div.abstract a:link,div.abstract a:visited {
	text-decoration:underline;
}
.home p {
	padding-right: 10px;
}
.landkolom ul li {
	margin-top: -3px;
}
.ervaringsverhalen ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}
.ervaringsverhalen ul li span.main {
    background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	padding-left: 20px;
}
.ervaringsverhalen ul li {
    margin-bottom: 1px;
    margin-top: 1px;
}
.documenten ul li span.main, .documents ul li span.main {
	background-image: url('/_cms/images/icons/document.png');
}
.literatuur ul li span.main,.literature ul li span.main, .bibliography ul li span.main {
	background-image: url('/_cms/images/icons/literatuur.png');
}
.links ul li span.main {
	background-image: url('/_cms/images/icons/internelink.png');
}
.muziek ul li span.main, .music ul li span.main {
    background-image: url('/_cms/images/icons/audio.png');
}

.muziekwerken-sidebar td {
    padding: 4px 2px 0px 5px;
}
.muziekwerken-sidebar td a {
    text-decoration: none;
}

table.normaltable {
	border-collapse:collapse;
	margin-bottom:0px;
	vertical-align:middle;
}
table.normaltable * {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

FORM TABLE TD {
	vertical-align: middle;
}
FORM TABLE#cart TD, TABLE.celltop TD {
	vertical-align: top;
}

img.next,img.prev {
	cursor: pointer;
}

#tree {
	overflow: hidden;
}

#tree .abstract {

	padding-right: 15px !important;
}

TABLE#mediatheek TD P {
	margin: 0px !important;
	padding: 0px !important;
	display: inline;
}

.summary {
	font-weight: bold;
	padding-bottom: 12px;
}

A.morelink {
	padding-left: 4px;
}

div#sitemap UL {
	padding-bottom:0px;
	margin-bottom:0px;
}

