/* ===============================================
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
	{
	font-family:Tahoma;
	font-size: 11px;
	color: #0A0F26;
	background-image: url("bg_body.jpg");				/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: #7777B7;					/* color-code (websafe) */
	background-position: top center;					/* %, px, top, center, bottom, left, right */
	background-repeat: repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	cursor: auto;							/*  hand, wait etc. */
	font-style: normal ;						/*  normal, italic, bold, oblique*/
	font-variant: normal ;						/*  normal, small-caps */
	font-weight: normal;							/*  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 */
	}

p
	{
	}

img
	{
	border: 0px;
	}

A:hover
	{
  	color: #0A0F26;
 	text-decoration: none
	}

A	{
  	color: #0A0F26;
  	text-decoration: underline
	}

A:active
	{
  	color: #0A0F26;
  	text-decoration: none
  	}

A:visited
	{
	color: #0A0F26;
  	text-decoration: underline
  	}

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

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

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

H4
	{

	}

H5
	{

	}

H6
	{

	}

TABLE
	{
	border-collapse: collapse;
	}

CAPTION
	{

	}

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

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

TBODY
	{

	}

UL
	{
	list-style-image: none;						/*  URI */
	list-style-position: outside;						/*  inside or outside */
	list-style-type: square;					/*  only: circle, disc, square */
	}

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

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

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

.formstyle_btn {
        font-family: Tahoma, Verdana, Arial, sans-serif; 
        font-size: 9px;
        color: #0A0F26;
        background-color: #7777B7;
        border-color: #0A0F26;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        }
        
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: 1002px;
	float: left;
	background-color: #7777B7;					/* color-code (websafe) */
	background-image: url();					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-position: left bottom;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-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 */	
	height:100%;
	}

table.contentcontainer
	{
	position: relative;
	padding-bottom: 0px;						/* in pixels */
	padding-left: 0px;						/* in pixels */
	padding-right: 0px;						/* in pixels */
	padding-top: 0px;						/* in pixels */	
	}

td.contentcontainer
	{
	padding-bottom: 0px;						/* in pixels */
	padding-left: 0px;						/* in pixels */
	padding-right: 0px;						/* in pixels */
	padding-top: 0px;						/* in pixels */	
	}

div.div1
	{
	position: relative; 			/* absolute, fixed, relative, static */
	background-image: url("");	/* URI */
	background-attachment: scroll;		/* fixed, scroll */
	background-color: #7777B7;			/* color-code (websafe) */
	background-position: 0 0;		/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;		/* no-repeat, repeat, repeat-x, repeat-y */
	width: 647px;				/* pixels, % */
	float: left;
	height: 63px;				/* pixels, % */
	margin-bottom: 0px;						/* in pixels */
	margin-left: auto;						/* in pixels */
	margin-right: auto;						/* 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: hidden;			/* auto, hidden, scroll, visible */	
	z-index: 0;
	}

div.div_escan
	{
	position: relative; 			/* absolute, fixed, relative, static */
	background-image: url("");	/* URI */
	background-attachment: scroll;		/* fixed, scroll */
	background-color: #7777B7;			/* color-code (websafe) */
	background-position: 0 0;		/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;		/* no-repeat, repeat, repeat-x, repeat-y */
	width: 253px;				/* pixels, % */
	float: left;
	height: 63px;				/* pixels, % */
	margin-bottom: 0px;						/* in pixels */
	margin-left: auto;						/* in pixels */
	margin-right: auto;						/* 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: hidden;			/* auto, hidden, scroll, visible */	
	z-index: 999;
	}
	
div.language
	{
	position: relative; 			/* absolute, fixed, relative, static */
	background-image: url("");	/* URI */
	background-attachment: scroll;		/* fixed, scroll */
	background-color: #7777B7;			/* color-code (websafe) */
	background-position: 0 0;		/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;		/* no-repeat, repeat, repeat-x, repeat-y */
	width: 102px;				/* pixels, % */
	float: left;
	height: 63px;				/* pixels, % */
	margin-bottom: 0px;						/* in pixels */
	margin-left: auto;						/* in pixels */
	margin-right: auto;						/* 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: hidden;			/* auto, hidden, scroll, visible */	
	z-index: 999;
	}
	
div.div2
	{
	float: left;
	height: 30px;
	width: 1002px;							/* pixels, % */	
	background-image: url();				/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: #7777B7;
	background-position: 0 0;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	overflow: visible;						/* auto, hidden, scroll, visible */
	margin-bottom: 0px;						/* in pixels */
	margin-left: auto;						/* in pixels */
	margin-right: auto;						/* 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 */
	z-index: 0;
	}

div.div3
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 1002px;							/* pixels, % */
	float: left;
	height: 175px;
	background-image: url();					/* URI */
	background-color: #7777B7;			/* color-code (websafe) */
	background-attachment: scroll;					/* fixed, scroll */
	background-position: 0 0;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	overflow: hidden;						/* auto, hidden, scroll, visible */
	margin-bottom: 0px;						/* in pixels */
	margin-left: auto;						/* in pixels */
	margin-right: auto;						/* 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 */
	z-index: 1;
	}

div.div4
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 1002px;							/* pixels, % */
	float: left;
	background-color: #7777B7;						/* color-code (websafe) */
	overflow: hidden;							/* auto, hidden, scroll, visible */
	margin-bottom: 0px;						/* in pixels */
	margin-left: auto;						/* in pixels */
	margin-right: auto;						/* 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 */	
	z-index: 1;
	}

div.div6
	{
	position: relative; 						/* absolute, fixed, relative, static */
	bottom: 0px;
	width: 1002px;							/* pixels, % */
	float: left;
	background-color: #7777B7;					/* color-code (websafe) */
	overflow: visible;						/* auto, hidden, scroll, visible */
	border-bottom: 0px;
	margin-bottom: 0px;						/* in pixels */
	margin-left: auto;						/* in pixels */
	margin-right: auto;						/* 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 */	
	z-index: 1;
	}

/* ===============================================
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_div4
	{
	border-collapse: collapse;
	width: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

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

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

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

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

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

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

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

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

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


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

/* Tooltip */
#toolTip {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("ugula_logo.gif");					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-position: center top;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	width: 100%;
	height: 150px;
	z-index: 3;
	}

/* ===============================================
The CMS Search page
=============================================== */
/* The table */
table.cmssearch
	{
	border-collapse: collapse;
	width: 100%;
	}

/* The table */
td.cmssearch
	{
	text-align: center;
	}


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

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


/*************************************
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;
}

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

table.memberregister
	{
	text-align: center;
	}

td.memberregister
	{
	text-align: center;
	}

/* ===============================================
The photobanner
=============================================== */
/* The table */
table.photobanner
	{
	border-collapse: collapse;
	margin-left: 0; 
	width: 100%;
	}

/* The table */
td.photobanner
	{
	border-collapse: collapse;
	margin-left: 0; 
	text-align: center;
	}


/*********************************************************
MOD: User
*********************************************************/

table.member_login
	{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	}

td.member_login
	{
	text-align: center;
	}

table.memberregister
	{
	text-align: center;
	}

td.memberregister
	{
	text-align: center;
	}

table.memberpassforget
	{
	text-align: center;
	width: 480px;
	}

td.memberpassforget
	{
	text-align: center;
	}

/* ===============================================
The contactform
=============================================== */
/* The table */
table.contactform
	{
	border-collapse: collapse;
	width: 480px;
	}

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


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

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

