/**
 * Mysteryland screen stylesheet
 * @author Harmen Janssen | grrr.nl
 * @modifiedby $LastChangedBy: $
 * @version $Revision: $
 * @lastmodified $Date: $
 *
 * TOC:
 * --------------------------------
 * [RES]	Reset styles
 * [BAS]	Basic global styles
 * [FOR]	Forms
 * [HED]	Header
 * 			[NAV]	Navigation
 * 			[SNA]	Secondary navigation
 * 			[BRN]	Branding
 * [LGT]	Main content (light)
 * [DAR]	User-generated content (dark)
 * [FOO]	Footer
 * [BBX]	Browseboxes
 * [SNI]	Snippet
 * [ADV]	Advertisement
 * [TTB]	Time tables
 * [GIG]	Add gig buttons
 * [COM]	Comments
 * [BZZ]	Buzz
 * [SFR]	Sifr helper styles
 *
 * Colors:
 * --------------------------------
 * #000000	Black
 * #00ABEC	Blue
 * #E52096	Pink
 *
 * Glossary:
 * --------------------------------
 *
 * Todo:
 * --------------------------------
 *
 */

/**
 * [RES] Reset styles
 * --------------------------------
 */

/**
 *	Reset stylesheet, written by Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *	This stylesheet provides a clean sheet for authors to build styles upon.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
 * [BAS] Basic global styles
 * --------------------------------
 */

html {
	height: 100%;
	font: 12px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background: black url(../images/gui/home-breed.jpg?v=20090609) no-repeat 50% 0 ;
}

body {
	min-height: 101%;
	overflow-x: hidden;
}

#container {
	margin: 0 auto;
	min-height: 100%;
	width: 1006px;
}

/**
 * General float-clearing class
 */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

a {
	border-bottom: 1px solid #FE00B4;
	color: black;
	text-decoration: none;
}

a:hover, a:focus {
	color: #FE00B4;
}

a:active {
	border-color: #85005E;
	color: #85005E;
}

#content-dark a {
	color: #FFF;
}

#content-dark a:hover, #content-dark a:focus {
	color: #FE00B4;
}

#content-dark a:active {
	color: #85005E;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

embed {
	display: block;
}

#flashMessage {
	background: transparent url(../images/gui/flashmessage.png?v=20090609) no-repeat top;
	color: #E52096;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 50%;
	line-height: 25px;
	margin-left: -180px;
	padding: 50px 30px 0;
	position: fixed;
	top: -197px;
	width: 300px;
	height: 147px;
	z-index: 9999;
}

#flashMessage #closeButton {
	cursor: pointer;
	height: 21px;
	position: absolute;
	right: 16px;
	top: 41px;
	width: 23px;
	background: transparent url(../images/gui/sluit_flashmessage.png?v=20090609) no-repeat top;
}

#flashMessage #closeButton:hover {
	background-position: 0 -21px;
}

/**
 * Class for funny little graphic elements that spice up the aesthetics
 * --------------------------------
 */
b.spice {
	background: no-repeat 0 0;
	display: block;
	position: relative;
}

/**
 * [FOR] Forms
 * --------------------------------
 */

form div {
	position: relative;
}

input.text {
	border: 1px solid #D9298B;
	height: 20px;
	line-height: 25px;
	padding-top: 5px;
	position: relative;
	text-indent: 2px;
}

.garp_form_error {
	color: #D9298B;
}

/* Twitter style char counter */
.counter {
	-webkit-transition-duration: .4s;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.counter.surplus {
	color: #E52096;
}

/**
 * [HED] Header
 * --------------------------------
 */

/**
 * [HED][NAV] Navigation
 * --------------------------------
 */

#navigation {
	position: relative;
	z-index: 3000;
	zoom: 1;
}

#menu-main {
	width: 996px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/gui/hoofdmenumenu_reep.png?v=20090609) no-repeat 3px 0;
}

#menu-main li {
	position: relative;
	margin-left: 8px;
	margin-top: 8px;
	padding-left: 22px;
	float: left;
	background: url(../images/gui/main-menu-list-item.png?v=20090609) no-repeat 0 50%;
}

#menu-main li:first-child {
	margin-left: 60px;
	padding-left: 0;
	background-image: none;
}

#menu-main li a {
	background: url(../images/gui/mainmenu.gif?v=20090609) no-repeat;
	border: 0;
	display: block;
	height: 25px;
	text-indent: -999em;
}

#menu-main #nav-home-link a {
	background-position: 0 0;
	width: 45px;
}

#menu-main #nav-home-link a:hover, #menu-main #nav-home-link a:focus {
	background-position: 0 -24px;
}

#menu-main #nav-home-link a:active {
	background-position: 0 -48px;
}

#menu-main #nav-programma-link a {
	background-position: -45px 0;
	width: 100px;
}

#menu-main #nav-programma-link a:hover, #menu-main #nav-programma-link a:focus {
	background-position: -45px -24px;
}

#menu-main #nav-programma-link a:active {
	background-position: -45px -48px;
}

#menu-main #nav-gallery-link a {
	background-position: -145px 0;
	width: 70px;
}

#menu-main #nav-gallery-link a:hover, #menu-main #nav-gallery-link a:focus {
	background-position: -145px -24px;
}

#menu-main #nav-gallery-link a:active {
	background-position: -145px -48px;
}

#menu-main #nav-tickets-link a {
	background-position: -216px 0;
	width: 66px;
}

#menu-main #nav-tickets-link a:hover, #menu-main #nav-tickets-link a:focus {
	background-position: -216px -24px;
}

#menu-main #nav-tickets-link a:active {
	background-position: -216px -48px;
}

#menu-main #nav-nieuws-link a {
	background-position: -283px 0;
	width: 62px;
}

#menu-main #nav-nieuws-link a:hover, #menu-main #nav-nieuws-link a:focus {
	background-position: -283px -24px;
}

#menu-main #nav-nieuws-link a:active {
	background-position: -283px -48px;
}

#menu-main #nav-info-link a {
	background-position: -345px 0;
	width: 35px;
}

#menu-main #nav-info-link a:hover, #menu-main #nav-info-link a:focus {
	background-position: -345px -24px;
}

#menu-main #nav-info-link a:active {
	background-position: -345px -48px;
}

#menu-main #nav-register-link a {
	background-position: -181px 0;
	width: 109px;
}

#menu-main #nav-register-link a:hover, #menu-main #nav-register-link a:focus {
	background-position: -181px -24px;
}

#menu-main #nav-register-link a:active { 
	background-position: -181px -48px;
}

#menu-main #nav-english-link a {
	background-position: -381px 0;
	width: 68px;
}

#menu-main #nav-english-link a:hover, #menu-main #nav-english-link a:focus {
	background-position: -381px -24px;
}

#menu-main #nav-english-link a:active {
	background-position: -381px -48px;
}

#menu-main #nav-leuke-dingen-link a {
	background-position: -451px 0;
	width: 116px;
}

#menu-main #nav-leuke-dingen-link a:hover, #menu-main #nav-leuke-dingen-link a:focus {
	background-position: -451px -24px;
}

#menu-main #nav-leuke-dingen-link a:active {
	background-position: -451px -48px;
}

#menu-main #nav-over-ons-link a {
	background-position: -568px 0;
	width: 78px;
}

#menu-main #nav-over-ons-link a:hover, #menu-main #nav-over-ons-link a:focus {
	background-position: -568px -24px;
}

#menu-main #nav-over-ons-link a:active {
	background-position: -568px -48px;
}

#menu-main #nav-feestboek-link a {
	width: 88px;
	background-position: -647px 0;
}

#menu-main #nav-feestboek-link a:hover, #menu-main #nav-feestboek-link a:focus {
	background-position: -647px -24px;
}

#menu-main #nav-feestboek-link a:active {
	background-position: -647px -48px;
}

/**
 * dropdown
 * --------------------------------
 */
#menu-main .dd {
	position: absolute;
	top: -999em;
	left: 50%;
	width: 322px;
	margin-left: -91px;
	padding: 10px;
	background: #E52096;
}

#menu-main .dd.visible {
	top: 35px;
}

/* create the little arrow (DropDownArrow) by toying with borders */
#menu-main .dd .dda {
	position: absolute;
	top: -20px;
	left: 50%;
	z-index: 1000;
	width: 0;
	margin-left: -80px;
	display: block;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #E52096 transparent;

	/*set an unused color to be index color*/ 
	_border-color: tomato tomato #E52096 tomato; /*For IE6-*/ 
	/*then remove this indexed color*/ 
	_filter:chroma(color=tomato); /*For IE6-*/
} 

#menu-main .dd ul {
	width: 161px;
	float: left;
}

#menu-main .dd li {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	background: none;
}

#menu-main .dd li:first-child {
	margin-left: 0;
}

#menu-main #nav-info-link .dd {
	width: 104px;
	margin-left: -52px;
}

#menu-main #nav-info-link .dda {
	margin-left: -10px;
}

#menu-main #nav-info-link ul {
	width: auto;
}

#menu-main #nav-info-link li {
	float: none;
}

#menu-main .dd a {
	width: auto !important;
	height: auto;
	display: block;
	text-indent: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-image: none;
}

#menu-main .dd a:hover, #menu-main .dd a:focus {
	color: #00ABEC;
}

/**
 * Search box + results
 * --------------------------------
 */

#menu-main #nav-searchbox {
	position: relative;
	width: 121px;
	margin-top: 11px;
	margin-left: 10px;
	padding-left: 0;
	background-image: none;
}

#menu-main #nav-searchbox input.text {
	background: url(../images/gui/zoek_form_left.gif?v=20090609) no-repeat 0 0;
	border: none;
	float: left;
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	height: 19px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	text-indent: 6px;
	width: 107px;
	outline: none;
}

#menu-main #nav-searchbox input.text:focus {
	outline: none;
}

#menu-main #nav-searchbox input.button {
	background: transparent url(../images/gui/zoek_form_right_anim.gif?v=20090609) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 19px;
	margin: 0;
	padding: 0;
	width: 14px;
}

#menu-main #nav-searchbox input.button:hover {
	background-position: 0 -19px;
}

#menu-main #nav-searchbox input.button.loading{
	background-position: 0 -57px;
}

#menu-main #nav-searchbox input.button:active {
	background-position: 0 -38px;
}

#menu-main #nav-searchbox div#searchresult {
	position: absolute;
	top: 20px;
	left: 22px;
	background: #FFF url(../images/gui/searchresults.jpg?v=20090609) repeat-x right bottom;
	width: 180px;
	display: none;
}

div#searchresult h3 {
	padding: 2px 10px;
	color: #FFF;
	background-color: #00ABEC;
}

div#searchresult p {
	padding: 2px 10px;
}

div#searchresult ul {
	margin-bottom: 15px;
}

div#searchresult li {
	margin: 0;
	padding: 0;
	float: none;
	background-image: none;
}

div#searchresult li:first-child {
	margin-left: 0;
}

div#searchresult a {
	text-indent: 0;
	height: auto;
	margin: 0;
	padding: 2px 10px;
	background-image: none;
	color: #000;
}

div#searchresult a:hover, div#searchresult a:focus {
	text-decoration: underline;
	color: #E52096;
	background: #E4E4E4;
}

/**
 * Inlog / Register menu
 * --------------------------------
 */
#menu-account {
	position: absolute;
	right: 5px;
	bottom: 16px; /* was: 5px */
	z-index: 0;
	width: 197px; /* 197 */
	height: 37px;
}

#menu-account > ul, #menu-account > p {
	position: relative;
	z-index: 20;
	background: url(../images/gui/tape_login.png?v=20090609) no-repeat 0 0;
	height: 30px; /* 37 */
	padding-left: 27px;
	padding-top: 7px;
	width: 170px; /* 197 */
}

#menu-account li {
	margin-right: 6px;
	padding-left: 11px;
	float: left;
	background: url(../images/gui/dopje.gif?v=20090609) no-repeat 0 4px;
}

/* When logged in... */
#menu-account > p {
	height: 27px;
	padding-top: 10px;
}

#menu-account > p a {
	padding-right: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	background: url(../images/gui/pijltje.gif?v=20090609) no-repeat right center;
	border: 0;
}

/* When logged out... */

#menu-account #nav-regular-login {
	width: 28px;
	margin-top: 2px;
	padding-left: 0;
	background-image: none;
}

#menu-account #nav-regular-login a {
	width: 28px;
	height: 13px;
	display: block;
	text-indent: -999em;
	background: url(../images/gui/login.gif?v=20090609) no-repeat 0 0;
	border: 0;
}

#menu-account #nav-regular-login a:hover, #menu-account #nav-regular-login a:focus {
	background-position: 0 -13px;
}

#menu-account #nav-regular-login a:active {
	background-position: 0 -26px;
}

#menu-account #nav-hyves-login {
	width: 42px;
	margin-top: 2px;
}

/* Hyves login */
#navigation #garp_hyves_login_form {
	height: 22px;
	width: 42px;
	z-index: 1;
}

#navigation #garp_hyves_login_form input.submit {
	background: transparent url(../images/gui/login_hyves.gif?v=20090609) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	display: block;
	height: 22px;
	text-indent: -999em;
	width: 42px;
}

#navigation #garp_hyves_login_form input.submit:hover {
	background-position: 0 -22px;
}

#navigation #garp_hyves_login_form input.submit:focus {
	background-position: 0 -44px;
}

#menu-account #nav-register {
	width: 54px;
	margin-top: 2px;
}

#menu-account #nav-register a {
	width: 54px;
	height: 14px;
	display: block;
	text-indent: -999em;
	background: url(../images/gui/registreer.gif?v=20090609) no-repeat 0 0;
	border: 0;
}

#menu-account #nav-register a:hover, #menu-account #nav-register a:focus {
	background-position: 0 -14px;
}

#menu-account #nav-register a:active {
	background-position: 0 -28px;
}

/**
 * [HED][BRN] Branding
 * --------------------------------
 */

#branding {
	background: url(../images/gui/branding_laag.jpg?v=20090609) no-repeat 0 0;
	height: 95px;
	margin: 0 auto;
	position: relative;
	width: 989px;
}

#branding h1 a {
	border: 0;
	display: block;
	height: 71px;
	left: 292px;
	position: absolute;
	text-indent: -999em;
	top: 10px;
	width: 415px;
}

/**
 * [LGT] Main content (light)
 * --------------------------------
 */

/**
 * Create paper background from different elements
 */
#content-top {
	height: 35px;
	margin-top: 10px;
	background: url(../images/gui/content-top.png?v=20090609) no-repeat 0 0;
}

#content {
	position: relative;
	z-index: 900;
}

#content-light {
	background: url(../images/gui/content-center.png?v=20090609) repeat-y;
	padding: 0 38px 40px; /* note; visible padding on the sides is 20px, but the PNG background image isn't filled 100% */
	position: relative;
	z-index: 50;
}

/**
 * [DAR] User-generated content (dark)
 * --------------------------------
 */

#content-dark {
	position: relative;
	top: 0;
	z-index: 2000;
	width: 990px;
	margin: -20px auto 0;
	padding-top: 56px;
	background: url(../images/gui/footer-top.png?v=20090609) no-repeat 0 0;
}

#content-dark > div {
	width: 930px; /* 970 */
	min-height: 34px;
	margin: 0 auto;
	padding: 0 20px;
	color: white;
	background: black;
}

#content-dark .spice {
	position: absolute;
	left: 0;
	bottom: -69px;
	width: 990px;
	height: 69px;
	display: none;
	background-image: url(../images/gui/footer-bottom.png?v=20090609);
}

#content-dark #voor-napret {
	background: url(../images/gui/voornapret.gif?v=20090609) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 146px;
	margin-top: 20px;
	text-indent: -999em;
	width: 201px;
}

#content-dark #ml-moment {
	background: url(../images/gui/voegfotostoe.gif?v=20090609) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 226px;
	margin-top: 20px;
	text-indent: -999em;
	width: 299px;
}

#content-dark h1 a {
	background: url(../images/gui/feestboek.png?v=20090609) no-repeat;
	height: 76px;
	left: 20px;
	position: absolute;
	text-indent: -999em;
	top: -25px;
	width: 139px;
	border: 0;
}

#content-dark h2 {
	color: #E52096;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}

#content-dark #active-users {
	float: right;
	margin-top: 20px;
	width: 300px;
}

#content-dark #active-users h2 {
	margin-left: 12px;
}

#content-dark #active-users li {
	float: left;
	margin: 0 0 10px 12px;
	overflow: hidden;
	width: 48px;
	height: 48px;
}

#content-dark #active-users li img {
	width: 48px;
	height: 48px;
}

#content-dark #active-users a {
	border: 0;
}

#content-dark #comments {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 290px;
}

#content-dark #comments h2 {
	color: #E52096;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#content-dark form#post-comment, .notLoggedIn {
	float: right;
	margin-top: 20px;
	width: 290px;
}

#content-dark form#post-comment label {
	color: #E52096;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#content-dark form#post-comment p {
	float: right;
	margin-bottom: 5px;
}

#content-dark form#post-comment textarea {
	background: black;
	border: 1px solid white;
	clear: both;
	color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	height: 66px;
	width: 268px;
	padding: 10px;
}

#content-dark form#post-comment .blabla {
	background: url(../images/gui/blabla.gif?v=20090609) no-repeat 0 0;
	width: 81px;
	height: 25px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	display: block;
	border: 0;
	float: right;
	margin-top: 5px;
	cursor: pointer;
}

#content-dark form#post-comment .blabla:hover {
	background-position: 0 -25px;
}

#content-dark form#post-comment .blabla:focus {
	background-position: 0 -50px;
}

#content-dark form#post-comment .blabla:disabled {
	cursor: default;
	background-position: 0 -75px;
}

#content-dark form#post-comment .explanation {
	float: left;
	font-size: 11px;
	font-style: italic;
	width: 150px;
	margin-top: 5px;
}

/**
 * [FOO] Footer
 * --------------------------------
 */

#footer {
	width: 970px;
	margin: 0 auto 0;
	padding: 60px 0 20px;
	text-align: center;
	background: black;
}

#footer li {
	padding-left: 20px;
	display: inline-block;
	color: #D9298B;
	background: url(../images/gui/bullet.gif) no-repeat 5px 50%;
}

#footer li:first-child {
	padding-left: 0;
	background-image: none;
}

#footer a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D9298B;
	border: 0;
	zoom: 1;
}

#footer a:hover, #footer a:focus {
	color: white;
}

/* IE fixes */
* html #footer li { display: inline; }  
*+html #footer li { display: inline; }

/**
 * [BBX] Browseboxes
 * --------------------------------
 */

.browsebox {
	position: relative;
}

.browsebox .loader {
	background: url(../images/gui/ajax-loader.gif?v=20090609) no-repeat;
	height: 31px;
	left: 0;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 0;
	width: 31px;
	z-index: 3000;
}

.browsebox .browsebox_content {
	position: relative;
	z-index: 1;
}

#videos.browsebox {
	background: #FF1A9A;
}

#images.browsebox .prev,
#images.browsebox .next,
#videos.browsebox .prev,
#videos.browsebox .next {
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 42px;
	margin-top: -21px;
}

#images.browsebox .prev {
	left: 10px;
}

#images.browsebox .next {
	right: 10px;
}

#videos.browsebox .prev {
	left: 5px;
}

#videos.browsebox .next {
	right: 5px;
}

#images.browsebox .navbar a {
	border: 0;
	display: block;
	height: 42px;
	text-indent: -999em;
	width: 36px;
}

#videos.browsebox .navbar a {
	width: 21px;
	height: 24px;
	display: block;
	text-indent: -999em;
	background: url(../images/gui/video_pijlen.gif?v=20090609);
	border: 0;
}

#images.browsebox .prev a {
	background: url(../images/gui/bb_prev.png?v=20090609);
}

#images.browsebox .next a {
	background: url(../images/gui/bb_next.png?v=20090609);
}

#videos.browsebox .prev a {
	background-position: 0 0;
}

#videos.browsebox .prev a:hover, #videos.browsebox .prev a:focus {
	background-position: 0 -24px;
}

#videos.browsebox .next a {
	background-position: -21px 0;
}

#videos.browsebox .next a:hover, #videos.browsebox .next a:focus {
	background-position: -21px -24px;
}

#videos.browsebox div.thumb {
	width: 85px;
	height: 100px;
	margin-right: 2px;
	padding: 2px;
	float: left;
	color: #FFF;
	cursor: pointer;
}

#videos.browsebox div.thumb:hover {
	color: #00ABEC;
}

#videos.browsebox img {
	width: 85px;
}

#videos.browsebox span {
	height: 28px;
	display: block;
	overflow: hidden;
	font-size: 11px;
	text-decoration: underline;
}

#videos_browsebox {
	padding-left: 45px;
	padding-top: 4px;
}

.browsebox li.disabled {
	display: none;
}

/**
 * [SNI] Snippet
 * --------------------------------
 */

.snippet ol {
 	list-style: inside decimal;
}

.snippet ul {
 	list-style: inside disc;
}

/**
*  [ADV] Advertisement
*  ---------------------------------
*/

#advertisement {
	position: relative;
	width: 460px;
	margin: 30px 0;
	clear: both;
}

#advertisement #tegeltje {
	position: absolute;
	top: -5px;
	right: 10px;
	width: 225px;
	height: 225px;
}

#advertisement a {
	border: 0;
}

/**
 * [TTB] Time tables
 * --------------------------------
 */

.timetable {
	width: 935px;
	padding-top: 16px;
	clear: both;
	background: url(../images/gui/timetable_header.gif) no-repeat 167px 0;
}

.timetable table {
	width: 900px;
	border-collapse: collapse;
	table-layout: fixed;
	background: url(../images/gui/timetable_grid2.gif) repeat-y 180px 0;
}

.timetable thead {
	display: none;
}

.timetable th {
	width: 60px;
	padding: 0 0 6px;
	color: #CCC;
	background: transparent;
}

.timetable th.ymodel {
	width: 180px;
}

.timetable a {
	position: relative;
	width: auto;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
	line-height: 20px;
	white-space: nowrap;
	color: #FFF;
	background: #00ABEC;
	border: 0;
	border-right: 1px solid white;
}

.timetable td a:hover, .timetable td a:focus {
	z-index: 20000;
	overflow: visible;
	background: #FE00B4;
}

.timetable a span {
	width: 100%;
	padding: 0 3px;
	line-height: 20px;
	background: #00ABEC;
}

.timetable a:hover span, .timetable a:focus span {
	background: #FE00B4;
	border: 2px solid #FE00B4;
	border-width: 3px 0;
}

.timetable th.ymodel a {
	font-weight: bold;
	color: black;
	background: transparent;
}

.timetable th.ymodel a:hover, .timetable th.ymodel a:focus {
	color: #00ABEC;
}

/**
 * [GiG] Add gig buttons
 * --------------------------------
 */

.addGig, .removeGig {
	border: 0;
	background: url(../images/gui/addRemoveGig.png?v=20090609) 0 0 no-repeat;
	display: block;
	height: 12px;
	text-indent: -999em;
	width: 34px;
}

.addGig:hover, .addGig:focus { background-position: -34px 0; }
.addGig:active { background-position: -68px 0; }

.removeGig { background-position: 0 -24px; }
.removeGig:hover, .removeGig:focus { background-position: -34px -24px; }
.removeGig:active { background-position: -68px -24px; }

/**
 * [COM] Comments
 * --------------------------------
 */

#latest_comments li {
	font-size: 11px;
	margin-bottom: 10px;
	overflow: hidden; /* clear floats */
}

#latest_comments li h4, #latest_comments li p {
	display: inline;
}

#latest_comments li img {
	float: left;
	margin-right: 10px;
}

#latest_comments li h4 {
	font-weight: bold;
}

#latest_comments li a {
	border: 0;
	color: #E52096;
}

#latest_comments li a:hover, #latest_comments li a:focus {
	border-bottom: 1px solid #E52096;
}

#latest_comments .date {
	color: #808080;
	display: block;
	font-style: italic;
}

#latest_comments .prev {
	float: left;
}

#latest_comments .next {
	float: right;
}

#latest_comments .navbar a {
	color: #FFF;
}

#latest_comments .navbar a:hover, #latest_comments .navbar a:focus {
	color: #E52096;
}

#latest_comments .next a {
	background: url(../images/gui/dark_content_arrow_right_pink.gif?v=20090609) no-repeat right bottom;
	padding-right: 10px;
}

#latest_comments .prev a {
	background: url(../images/gui/dark_content_arrow_left_pink.gif?v=20090609) no-repeat left bottom;
	padding-left: 10px;
}

/**
 * [BZZ] Buzz
 * --------------------------------
 */

#content-dark div.buzz {
	width: 290px;
	margin-top: 20px;
	margin-left: 110px;
	float: left;
	font-size: 11px;
	color: #FFF;
}

#content-dark .buzz a {
	border: 0;
	color: #E52096;
	line-height: 17px;
}

#content-dark .buzz a:hover, #content-dark .buzz a:focus {
	border-bottom: 1px solid #E52096;
}

/**
 * Community buttons
 * --------------------------------
 */

#content-dark a.bekijkalleactiviteit {
	width: 119px;
	height: 14px;
	margin-top: 10px;
	display: block;
	text-indent: -999em;
	background: url(../images/gui/bekijkalleactiviteit.gif) no-repeat;
	border: 0;
}

#profiel a.bekijkalleactiviteit {
	margin-top: 0;
}

.bekijkmeerusers {
	width: 114px;
	height: 14px;
	margin: 10px 0 0 10px;
	display: block;
	clear: both;
	text-indent: -999em;
	background: url(../images/gui/bekijkmeerusers.gif) no-repeat;
	border: 0;
}

/**
 * [SFR] Sifr helper styles
 * --------------------------------
 */

.sIFR-active h1.sifr-small {
	font-size: 29px;
}

.sIFR-active h1.sifr-medium {
	font-size: 45px;
}

.sIFR-active h1.sifr-large {
	font-size: 55px;
}