/** Global Stylesheet **/

/** TOTAL PAGE **/

body
{
	background-color:	#FFFFFF;
	padding:			0px;
	margin:				0px;
}

td.left_border
{
	width:				50%;
	background:			url( "/images/main/left_border.jpg" ) repeat-y top right;
}

table.uitidee
{
	width:				100%;
}

td.uitidee
{
	width:				972px;
}

td.right_border
{
	width:				50%;
	background:			url( "/images/main/right_border.jpg" ) repeat-y;
}

form
{
	display:			inline;
}

div#clear
{
	clear:				both;
}

div#left
{
	float:				left;
	width:				50%;
}

div#right
{
	float:				right;
	width:				50%;
}

/** HEADER **/
tr.header
{
	height:				109px;
}

td.header
{
	width:				982px;
}

table.header
{
	width:				982px;
}

td.header_left
{
	width:				193px;
}

td.header_center_flash
{
	width:				765px;
}

td.header_right
{
	width:				24px;
}

/** MENU **/
div#menu
{
	position:			relative;
	left:				0px;
	top:				0px;
	width:				982px;
	height:				63px;
}

div#menu_left
{
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				221px;
	height:				63px;
	overflow:			hidden;
}

div#menu_center
{
	position:			absolute;
	left:				221px;
	top:				0px;
	width:				635px;
	height:				63px;
}

div#menu_center_main
{
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				754px;
	height:				30px;
}

div#menu_center_sub
{
	position:			absolute;
	left:				0px;
	top:				30px;
	width:				754px;
	height:				35px;
}

div#menu_right
{
	position:			relative;
	left:				0px;
	top:				0px;
	width:				119px;
	height:				30px;
	background:			url( "/images/menu/menu_right.jpg" ) no-repeat right; 
}

div#prijsvraag_links
{
	position:			relative;
	left:				0px;
	margin-top:				13px;
	width:				210px;
	height:				120px;
	background:			url( "/images/menu/menu_left_prijsvraag.jpg" ) no-repeat right; 
}

/** MAIN **/

tr.content
{
	height:				100%;
}

td.content
{
	width:				982px;
}

table.content
{
	width:				100%;
}

/** MAIN_LEFT **/
td.main_left
{
	width:				221px;
	padding:			6px;
	vertical-align:		top;
}

/** MAIN CONTENT **/
td.main_content
{
	width:				726px;
	background:			url( "/images/main/main_background.jpg" );
	padding:			10px 20px 30px 0px;
	min-height:			628px;
	vertical-align:		top;
}

/** LOGIN PANEL **/
table.login
{
	width:				209px;
}

th.login_top
{
	width:				209px;
	height:				36px;
}

table.login td
{
	padding:			0px 7px 0px 7px;
	text-align:			center;
}

table.login td.title
{
	width:				195px;
	height:				20px;
	text-align:			left;
	padding-left:		15px;
}

table.login td.submit
{
	text-align:			right;	
}

table.login td.submit input
{
	width:				82px;
	height:				26px;
	border:				0px;
}

table.login input
{
	width:				191px;
	border:				1px solid #FFFFFF;	
}

table.login td.bottom
{
	width:				209px;
	height:				10px;
}

/** MAILING PANEL **/
table.mailing
{
	width:				209px;
}

th.mailing_top
{
	width:				209px;
	height:				36px;
}

table.mailing td
{
	padding:			0px 7px 0px 7px;
	text-align:			center;
}

table.mailing td.title
{
	width:				195px;
	height:				20px;
	text-align:			left;
	padding-left:		15px;
}

table.mailing td.submit
{
	text-align:			right;	
}

table.mailing td.submit input
{
	width:				82px;
	height:				26px;
	border:				0px;
}

table.mailing input
{
	width:				191px;
	border:				1px solid #FFFFFF;	
}

table.mailing td.bottom
{
	width:				209px;
	height:				10px;
}

/** SEARCH PANEL **/
table.search
{
	width:				209px;
}

th.search_top
{
	width:				209px;
	height:				26px;
}

table.search td
{
	padding:			0px;
	text-align:			center;
}

table.search td.search_quick_on
{
	width:				109px;
	height:				26px;
}

table.search td.search_quick_off
{
	width:				100px;
	height:				26px;
}

table.search td.search_advanced_on
{
	width:				109px;
	height:				26px;
}

table.search td.search_advanced_off
{
	width:				100px;
	height:				26px;
}

table.search td.search_quick_off a
{
	height:				26px;
	display:			block;
	text-indent:		-9999px;
	overflow:			hidden;
	width:				100px;
}

table.search td.search_advanced_off a
{
	height:				26px;
	display:			block;
	text-indent:		-9999px;
	overflow:			hidden;
	width:				100px;
}

table.search td.title
{
	width:				195px;
	height:				20px;
	text-align:			left;
	padding-left:		15px;
}

table.search td.submit
{
	text-align:			right;
	padding:			0px 7px;
}

table.search td.submit input
{
	width:				82px;
	height:				26px;
	border:				0px;
}

table.search input, table.search select
{
	width:				195px;
	border:				1px solid #FFFFFF;
}

table.search td.checkbox input
{
	width:				20px;
	height:				20px;
}

table.search .small
{
	width:				80px;
}

table.search .large
{
	width:				111px;
}

table.search td.bottom
{
	width:				209px;
	height:				10px;
}

/** MY MENU PANEL **/
table.mijnmenu
{
	width:				209px;
}

th.mijnmenu_top
{
	width:				209px;
	height:				36px;
}

td.mijnmenu_middle
{
	padding:			7px;
	text-align:			left;
}

td.mijnmenu_middle input.logout
{
	width:				82px;
	height:				26px;
	border:				0px;
}

td.mijnmenu_bottom
{
	width:				209px;
	height:				10px;
}

/** MY MENU SUBMENU'S **/
table.mijnmenu_submenu
{
	width:				195px;
}

th.mijnmenu_submenu_top
{
	height:				20px;
	padding-left:		5px;
	padding-right:		5px;
	font-weight:		normal;
}

td.mijnmenu_submenu_middle
{
	padding:			5px;
}

td.mijnmenu_submenu_bottom
{
	padding:			0px;
	height:				1px;
}

td.mijnmenu_submenu_middle div#list
{
	padding-left:		10px;
}

td.mijnmenu_submenu_middle div#event_image
{
	float: 				left;
	height:				25px;
	padding-top:		5px;
}

td.mijnmenu_submenu_middle div#event_link
{
	float: 				left;
	height:				20px;
	padding-top:		8px;
	padding-left:		3px;
}

/** MY MENU SETTINGS BUTTONS **/
td#mijnmenu_submenu_settings a
{
	height:				19px;
	display:			block;
	text-indent:		-9999px;
	overflow:			hidden;
	width:				150px;	
}

td.mijnmenu_submenu_middle a.accountsettings
{
	background:			url( "/images/menu/menu_left_button_accountinstellingen.png" );
}

td.mijnmenu_submenu_middle a.accountsettings:hover
{
	background:			url( "/images/menu/menu_left_button_accountinstellingen_onpress.png" );
}

td.mijnmenu_submenu_middle a.advertsettings
{
	background:			url( "/images/menu/menu_left_button_campagne_instellingen.png" );
}

td.mijnmenu_submenu_middle a.advertsettings:hover
{
	background:			url( "/images/menu/menu_left_button_campagne_instellingen_onpress.png" );
}

td.mijnmenu_submenu_middle a.photovideosettings
{
	background:			url( "/images/menu/menu_left_button_foto_videoinstellingen.png" );
}

td.mijnmenu_submenu_middle a.photovideosettings:hover
{
	background:			url( "/images/menu/menu_left_button_foto_videoinstellingen_onpress.png" );
}

/** FOOTER **/
tr.footer
{
	height:				36px;
	padding-left:		7px;
}

td.footer_left
{
	width:				50%;
	background:			url( "/images/main/footer_left.jpg" ) no-repeat top right;
}

td.footer
{
	width:				996px;
	padding-top:		7px;
	padding-right:		7px;
	vertical-align:		top;
	text-align:			center;
}

td.footer_right
{
	width:				50%;
	background:			url( "/images/main/footer_right.jpg" ) no-repeat top left;
}
