/*
 * Version: $Revision: 1.58 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007-2009 BeSite
 */

BODY
{
	
}

DIV#Center,
DIV#FooterCenter,
DIV#MainCenter 
{
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

DIV#Header
{
	background-color: white;
}

DIV#Menu
{
}

DIV#Main
{
		
}

DIV#MainSpacer
{
	
}

DIV#Footer
{
}


/* MENU STYLING */

DIV#MyMenu UL,
DIV#Menu UL,
DIV#SubMenu UL
{
	margin: 0;
	padding: 0;
}

DIV#MyMenu UL UL,
DIV#Menu UL UL
{
}

DIV#MyMenu LI,
DIV#Menu LI,
DIV#SubMenu LI
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

DIV#Menu LI
{
	
}

DIV#Menu LI.Menu.Selected A
{
}

/* MY MENU BIRTHDATE */
SELECT.BirthDateDay, SELECT.BirthDateMonth
{
	width: 40px;
}

SELECT.BirthDateYear
{
	width: 55px;
}

/* POPUP STYLING */
BODY.Popup
{
	background-image: none;
}


DIV#PopupContent
{
	text-align: left;
	padding: 10px;
}

DIV#PopupContent H1#PageTitle
{
	margin-top: 0px;
}

DIV.JQueryAjaxMessage
{
    padding: 10px 20px;
    text-align: center;
}


