/***************************************************************/
/* CSS Stylesheet for web site and the surroundig Frame 
/* (Background colors,...)
/***************************************************************/
.STP_Body
{
	background-color:White;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;	
}
.STP_Frame_LeftSide
{
	background-color:#FFDF7B;
}

/***************************************************************/
/* General CSS Stylesheet for titles, text, buttons,...
/***************************************************************/
.STP_PageTitle
{
	font-family:verdana,Arial;
	color:#BC3B13;
	font-weight:bold;
	font-size:11pt;
}
.STP_Title_Level1
{
	font-family:verdana,Arial;
	color:Green;
	font-weight:bold;
	font-size:10pt;
	padding-top:2px;
	padding-bottom:5px;
}
.STP_Title_Level2
{
	font-family:verdana,Arial;
	color:Purple;
	font-weight:bold;
	font-size:10pt;
}	
.STP_Title_Level3
{
	font-family:verdana,Arial;
	color:blue;
	font-weight:normal;
	font-size:10pt;
}
.STP_Text_Normal
{
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:9pt;
}
.STP_Text_Bold
{
	font-family:verdana,Arial;
	font-weight:bold;
	font-size:9pt;
}
.STP_Text_Italic
{
	font-family:verdana, arial;
	font-weight:normal;
	font-size:9pt;
	font-style:italic ;
}
.STP_Text_Small
{
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:8pt;
}
.STP_Text_SmallBold
{
	font-family:verdana,Arial;
	font-weight:bold;
	font-size:8pt;
}
.STP_Hyperlink
{
	text-decoration:underline;
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:9pt;
	color:#0000FF;
}
.STP_Hyperlink:hover
{
	text-decoration:underline;
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:9pt;
	color:red;
}
.STP_HiddenHyperlink
{
	text-decoration:none;
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:9pt;
	color:#000000;
}
.STP_HiddenHyperlink_Small
{
	text-decoration:none;
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:8pt;
	color:#000000;
}
.STP_HiddenHyperlink_Bold
{
	text-decoration:none;
	font-family:verdana,Arial;
	font-weight:bold;
	font-size:9pt;
	color:#000000;
}



/***************************************************************/
/* CSS Styles for the Tab Control
/***************************************************************/
.STP_TabControl_Tab
{
	text-decoration:none;
	background-color: #7C9CD0;
	font-family:verdana,Arial;
	font-weight:bold;
	font-size:10pt;
	color:White;
}
.STP_TabControl_SelectedTab
{
	text-decoration:none;
	background-color:#FFDF7B;
	font-family:verdana,Arial;
	font-weight:bold;
	font-size:10pt;
	color:Black;
}

/***************************************************************/
/* CSS Styles for the MenuBar Control
/***************************************************************/
.STP_MenuBarControl_Bar
{
	background-color: #FFDF7B;
}
.STP_MenuBarControl_Text
{
	color: 0000FF;
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana,Arial;
	text-decoration: underline;	
}
.STP_MenuBarControl_Text:hover
{
	color: red;
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana,Arial;
	text-decoration: underline;	
}

/***************************************************************/
/* CSS Styles for the Footer
/***************************************************************/
.STP_Footer_Seperator
{
	border-top-style:solid ;
	border-color: #ffdf7b;
	border-width: 2px;
}
.STP_Text_Footer
{
	text-decoration:underline;
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:8pt;
	color:#0000FF;
}
.STP_Text_Footer:hover
{
	text-decoration:underline;
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:8pt;
	color:red;
}

/***************************************************************/
/* CSS Styles for the BlockControl
/***************************************************************/
.STP_Block_OuterFrame				/* Used for creating a block within the left block */
{
	border:solid;
	border-color:#FFDF7B;
	border-width:7px;
	background-color:#FFDF7B;
}
/* Frame type 1: Blue border, light yellow background, title and text centered */
.STP_Block_Frame1_Frame				/* Border and background for frame type 1 */
{
	border:solid;
	border-color:#7C9CD0;
	border-width:2px;
	background-color:#FFFFE4;
	padding: 3 4 3 4;
	text-align:center;
}
.STP_Block_Frame1_Title				/* Text style for title in frame type 1 */
{
	font-family:verdana,Arial;
	font-weight:bold;
	font-size:9pt;
	color:11346C;
}
.STP_Block_Frame1_Text				/* Text style for text in frame type 1 */
{
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:8pt;
	color:11346C;
}

/* Seperator */
.STP_Block_Seperator_Line			/* Creates a seperator line */
{
	background-color:#7C9CD0;
	height:1px;
}
.STP_Block_Seperator_SmallSpace		/* Creates vertical empty space (used with/without seperator line) */
{
	height:3px;
}
.STP_Block_Seperator_BigSpace		/* Creates vertical empty space (used with/without seperator line) */
{
	height:7px;
}

/* Frame type 2: Blue border, title white letters on dark blue background, 
   text dark blue on light blue background */
.STP_Block_Frame2_TitleFrame		/* Border and background for frame type 2 Title part */
{
	border:solid;
	border-color:#7C9CD0;
	border-width:2px;
	background-color:#7C9CD0;
	padding: 1 2 1 4;
}
.STP_Block_Frame2_TextFrame			/* Border and background for frame type 2 Title part */
{
	border:solid;
	border-color:#7C9CD0;
	border-width:2px;
	background-color:#E5EFFF;
	padding: 3 2 2 4;
}
.STP_Block_Frame2_Title				/* Text style for title in frame type 2 */
{
	font-family:verdana,Arial;
	font-weight:bold;
	font-size:9pt;
	height:13pt;
}
.STP_Block_Frame2_Text				/* Text style for text in frame type 2 */
{
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:8pt;
	color:11346C;
	height:12pt;
}
.STP_Block_Frame2_Text:hover		/* Text style for text in frame type 2 */
{
	font-family:verdana,Arial;
	font-weight:normal;
	font-size:8pt;
	color:red;
}

/***************************************************************/
/* Specific CSS Styles Holiday.htm, Vakantie.htm,...
/***************************************************************/
.STP_WorldRegion_Block				/* Used for creating a block within the left block */
{
	font-family:verdana,Arial;
	font-size:12pt;
	background-color:#FFF6D3;
}

