
/*--------------- core -----------------*/

#more,
#more:visited,
#more:hover   {
	display			: block;
	color			: #dd1718;
	text-decoration	: none;
	padding-top		: 5px;
	padding-bottom	: 10px;
}

#more:hover {
	text-decoration	: underline;
	
}


#goback,
#goback:hover,
#goback:visited {
	display			: block;
	color			: #989a97;
	margin-top		: 5px;
	margin-bottom	: 15px;
}

#goback:hover {
	text-decoration: underline;
}

#goback img {
	vertical-align	: middle;
	margin-right	: 5px;
	border			: none;
}

label {
   	display: -moz-inline-box;
    display: inline-block;
    width:  80px;
}


.application {
	list-style-image: url('/ariadne/images/icons/pfile.gif');
}

.text {
	list-style-image: url('/ariadne/images/icons/ppage.gif');
}
#formclass .formclass {
	margin-top: 10px;
}

#formclass fieldset {
	margin-top		: 10px;
	padding: 10px;
	border: 1px solid #cecece;
	line-height: 1.4em;
}

#formclass fieldset.submit {
	margin-top:15px;
	text-align: right;
}


#formclass fieldset.marginTop {
	margin-top: 15px;
}

#formclass floatright {
	float: right;
}

#formclass legend {
	color: #606060;
	margin-bottom: 10px;
}

#formclass label {
	display: -moz-inline-box;
	display: inline-block;
	width: 20%;
	padding: 2px;
	vertical-align: middle;
}

#formclass label.obligatory {
	font-weight: bold;
}

#formclass label.captcha {
	width: 30%;
}

#formclass .pfTopFiller {
	margin-top: 15px;
}

#formclass .formelement {
	border: 1px solid black;
	padding: 2px;
	margin-top: 5px;
	width: 70%;
	background-color: #F0F0F0;
}


#formclass .pftextarea {
	width: 100%;
	height: 150px;
}

#formclass .pfHidden {
	background-color: red;
	color: white;
}

#formclass .pfcheckbox {
	width: 20px;
	margin-left: 1px;
}

#formclass .pfselect {
	width   : 71%;
	height	: 25px;
}

#formclass .pfcheckbox {
}

#formclass .checkboxLabel {
	width: 80%;
}

#formclass .textboxLabel {
	width: 100%;
}

.pfelse {
	display: none;
}

/* message styles */

#formclass .error {
	color: red;
	font-size: 1.3em;
	margin-top: 40px;
}

#formclass .formOkMsg,
#formclass .formNotOkMsg {
	margin-top: 40px;
}


/*
	.formLabelError is used to error-style those form fields which can't be styled directly. For now this is only
						 the checkbox
	.formError		 is used for all other fields
*/

#formclass .sayRequired {
	margin-top: 5px;
}


#formclass #errormessage {
/*	float: left;*/
	color: red;
	font-weight: bold;
	display: none;
}

#formclass .formError {
	background-color: red;
	color: white;
}

#formclass .formLabelError {
	border-bottom: 1px solid red;
}

#formclass  #captcha {
	width: 130px;
	height: 40px;
}

#formclass .captchaElement {
	width: 100px;
}

#formclass .searchAlign {
	border: 1px solid black;
	padding: 2px;
	width: 70%;
	background-color: #F0F0F0;
}
/*--------------- menu -----------------*/

#section {
	float			: left;
	width			: 100%;
	height		    : 100%;
	background-color: black;
}

#section li {
	display		    : block;
	height		    : inherit;
	width			: 120px;
	float			: left;
}

#section li a {
	display		    : block;
	height		    : 30px;
	width			: 110px;;
	text-align		: center;
	line-height		: 30px;
	color			: white;
	text-decoration	: none;
	font-weight		: bold;
    padding-left    : 5px;
    padding-right   : 5px;
}

#section a:hover {
	background-color	: #FEFEFE;
	color			    : black;
}

#section .selected {
	background-color : #606060;
	color			 : black;
}
#menu { /* level1 */
	display			    : block;
	width				: 140px;
	margin-top			: 51px;
	margin-left			: 0px;
	padding-left		: 0px;
	overflow			: hidden;	
}

#menu li ul li a,		/* level 2 */
#menu li a				/* level 1 */
	{
	display		        : block;
    line-height		    : 20px;
    height              : 100%;     /* IE6 !! */
	text-decoration 	: none;
	padding-left	    : 5px;
	border-bottom	    : 1px solid #526794;
	border-top		    : 1px solid white;
    color               : black;
}

#menu li ul li a:hover,
#menu li a:hover,
#menu li.selected a:hover {
	background-color	: red;
	color			    : white;
	border-top		    : 1px solid #f4d1cf;
}


#menu li ul li a {	 	/* level 2 */
	padding-left	    : 15px;
}

#menu li ul li ul li a { /* level 3 */
    padding-left        : 20px;
}

#menu li ul li ul li ul li a {
    padding-left        : 30px;
}

/* level 2 */
#menu li ul {
	display		        : none;
}

#menu li.selected ul {
	display		        : block;
}

/* level 3 */
#menu li.selected ul li ul {
	display		        : none;
}

#menu li.selected ul li.selected ul {
	display		        : block;
}

#menu li ul li.hit ul a,
#menu li.selected ul li.selected ul a {
	background-color	: #f39da0;
	background-color	: #f8d0d0;
	color			    : black;
	font-weight		    : normal;
	border-top		    : 1px solid #f4d1cf;
}


#menu li.hit ul li a,
#menu li.selected a {
	background-color	: #f2a2a3;
	color			    : black;
	font-weight		    : normal;
	border-top		    : 1px solid #f4d1cf;
}

#menu li.selected ul li.selected ul li.hit a,
#menu li.hit a {
	background-color	: red;
/*	font-weight		    : bold;*/
	border-top		    : 1px solid #f39da0;
}


#metamenu {
	height	: 24px;
}

#metamenu li {
	display		    : block;
	height		    : inherit;
	float			: left;
}

#metamenu li a {
	display		    : block;
	height		    : 30px;
	text-align		: center;
	line-height		: 24px;
	color			: white;
	text-decoration	: none;
	font-weight		: bold;
	font-variant: small-caps;
    padding-left    : 5px;
    padding-right   : 5px;
}

#metamenu li a:hover {
	background-color	: #a9bbd5;
	color			    : black;
}

#metamenu .selected {
	background-color : #a9bbd5;
	color			 : black;
}

/*--------------- gallery -----------------*/

#gallery {
}


#galleryoverview .folder {
	width				: 270px;
	height				: 80px;
	padding				: 10px;
	margin-left			: 2px;
	top					: 0px;
	float				: left;
	background-image	: url('http://www.vuurwerkramp.enschede.nl/ariadne/loader.php/cms/layouts/internet/images/folder_back.png'); 
	background-repeat	: repeat-x;
	
}

#galleryoverview .folder .text {
	margin-left			: 100px;
}

#galleryoverview .folder .text a {
	color				: #EF6822;
}


#galleryoverview .folder .thumbnail {
	width				: 80px;
	height				: 80px;
	background-position	: -10px -10px;
	float				: left;
	background-color	: silver;
}

/* ------------------------------------------------------------------------------------- */

#navigator	{
	height			        : 20px;
    background-color        : #DC1617;
    border-bottom           : 1px dotted white;
}

#navigator table.center {
	width			: 100%;
	color			: white;
}

#navigator table.center td {
	vertical-align	: middle;
	text-align		: center;
}

#navigator a,
#navigator .hidden {
	display			: block;
	font-weight		: normal;
	color			: white;
	background-color: #DC1617;
	text-align		: center;
	line-height		: 20px;
}

#navigator a.selected {
	background-color: white;
	color			: #DC1617;
	width			: 18px;
	height			: 18px;
}


/* ------------------------------------------------------------------------------------- */

#gallery ul {
	margin-left			: 0;
}

#gallery li.thumbnail {
	display		        : block;
	width			    : 125px;
	height		        : 125px;
	background-color	: silver;
	padding		        : 5px;
	margin				: 1px;
	float		    	: left;
	text-align	    	: center;
	background-repeat   : no-repeat;
	background-position : -5px;
}

#gallery li.thumbnail .clickable {
	display		        : block;
    margin              : -5px;
    border              : 15px solid #f0f0f0;
	width			    : 105px;
	height		        : 105px;    
}

#gallery li.folder .clickable {
    border              : 15px solid silver;
}

/* ------------------------------------------------------------------------------------- */

#showphoto .photo {
	width				: 555px;
	margin-left			: auto;
	margin-right		: auto;
	text-align			: center;
}

#showphoto .photo .left,
#showphoto .photo .right  {
	width				: 50px;
	height				: 38px;
	margin				: 5px;
}

#showphoto .photo .left {
	float				: left;
	text-align			: left;
}

#showphoto .photo .right  {
	float				: right;
	text-align			: right;
}
/*--------------- agenda -----------------*/

#agenda .pageData {
/*	position: absolute; */
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 470px;
}

#agenda .pageData .newsitem {
	margin-bottom: 15px;
}

#agenda .pageData .newsitem .date {
	font-weight: bold;
	line-height: 1.3em;
}

#agenda .pageData .newsitem h2 {
	margin: 0px;
	font-size: 15px;
	color: #CC0000;
	line-height: 1.3em;	
}

#agenda .pageData .newsitem .summary {
	line-height: 1.3em;	
}

#agenda .pageData .newsitem .symbol {
	float: right;
	margin-left: 20px;
}


#agenda .nav {
	position: absolute;
	top: 0px;
	right: 5px;
	bottom: 0px;
	width: 180px;
	background-color: #efefef;
	padding: 10px;
}

#agenda .nav .vandaag {
	line-height: 1.3em;
	margin-bottom: 10px;
}

#agenda .nav .vandaag a {
	font-weight: bold;
}

#agenda .nav h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#agenda .nav ul.archive li {
	margin-bottom: 5px;
}



#agendatable {
	width: 100%;
}

#agendatable td {
	padding: 5px;
	margin-bottom: 10px;
}

#agendatable td img {
	margin: 0px;
}


#agendatable .odd td {
	background-color: #f0f0f0;
}

#agendatable .agendaItem td .date {
	width: 100px;
}


#agendatable h2 {
	margin: 0px;
	font-size: 1.2em;
}

#agendatable h2 a {
	margin-bottom: 5px;
	color: #303030;
}

#agendatable .date {
	vertical-align: top;
	width: 100px;
}

#agendatable .title {
	vertical-align: top;
}

#agendatable .icon {
	vertical-align: top;
	width: 25px;
}

#agendatable .agendaItem td .summary {
	line-height: 1.3em;
}

#agendatable .agendaItem td h2 {
	margin-bottom: 3px;
}




#agenda #calendar a {
	text-decoration: none;
}




#agenda #calendar {
	margin-top: 10px;
	top: 0px;
	right: 10px;
}

#article .info {
	font-size: 0.8em;
	color: #a0a0a0;
}

#article .extrainfo {
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	min-height: 250px;
	padding: 5px;
	float: right;	
	background-color: #e0e0e0;
}



#article .extrainfo .header {
	background-color: #cecece;
	padding: 5px;
	font-weight: bold;
	color: #303030;
}

#article .extrainfo ul {
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding: 0;
}

#article .extrainfo ul li {
	margin-top: 10px;
	line-height: 1.2em;
}

#article .extrainfo ul li a {
	margin-bottom: 2px;
}
/*--------------- cal -----------------*/

#calendar a:hover {
	text-decoration: underline;
}

#calendar {
	width: 180px;
	background-color: #f0f0f0;
	float: left;
}

#calendar .monthheader {
	width: 174px;
	margin-right: 1px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 1.2em;
	background-color: #bf2e23;
	border: 1px solid #bf2e23;
	color: white;
	margin-bottom: 0;
}

#calendar .monthfooter {
	float: left;
	width: 180px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 1.2em;
	background-color: transparent;
	color: black;

	padding-bottom: 23px;
	border-bottom: 1px dashed #bababa;
}

#calendar .monthheader table {
	margin-top: 5px;
	width: 100%;
}

#calendar .monthheader table td {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	font-weight: bold;
	
}

#calendar .monthheader table td a {
	color: white;
}

#calendar .cell {
	display: block;

	width: 23px;
	height: 23px;

	float: left;
	margin: 0px;

	padding-right: 1px;
	padding-top: 1px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;

	text-align: center;
	line-height: 23px;
	background-color: white;
	
	color: black;
}

#calendar a.cell {
	font-weight: normal;
}

#calendar a.cell:hover {
	background-color: red;
	color: white;
	text-decoration: none;
}

#calendar a.today {
	background-color: #bf2e23 !important;
	color: white !important;
	cursor: pointer;
}

#calendar a.weekend {
	background-color: #e0e0e0;
}

#calendar a.lastday,
#calendar a.right {
	border-right: 1px solid #a0a0a0;
}



#calendar a.event {
	color: #bf2e23;
	font-weight: bold;
}

#calendar a.noevent:hover {
	color: black;
	background-color: white;
	cursor: default;
}

#calendar a.weekend:hover {
	color: black;
	background-color: #e0e0e0;
	cursor: default;
}

#calendar a.event:hover {
	background-color: #bf2e23;
	color: white;
}


#calendar .header {
	color			: #8f99a5;
	font-weight		: bold;
}

#calendar .day6 {
	border-right: 1px solid #a0a0a0;
}

#calendar .empty {
	padding-right: 1px;
	padding-top: 1px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}


/*--------------- filebase -----------------*/

#filebase {
    clear: both;
}

#filebase table {
	width: 550px;
	margin-right: 15px;
}


#filebase thead {
    background-color    : #CECECE;
}

#filebase table thead th {
    border-right        : 1px dotted white;
    padding             : 2px;
    vertical-align      : middle;
    height              : 24px;
	overflow			: hidden;	
}

#filebase thead th.size {
	text-align: right;
}

#filebase thead th.time {
	text-align: right;
}

#filebase thead th.type {
	text-align: center;
}

#filebase thead th.icon {
	text-align: center;
}



#filebase tbody td {
    padding             : 2px;
    vertical-align      : middle;
    height              : 24px;
    border-right        : 1px dotted #CECECE;
	overflow			: hidden;
}

#filebase tbody td.name {
	line-height: 1.4em;
}

#filebase tbody td.icon {
    width               : 20px;
}

#filebase tbody td.type {
    width               : 80px;
    white-space         : nowrap;
    text-align			: center;
}

#filebase tbody td.size {
	white-space: nowrap;
	text-align: right;
}

#filebase tbody td.time {
    width               : 140px;
    border-right        : none;
    white-space         : nowrap;    
    text-align			: right;
}

/*--------------- syndication -----------------*/

#cContent div.rssfeed {
    color: #dc1617;
    border-bottom: 1px solid #dc1617;
    margin-top: 10px;
}

#cContent div.rssfeed .text {
    background-color: #dc1617;
    color: white;
    width: 100px;
    padding: 2px;     
    margin-bottom: 0px;   
}

.rssfeed thead {
	display: none;
}

.rssfeed {
    margin: 0px;
    width: 100%;    
}
.rssfeed td {
    padding : 5px;
    line-height: 1.4em;
}

.rssfeed td.date {
    width:  100px;
}

tr.odd {
	background-color: #e7e7e7;
}
/*--------------- forms -----------------*/
