/* ===============================================
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(background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	position: static;
	color: #708BC3;						/*  color-code (websafe) */
	background-color: ;
	cursor: ;							/*  hand, wait etc. */
	font-family: Verdana;						/*  Arial, arial, Courier, Georgia, Times new Roman, */
	font-size: 10px;						/*  px, pt, xx-small 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-base-color: ;
	Scrollbar-face-color: ;
	Scrollbar-track-color: ;
	Scrollbar-arrow-color: ;
	Scrollbar-highlight-color: ;
	Scrollbar-3dlight-color: ;
	Scrollbar-shadow-color: ;
	Scrollbar-darkshadow-color: ;
	}

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

img
	{

	}

A:hover
	{
	color: #708BC3;
	text-decoration: none
	}

A	{
	color: #708BC3;
  text-decoration: underline
	}

A:active
	{
	color: #708BC3;
  text-decoration: none
  }

A:visited
	{
	color: #708BC3;
  text-decoration: underline
  }

.formstyle {
        font-family: Verdana;
        font-size: 9px;
        border-style: solid;
        border-color: #000000;
	 color: #000000;
        background-color: #FFFFFF;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px
        }

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

H2
	{
	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: 10px;						/*  px, pt, xx-small etc */
	}

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

TBODY
	{

	}

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

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

/* ===============================================
Style definition of divisions. Division names
created in the me-web 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.outlineonline
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 960px;							/* pixels, % */
	height: 26px;							/* pixels, % */
	background-image: url();					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: ;						/* color-code (websafe) */
	background-position: 0 0;					/* %, px, top, center, bottom, left, right */
	background-repeat: repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	color: #00A6FF;
	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: hidden;						/* auto, hidden, scroll, visible */
	text-align: right;						/* center, justify, left, right */
	text-decoration: none;						/* blink, line-through, overline, underline */
	text-indent: 0%							/* em, % */
	text-transform: none;						/* none, capitalize, lowercase, uppercase */
	visibility: inherit;						/* collapse, hidden, inherit, visible */
	}

div.outlinetopmenu
	{
	width: 960px;							/* pixels, % */
	height: 26px;							/* pixels, % */
	background-image: url(background_menu.png);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: ;					/* color-code (websafe) */
	background-position: 0 0;					/* %, 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;						/* auto, hidden, scroll, visible */
	text-align: left;						/* center, justify, left, right */
	text-decoration: none;						/* blink, line-through, overline, underline */
	text-indent: 0%							/* em, % */
	text-transform: none;						/* none, capitalize, lowercase, uppercase */
	visibility: visible;						/* collapse, hidden, inherit, visible */
	z-index: 999;
	}

div.titeldivisie
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 960px;							/* pixels, % */
	height: 129px;							/* pixels, % */
	background-image: url(background_banner.png);					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: ;					/* color-code (websafe) */
	background-position: 0 0;					/* %, 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 */
	overflow: hidden;						/* auto, hidden, scroll, visible */
	text-align: center;						/* center, justify, left, right */
	text-decoration: none;						/* blink, line-through, overline, underline */
	text-indent: 0%;							/* em, % */
	text-transform: none;						/* none, capitalize, lowercase, uppercase */
	visibility: inherit;						/* collapse, hidden, inherit, visible */
	}




div.contentleft
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 195px;							/* pixels, % */
	float: left;							/* pixels, % */
	background-image: url();					/* URI */
	background-attachment: fixed;					/* fixed, scroll */
	background-color: ;					/* color-code (websafe) */
	background-position: 0 0;					/* %, 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 */
	overflow: hidden;						/* auto, hidden, scroll, visible */
	text-align: center;						/* center, justify, left, right */
	text-decoration: none;						/* blink, line-through, overline, underline */
	text-indent: 0%							/* em, % */
	text-transform: none;						/* none, capitalize, lowercase, uppercase */
	visibility: visible;						/* collapse, hidden, inherit, visible */
	}


div.contentdiv
	{
	position: relative; 						/* absolute, fixed, relative, static */
	float: left;
	width: 560px;							/* pixels, % */
	background-image: url();					/* URI */
	background-attachment: fixed;					/* fixed, scroll */
	background-color: ;					/* color-code (websafe) */
	background-position: 0 0;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	margin-bottom: 0px;						/* in pixels */
	margin-left: 5px;						/* 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: hidden;						/* auto, hidden, scroll, visible */
	text-align: left;						/* center, justify, left, right */
	text-decoration: none;						/* blink, line-through, overline, underline */
	text-indent: 0%							/* em, % */
	text-transform: none;						/* none, capitalize, lowercase, uppercase */
	visibility: visible;						/* collapse, hidden, inherit, visible */
	}

div.contentright
	{
	position: relative; 						/* absolute, fixed, relative, static */
	width: 195px;							/* pixels, % */
	float: left;							/* pixels, % */
	background-image: url();					/* URI */
	background-attachment: fixed;					/* fixed, scroll */
	background-color: ;					/* color-code (websafe) */
	background-position: 0 0;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	margin-bottom: 0px;						/* in pixels */
	margin-left: 5px;						/* 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: hidden;						/* auto, hidden, scroll, visible */
	text-align: center;						/* center, justify, left, right */
	text-decoration: none;						/* blink, line-through, overline, underline */
	text-indent: 0%							/* em, % */
	text-transform: none;						/* none, capitalize, lowercase, uppercase */
	visibility: visible;						/* collapse, hidden, inherit, visible */
	}

div.outlinefooter
	{
	position: relative; 						/* absolute, fixed, relative, static */
	clear: left;
	width: 960px;							/* pixels, % */
	height: 70px;
	background-image: url();					/* URI */
	background-attachment: scroll;					/* fixed, scroll */
	background-color: ;					/* color-code (websafe) */
	background-position: 0 0;					/* %, px, top, center, bottom, left, right */
	background-repeat: no-repeat;					/* no-repeat, repeat, repeat-x, repeat-y */
	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: hidden;						/* auto, hidden, scroll, visible */
	text-align: left;						/* center, justify, left, right */
	text-decoration: none;						/* blink, line-through, overline, underline */
	text-indent: 0%							/* em, % */
	text-transform: none;						/* none, capitalize, lowercase, uppercase */
	visibility: visible;						/* collapse, hidden, inherit, visible */
	}

/* ===============================================
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_contentleft
	{
	border-collapse: collapse;
	width: 100%;
	background: ;
	margin-top: 5px;
	margin-bottom: ;
	color: #708BC3;
	}

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

td.border_topmiddle_contentleft
	{
	background-image: url(border_topmiddle.gif);
	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: 18px;
	text-align: center;
	font-weight: 900;
	}

td.border_topleft_contentleft
	{
	background-image: url(border_topleft.gif);
	background-repeat: no-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: 18px;
	width: 18px;
	}

td.border_topright_contentleft
	{
	background-image: url(border_topright.gif);
	background-repeat: no-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: 18px;
	width: 18px;
	}

td.border_middleleft_contentleft
	{
	background-image: url(border_left.gif);
	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: 18px;
	}

td.border_middleright_contentleft
	{
	background-image: url(border_right.gif);
	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: 18px;
	}

td.border_bottommiddle_contentleft
	{
	background-image: url(border_bottommiddle.gif);
	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: 18px;
	}

td.border_bottomleft_contentleft
	{
	background-image: url(border_bottomleft.gif);
	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: 18px;
	width: 18px;
	}

td.border_bottomright_contentleft
	{
	background-image: url(border_bottomright.gif);
	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: 18px;
	width: 18px;
	}


table.border_contentdiv
	{
	border-collapse: collapse;
	width: 100%;
	background: ;
	margin-top: 5px;
	margin-bottom: ;
	}

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

td.border_topmiddle_contentdiv
	{
	background-image: url(border_topmiddle.gif);
	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: 18px;
	text-align: center;
	font-weight: 900;
	}

td.border_topleft_contentdiv
	{
	background-image: url(border_topleft.gif);
	background-repeat: no-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: 18px;
	width: 18px;
	}

td.border_topright_contentdiv
	{
	background-image: url(border_topright.gif);
	background-repeat: no-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: 18px;
	width: 18px;
	}

td.border_middleleft_contentdiv
	{
	background-image: url(border_left.gif);
	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: 18px;
	}

td.border_middleright_contentdiv
	{
	background-image: url(border_right.gif);
	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: 18px;
	}

td.border_bottommiddle_contentdiv
	{
	background-image: url(border_bottommiddle.gif);
	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: 18px;
	}

td.border_bottomleft_contentdiv
	{
	background-image: url(border_bottomleft.gif);
	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: 18px;
	width: 18px;
	}

td.border_bottomright_contentdiv
	{
	background-image: url(border_bottomright.gif);
	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: 18px;
	width: 18px;
	}

table.border_contentright
	{
	border-collapse: collapse;
	width: 100%;
	background: ;
	margin-top: 5px;
	margin-bottom: ;
	color: #708BC3;
	}

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

td.border_topmiddle_contentright
	{
	background-image: url(border_topmiddle.gif);
	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: 18px;
	text-align: center;
	font-weight: 900;
	}

td.border_topleft_contentright
	{
	background-image: url(border_topleft.gif);
	background-repeat: no-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: 18px;
	width: 18px;
	}

td.border_topright_contentright
	{
	background-image: url(border_topright.gif);
	background-repeat: no-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: 18px;
	width: 18px;
	}

td.border_middleleft_contentright
	{
	background-image: url(border_left.gif);
	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: 18px;
	}

td.border_middleright_contentright
	{
	background-image: url(border_right.gif);
	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: 18px;
	}

td.border_bottommiddle_contentright
	{
	background-image: url(border_bottommiddle.gif);
	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: 18px;
	}

td.border_bottomleft_contentright
	{
	background-image: url(border_bottomleft.gif);
	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: 18px;
	width: 18px;
	}

td.border_bottomright_contentright
	{
	background-image: url(border_bottomright.gif);
	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: 18px;
	width: 18px;
	}

/* ===============================================
When not using the Milonic menu but the tabled
menu where the main menu is tabbed and the submenu
is shown as a modulepage the following classes need
to be defined. This can be removed if using the
milonic menu in your theme.
=============================================== */

/* The textlinks in the main menu */
A.linkmainmenu:hover
	{
    	color: #5C8094;
    	text-decoration: none;
	}

A.linkmainmenu
	{
    	color: #132631;
    	text-decoration: underline
	}

A.linkmainmenu:active
	{
    	color: #5C8094;
    	text-decoration: none
    	}

A.linkmainmenu:visited
	{
    	color: #132631;
    	text-decoration: underline
	}

/* The main menu is wrapped in a table */
table.mainmenu
	{
	border-collapse: collapse;
	border-color: #8C9CA5;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border-spacing: 0px 0px 0px 0px;
	}

/* A non selected main menu item, td left to text td  */
td.mainmenuleft
	{
	background-image: url(menu_tab_left.gif);
	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: 15px;
	width: 5px;
	}

/* A non selected main menu item, text td  */
td.mainmenumiddle
	{
	background-image: url(menu_tab.gif);
	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: 2px 7px 0px 7px;
	height: 15px;
	}

/* A non selected main menu item, td right to text td  */
td.mainmenuright
	{
	background-image: url(menu_tab_right.gif);
	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: 15px;
	width: 5px;
	}

/* A selected main menu item, td left to text td  */
td.mainmenuleftselected
	{
	background-image: url(menu_tab_left_selected.gif);
	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: 15px;
	width: 5px;
	}

/* A selected main menu item, text td  */
td.mainmenumiddleselected
	{
	background-image: url(menu_tab_selected.gif);
	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: 2px 7px 0px 7px;
	height: 15px;
	font-weight: 900;
	}

/* A selected main menu item, td right to text td  */
td.mainmenurightselected
	{
	background-image: url(menu_tab_right_selected.gif);
	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: 15px;
	width: 5px;
	}

/* The submenu table is wrapped in a table  */
table.submenu
	{
	border-collapse: collapse;
	border-color: #8C9CA5;
	border-width: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border-spacing: 0px 0px 0px 0px;
	}

/* A non selected sub menu item, td left from the submenu item td  */
td.submenuleft
	{
	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: 15px;
	width: 5px;
	}

/* A non selected sub menu item, submenu item td  */
td.submenumiddle
	{
	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: 2px 7px 0px 7px;
	height: 15px;
	}

/* A non selected sub menu item, td right from the submenu item td  */
td.submenuright
	{
	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: 15px;
	width: 5px;
	}

/* A selected sub menu item, td left from the submenu item td  */
td.submenuleftselected
	{
	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: 15px;
	width: 5px;
	}

/* A selected sub menu item, submenu item td  */
td.submenumiddleselected
	{
	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: 2px 7px 0px 7px;
	height: 15px;
	text-align: left;
	font-weight: 900;
	}

/* A selected sub menu item, td right from the submenu item td  */
td.submenurightselected
	{
	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: 15px;
	width: 5px;
	}

/* A sub sub menu item, td left from the subsubmenu item td  */
td.subsubmenuleft
	{
	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: 15px;
	width: 5px;
	}

/* A sub sub menu item, the subsubmenu item td  */
td.subsubmenumiddle
	{
	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: 2px 7px 0px 7px;
	height: 15px;
	}

/* A sub sub menu item, td right from the subsubmenu item td  */
td.subsubmenuright
	{
	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: 15px;
	width: 5px;
	}

/* ===============================================
Framework Calender popup CSS: Do not touch
or know what your doing
=============================================== */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  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: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

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

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  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 ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.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: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* 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 table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.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: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.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 td.disabled { color: GrayText; }

.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: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  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) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: smaller;
  padding: 1px;
}

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

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

.combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.combo .hilite {
  background: Highlight;
  color: HighlightText;
}

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

.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: Menu;
}

.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: Highlight;
  color: HighlightText;
}

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


/* ===============================================
Framework CSS: Do not touch
=============================================== */
P, UL, OL { margin-top: 0px; margin-bottom: 0px; }
