/* 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:    normal;
    color: #9d001a;
}

/* 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 */
.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;
}

/* 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;
}

/*
=============================
Algemene body opmaak
=============================
*/
#contentMaster {
	border				: 1px solid #a8a399;
	background-color	: #FFFFFF;
}
td#headerPane{
	height				: 90px;
	border-bottom		: 1px solid #8c8c8c;
	background-image	: url(logopane-bg.gif);
	background-repeat	: no-repeat;
	background-position	: right bottom;
}
td#headerPane img { padding-left: 25px;}
td#menuPane {
	height				: 35px;
	padding-left		: 85px;
}
td#menuPane2 {
	height				: 35px;
}
td#colorBorder {
	height				: 5px;
	background-image	: url('brd-colors.jpg');
	background-repeat	: no-repeat;
}
td.leftColumnHome{
	width				: 155px;
	height				: 300px;
	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.leftColumn {
	width				: 155px;
	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.imagePaneHome {
	width				: 570px;
	height				: auto;
	padding				: 15px 15px 15px 0px;
}
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;
}
.searchPane, a.searchPane:link, a.searchPane:visited {
	width				: 33px;
	height				: 17px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 0.8em;/*10px*/
	font-weight			: bold;
	text-decoration		:none;
	color				: #2c1328;
	background-image	: url('search-bg.gif');
	background-repeat	: no-repeat;
	margin				: 0px;
	padding				: 4px;
	vertical-align:middle;
}



/*
=============================
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: #d5919d;
	font-family: "Trebuchet MS";
	/*font-size: 1.0em;/*12px*/
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	height: 27px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#ParentTabs a:hover {
    color: #ffa606;
	text-decoration:none;
}

#ParentTabs li {
} 

#ParentTabs .SelectedTab {
    font-weight: normal;
	border-width:0;
    /*font-size: 1.0em;/*12px*/
    color: #ffa606;
    font-family: "Trebuchet MS";
    text-decoration: none;
}

#ParentTabs .SelectedTab a:link {
    text-decoration:    none;
    color:#ffa606;
}

#ParentTabs .SelectedTab a:visited  {
    text-decoration:    none;
    color:#ffa606;
}

#ParentTabs .SelectedTab a:active   {
    text-decoration:    none;
    color:#ffa606;
}

#ParentTabs .SelectedTab a:hover    {
    text-decoration:    none;
    color:#ffa606;
}

/* 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: #86c2cf;
	text-decoration: none;	
}    
#ChildTabsLevel1 a:hover {
    color:#86c2cf;
	text-decoration:underline;
	font-size: 0.9em;/*11px*/
}    

#ChildTabsLevel1 .SelectedTab {
    font-weight: bold;
    font-size: 0.9em;/*11px*/
    color: #86c2cf;
    font-family: "Trebuchet MS";
    text-decoration: underline;
}

#ChildTabsLevel1 .SelectedTab a:link {
    text-decoration:    underline;
    color:#86c2cf;
}

#ChildTabsLevel1 .SelectedTab a:visited  {
    text-decoration:    underline;
    color:#86c2cf;
}

#ChildTabsLevel1 .SelectedTab a:active   {
    text-decoration:    underline;
    color:#86c2cf;
}

#ChildTabsLevel1 .SelectedTab a:hover    {
    text-decoration:    underline;
    color:#86c2cf;
}

/*
=============================
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 td{
	padding-bottom: 0px;
}

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;
}

.VoorstellingLijstTitel{
	font-size: 0.9em;/*11px*/
	color:#4B2942;
}
.VoorstellingLijstGenre{
	font-size: 0.9em;/*11px*/
	color:#4B2942;
}
.VoorstellingLijstDatum{
	font-size: 0.9em;/*11px*/
	color:#4B2942;
}
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 .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;
}
.totaalBestelling {
    font-family: "Palatino Linotype";
    font-size:  1.0em;/*12px*/
    font-weight:    bold;
    color: #9d001a;
}
.contentpane table td .OokWelLeuk, table td .OokWelLeuk
{
	background-color: #ffa800;
	font-weight: bold;
    font-size: 1em;/*12px*/
    font-family: "Trebuchet MS";
    color: #ffffff;
}

a.CommandButtonEmail {
	background-image: url('/Portals/_default/Skins/Stadsgehoorzaal2/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 {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
a.CommandButtomEmail:hover {
	text-decoration: none;
}

a.CommandButtonBestel {
	background-image: url('/Portals/_default/Skins/Stadsgehoorzaal2/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 {
	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;}

