/* agenda.css */
div.maincontent{
	width:967px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border:none;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.gaynl{
	color: #666;
	text-decoration: underline;
}

a.gaynl:hover{
	color: #000;
	text-decoration: underline;
}

/* begin tabs */
div.tabs-container{
	width:967px;
	height:28px;
	background-color:#ffffff;
	background-image:url('/assets/images/lineout.gif');
	background-position:right bottom;
	background-repeat:repeat-x;
}
.tab h3{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#9b9b9b;
	float:left;
	margin:8px 0px 0px 9px;
	padding:0px;
}
.tab.mijnagenda h3{
	font-weight:bold;
	color:#ffffff;
}
.tab.mijnagenda h3.ma-info{
	color:#ea0f91;
	font-size:11px;
	width: 18px;
	background-image:url('/assets/images/mijn_agenda_info.png');
	background-repeat:no-repeat;
	background-position:center left;
	padding:3px 6px 3px 23px;
	margin:5px 15px 0px 0px;
	float:right;
	text-align: center;
}
.tab.mijnagenda.active h3.ma-info{
	color:#ffffff;
	background-image:url('/assets/images/mijn_agenda_info_2.png');
}
.tab.active h3{
	color:#ea0f91;
	font-weight:bold;
}
div.tab{
	float:left;
	background-repeat:no-repeat;
	background-position:top-left;
	border-bottom:1px solid;
	border-color:#cccccc;
	background-image:url('/assets/images/tab_0.png');
	width:134px;
	height:27px;
	cursor:pointer;
}
div.tab.active{
	border-color:#ffffff;
	background-image:url('/assets/images/tab_1.png');
	cursor:default;
}

div.tab.mijnagenda{
	width:174px;
	background-image:url('/assets/images/tab_mijnagenda_0.png');
}
div.tab.mijnagenda.active{
	background-image:url('/assets/images/tab_mijnagenda_1.png');
}
div.tab.first{
	width:207px;
	background-image:url('/assets/images/tab_first_0.png');
}
div.tab.first.active{
	height:28px;
	background-image:url('/assets/images/tab_first_1.png');
	border-bottom:0px;
}
/* end tabs */

/* begin agenda */
div.full .agendacontainer{
	width:965px;
	border:1px solid #cccccc;
	border-top:0px;
}

div.full .agendabody{
	width:943px;
/*	background-color: #ddd;
	display: inline;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:11px;
	padding-bottom:11px;
}

div.full .agendabody .head{
	height:247px;
	width:943px;
	background-image:url('/assets/images/agenda_full_head.png');
	background-repeat:no-repeat;
	background-position:top center;
}

div.full .agendabody .headnop{
	height:120px;
	width:943px;
	background-image:url('/assets/images/agenda_full_head_nopb.png');
	background-repeat:no-repeat;
	background-position:top center;
}

div.full .agendabody .body{
	width:943px;
	background-image:url('/assets/images/agenda_full_mid.png');
	background-repeat:repeat-y;
	background-position:left top;
	float: left;
}

div.full .agendabody .foot{
	height:15px;
	width:943px;
	background-image:url('/assets/images/agenda_full_bottom.png');
	background-repeat:no-repeat;
	background-position:left top;
	clear:both;
}
.options-body{
	width:898px;
	height:225px;
	float:left;
	margin:15px 0px 0px 23px;
}
.col{
	width:181px;
	float:left;
	margin:0px 5px 0px 0px;
	color:#666666;
	font-family:arial;
	overflow-x:hidden;
}
.col.double{
	width:362px;
}
.col.small{
	width:156px;
	margin-right:0px;
}

.col h2{
	width:100%;
	border-bottom:3px solid #666666;
	font-weight:bold;
	font-size:19px;
	text-transform:uppercase;
	margin:4px 0px;
	padding:0px;
}
.col .option{
	width:181px;
	float:left;
	cursor:pointer;
}
.col .option.excl{
	border-bottom:1px solid #666666;
	margin-bottom:5px;
}
.col.double .option.excl{
	width:362px;
}
.option.excl h5{
	margin:4px 0px 4px 0px;
	padding:0px;
}
.option h5{
	font-size:12px;
	font-weight:normal;
	float:left;
	margin:2px 0px;
	padding:0px;
	background-repeat:no-repeat;
}
.option h5.hImg{
	padding:0px 0px 0px 22px;
}
.tick{
	height:10px;
	width:10px;
	float:left;
	margin: 3px 5px 0px 0px;
	overflow:hidden;
	background-image:url('/assets/images/agenda/tick.png');
	background-position:0px -70px;
}
.active .tick.reg{
	background-position:0px -60px;
}

.active .tick.feest{
	background-position:0px -50px;
}

.active .tick.cult{
	background-position:0px -40px;
}
.active .tick.religie{
	background-position:0px -30px;
}
.active .tick.weare{
	background-position:0px -20px;
}
.active .tick.sport{
	background-position:0px -10px;
}
.active .tick.gezondheid{
	background-position:0px 0px;
}
.option_group{
	width:181px;
	overflow-x:hidden;
	float:left;
}

div.full .agendabody .headnop .name{
	font-family:arial;
	font-size:15px;
	color:#e9008a;
	float:left;
	margin-left:130px;
	margin-top:42px;
	border-right:1px solid #e9008a;
	padding-top:10px;
	padding-bottom:15px;
	padding-right:15px;
}
div.full .agendabody .headnop .agenda{
	font-family:arial;
	font-size:15px;
	color:#e9008a;
	float:left;
	margin-left:15px;
	margin-top:52px;
}

#algemeen h5{
	background-image:url('/assets/images/agenda/is_mv.png');
	background-position:left -3px;
}
#orientation_men h5{
	background-image:url('/assets/images/agenda/is_m.png');
	background-position:left -3px;
}
#orientation_women h5{
	background-image:url('/assets/images/agenda/is_v.png');
	background-position:left -3px;
}
#orientation_queer h5{
	background-image:url('/assets/images/agenda/is_q.png');
	background-position:left -3px;
}

/* categories: 
1: indoor
2: outdoor
3: movie
4: art
5: theater
6: literature
7: sport
8: religion
9: health
10: other
*/
#type_1 h5{
	background-image:url('/assets/images/agenda/is_feestindoor.png');
	background-position:left -3px;
}

#type_2 h5{
	background-image:url('/assets/images/agenda/is_feestoutdoor.png');
	background-position:left -3px;
}
#type_3 h5{
	background-image:url('/assets/images/agenda/is_film.png');
	background-position:left 0px;
	padding:5px 0px 4px 22px;
	margin:-1px 0px;
}

#type_4 h5{
	background-image:url('/assets/images/agenda/is_kunst.png');
	background-position:left 1px;
	padding:5px 0px 4px 22px;
	margin:-1px 0px;
}
#type_5 h5{
	background-image:url('/assets/images/agenda/is_theater.png');
	background-position:left 0px;
	padding:5px 0px 4px 22px;
	margin:-1px 0px;
}
#type_6 h5{
	background-image:url('/assets/images/agenda/is_literatuur.png');
	background-position:left 1px;
	padding:5px 0px 4px 22px;
	margin:-1px 0px;
}
#type_7 h5{
	background-image:url('/assets/images/agenda/is_sport.png');
	background-position:left -3px;
}
#type_8 h5{
	background-image:url('/assets/images/agenda/is_religie.png');
	background-position:-1px -4px;
}
#type_9 h5{
	background-image:url('/assets/images/agenda/is_gezondheid.png');
	background-position:-1px -4px;
}
#type_prideevent h5{
	background-image:url('/assets/images/agenda/is_weare.png');
	background-position:-1px -4px;
}
#type_10 h5{
	background-image:url('/assets/images/agenda/is_overigen.png');
	background-position:-1px -3px;
}

#disabled_wheelchair h5{
	background-image:url('/assets/images/agenda/is_wheelchair.png');
	background-position:-1px -3px;
}
#disabled_deaf h5{
	background-image:url('/assets/images/agenda/is_deaf.png');
	background-position:-1px -3px;
}

.headnop .agenda_button{
	float:right;
	margin-top:40px;
	margin-right:20px;
	cursor:pointer;
	
	}
.headnop .agenda_button.upper{
	float:right;
	margin-top:10px;
	margin-right:20px;
	cursor:pointer;
	clear:right;
}
.agenda_button{
	float:left;
	margin-top:85px;
	height:27px;
	width:156px;
	background-image:url('/assets/images/big_arrow_0.png');
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}

.agenda_button.upper{
	float:left;
	margin-top:35px;
	height:27px;
	width:156px;
	background-image:url('/assets/images/big_arrow_0.png');
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}

.agenda_button a{
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	display: block;
	margin: 0px;
	text-decoration: none;
	height: 21px;
	padding:7px 0px 0px 10px;
}
.agenda_button a:hover{
	background-image:url('/assets/images/big_arrow_1.png');
	background-position:left top;
	background-repeat:no-repeat;
}

div#my_agenda_email{
	float: right;
	margin: 10px 5px 0px 0px;
	height: 27px;
	width: 200px;
}

input#my_agenda_email_input{
	color: #666;
	font-size:13px;
	height:19px;
	margin:0px;
	padding:3px;
	width:192px;
	border: 1px solid #666;
}

div#waiting{
	height: 100%;
	width: 100%;
	visibility: visible;
	background-color: #fff;
	background-image:url('/assets/images/loading-white.gif');
	background-position: center center;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	position:fixed;
	z-index: 1000;
}

div#agendacontainer.hidden{
	display: none;
	height: 400px;
}

div#change_view{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:29px;
	margin-top:25px;
	width:159px;
}

div#change_view_theme{
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	clear:right;
	height:29px;
	margin-right:18px;
	width:159px;
	margin-top: 80px;
}

a.change_view_agenda{
	height: 29px;
	display: block;
	margin-left: 80px;
	width: 79px;
}

a.change_view_list{
	height: 29px;
	margin-left: 0px;
	display: block;
	width: 79px;
}

div#change_view.list, div#change_view_theme.list{
	background-image: url('/assets/images/viewbutton_list_active.png');
}

div#change_view.agenda, div#change_view_theme.agenda{
	background-image: url('/assets/images/viewbutton_table_active.png');
}
