/* 
oranje achtergrond: rgb(255,164,13) - het oranje van de sinaasappel
donkerder oranje rand: rgb(243, 125, 12) -- het oranje van de rvd
links: #FF6600
lichter oranje achtergrond: #FFD5AA
nog lichter oranje rand: #FFEAD5
pagina achtergrond: #FFFFEE
groen: rgb(153,212,127)
*/
/* oranje achtergrond nieuw logo: rgb(228,156,74)
randen zelfde kleur in nieuwe lay-out
*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}

body	{
	color: #000000;
	background-color: #FFFFEE;
}

body,td,input,textarea,select,p {
	font-family: Arial, Verdana, "bitstream vera sans", "luxi sans", geneva, helvetica, sans-serif;
	font-size:100%
}

input,textarea,select {
	font-size:80%
}

form {
	margin:0;
	width:100%;
}

img {
border:0;
}

a:link	{
	text-decoration: underline;
	color: #FF6600;
}

a:visited	{
	text-decoration: underline;
	color: #FF6600;
}

a:hover	{
	text-decoration: underline;
	color: #841212;
	background-color: #fff0c0;
}

a:active	{
	text-decoration: underline;
	color: #ff0000;
}

.introtext {
	font-size:80%;
	

}

.totaltext {
	font-size:80%;
}

.toplogo {
}

.toplogo  h1{
	font-family: Arial, Verdana, "bitstream vera sans", "luxi sans", geneva, helvetica, sans-serif;
	font-size:100%;
	text-decoration: none;	
	font-weight: normal;
	margin: 1px;
	padding: 0;
}

.toppane {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	/*border-bottom: 2px solid rgb(228,156,74);*/
	margin: 0px;
	padding: 0px;
	background-color: #FFFFEE;
}

.leftpane{
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid rgb(228,156,74);
	border-bottom: 0px;
	background-color: rgb(228,156,74);
	margin: 0px;
	padding: 0px;
	height: 300px;
}

.centerpane{
	border: none;
	margin: 0px;
	padding: 5px;
	height: 300px;	
}

.rightpane{
	border-top: 0px;
	/*border-left: 1px solid rgb(228,156,74);*/
	border-right: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 300px;
	background-color: rgb(228,156,74);
}

.bottompane {
	/*border-top: 1px solid rgb(228,156,74);*/
	border-left: 0px;
	border-right: 0px;
	/*border-bottom: 1px solid rgb(228,156,74);*/
	margin: 0px;
	padding: 2px;
	
}

.portlethead {
	text-align: left;
	white-space: nowrap;
	
	font-weight: bold;

}

.rightportlethead {
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	font-style:normal;
	padding-left: 2px;
	border: 1px solid rgb(228,156,74);
	background-color: rgb(228,156,74);
}


.pagesubtitle {
	font-weight: bold;
}

.formlabel {
	font-weight:bold;
	text-align:left;
	white-space: nowrap;
	font-size: 80%
}

.rowselected {
	background-color:#CCCCCC;
}

.rowselecteddisabled {
	background-color:#CCCCCC;
	text-decoration:line-through;
}

.rowselecteddisabled td {
	text-decoration:line-through;
}

.rowold {
	background-color: #DDDDDD;
}

.rowhover{
	background-color:#F0F0F0;
}

.rownormal{
	background-color:#FFFFEE;
}

.rownormaldisabled{
	background-color:#FFFFEE;
	text-decoration:line-through;
}

.rownormaldisabled td{
	text-decoration:line-through;
}

.form {
	background-color:rgb(239, 239, 222);
	color: #000000;
}

.smallform {
	background-color:rgb(239, 239, 222);
	color: #000000;
	font-size: small; 	/* is needed because IE5 does not pass inheritance through table I guess */	
}


.separator {
	border-top: 1px solid #9e9a91; 
	border-left: 1px solid #9e9a91; 
	border-bottom: 1px solid #ffffff; 
	border-right: 1px solid #ffffff; 
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	height: 1px;
	font-size: 1px;
	line-height: 2px;	
}

.agendaseparator {
	border: none;
	margin: 10px 0px 0px 0px;	/* top right bottom left */
	height: 2px;
	font-size: 1px;
	line-height: 1px;	
}

.normal {
	color: #000000;
	background-color: #FFFFEE;
}

.normalbox      {
	/* border: 2px outset rgb(255,164,13); */
	border: 1px solid rgb(243, 125, 12);
	margin: 3px;
	padding: 5px;
	background-color: #FFFFEE;
	text-align: left;
}

.rightportletbox      {
	/* border: 2px outset rgb(228,156,74); */
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin: 3px;
	padding: 5px;
	/*background-color: #FFFFEE;*/
	background-color: rgb(228,156,74);
	text-align: left;
	font-size:small;
}


.smallbox      {
	/* border: 2px outset rgb(255,164,13); */
	border: 2px solid rgb(243, 125, 12);
	margin: 3px;
	padding: 5px;
	background-color: #FFFFEE;
	font-size:small;	
	text-align: left;
}

.scrollerbox{
	position: relative;
	border: 1px solid #CCCCCC;
	margin: 0px;
    padding-top: 0px;	
    padding-right: 0px;	
    padding-left: 5px;	
    padding-bottom: 5px;	
/*	width: 200px;  marquee width */
/*	height: 300px;  marquee height */
	background-color: #FFFFEE;
	overflow: hidden;
	text-align: left;
}

.scrollerboxholder{
	position: relative;
	border: 1px solid #CCCCCC;
	/* width: 200px; marquee width */
	height: 350px;  /* marquee height */
	margin: 0px;
    padding-top: 0px;	
    padding-right: 0px;	
    padding-left: 5px;	
    padding-bottom: 5px;		
	/*background-color: #FFFFEE;*/
	background-color: rgb(228,156,74);
	overflow: hidden;
	text-align: left;
}

.scrollerboxcontent{
	font-size:small;			
	position: relative;
	border: 0px;
	margin: 0px;
    padding: 0px;	
	/*background-color: #FFFFEE;*/
	background-color: rgb(228,156,74);
	overflow:hidden;
	text-align: left;
}

.smallscrollerbox{
	position: relative;
	border: 1px solid #CCCCCC;
	margin: 0px;
    padding-top: 0px;	
    padding-right: 0px;	
    padding-left: 5px;	
    padding-bottom: 5px;	
    /* width: 200px; marquee width */
	height: 110px; /*marquee height */
	background-color: #FFFFEE;
	overflow: hidden;
	text-align: left;
}

.smallscrollerboxholder{
	position: relative;
	border: 1px solid #CCCCCC;
	/* width: 200px; marquee width */
	height: 120px;  /* marquee height */
	margin: 0px;
    padding-top: 0px;	
    padding-right: 0px;	
    padding-left: 5px;	
    padding-bottom: 5px;		
	background-color: #FFFFEE;
	overflow: hidden;
	text-align: left;
}

.scrollerarrows{
	margin: 0;
	padding: 0;
	border: none;
	overflow: visible;
}

.menubox      {
	border: none;
	margin: 2px;
	padding: 2px;
}

.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}

.agendaresume {
	font-weight: normal;
	/*border-top: 1px solid #FFFFEE
	border-right: 1px solid #FFFFEE
	border-bottom: none;
	border-left: 1px solid #FFFFEE*/	
	margin: 0px;	
	padding: 0px;
	font-size: small; 	/* is needed because IE5 does not pass inheritance through table I guess
	border-top, right, left solid color was #CCCCCC */
}

.agendaresume td {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFEE
	border-left: none;
	background-color: rgb(228,156,74);
}

.agendaresumedate {
	font-size: 90%;
	font-style:normal;
	/*color:#444444;	*/
}
.agendaresumetime {
	font-size: 90%;
	font-style:normal;
	/*color:#444444;*/	
}
.agendaresumetitle{
	font-weight:bold; 
	font-size: 90%;
	font-style:normal;
	/*color:#444444;	*/

	
}

.agendadatetime {
	font-size:70%;
	font-weight: bold;
	font-style:italic;
	color:#444444;	
	background-color:#FFD5AA;
}

.agendatitle {
	font-size: 90%;
	font-weight: bold;
	background-color:#FFD5AA;
}

.agendatitle h2 {
	font-size: 80%;
	font-weight: bold;
	background-color:#FFD5AA;
	font-family: Arial, Verdana, "bitstream vera sans", "luxi sans", geneva, helvetica, sans-serif;
	text-decoration: none;	
	margin: 1px;
	padding: 0;	
}


.selectiongrid {
	white-space:nowrap;
	font-weight:normal;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: 1px solid #000000;
}

.selectiongrid td {
	white-space:nowrap;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: none;
}

.newstitle {
	font-weight:bold;
	font-size: 80%;
	/*color: rgb(243, 125, 12);*/

}

.newsbody {
	font-size: 80%;
}

.newsdate {
	font-size: x-small;
}

.articletitle {
	font-size: 100%;
	font-weight:bold
}

.articletitle h1{
	font-size: 70%;
	font-weight:bold;
	font-family: Arial, Verdana, "bitstream vera sans", "luxi sans", geneva, helvetica, sans-serif;
	text-decoration: none;	
	margin: 1px;
	padding: 0;
}

.articleauthor {
	font-size: x-small;
}

.participatelink {
	font-size: x-small;
}

.messagebody {
	font-size:80%;
}

.messagetitle {
	background-color:#FFD5AA;
}

.messagetitle h2{
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Verdana, "bitstream vera sans", "luxi sans", geneva, helvetica, sans-serif;
	text-decoration: none;	
	margin: 0;
	padding: 2px;	
}

.messageauthor {
	font-size: small;
	background-color:#FFD5AA;
}

.messagereact {
	font-size: small;
}


.b {
font-weight:bold
}

.u {
text-decoration:underline
}

.r {
text-align:right
}

.c {
text-align:center
}

.s {
font-size:80%
}

.xs {
font-size:70%
}

.sxs {
font-size:87%
}

.lk {
color:#0000cc;text-decoration:underline;cursor:pointer;cursor:hand;white-space:nowrap
}

.l {
color:#0000cc;cursor:pointer;cursor:hand;white-space:nowrap
}

.lc {
color:#0000cc
}

.urlc {
color:#006633
}

.lg {
color:#888888
}

.g {
color:#444444
}

.h {
cursor:pointer;cursor:hand
}

.ilc {
text-decoration:underline;cursor:pointer;cursor:hand;white-space:nowrap;font-weight:bold
}

.horbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: Arial, Verdana, "bitstream vera sans", "luxi sans", geneva, helvetica, sans-serif;
	font-size: 13px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
}

.verbar	{
	color: black;
	border: 0px none;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: rgb(228, 156, 74);
	border: 1px outset rgb(243, 125, 12);
}

.vermenuitem	{
	text-align: left;
	white-space: nowrap;
	font-family: "bitstream vera sans", "luxi sans", verdana, geneva, arial, helvetica, sans-serif;
	font-size: small;
}

.vermenuitem a	{
    cursor: pointer; cursor: hand;
    display: block;
    text-decoration: none;	

	color: #000000;
		
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
	border-top-color: #FFEAD5;
    border-right-color: rgb(228, 156, 74);
    border-bottom-color: rgb(228, 156, 74);
    border-left-color: #FFEAD5;
		
    padding-top: 2px;
	padding-right: 4px;
    padding-bottom: 4px;
	padding-left: 7px;
	
    margin-top: 1px;
	margin-right:0px;
    margin-bottom: 1px;
	margin-left: 0px;
}

.vermenuitem a:hover	{
    background-color: #FFD5AA;
    text-decoration: none;
	
	color: #000000;
	
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
	border-top-color: rgb(228, 156, 74);
    border-right-color: #FFEAD5;
    border-bottom-color: #FFEAD5;
    border-left-color: rgb(228, 156, 74);

    padding-top: 2px;
	padding-right: 4px;
    padding-bottom: 4px;
	padding-left: 7px;

    margin-top: 1px;
	margin-right:0px;
    margin-bottom: 1px;
	margin-left: 0px;
}

.vermenuitem a:link	{
	color: #000000;
	text-decoration: none;
}

.vermenuitem a:active	{
	color: #ff0000;
	text-decoration: none;
}

.vermenuitem a:visited	{
	color: #000000;
	text-decoration: none;
}

.vermenuitem .fwdarr	{
	position:relative;
	right: 5px;
	bottom: 10px;
}

.vermenuitemselected .fwdarr	{
	position:relative;
	right: 5px;
	bottom: 10px;
}

.vermenuitemselected	{
	text-align: left;
	white-space: nowrap;
	font-family: "bitstream vera sans", "luxi sans", verdana, geneva, arial, helvetica, sans-serif;
	font-size: small;
}

.vermenuitemselected a	{
    background-color: #FFD5AA;

    cursor: pointer; cursor: hand;
    display: block;

	color: #000000;
		
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
	border-top-color: rgb(228, 156, 74);
    border-right-color: #FFEAD5;
    border-bottom-color: #FFEAD5;
    border-left-color: rgb(228, 156, 74);
		
    padding-top: 2px;
	padding-right: 4px;
    padding-bottom: 4px;
	padding-left: 7px;
	
    margin-top: 1px;
	margin-right:0px;
    margin-bottom: 1px;
	margin-left: 0px;
}

.vermenuitemselected a:hover	{
    background-color: #FFD5AA;
    text-decoration: none;
	
	color: #000000;
	
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
	border-top-color: rgb(228, 156, 74);
    border-right-color: #FFEAD5;
    border-bottom-color: #FFEAD5;
    border-left-color: rgb(228, 156, 74);

    padding-top: 2px;
	padding-right: 4px;
    padding-bottom: 4px;
	padding-left: 7px;

    margin-top: 1px;
	margin-right:0px;
    margin-bottom: 1px;
	margin-left: 0px;
}

.vermenuitemselected a:link	{
	color: #000000;
	text-decoration: none;
}

.vermenuitemselected a:active	{
	color: #ff0000;
	text-decoration: none;
}

.vermenuitemselected a:visited	{
	color: #000000;
	text-decoration: none;
}

.menuseparator	{
	background-color: rgb(255,164,13);
	border-top: 1px solid rgb(243, 125, 12);
	border-bottom: 1px solid #FFEAD5;
	margin: 4px 0px 4px 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.smallcalendar {
	font-size:70%;
	margin: 0px;
	padding: 0px;
}

.smallcalendarfix {
	font-size:90%;
	margin: 0px;
	padding: 0px;
}

.smallcalendar table {
	border: 1px solid rgb(243, 125, 12);
}

.smallcalendarfix table {
	border: 1px solid rgb(243, 125, 12);
}

.smallcalendar a:link	{
	font-weight:bold;
	text-decoration: none;
	color: #FF6600;
}

.smallcalendarfix a:link	{
	text-decoration: none;
	color: #000000;
}

.smallcalendar a:visited	{
	font-weight:bold;
	text-decoration: none;
	color: #FF6600;
}

.smallcalendarfix a:visited	{
	text-decoration: none;
	color: #000000;
}

.smallcalendar a:hover	{
	font-weight:bold;
	text-decoration: none;
	color: #841212;
	background-color: #fff0c0;
}

.smallcalendarfix a:hover	{
	text-decoration: none;
	color: #101010;
	background-color: #FFD5AA;
}

.smallcalendar a:active	{
	font-weight:bold;
	text-decoration: none;
	color: #ff0000;
}

.smallcalendarfix a:active	{
	text-decoration: none;
	color: #ff0000;
}

.smallcalendar_month {
	text-align:center;
	font-weight:bold;
	background-color:rgb(255,164,13);
	padding: 0px;
}

.smallcalendarheader_weekend {
	text-align:right;
	/* font-weight:bold; */
	padding: 0px;
	background-color:rgb(243, 125, 12);	
	width: 17px;
}

.smallcalendarheader_week {
	text-align:right;
	/* font-weight:bold; */
	padding: 0px;
	background-color:rgb(243, 125, 12);	
	width: 17px;
}

.smallcalendar_weekend {
	text-align:right;
	background-color:#FFEAD5;
	padding: 2px;
	margin:1px;
}
.smallcalendar_week {
	text-align:right;
	padding: 2px;
	margin:1px;
}

.smallcalendar_weekend_today {
	text-align:right;
	background-color:#FFEAD5;
	padding: 1px;
	border: 1px solid #C0C0C0;
}
.smallcalendar_week_today {
	text-align:right;
	padding: 1px;
	margin: 0px;
	border: 1px solid #C0C0C0;
}

.smallcalendar_weekend_old {
	text-align:right;
	background-color:#FFEAD5;
	color: #666666;
	text-decoration:line-through;
	padding: 2px;
	margin: 0px;
}
.smallcalendar_week_old {
	text-align:right;
	color: #666666;
	text-decoration:line-through;
	padding: 2px;
	margin: 0px;
}

h3 {
	color: rgb(243, 125, 12);
	font-family: Arial, Verdana, "bitstream vera sans", "luxi sans", geneva, helvetica, sans-serif;
	font-size:120%;
	text-decoration: none;	
	font-weight: bold;
}
.articlebody {
	font-size:80%;
	}
.header {
	color: rgb(243, 125, 12);
	font-family: Arial, Verdana, "bitstream vera sans", "luxi sans", geneva, helvetica, sans-serif;
	font-size:120%;
	text-decoration: none;	
	font-weight: bold;
}
