/* Basic elements */
html
{
	overflow-y:scroll;
	overflow-x:hidden;
}
body, input, textarea
{
	font-family:Verdana;
	font-size:12px;
}
body
{
	background-color:#F5F3F2;
	color:black;
	padding:20px 0px 20px 0px;
	margin:0px;
}
p
{
	margin:0px;
	padding:0px 0px 8px 0px;
}
a
{
	color:#FF8000;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
a:hover
{
	text-decoration:underline;
}
a img
{
	border:0px;
}
table
{
	border-collapse:collapse;
	clear:left; /* safari issue: in the content float a panel left, add a table, and the table exceeds the contents bounds. clearing both sides moves the banners down */
	width:98%;
	margin: 5px 0px 5px 0px;
}
table td
{
	border-bottom:1px solid #F5F3F2;
}
table th
{
	text-align:left;
	color:#FF8000;
	background-color:#F5F3F2;
}
table th, table td
{
	padding: 1px 5px 1px 5px;
	vertical-align:top;
}
code
{
	padding:10px;
	display:block;
}

hr
{
	border:0px;
	border-top:1px solid black;
	height:1px;
	clear:both;
}
ul
{
	margin: 5px 0px 5px 20px;
	padding:0px;
}
ol
{
	margin: 5px 0px 5px 30px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6
{
	margin:0px;
}
h1, h4
{
	font-size:20px;
	padding: 2px 0px 2px 0px;
}
h2, h5
{
	font-size:15px;
	padding: 2px 0px 2px 0px;
}
h3, h6
{
	font-size:11px;
	padding: 0px 0px 2px 0px;
}
h1
{
	color:#FF8000;
	margin-bottom:10px;
}
h2
{
	margin-top:10px;
}
h5
{
	color:#FF8000;
}
h6
{
	color:#FF8000;
}


/* Structural elements */

#Disclaimers
{
	margin-left:auto;
	margin-right:auto;
	width:950px;
	text-align:center;
	padding-top:3px;
}
#Disclaimers a
{
	color:#666666;
	font-weight:normal;
	font-size:11px;
}

#Logo
{
	width:100px;
	height:108px;
	position:absolute;
	top:15px;
	left:120px;
	z-index:100;
	background-image:url(/bvlisse.website/gfx/pic_logo_100.png);
}
* html #Logo
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bvlisse.website/gfx/pic_logo_100.png', sizingMethod='crop');
	background-image:none;
}

#Footer
{
	clear:both;
}

#Sidebar
{
	width:257px;
	padding-top:85px;
	padding-bottom:25px;
}
#Content
{
	width:690px;
	float:right;
}

#Container
{
	margin-left:auto;
	margin-right:auto;
	border:3px solid black;
	width:950px;
	background-color:White;
	background-image:url(/bvlisse.website/gfx/bg_sidebar.gif);
	background-repeat:repeat-y;
	background-position:-40px 0px;
	position:relative;
}
#Header
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
}
table.RandomSponsor
{
	margin:20px auto 0px auto;
}
table.RandomSponsor td
{
	text-align:center;
	vertical-align:middle;
	/*height:148px;*/
	border-bottom:0px;
	padding:20px 0px;
}
table.RandomSponsor td
{
	/*border-top:1px solid #bababa;*/
}


#MenuPanel
{
	background-color:white;
	width:200px;
	border:3px solid black;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#MenuPanel .CornerTopLeft, #MenuPanel .CornerTopRight, #MenuPanel .CornerBottomLeft, #MenuPanel .CornerBottomRight
{
	background-image:url(/bvlisse.website/gfx/bg_panelcorner_grey.gif);	
	width:8px;
	height:9px;
}
#MenuPanel .CornerTopLeft { background-position:0px 0px; } 
#MenuPanel .CornerTopRight { background-position:8px 0px; } 
#MenuPanel .CornerBottomLeft { background-position:0px 9px; } 
#MenuPanel .CornerBottomRight { background-position:8px 9px;} 

.CornerTopLeft, .CornerTopRight, .CornerBottomLeft, .CornerBottomRight
{
	background-image:url(/bvlisse.website/gfx/bg_corner.gif);	
	width:2px;
	height:2px;
	overflow:hidden;
	position:absolute;
}

.CornerTopLeft { background-position:0px 0px; left:-3px; top:-3px; } 
.CornerTopRight { background-position:2px 0px; right:-3px; top:-3px; } 
.CornerBottomLeft { background-position:0px 2px; left:-3px; bottom:-3px;} 
.CornerBottomRight { background-position:2px 2px; right:-3px; bottom:-3px; } 

/* Qios.DynamicWeb controls */

.QMailFormPart fieldset
{
	border:0px;
	padding:10px 0px 0px 0px;
	margin:0px;
}
* html .QMailFormPart fieldset
{
	padding:0px;
}
.QMailFormPart .TextBox, .QMailFormPart .MultiLineTextBox
{
	width: 400px;
}
.QMailFormPart .ComboBox
{
	width:404px;
}
* html .QMailFormPart .ComboBox
{
	width:406px;
}
label.RadioButton
{
	margin-right:20px;
}
.FormVertical label.RadioButton
{
	display:block;
	margin-right:0px;
}
.QMailFormPart .MultiLineTextBox
{
	overflow-y:auto;
	height:100px;
}
.QMailFormPart legend
{
	color:#FF8000;
	font-weight:bold;
	font-size:11px;
	padding:0px;
}
* html .QMailFormPart legend
{
	margin-bottom:10px;
	margin-left:-7px;
}
.QMailFormPart label.FieldName
{
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding: 2px 10px 0px 0px;
}

.FormVertical label.FieldName
{
	display:block;
	float:none;
	width:auto;
	text-align:left;
	padding:0px 0px 2px 0px;
}

.QMailFormPart p.Required label.FieldName
{
	text-decoration:underline;
}
* html .QMailFormPart sub
{
	padding-left:3px;
	margin-bottom:-3px;
	float:left;
}
* html .FormVertical sub, .FormVertical sub
{
	display:block;
	float:none;
	padding-left:0px;
	margin-bottom:0px;
}
.QMailFormPart .SubmitButton
{
	margin-top: 10px;
}

.QMailFormPart .ExceptionMessage, .QMailFormPart .InvalidMessage
{
	padding-bottom:15px;
	font-weight:bold;
	color:darkred;
}
.QMailFormPart p.Invalid label.FieldName
{
	padding-top:15px;
}
.QMailFormPart p.Invalid label.FieldName, .QMailFormPart p.Invalid sub
{
	color:darkred;
	font-weight:bold;
}
.QMailFormPart p
{
	clear:both;
}

#qmppPathNavigation
{
	float:right;
}
#qmppPathNavigation img
{
	margin-left:10px;
	margin-right:10px;
}

#qmpMainMenu
{
	background-color:#FF8000;
}


#qmpMainMenu ul
{
	position:relative;
	
	display:block;
	padding:20px 0px 0px 0px;
	margin: 0px;
	list-style-type:none;
}
#qmpMainMenu ul ul
{
	padding:0px;
	display:none;
}
#qmpMainMenu ul li
{
	display:block;
	width:100%;
	border-top:1px solid black;
	background-color:white;
}
#qmpMainMenu ul li a
{
	padding:7px 5px 8px 10px;
	height:100%;
	display:block;
	position:relative;
	color:Black;
}
#qmpMainMenu ul li a:hover
{
	color:#FF8000;
}

#qmpMainMenu ul li
{
	position:relative;
}
#qmpMainMenu ul li ul 
{
	/*display:none;*/
	/*border:1px solid black;
	border-top:0px;
	*/
	background-color:black;
	padding: 0px 1px 1px 1px;
	position:absolute;
	left:100%;
	margin-left:3px;
	top:-1px;
	width:200px;
}
#qmpMainMenu ul li ul ul
{
	display:none;
	margin-left:0px!important;
}


a.HasChildren
{
	background-image:url(/bvlisse.website/gfx/pic_arrow.gif);
	background-repeat:no-repeat;
	background-position: 190px 10px;
}

#qmpMainMenu ul li.Current, #qmpMainMenu ul li.Active
{
	background-image:url(/bvlisse.website/gfx/pic_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
}
.GoogleMaps
{
	border:1px solid black;
	margin-bottom:10px;
}
.ContentPart
{
	line-height:130%;
	padding:10px 10px 10px 10px;
}
.Column
{
	width: 325px;
	float:left;
}

/* ie6 rounding bug */
* html .Column .PanelPart .CornerTopRight { right:-4px; } 
* html .Column .PanelPart .CornerBottomRight { right:-4px;} 

.PanelPart
{
	margin: 10px 0px 10px 0px;
	border:3px solid black;
	position:relative;
	height:1%; 
	overflow:visible;
	background-color:#FF8000;
	clear:both;
}
.PanelPartFooter
{
	clear:both;
}
.PanelPartHeader
{
	padding: 3px 5px 4px 5px;
	font-weight:bold;
	border-bottom:1px solid black;
}
.PanelPartContent
{
	padding: 10px 10px 10px 10px;
	background-color:White;
	background-repeat:no-repeat;
	background-position: bottom right;
}
.PanelPart .CornerTopLeft, .PanelPart .CornerTopRight, .PanelPart .CornerBottomLeft, .PanelPart .CornerBottomRight
{
	background-image:url(/bvlisse.website/gfx/bg_panelcorner_white.gif);	
	width:8px;
	height:9px;
}
.PanelFill {}
.PanelLeft, .PanelRight { width:300px; }
.PanelLeft { float:left; margin-right:9px; }
.PanelRight { float:right; margin-left:9px; }

.InvertedPanel 
{
	border:3px solid #FF8000;
	background-color:Black;
}
.InvertedPanel .PanelPartHeader
{
	color:#FF8000;
	border-bottom:1px solid #FF8000;
}
.InvertedPanel .CornerTopLeft, .InvertedPanel .CornerTopRight, .InvertedPanel .CornerBottomLeft, .InvertedPanel .CornerBottomRight
{
	background-image:url(/bvlisse.website/gfx/bg_invertedpanelcorner_white.gif);	
}

.ClearPanel 
{ 
	border:3px solid white; 
	background-color:Transparent;
}
.ClearPanel .CornerTopLeft, .ClearPanel .CornerTopRight, .ClearPanel .CornerBottomLeft, .ClearPanel .CornerBottomRight
{
	display:none;
}

.PanelPart .CornerTopLeft { background-position:0px 0px; } 
.PanelPart .CornerTopRight { background-position:8px 0px; } 
.PanelPart .CornerBottomLeft { background-position:0px 9px; } 
.PanelPart .CornerBottomRight { background-position:8px 9px;} 

.YouTubeList
{
	padding-bottom:2px;
}
.YouTubeList table
{
	border-collapse:collapse;
}
.YouTubeList td
{
	padding: 2px 2px 0px 2px;
}
.YouTubeList td a
{
	background-color:Purple;
	background-position:-5px -15px;
	display:block;
	width:100px;
	height:70px;
	border:3px solid black;
}
.YouTubeList td a:hover
{
	border-color:White;
}
.YouTubeList td a img
{
	width:38px;
	height:37px;
	margin-left:30px;
	margin-top:15px;
}
.YouTubeList td a:hover img
{
	background-image:url(/bvlisse.website/gfx/pic_play.png);
	background-repeat:no-repeat;
}

* html .YouTubeList td a:hover img
{
	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bvlisse.website/gfx/pic_play.png', sizingMethod='crop');
}
.YouTubeVideo
{
	border:1px solid black;
}

.RssReader
{
	clear:both;
}

.RssReader h1
{
	padding-bottom:0px;
}
.RssReader sub
{
	padding-top:4px;
	display:block;
}
.RssReader dl
{
	margin-bottom:0px;
}
.RssReader dd
{
	margin:0px;
	padding:0px 0px 10px 0px;
}
.EmailFormulier 
{
}
.EmailFormulier label
{
	display:block;
	width:200px;
	float:left;
	text-align:right;
}

img.Border1
{
	border:1px solid black;
}
img.Border2
{
	border:1px solid #FF8000;
}
img.Margin
{
	margin:3px;
}

table.SmallFont
{
	font-size:9px;
}

.KeywordsPart
{
	font-size: 11px;
	font-style: italic;
	margin-bottom: 8px;
}

.TwitterText
{
    padding-left:100px;
    position:relative;
}
.TwitterText img
{
    width:100px;
    position:absolute;
    left:0px;
}
.TwitterText hr
{     
    clear:none;
}
.TwitterText p
{     
    font-style:italic;
}
