﻿html
{
    margin: 0px;
    padding: 0px;
}
body
{
    background-color: Maroon;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 90%;
    color: #666666;
}

h1, .h1
{
    font-size: 15pt;
}
h2
{
    font-size: 13pt;
}

td
{
    margin: 0;
    padding: 0px;
}

#canvas
{
    background-color: #463B29;
    color:  #F2EEE6;
    width: 800px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0px;
}

#footer
{
    width: 800px;
    margin: auto;
    overflow: auto;
    padding: 0px;
}

#footer img
{
    float: right;
}

#canvas a
{
    color: #C1BA9E;
}

#cultureSwitch
{
    padding: 6px;
    width: 100%;
    color: White;
    background-color: #463B29;
}

#cultureSwitch a
{
    color: White;
}


#mainmenu
{
    border: none;
    width: 780px;
    padding: 10px;
    background-color: #C1BA9E;
    float: left;
    display: block;
    text-align: right;
    font-size: 12pt;
}

#mainmenu a
{
    color: White;
    text-decoration: none;
}

.inactiveMenuItem
{
    font-weight: normal;
    text-decoration: none;
    color: White;
}

#mainmenu .activeMenuItem
{
    font-weight: bold;
    text-decoration: none;
    color: Maroon;
}

#mainmenu table
{
    float:right;
}

#visual
{
    border: none;/* solid 3px lime;*/
    width: 800px;
    height: 150px;
    margin: 0px;
    padding: 0px;
    display: inline;
    display: inline-table;
    overflow: hidden;
}
#imgPageVisual
{
    height: 150px;
    border: none;
    visibility: visible;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display:inline;/*block voor Safari, inline voor IE*/
    display: block;
    border: solid 1px white;
}

#submenu
{
    width: 780px;
    min-height: 20px;
    margin: 0px;
    padding: 10px;
    float: left;
    display: block;
    background-color: #C1BA9E;
    text-align: right;
    font-size: 10pt;
    overflow:auto;
}

#submenu a
{
    color: White;
    text-decoration: none;
}


#submenu .activeMenuItem
{
    font-weight: bold;
    text-decoration: none;
    color: Maroon;
}


#submenu table
{
    border: none;
    text-align: right;
    float:right;
}
div#AvailabilityYears
{
    width: 460px;
    text-align: center;
    padding: 10px;
}

div#AvailabilityYears a
{
    font-size: 14pt;
    margin: 10px;
}

div#AvailabilityYears a.selected
{
    font-weight: bold;
}

.PageSelector
{
    margin: 0;
    padding: 0;
    display: block;
    float:left;
}

.PageSelector table
{
    float: right;
}



#content
{
    border: none;
    width: 600px;
    display: block;
    float: right;
    padding: 10px;
    vertical-align: middle;
}

.line
{
    clear: both;
    width: 100%;
    float: left;
    border: solid 1px white;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.rootMenuItem
{
    visibility: hidden;
    width: 0px;
}

.ContentControl
{
    float: left;
    display: block;
    width: 100%;
}

.introduction
{
    font-size: 12.5pt;
    font-weight:normal;
    color: #fff;
    margin-bottom: 3px;
}

.PortfolioControl
{
    border: none;
    float: left;
    width: 100%;
}

.PortfolioItem
{
    margin: 2px;
    float: left;
    width: 180px;
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

.PortfolioItemNoDetails
{
    margin: 2px;
    float: left;
    width: 180px;
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

.portfolioLogo
{
    margin-top: 2px;
    margin-bottom: 2px;
    float:left;
    width: 100%;
    display:block;
}

.PortfolioItem .portfolioLink, .PortfolioItemNoDetails .portfolioLink
{
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}

.PortfolioItem:hover
{
    margin: 0px;
    border: solid 2px #C1BA9E;
    background-color: Maroon;
}

* html div.PortfolioItem
{
/* Voor IE6 */
    margin: 0px;
    border: solid 2px #C1BA9E;
}

* html .PortfolioItem .portfolioLink, * html .PortfolioItemNoDetails .portfolioLink
{
/* Voor IE6 */
    margin: 0px;
    padding: 0px;
    visibility: visible;
}


.PortfolioItem:hover .portfolioLink
{
    visibility:visible;
}

.PortfolioItem:hover .portfolioLink a
{
    color: White;
}

* html .PortfolioItem .portfolioLink a
{
/* Voor IE6 */
    color: White;
}

.PortfolioItem:hover img
{
    padding-right: 5px;
    display: block;
}

.PortfolioDetails
{
    position: absolute;
    border: solid 2px #C1BA9E;
    color: White;
    background-color: #463B29;
    display: none;
    top: 50px;
    width: 550px;
    height: 600px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;	
}

.PortfolioDetailsHeader
{
    text-align: right;
    color: White;
    background-color: #463B29;
    width: 530px;
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 10px;
   	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;	

}

.PortfolioDetailsHeader a
{
    font-weight: bold;
    text-decoration: none;
}

.PortfolioDetailsHeader a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: White;
}

.PortfolioInnerDetails
{
    position: absolute;
    top: 70px;
    padding: 10px;
    width: 530px;
    height: 550px;
    margin-top: 5px;
    overflow: auto;
    display: none;
}


.PortfolioInnerDetails img
{
    margin: 10px;
    padding: 0px;
    border: none;
    display: block;
}

.PortfolioInnerDetails p
{
    font-family: Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;	
	display: block;
}

.AvailableWeek
{
    background-color: #C1BA9E;
    width: 20px;
    height: 20px;
    padding: 3px;
    text-align: right;
    vertical-align: middle;
}

.NotAvailableWeek
{
    background-color: Maroon;
    color: White;
    width: 20px;
    height: 20px;
    padding: 3px;
    text-align: right;
    vertical-align: middle;
}

.OutOfMonthWeek
{
    width: 20px;
    height: 20px;
    padding: 3px;
    text-align: right;
    vertical-align: middle;
    visibility: hidden;
}

.AvailabilityDatalist
{
    width: 600px;
    padding: 0px;
    float: left;
    display: block;
}



img
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.content img
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: none;
}

.button
{
    background-color: #C1BA9E;
    border: solid 1px Maroon;
    margin: 2px;
}
.button:hover
{
    border: solid 2px Maroon;
    margin: 1px;
}
/*
a.button, #canvas a.button
{
    text-decoration: none;
    color: Black;
    background-color: #C1BA9E;
    border: solid 1px Maroon;
    margin: 4px;
    padding: 2px;
}

a.button:hover
{
    text-decoration: none;
    color: black;
    background-color: #C1BA9E;
    border: solid 2px Maroon;
    margin: 3px;
    padding: 2px;
}
*/
.EditFieldDescription
{
    color: Orange;
    font-style: italic;
}

/* Editor styles */
.helptext
{
    border-top: solid 1px yellow;
    border-left: dotted 1px yellow;
    border-right: dotted 1px yellow;
    border-bottom: none;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    color: Yellow;
    font-style: italic;
}

/*
td.toolbarElement a.button
{
    text-decoration: none;
    padding: 0px;
}

td.toolbarElement a.button:hover
{
    text-decoration: none;
    padding: 0px;
}
*/
/* File Manager styles -------------------------------------------------- */


#canvasDialog
{
    background-color: #eee;
    color:  #666;
    width: 800px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0px;
}


.FileTreeNode
{
    color: #333;
    font-weight: normal;
}

.FileTreeSelectedNode
{
    color: #111;
    font-weight: bold;
}

#canvasDialog a.button, #canvasDialog .button
{
    height: 20px;
    width: 70px;
    text-decoration: none;
    color: Black;
    background-color: #C1BA9E;
    border: solid 1px Maroon;
    margin: 4px;
    padding: 2px;
}

#canvasDialog a.button:hover, #canvasDialog .button:hover
{
    height: 22px;
    width: 72px;
    text-decoration: none;
    color: black;
    background-color: #C1BA9E;
    border: solid 2px Maroon;
    margin: 3px;
    padding: 2px;
}
#canvasDialog #Image1
{
    padding: 5px;
    margin: 5px;
}