/* Stylesheet for general CMSv2 site... */

/* a:visited  { color:#FFFFFF; text-decoration:none; border-bottom:1pt dotted #FFFFFF; } */
/* a:link     { color:#FFFFFF; text-decoration:none; border-bottom:1pt dotted #FFFFFF; } */

/* For W3C browsers: make sure the entire window is filled. */
html {
  margin:0px; 
  padding:0px; 
  width:100%; 
  top:0px; 
  bottom:30px;
} 

/* The appearance of the site body */
.site_body     
{
  background:#FFFFFF;			/*achtergrond hele website*/
  background-repeat: repeat-y;
  margin:0px; 
  padding:0px;
  height:90%;
  width:990px;
  color:#333355; 
  font-size:12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  overflow:visible;
}

/* The appearance of the content iframe */
/* Here it can be choosen if the frameset has scrollbars, or the iframe.
 * 
 * Situation 1: Scrollbars in the iframe:
 *   - content_frame needs either a height or a bottom spec.
 *   - content_frame may NOT contain overflow:hidden (overflow-x:hidden is allowed though)
 *   - <body> tag in content.php may NOT contain "scroll=no"
 *
 * Situation 2: Scrollbars in the complete site (e.g. like CashToday)
 *   - content_frame may NOT have a height or a bottom spec.
 *   - content_frame contains overflow:hidden
 *	 - site_body contains overflow:auto
 *   - <body> tag in content.php contains "scroll=no"
 *
 * DO NEVER SPECIFY height FOR content_body
 *
 */
 
.content_frame { 
	position:absolute;
	top: 114px;
	bottom: 95px;
	left:205px;
	right:205px;
  z-index: 10;
	width:580px;
	visibility:hidden;
	background-color: #FFFFFF;
	border-left: 1px solid #BCD0E4;
	border-right: 1px solid #BCD0E4;
	border-bottom: 1px solid #FFFFFF;
}

.content_body  { 
	margin:0px; 
	padding:16px;
	padding-top: 10px;
	left:0px; 
	color:#333355;
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif; 
	overflow-x:hidden;
}

a:link, a:visited, a:hover {
  color: #E16247;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


p,body,td  {
  font-family: Verdana;
  font-size: 11px;
  color: #333355;
  line-height: 17px;
}

h1 {
  color:#333355;
  font-size:17px;
}

h2 {
  color:#333355;
  font-size:16px;
  font-weight:bold;
}

h3 {
  color:#333355;
  font-size:15px;
  font-weight:bold;
}

h4 {
  color:#333355}
  font-size:14px;
  font-weight:bold;
}

h5 {
  color:#333355;
  font-size:13px;
  font-weight:bold;
}

.error { color:red; }
.NoteStyle {
  color:#333355;
  background-color:#FFFFA0;
  border: solid 1px #FFE53E;
  border-top: solid 5px #FFE53E;
  font-size:10px;
  padding:4px;
}

.PopStyle {
  z-index: 20;
  top: 0px;
  left: 0px;
  position: absolute;
  visibility: hidden;
  width:200px;
}

ul {
  list-style-type: disc; 
  line-height: 17px;
}

ul ul{
  list-style-type: circle; 
  line-height: 17px;
}

ul ul ul{
  list-style-type: none; 
  line-height: 17px;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	xfont-size:75%;
	font-weight:bold;	
 	color: #333333;
}

hr {border: solid 1px #BCD0E4;}

.menubalk1  { 
  position:absolute;
	background-color: #FFFFFF;
	border: 1px solid #333355;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 22px;
  width: 990px;
	top:90px;
  z-index:10;
}

.menubalk2  { 
  position:absolute;
	background-image: url('images/background.jpg');
	border: 1px solid #910315;
	height: 25px;
  width: 990px;
	top:116px;
  z-index:10;
}

.footer{ 
  position:absolute;
	background-color: #FFFFFF;
	border: 1px solid #333355;
	border-right: 0px #FFFFFF;
	border-left: 0px #FFFFFF;
	height: 20px;
  width: 990px;
	bottom:30px;
 	z-index:10;
}

#logo {
  position:absolute;
  z-index:12;
  top: 0px;
  left:205px;
  height:80px;
  width: 533px;
  padding:0px;
  margin:0px;
}

#siteimage {
  position:absolute;
  z-index:12;
  top:114px;
  left:-1px;
  padding:0px;
  margin:0px;
}

.footer td { 
	color:#333355;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-left:10px; 
	margin:0px; 
 	padding-top:0px; 
 	padding-bottom:10px;
}

.footer a, 
.footer a:visited, 
.footer a:hover { 
	color:#333355;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:0px; 
	margin:0px; 
 	text-decoration: none;
 }
 
.columnleft_frame {
  position:absolute;
  top: 113px;
  left: 0px;
  bottom: 62px;
  width:205px;
  margin:0px;
  padding:0px;
  /* padding-top: 10px; */    /* Removed for Flash movie! */
  background-color: #FFFFFF;
}

.columnleft_body {
  margin:0px;
  margin-right:10px;
  padding:0px;
  color:#FFFFFF;
  text-align:top left;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
  overflow:hidden;
}
.columnright_frame   {
  position:absolute;
  top: 113px;
  left: 787px;
  bottom: 62px;
  overflow:hidden;
  width:205px;
  margin:0px;
  /* padding:10px; */         /* Removed for Flash movie! */
  /* padding-top: 10px; */    /* Removed for Flash movie! */
  background-color: #FFFFFF;
}
.columnright_body    {
  margin:0px;
  margin-right:10px;
  padding:0px;
  color:#FFFFFF;
  text-align:top left;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
}
.logon_body  { margin:0px; padding:0px;  }
.logon_body a { color:#1D6388; }
.logon_help { font-size:10px;}
.logon      { border: solid 1px #1D6388; }
.logon_header { text-align:center; color:#1D6388; }
.logon .alt { border-top: solid 1px #1D6388; }

.news      { margin-top:20px;}
.news_title    { text-align:left; font-weight:bold; font-size: 14px;}
.news_date     { text-align:left; font-size: 9px;}
.news_subtitle { font-size: 14px; font-weight: bold; font-style:italic; }
.news_abstract { border: solid 1px #BCD0E4; font-size:12px; font-weight:normal; padding:5px;}
.news_body     { border: solid 1px #BCD0E4; font-size:12px; font-weight:normal; padding:5px;}
.news_more     { padding:10px; color: #BCD0E4; font-size: 11px; font-weight: normal; font-style:italic; }
.news_detail   { margin-top:20px;}
	
	
.news_detail_balk1 { height: 22px; background-color: #EADDEE; border: 1px solid #500866; border-right: 0px #FFFFFF; border-left: 0px #FFFFFF; padding:0px; padding-left:10px; font-size:9px; }
.news_detail_balk1 a { color: #500866; font-weight:bold; }
.news_detail_balk3 { height: 29px; padding: 0px;}
.news_detail_balk2 { height: 22px; 	background-color: #EADDEE; border: 1px solid #500866; border-right: 0px #FFFFFF; border-left: 0px #FFFFFF; padding:0px; padding-left:10px; font-size:9px; }
.news_small { padding-left: 10px; font-size:9px; }
.news_detail_image { width:195px; border-right:solid 1px #BCD0E4; padding: 0px; }
.news_detail_title { text-align:left; color:#990033; font-size:17px; font-weight:bold; padding-left:10px; padding-top:10px; }
.news_detail_date { text-align:left; color:#990033; font-size:12px; font-weight:normal; padding-left:10px; padding-top:10px;}
.news_detail_body { padding-top:10px; font-size:12px; font-weight:normal; padding-left:10px; }
.news_detail_subtitle { text-align:left; color:#990033; font-size:14px; font-weight:bold; padding-left:10px; }

.schedule      { margin-top:20px;}
.schedule_title    { text-align:left; font-weight:bold; padding-left:0px;}
.schedule_date     { text-align:left; font-weight:bold; padding-left:0px;}
.schedule_subtitle { font-size: 14px; font-weight: bold; font-style:italic; }
.schedule_abstract { border: solid 1px #BCD0E4; font-size:12px; font-weight:normal; padding:5px;}
.schedule_body     { border: solid 1px #BCD0E4; font-size:12px; font-weight:normal; padding:5px;}
.schedule_more     { padding:10px; color: #BCD0E4; font-size: 11px; font-weight: normal; font-style:italic; }
.schedule_detail   { margin-top:20px;}
.schedule_detail_title { text-align:left; color:#910315; font-size:17px; font-weight:bold; padding-left:0px; }
.schedule_detail_date { text-align:left; color:#910315; font-size:12px; font-weight:normal padding-left:0px; }
.schedule_detail_body { padding-top:10px; font-size:12px; font-weight:normal; padding:5px; }
.schedule_detail_subtitle { font-size: 14px; font-weight: bold; }

.schedule_table { padding:0px; margin:0px;}
.schedule_table th { font-size:14px; font-weight:bold; color:#000000; padding-left:5px; padding-right:5px;}
.schedule_row_title    { text-align:left; padding:2px; padding-right:5px;}
.schedule_row_date     { text-align:left; padding:2px; padding-right:5px;}

.email_response_form    { float:left; width:80%; padding-left:0px; margin:0px;}
.email_response_form td { padding:2px; padding-right:4px; padding-left:4px; margin:0px; font-size:11px; }
.email_response_form th { text-align:center; padding:0px; margin:0px; padding:3px; font-size:12px; color:#FFFFFF; }
.email_response_input    { color: #000000; width:100%; font-size:11px; border: 1px solid #333333; }
.email_response_form input    { font-size:11px; border: 1px solid #333333; }
.email_response_form textarea { font-size:11px; width:100%; border: 1px solid #333333; }
.email_response_button  {
   font-size:11px;
   font-weight:bold;
   color: #500866;
   background-color: #E16247;
   border: 1px solid #E16247;
   cursor: hand;
   width: 130px;
}

/* Twitter XML viewer */

table.twitter {
  border-spacing: 0px;
}

.twitter_icon {
  background-image: url('images/twitter.jpg');
  background-repeat: no-repeat;
  background-position: 25px 3px;
}

.twitter_title {
  margin: 0px;
  padding: 5px;
  background-color:#FFFFFF;
  color:#000000;
  border-bottom: 3px solid white;  
  font-size:9px;
}

.twitter_date {
  margin:0px;
  padding: 0px;
  background-color:#FFFFFF;
  font-size:9px;
  text-align: center;
  border-bottom: 1px solid #333355;
  border-top: 1px solid #333355;
}

.twitter_date img {
  vertical-align:middle;
  padding:1px;
}

.twitter_date a {
  font-size:9px;
  color:#000000;
}

.twitter .news_more {
  display: inline;
  font-size:9px;
}

