
/*--------------- 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;
	padding: 2px;
}

#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;
	border: none;
	background-color: transparent;
}

#formclass .pfselect {
	width   : 71%;
	height	: 25px;
}

#formclass .pfcheckbox {
	vertical-align: middle;
	border: none;
	background-color: transparent;
}

#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%;
}

#section li {
	position		: relative;
	display		    : block;
	height		    : inherit;
	float			: left;
}

#section li a {
	display			: block;
	height		    : 100%;
}

#section li ul {			
	display				: none;
}

#section li:hover ul {
	display				: block;
}

#section li ul li {
	display				: block;
}


/* ----------------------------------------------------- design ------------------------------ */

#section {
	background-image	: url('http://www.doegroendatscheelt.nl/ariadne/loader.php/cms/layouts/doegroen/images/menuback.png'); 
	background-repeat	: repeat-x;
	background-position : 0 0;		
	font-size			: 1.2em;
}

/* level 1: bar */
#section li {		
	width		: 120px;
}


#section li a {
	line-height		: 30px;
	color			: #f5fdea;
	text-decoration	: none;
	font-weight		: bold;
	padding-left    : 25px;
	padding-right   : 25px;
	overflow:		hidden;
}


#section li:hover,	
#section a:hover {
	background-image	: url('http://www.doegroendatscheelt.nl/ariadne/loader.php/cms/layouts/doegroen/images/menuselect.png'); 
	background-repeat	: repeat-x;
	background-position : 0 0;		
}

#section .selected {
	background-image	: url('http://www.doegroendatscheelt.nl/ariadne/loader.php/cms/layouts/doegroen/images/menuselect.png'); 
	background-repeat	: repeat-x;
	background-position : 0 0;		
}

/* level 2: pulldown */
#section li ul li a,		
#section li ul li {
	width		: 150px;
	float		: none;
	text-align	: left;
	background-color	: #b8c93b;
	color				: #f5fdea;
}

#section li ul {
	border: 1px solid #cad76c;
	border-top: none;
}

#section li ul li a {
	border-top: 1px solid #cad76c;

}
#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;
}


#sitemap {
	margin-left			: 37px;
	margin-right		: 37px;
	margin-top			: 16px;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap li {
	display				: block;
	margin-right		: 30px;
	float				: left;
	color				: #324220;
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: bold;
}

#sitemap li.media {
	width				: 120px;
}


#sitemap li a {
	color				: #324220;
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: bold;	
	text-decoration		: none;
}


#sitemap li ul {
	margin-top			: 10px;
}

#sitemap li ul li {
	color				: white;
	font-weight			: normal;
	line-height			: 1.3em;
	float				: none;
}

#sitemap li ul li a {
	color				: white;
	font-weight			: normal;
	line-height			: 1.3em;	
	text-decoration		: none;
}


#cFooter .banner {
	float				: right;
	width				: 246px;
	height				: 100px;
	margin-right		: 50px;	
	background-image	: url('http://www.doegroendatscheelt.nl/ariadne/loader.php/cms/layouts/doegroen/images/gemenschede.png'); 
	background-repeat	: no-repeat;
	background-position	: 0 -14px;
}


/*--------------- gallery -----------------*/

#gallery {
}


#galleryoverview .folder {
	width				: 270px;
	height				: 80px;
	padding				: 10px;
	margin-left			: 2px;
	top					: 0px;
	float				: left;
	background-image	: url('http://www.doegroendatscheelt.nl/ariadne/loader.php/cms/layouts/doegroen/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 .center {
	margin-left		: auto;
	margin-right	: auto;
}


#navigator a,
#navigator .hidden {
	display			: block;
	font-weight		: normal;
	width			: 20px;
	height			: 20px;
	float			: left;
	color			: white;
	background-color: #DC1617;
	text-align		: center;
	line-height		: 20px;
}

#navigator a.selected {
	background-color: white;
	color			: #DC1617;
	width			: 18px;
	height			: 18px;
}


/* ------------------------------------------------------------------------------------- */

#gallery li.thumbnail {
	display		        : block;
	width			    : 125px;
	height		        : 125px;
	background-color	: silver;
	padding		        : 5px;
	margin				: 2px;
	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				: 580px;
	margin-left			: auto;
	margin-right		: auto;
}

#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 -----------------*/


#listNews {
	margin-left				: 0 !important;
	margin-top				: 25px !important;
	padding-left			: 0;
}

#listNews .listitem {
	list-style-type			: none;
	min-height				: 160px;
}

#listNews .listitem h2 {
	color					: #F06822;
	font-size				: 18px;
	font-weight				: normal;
	margin-top				: 10px;
}

#listNews .listitem img		{
	margin-top				: 4px;
	margin-right			: 10px;
	border					: 1px solid #c1c1c1;
}


#listNews .listitem a {
	display					: block;
	margin-top				: 20px;
	color					: #F06822;
	font-size				: 12px;
	font-weight				: bold;
	text-transform			: uppercase;
}
/*--------------- cal -----------------*/

#calendar a:hover {
	text-decoration: underline;
}

#calendar {
	width			: 242px;
	background-color	: #ffffff;
	margin			: 30px;
	margin-left		: 20px;
	margin-bottom		: 0;
}

#calendar .vandaag {
	display: none;
}

#calendar .monthheader {
	width				: 242px;
	margin-right		: 1px;
	text-align			: center;
	background-color	: white;
	margin-bottom		: 0;
}

#calendar .monthfooter {
	display				: none;
}

#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 .calArea {
	float					: left;
	background-color		: white;
}


#calendar .monthheader table td a {
	color: #F06822;
}

#calendar .cell {
	display: block;

	width: 33px;
	height: 34px;

	float: left;
	margin: 0px;

	padding-right: 1px;
	padding-top: 1px;

	text-align: center;
	line-height: 19px;
	background-color: white;
	
	color: #aeb0b2;
}

#calendar a.cell {
	font-weight: normal;
}

#calendar a.cell:hover {
	color: #F06822;
	text-decoration: none;
}

#calendar a.today {
	color: #F06822 !important;
	border: 1px solid #F06822;
	width: 31px;
	height: 21px;
	font-weight	: bold;
	cursor: pointer;
}

#calendar a.weekend {
}

#calendar a.lastday,
#calendar a.right {
}

#calendar a.event {
	color: #F06822;
}

#calendar a.noevent:hover {
	color: #F06822;
	background-color: white;
	cursor: default;
}

#calendar a.weekend:hover {
	cursor: default;
}

#calendar a.event:hover {
	background-color: #bf2e23;
	color: white;
}

#calendar .header {
	color			: #8f99a5;
	font-weight		: bold;
}

#calendar .day6 {
}

#calendar .empty {
}

#calendar h3 { text-align: center; }
/*--------------- 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-bottom: 0px !important;
	clear: both;
	margin-bottom: 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: 97%;
}
.rssfeed td {
    padding : 5px;
    line-height: 1.4em;
}

.rssfeed td.date {
    width:  100px;
}

.rssfeed .archive {
    border-top: 1px solid #dc1617;
	text-align: right;
}

tr.odd {
	background-color: #e7e7e7;
}
/*--------------- forms -----------------*/

/*--------------- sifr -----------------*/


.sIFR-alternate {
	display: none;
}
