/* ===============================================
Highest Level CSS object definition.
All default HTML objects or defined here, but can
be overrulled by specific classes. If not
overrulled this definition is leading.
=============================================== */
body
	{
	background-image: url(back_rechts.gif);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: #EBAE69;					/* color-code (websafe) */
	background-position: top left;					/* %, px, top, center, bottom, left, right */
	background-repeat: repeat-y;					/* no-repeat, repeat, repeat-x, repeat-y */
	font-family:Verdana;
	font-size:11px;
	color: #696969;
	cursor: ;							/*  hand, wait etc. */
	font-style: normal ;						/*  normal, italic, bold, oblique*/
	font-variant: normal ;						/*  normal, small-caps */
	font-weight: ;							/*  100 until 900 */
	letter-spacing: normal;						/*  em values*/
	line-height: normal;						/*  normal, length, %, em */
	word-spacing: normal;						/*  normal, length */
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;						/* in pixels */
	padding-left: 0px;						/* in pixels */
	padding-right: 0px;						/* in pixels */
	padding-top: 0px;						/* in pixels */
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#edb677;
	scrollbar-base-color:#fffff;
	scrollbar-darkshadow-color:#fffff;
	scrollbar-face-color:#fcf1e5;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	}

p
	{

	}

img
	{
	border: 0px;
	}

A:hover
	{
	color: #8c8c8c; 
	font-size: 10px;
	text-decoration: underline;
	}

A	{
	color: #696969; 
	font-size: 10px;
	text-decoration: underline;
	}

A:active
	{
	color: #696969; 
	font-size: 10px;
	text-decoration: underline;
  	}

A:visited
	{
	color: #696969; 
	font-size: 10px;
	text-decoration: underline;
  	}

H1
	{
	color: #E08832;
	font-size: 15px;						/*  px, pt, xx-small etc */
	font-style: normal ;						/*  normal, italic, oblique*/
	font-variant: bold ;						/*  normal, small-caps */
	}

H2
	{
	color: #E08832;
	font-size: 12px;						/*  px, pt, xx-small etc */
	font-style: normal ;						/*  normal, italic, oblique*/
	font-variant: bold ;						/*  normal, small-caps */
	}

H3
	{
	font-size: 9px;							/*  px, pt, xx-small etc */
	font-style: normal ;						/*  normal, italic, oblique*/
	font-variant: bold ;						/*  normal, small-caps */
	}

H4
	{

	}

H5
	{

	}

H6
	{

	}

TABLE
	{
	border-collapse: collapse;
	}

CAPTION
	{

	}

TH
	{
	font-family: Verdana;						/*  Arial, arial, Courier, Georgia, Times new Roman, */
	font-size: 11px;						/*  px, pt, xx-small etc */
	}

TD
	{
	font-family: Verdana;						/*  Arial, arial, Courier, Georgia, Times new Roman, */
	font-size: 11px;						/*  px, pt, xx-small etc */
	}

TBODY
	{

	}

UL
	{
	list-style-image: url(edittable_li.gif);
	margin: 0px 0px 0px 10px;
	padding-left: 10px;
	}

OL
	{
	list-style-image: ;						/*  URI */
	list-style-position: ;						/*  inside or outside */
	list-style-type: upper-roman;					/*  All ! decimal, lower-greek, upper-roman etc etc */
	}

.formstyle_fld {
        font-family: Verdana, Arial, sans-serif;
        font-size: 9px;
        border-style: solid;
        border-color: #E08832;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        }

.formstyle_fld_right {
	text-align: right;
        font-family: Verdana, Arial, sans-serif;
        font-size: 9px;
        border-style: solid;
        border-color: #E08832;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        }

.formstyle_btn {
        font-family: Verdana, Arial, sans-serif;
        font-size: 9px;
        color: #FFFFFF;
        background-color: #E7A563;
        border-color: #E08832;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        height: 16px;
        }

img.imagehref_class
	{
	border: 0px;
	}

/* ===============================================
Style definition of divisions. Division names
created in the backend should correspond
with

div.divname {}

Beware ! When using the Milonic menu in your theme
do not declare "position". This leads to inproper
rendering of the submenu's. This limits the
relative position of divs (I know).
=============================================== */
div.contentcontainer
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 1000px;
	float: left;
	background-color: ;					/* color-code (websafe) */
	background-image: url(back_contentcontainer.gif);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-position: left top;					/* %, px, top, center, bottom, left, right */
	background-repeat: repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	margin-bottom: 0px;						/* in pixels */
	margin-left: 0px;						/* in pixels */
	margin-right: 0px;						/* in pixels */
	margin-top: 0px;						/* in pixels */
	padding-bottom: 0px;						/* in pixels */
	padding-left: 0px;						/* in pixels */
	padding-right: 0px;						/* in pixels */
	padding-top: 0px;						/* in pixels */	
	overflow: visible;
	}

div.div1
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 1002px;							/* pixels, % */
	background-image: url(back_title.gif);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: ;					/* color-code (websafe) */
	background-position: top left;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	left: clear;
	height: 100px;							/* pixels, % */
	overflow: hidden;						/* auto, hidden, scroll, visible */
	margin-bottom: 0px;						/* in pixels */
	margin-left: 0px;						/* in pixels */
	margin-right: 0px;						/* in pixels */
	margin-top: 0px;						/* in pixels
	padding-bottom: 0px;						/* in pixels */
	padding-left: 0px;						/* in pixels */
	padding-right: 0px;						/* in pixels */
	padding-top: 0px;						/* in pixels */
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;

	}

div.div2
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 195px;							/* pixels, % */
	height: 517px;
	float: left;
	background-image: url(back_links.gif);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: ;					/* color-code (websafe) */
	background-position: top left;					/* %, px, top, center, bottom, left, right */
	background-repeat: repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	overflow: hidden;						/* auto, hidden, scroll, visible */
	border-right: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;						/* in pixels */
	margin-left: 0px;						/* in pixels */
	margin-right: 0px;						/* in pixels */
	margin-top: 0px;						/* in pixels
	padding-bottom: 0px;						/* in pixels */
	padding-left: 0px;						/* in pixels */
	padding-right: 0px;						/* in pixels */
	padding-top: 0px;						/* in pixels */
	}

div.div3
	{
	width: 595px;							/* pixels, % */
	float: left;
	background-color: ;
	background-image: url(back_content.gif);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-position: top left;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	overflow: auto;						/* auto, hidden, scroll, visible */
	margin-right: 0px;
	z-index: 999;
	}

div.div4
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 207px;
	background-color: ;					/* color-code (websafe) */
	background-image: url(back_right.gif);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-position: top left;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	float: left;
	overflow: hidden;						/* auto, hidden, scroll, visible */
	margin-bottom: 0px;						/* in pixels */
	margin-left: 0px;						/* in pixels */
	margin-right: 0px;						/* in pixels */
	margin-top: 0px;						/* in pixels */
	padding-bottom: 0px;						/* in pixels */
	padding-left: 0px;						/* in pixels */
	padding-right: 0px;						/* in pixels */
	padding-top: 0px;						/* in pixels */
	}

div.div5
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 1002px;							/* pixels, % */
	background-image: url(back_footer.gif);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-position: top left;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	float: left;
	overflow: hidden;						/* auto, hidden, scroll, visible */
	margin-bottom: 0px;						/* in pixels */
	margin-left: 0px;						/* in pixels */
	margin-right: 0px;						/* in pixels */
	margin-top: 0px;						/* in pixels */
	padding-bottom: 0px;						/* in pixels */
	padding-left: 0px;						/* in pixels */
	padding-right: 0px;						/* in pixels */
	padding-top: 0px;						/* in pixels */
	}
/* ===============================================
Style definition of the tables (borders) around modulepages.
Syntax is object.border_divname (object and divname
are variables).

The following need to be declared per division (example
where the divname is "contentleft"):
- table.border_contentleft
- td.border_middlemain_contentleft
- td.border_topmiddle_contentleft
- td.border_topleft_contentleft
- td.border_topright_contentleft
- td.border_middleleft_contentleft
- td.border_middleright_contentleft
- td.border_bottommiddle_contentleft
- td.border_bottomleft_contentleft
- td.border_bottomright_contentleft

This enables you to create different border layouts
per division. Only needs to be declared for divisions
where you will show modulepages in your theme.
=============================================== */
table.border_div3
	{
	border-collapse: collapse;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	}

td.border_middlemain_div3
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 3px 3px 3px 0px ;
	width: ;
	text-align: left;
	}

td.border_topmiddle_div3
	{
	color: #696969;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	background-color: #E39346;
	padding: 0em 0em 0em 10px;
	height: 25px;
	text-align: left;
	font-weight: 900;
	color: #FFFFFF;
	}

td.border_topleft_div3
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	background-color: #E39346;
	padding: 0em 0em 0em 0em;
	height: 25px;
	width: 0px;
	}

td.border_topright_div3
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	background-color: #E39346;
	padding: 0em 0em 0em 0em;
	height: 25px;
	width: 0px;
	}

td.border_middleleft_div3
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	width: 0px;
	}

td.border_middleright_div3
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	width: 0px;
	}

td.border_bottommiddle_div3
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
	}

td.border_bottomleft_div3
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
	width: 0px;
	}

td.border_bottomright_div3
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
	width: 0px;
	}


table.border_div4
	{
	border-collapse: collapse;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	}

td.border_middlemain_div4
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 3px 3px 3px 0px ;
	width: ;
	text-align: left;
	}

td.border_topmiddle_div4
	{
	color: #696969;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	background-color: #8C8E90;
	padding: 0em 0em 0em 10px;
	height: 25px;
	text-align: left;
	font-weight: 900;
	color: #FFFFFF;
	}

td.border_topleft_div4
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	background-color: #8C8E90;
	padding: 0em 0em 0em 0em;
	height: 25px;
	width: 0px;
	}

td.border_topright_div4
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	background-color: #8C8E90;
	padding: 0em 0em 0em 0em;
	height: 25px;
	width: 0px;
	}

td.border_middleleft_div4
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	width: 0px;
	}

td.border_middleright_div4
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	width: 0px;
	}

td.border_bottommiddle_div4
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
	}

td.border_bottomleft_div4
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
	width: 0px;
	}

td.border_bottomright_div4
	{
	background-image: url();
	background-repeat: repeat;
	background-position: left top;
	border-spacing: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
	width: 0px;
	}

/* ===============================================
MOD CMS
=============================================== */
/* The table */
table.cmssearch
	{
	border-collapse: collapse;
	width: 100%;
	cell-spacing: 0px;
	}

/* The table */
td.cmssearch
	{
	text-align: center;
	font-size:9px;
	}


/*********************************************************
MOD: User
*********************************************************/
td.member_login
	{
	text-align: center;
	}

/*********************************************************
MOD: Gallery
*********************************************************/
table.gallery_album
	{
	width: 565px;
	}

td.gallery_albumphoto
	{
	vertical-align: top;
	width: 225px;
	padding-bottom: 20px;
	}

td.gallery_albummetadata
	{
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 20px;
	}

img.gallery_albumphoto
	{
	border: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	}

img.gallery_albumphoto
	{
	border: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	}
td.gallery_albumphoto
	{
	width: 33%;
	text-align: center;
	}

td.gallery_photo
	{
	text-align: center;
	}

td.gallery_selected_cat
	{
	font-weight: bold;
	font-size: 12px;
	}

img.gallery_photo
	{
	border: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	}

/*********************************************************
MOD: Guestbook
*********************************************************/
table.guestbook
	{
	width: 100%;
	align: center;
	}

td.guestbook_title
	{
	vertical-align: top;
	width: 100px;
	font-weight: 900;
	}

td.guestbook_content
	{
	vertical-align: top;
	}

/* ===============================================
The tooltip for, amongst others, the calendar
=============================================== */

/* Tooltip */
#toolTip {
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #E6A563;
	border-left-width:12px;
	font-size:9px;
	font-family:verdana,sans serrif;
	padding-left:5px;
	padding-right:5px;
	display:none;
	z-index:100;
}

/* ===============================================
The news
=============================================== */
/* The table */
table.news
	{
	border-collapse: collapse;
	width: 100%;
	}

/* The table */
td.news
	{
	text-align: left;
	font-size:9px;
	padding-left: 3px;
	}

table.newsshort
	{
	border-collapse: collapse;
	width: 100%;
	}

/* The table */
td.newsshort
	{
	text-align: left;
	font-size:9px;
	padding-left: 3px;
	}

/* ===============================================
The vcard
=============================================== */
/* The table */
table.vcard
	{
	border-collapse: collapse;
	width: 100%;
	margin-left: auto; 
	margin-right: auto; 
	}

/* The table */
td.vcard
	{
	text-align: center;
	font-size:9px;
	padding-left: 25px;
	}

/* ===============================================
The clock
=============================================== */
/* The table */
table.clock
	{
	border-collapse: collapse;
	width: 100%;
	}

/* The table */
td.clock
	{
	text-align: center;
	font-size:9px;
	}

/* ===============================================
The rss feeds
=============================================== */
/* The table */
table.rssfeed
	{
	border-collapse: collapse;
	width: 100%;
	}

/* The table */
td.rssfeed
	{
	text-align: left;
	}

/* The table */
table.rssfeed_short
	{
	border-collapse: collapse;
	}

/* The table */
td.rssfeed_short
	{
	text-align: left;
	}

/* ===============================================
The contactform
=============================================== */
/* The table */
table.contactform
	{
	border-collapse: collapse;
	width: 100%;
	}

/* The table */
td.contactform
	{
	text-align: left;
	}



/*************************************
Calendar widget
**************************************/


.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff
}

.calendar .nav {
  background: transparent url() no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #e4e0d8
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #c4c0b8
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8
}

.calendar tbody .rowhilite td {
  background: #e4e0d8
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px
}

.calendar .combo .label-IEfix {
  width: 4em
}

.calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000
}

.calendar .combo .hilite {
  background: #048;
  color: #fea
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff
}

.calendar td.time .ampm {
  text-align: center
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* ===============================================
The language switch
=============================================== */
/* The table */
table.language
	{
	border-collapse: collapse;
	margin-left: 0; 
	}

/* The table */
td.language
	{
	border-collapse: collapse;
	margin-left: 0; 
	}


/* ===============================================
The FAQ page
=============================================== */
/* The table */
table.faq
	{
	border-collapse: collapse;
	width: 100%;
	}

/* The TD */
td.faq
	{
	text-align: left;
	}

/* The answer div */
div.faqanswerdiv
	{
	text-align: left;
	border: solid 1px #000000; 
	background-color: #ECECEC;
	padding: 2px;
	}

div.faqquestiondiv
	{
	text-align: left;
	font-size: 13px;
	font-weight: 900;
	}

/*********************************************************
MOD: Portfolio
*********************************************************/

td.portfolio
	{
	padding-left: 10px;
	padding-top: 20px;
	}

table.portfolio
	{
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	}
