/* CSS Document */
/*
=============================
Name: General style
Version: 0.1.1
Author: Barend Emmerzaal, Keston Pollard
Organization: MVIC
=============================
*/

body {

	background-color	: #ffa606;
	background-image	: url('bg-streep.gif');
	margin-top: 0px;
}
body.pop {

	background-color	: #ffffff;
	background-image:none;
	margin-top: 0px;
}
body.iframe {

	background-color	: #ffffff;
	background-image:none;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

p, .generaltext, .GeneralText, .Normal, .NormalTextBox, .normal, .contentPane table td, ul li, li, span, div, a{
	font-family			: "Palatino Linotype";
	color				: #8e818c;
	font-size			: 9pt;/*12px*/
}

/* fix for control panel being unable to handle relative font size */
span.control * span.SubHead
{
	font-size:10pt;
}

/*
=============================
Algemene DNN opmaak
=============================
*/

.SkinObject {
    font-weight: bold;
    font-size: 0.8em;/*8.5pt*/
    color: #ffa606;
    font-family: "Palatino Linotype";
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#ffa606;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffa606;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ffa606;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ffa606;
}

/* style for module titles */
.Head   {
    font-family: "Trebuchet MS";
    font-size: 1.3em;/*18px*/
    font-weight:    bold;
    color: #a30015;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: "Palatino Linotype";
    font-size:  1.1em;/*14px*/
    font-weight:    bold;
    color: #9d001a;
}
.SubHead a:link{
    font-family: "Palatino Linotype";
    font-size:  1.1em;/*14px*/
    font-weight:    bold;
	text-decoration:underline;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    font-weight:    bold;
    color: 9d001a;
}

/* text style used for most text rendered by modules 
.Normal,.NormalDisabled
{
    font-family: "Palatino Linotype";
    font-size: 12px;
    font-weight: normal;
}*/

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: "Palatino Linotype";
    font-size: 1.0em;/*12px*/
    font-weight: bold
}
/* text style used for error messages */
.NormalRed
{
    font-family: "Palatino Linotype";
    font-size: 1.0em;/*12px*/
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: "Palatino Linotype";
    font-size: 1.0em;/*12px*/
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButtonRed, .CommandButton     {
    font-family: "Palatino Linotype";
    font-size: 1.0em;/*12px*/
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #ffa606;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #ffa606;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #ffa606;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #5F5383;
}
A.CommandButtonRed:link {
    text-decoration:    underline;
    color: #a30015;
}

A.CommandButtonRed:visited  {
    text-decoration:    underline;
    color: #a30015;
}

A.CommandButtonRed:active   {
    text-decoration:    underline;
    color: #a30015;
}

A.CommandButtonRed:hover    {
    text-decoration:    underline;
    color: #5F5383;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.9em;/*11px*/
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  1.5em;/*20px*/
    font-weight:    normal;
    color: #9d001a;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  1.5em;/*20px*/
    font-weight:    normal;
    color: #9d001a;
}

H3  {
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    font-weight:    normal;
    color: #9d001a;
}

H4  {
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    font-weight:    normal;
    color: #9d001a;
}

H5, DT  {
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    font-weight:    bold;
    color: #9d001a;
}

H6  {
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    font-weight:    bold;
    color: #9d001a;
}

TFOOT, THEAD    {
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    color: #9d001a;
}

TH  {
    vertical-align: baseline;
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    font-weight:    bold;
    color: #9d001a;
}

A:link  {
    text-decoration:    none;
    color:  #ffa606;
}

A:visited   {
    text-decoration:    none;
    color:  #ffa606;
}

A:active    {
    text-decoration:    none;
    color:  #ffa606;
}

A:hover {
    text-decoration:    underline;
    color:  #5F5383;
}

/* style of PaginTable */
table.PagingTable {
	border: 0px;
	border-color: #FFFFFF;
}
.PagingTable .CommandButton {
	padding: 2px 5px 2px 5px;
	border: 0px;
	background-color: #FFFFFF;
	color: #0099cc;
}
.PagingTable a.CommandButton:link, .PagingTable a.CommandButton:visited {
	text-decoration: none;
	color: #0099cc;
	font-family: "Palatino Linotype";
}
.PagingTable a.CommandButton:hover {
	background-color: #0099cc;
	text-decoration: none;
	color: #FFFFFF;
}
.PagingTable span.NormalDisabled {
	padding: 2px 5px 2px 5px;
	border: 0px;
	background-color: #0099cc;
	color: #FFFFFF;
}

/*
=============================
Algemene body opmaak
=============================
*/
#contentMaster {
	border				: 1px solid #a8a399;
	background-color	: #FFFFFF;
}
td#headerPane1{
	height				: 90px;
	border-bottom		: 1px solid #8c8c8c;
}
td#headerPane2{
	height				: 90px;
	border-bottom		: 1px solid #8c8c8c;
	background-image	: url(logopane-bg.gif);
	background-repeat	: no-repeat;
	background-position	: right bottom;
}
td#headerPane2 .NormalTextBox {
	width				: 220px;
	height				: 20px;
	background-color	: #f6e5e7;
	border				: 1px solid #d58993;
	font-family			: "Trebuchet MS";
}
td#headerPaneXposure{
	height				: 90px;
	border-bottom		: 1px solid #8c8c8c;
	background-image	: url(X-Posure_logo.gif);
	background-repeat	: no-repeat;
	background-position	: right top;
}
td#headerPane img { padding-left: 25px;}
td#headerPaneXposure img { padding-left: 25px;}
td#menuPane {
	height				: auto;
}
td#menuPane2 {
	height				: 35px;
}
td#colorBorder {
	height				: 5px;
	background-image	: url('brd-colors.jpg');
	background-repeat	: repeat-x;
}
td.leftColumnHome{
	width				: 280px;
	height				: 300px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
td.leftColumn {
	width				: 185px;
	height				: 300px;
	border-right		: 1px solid #e8e5e7;
	background-image	: url('bg-left-column.gif');
	background-repeat	: no-repeat;
	background-position	: left bottom;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
td.linkerKolomOnder {
	width				: 280px;
	height				: 150px;
	border-right		: 1px solid #e8e5e7;
	background-image	: url('bg-left-column.gif');
	background-repeat	: no-repeat;
	background-position	: left bottom;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
td.rightColumn {
	width: 185px;
	border-left		: 1px solid #e8e5e7;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
td.imagePaneHome {
	width				: 100%;
	height				: auto;
	padding: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/*.imagePaneHome img {width:740px;}*/
td.contentPaneHome {
	width				: 410px;
	padding				: 15px 15px 15px 15px;
	border-left			: 1px solid #e8e5e7;
}
td.contentPaneHome div{

}
td.contentPane {
/*	width				: 415px;*/
	padding				: 15px 15px 15px 15px;
}
td.contentPaneVoorstelling{
	width				: 570px;
	padding				: 15px 15px 15px 15px;
}
td.rightColumn {
/*	width				: 155px;*/
	border-left			: 1px solid #e8e5e7;
	padding: 15px;
}
td.rightColumnHome {
/*	width				: 155px;*/
	border-left			: 1px solid #e8e5e7;
	padding: 15px;
}

td.leftColumnOnder{border-right: 1px solid #e8e5e7;}
td.contentPaneOnder{}

td.leftColumnOnderHome{}
td.contentPaneOnderHome{border-left: 1px solid #e8e5e7;}
td.rightColumnOnder{border-left: 1px solid #e8e5e7;}
#menuPane2 .NormalTextBox {
	border-left			: 1px solid #c9c2c8;
	border-top			: 1px solid #c9c2c8;
	border-bottom		: 1px solid #c9c2c8;
	border-right		: 1px solid #c9c2c8;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	height				: 16px;
}
td#headerPane2 a.searchPane {
	background-image	: url('search-bg-red.gif');
	background-repeat	: no-repeat;
	background-position : left top;
	margin				: 0 0 0 10px;
	padding				: 2px 6px 3px 4px;
}
td#headerPane2 a.searchPane:link, td#headerPane2 a.searchPane:visited {
	font-weight			: bold;
	text-decoration		: none;
	color				: #ffffff;
}
div#winkelmandje {
	width: 250px;
	height: 25px;
	text-align: right;
	float: right;
}

/*
=============================
Footer
=============================
*/
.footer{
	padding-top:10px;
	padding-bottom:30px;
}

.footerLink, a.footerLink:link, a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;/*11px*/
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:hover {
	text-decoration: underline;
}

/*
=============================
Snapsis Menu's
=============================
*/

.TabList {
    float:left;
    horizontal-align:center;
}
.TabList ul {
    clear:both;
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    display: inline;
}

.TabList li {
	float:left;
	margin:0px;
	padding: 0px;
	display: inline;
}

.TabList li a {
   font-family: "Trebuchet MS";
}
select.TabList {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#aaaaaa;
    font-size:0.8em;/*10px*/
}
/*IE-PC doesn't get these child selectors but other browsers do*/
#ParentTabs > ul a {width:auto;}
#ChildTabsLevel1 > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ParentTabs a {float:none;}
#ChildTabsLevel1 a {float:none;}
/* End IE5-Mac hack */

#ParentTabsContainer {
	vertical-align:top;
	padding-top: 0px;
	padding-right:0px;
	padding-left: 0px;
}
#ParentTabs{
	border-left: 1px solid #c5c5c5;
}
#ParentTabs a {
	float:left;
	display:block;
	/*width:75px;*/
	text-align:center;
	color: #bc5c6a;
	font-family: "Trebuchet MS";
	font-size: 1.0em;/*12px*/
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	border-right: 1px solid #c5c5c5;
	height: 25px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#ParentTabs a:hover {
    color: #ffffff;
	text-decoration:none;
	background-color: #ffa800;
}

#ParentTabs li {
} 

#ParentTabs .SelectedTab {
    font-weight: normal;
	border-width:0;
    font-size: 1.0em;/*12px*/
    color: #ffffff;
    font-family: "Trebuchet MS";
    text-decoration: none;
	background-color: #ffa800;
}

#ParentTabs .SelectedTab a:link {
    text-decoration: none;
    color:#ffffff;
}

#ParentTabs .SelectedTab a:visited  {
    text-decoration:    none;
    color:#ffffff;
}

#ParentTabs .SelectedTab a:active   {
    text-decoration:    none;
    color:#ffffff;
}

#ParentTabs .SelectedTab a:hover    {
    text-decoration:    none;
    color:#ffffff;
}

/* submenu links */
#ChildTabsContainer {
/*   padding-top:2px;
   padding-bottom:5px;
   vertical-align:middle;*/
   text-align:left;
   padding-left: 0px;
}

#ChildTabsLevel1.TabList {
    float:left;
    horizontal-align:left;
}
#ChildTabsLevel1.TabList ul {
	margin:0;
	list-style:none;
	display: inline;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#ChildTabsLevel1.TabList li {
	width: 145px;
	display: inline;
	padding-bottom: 3px;
}

#ChildTabsLevel1 a {
/*    padding-left:5px;
    padding-right:5px;*/
	font-family: "Trebuchet MS";
	font-size: 0.9em;/*11px*/
	font-weight: bold;
	color: #58858f;
	text-decoration: none;	
}    
#ChildTabsLevel1 a:hover {
    color:#58858f;
	text-decoration:underline;
	font-size: 0.9em;/*11px*/
}    

#ChildTabsLevel1 .SelectedTab {
    font-weight: bold;
    font-size: 0.9em;/*11px*/
    color: #58858f;
    font-family: "Trebuchet MS";
    text-decoration: underline;
}

#ChildTabsLevel1 .SelectedTab a:link {
    text-decoration:    underline;
    color:#58858f;
}

#ChildTabsLevel1 .SelectedTab a:visited  {
    text-decoration:    underline;
    color:#58858f;
}

#ChildTabsLevel1 .SelectedTab a:active   {
    text-decoration:    underline;
    color:#58858f;
}

#ChildTabsLevel1 .SelectedTab a:hover    {
    text-decoration:    underline;
    color:#58858f;
}

/*
=============================
Zoeken in voorstellingen
=============================
*/
table#VoorstellingenZoekfunctie {
	background-color: #ffe8bc;
}
#VoorstellingenZoekfunctie .menuzoek {
	width: 100%;
	height: 20px;
	border: 1px solid #d17e89;
	background-color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4e4e4e;
}
#VoorstellingenZoekfunctie a.CommandButton {
	background-image	: url('search-bg-red.gif');
	background-repeat	: no-repeat;
	background-position : left top;
	margin				: 0 0 0 10px;
	padding				: 2px 6px 3px 4px;
}
#VoorstellingenZoekfunctie a.CommandButton:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.VoorstellingLijst {
	padding-bottom: 5px;
	background-image: url('border-dotted.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 20px;
}
.VoorstellingLijstHome {
	padding-bottom: 5px;
	background-image: url('border-dotted.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 5px;
}
.VoorstellingLijst td {
	padding-bottom: 5px;
}

.VoorstellingLijstArtiest, a.VoorstellingLijstArtiest:link{

	font-weight:bold;
	color:#9d001a;
	text-decoration:none;
}
a.VoorstellingLijstArtiest:visited{

	font-weight:bold;
	color:#9d001a;
	text-decoration:none;
}
a.VoorstellingLijstArtiest:hover{

	font-weight:bold;
	color:#9d001a;
	text-decoration:underline;
}
a.VoorstellingLijstArtiest:active{

	font-weight:bold;
	color:#9d001a;
	text-decoration:none;
}


.VoorstellingLijstArtiestHome, a.VoorstellingLijstArtiestHome:link{

	font-weight:normal;
	color:#a30015;
	text-decoration:none;
	font-size: 1.4em;
}
a.VoorstellingLijstArtiestHome:visited{

	font-weight:normal;
	color:#a30015;
	text-decoration:none;

}
a.VoorstellingLijstArtiestHome:hover{

	font-weight:normal;
	color:#a30015;
	text-decoration: underline;

}
a.VoorstellingLijstArtiestHome:active{

	font-weight:normal;
	color:#a30015;
	text-decoration:none;

}


.VoorstellingLijstTitel{
	font-size: 0.9em;/*11px*/
	color:#4B2942;
}
.VoorstellingLijstGenre{
	font-size: 0.9em;/*11px*/
	color:#4B2942;
}
.VoorstellingLijstDatum{
	font-size: 0.9em;/*11px*/
	color:#4B2942;
}
span.VoorstellingLijstArtiestHome {
	font-size: 1.2em;/*11px*/
	color:#4b4b4b;
}
td.VoorstellingLijstMetadata, span.VoorstellingLijstMetadata, .VoorstellingLijstMetadata strong{
	font-family: "Palatino Linotype", "Trebuchet MS";
	font-size: 12px;/*11px*/
	color: #444444;
}
td.voorstellingDetailInhoud img {
	padding: 5px;
}
td.voorstellingDetailInhoud table td {
	border: 0px;
	height: 30px;
}
select.menumaand{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.75em;/*9px*/ width:110px;}
select.menugenre{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.75em;/*9px*/ width:110px;}
.menuzoek{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.7em;/*9px*/ width:90px;}
#bestelPane .CommandButton {
	border: solid 1px #c5c5c5;
	text-align: center;
	padding: 3px 6px 3px 6px;
	background-color: #ebcad8;
}
#bestelPane a.CommandButton:link, #bestelPane a.CommandButton:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.0em;/*12px*/
	font-family: "Palatino Linotype";
}
#bestelPane a.CommandButton:hover, #bestelPane a.CommandButton:hover:visited {
	background-color: #9d001a;
	color: #FFFFFF;
}
#verwijderVoorstelling a.CommandButton:link, #verwijderVoorstelling a.CommandButton:visited{
	text-decoration: none;
	color: #615960;
}
#verwijderVoorstelling a.CommandButton:hover{
	text-decoration: underline;
}
#cpanelWinkelwagen .CommandButtonBestelAfronding {
	background-image: url('btn-bestel-afronden.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 43px 0px 10px;
	margin: 0px;
	background-color: #a30015;
}
#cpanelWinkelwagen a.CommandButtonBestelAfronding:link, #cpanelWinkelwagen a.CommandButtonBestelAfronding:visited {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Palatino Linotype";
}
#cpanelWinkelwagen .CommandButtonDeleteWinkelwagen {
	background-image: url('btn-delete-winkelwagen.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 23px 0px 10px;
	margin: 0px;
	background-color: #cecece;
}
#cpanelWinkelwagen a.CommandButtonDeleteWinkelwagen:link, #cpanelWinkelwagen a.CommandButtonDeleteWinkelwagen:visited {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Palatino Linotype";
}
#cpanelWinkelwagen .CommandButton {
	border: solid 1px #c5c5c5;
	text-align: center;
	padding: 3px 6px 3px 6px;
	background-color: #cecece;
}
#cpanelWinkelwagen a.CommandButton:link, #bestelPane a.CommandButton:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.0em;/*12px*/
	font-family: "Palatino Linotype";
}
#cpanelWinkelwagen a.CommandButton:hover, #cpanelWinkelwagen a.CommandButton:hover:selected {
	background-color: #9d001a;
	color: #FFFFFF;
}
#bestelHeader .SubHead {
	color: #000000;
}
.SubHeadSearch {
	color: #444444;
	font-weight: bold;
}
.totaalBestelling {
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    font-weight:    bold;
    color: #9d001a;
}

.contentPane table#relatedShows {
	background-color: #ffa800;
	margin: 0;
	padding: 0;
}
.contentPane table#relatedShows td.OokWelLeuk {
	font-family: "Trebuchet MS";
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
	padding: 0;
	margin: 0;
}

a.CommandButtonEmail {
	background-image: url('btn-email-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 8px 8px;
	margin: 0px;
	background-color: #a30015;
}
a.CommandButtonEmail:link, a.CommandButtonEmail:visited {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
a.CommandButtomEmail:hover {
	text-decoration: none;
}

a.MoreShowsHome {
	background-image: url('btn-email-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 5px 8px 8px;
	margin: 0px;
	background-color: #a30015;
	display: block;
	width: 121px;
}
a.MoreShowsHome:link, a.MoreShowsHome:visited {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
a.MoreShowsHome:hover {
	text-decoration: none;
}

a.CommandButtonBestel {
	background-image: url('btn-bestel-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 7px 8px 8px;
	margin: 0px;
	background-color: #a30015;
}
a.CommandButtonBestel:link, a.CommandButtonBestel:visited {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
a.CommandButtonBestel:hover {
	text-decoration: none;
}
/*
=============================
Formulieren Form Master
=============================
*/
.formulier{
	width: 100%;
	text-align:left;
	padding-bottom: 10px;
}
.mainformulier{
	width: 100%;
	text-align:left;
}
.formulierpadding{
	padding-bottom: 10px;
}

/*
=============================
Formulieren Form Master
=============================
*/
div.NieuwsTitel{ padding-bottom: 0px;}
div.NieuwsCommentaar{ visibility:hidden; display:none; height:1px;}

/*
=============================
Formulieren Avonturen
=============================
*/

.avonturen #dnn_ctr896_FormMaster_ctl__20090106T120300 p { margin-top: 20px; }
.avonturen #dnn_ctr896_FormMaster_ctl__20090106T121931 p { margin-top: 20px; }
.avonturen #dnn_ctr896_FormMaster_ctl__20090106T122843 { position: relative; top: -9px; }

/*
=============================
Formulier Sandra's keuze
=============================
*/
table.formsandraskeuze .NormalTextBox {
	margin-top: 13px;
	width: 322px;
}
table.formsandraskeuze span.SubHead {
	position: relative;
	top: 13px;
}
table.formsandraskeuze .NormalButton {
	margin-top: 10px;
}