/*=============================*/
/*Tigerstop 'TigerWood' Classes*/
/*=============================*/

/*Layout Classes*/

.Holder{}

.HeadSet{z-index:1;height:121px;width:100%;min-width:780px;text-align:center;background-color:#ffffff;border-bottom: dodgerblue 1px solid;
	background-image:url(http://www.sisoweb.nl/TSImages/SisoMountain.jpg);
	background-position:right bottom;
	background-repeat:no-repeat}
.Head1{z-index:30;height:120px;width:780px;overflow:hidden;min-height:12px;margin:0px auto;padding:0px}
.Head2{display:none;}
.Head3{display:none;}
/*
.Head1{z-index:30;height:140px;width:780px;overflow:visible;float:left;min-height:12px;border:1px solid red;margin:0px auto}
.Head2{z-index:20;height:140px;width:0%;overflow:visible;float:left;min-height:12px;display:none;}
.Head3{z-index:10;width:0%;overflow:hidden;float:left;min-height:12px;display:none;}
*/

.BodySet{z-index:2;width:780px;text-align:left;height:275px;background-color:transparent;clear:both;
	background-image:none;/*url(http://www.sisoschool.nl/TSImages/SisoLogoWatermerk.jpg);*/
	background-position:right bottom;
	background-repeat:no-repeat}
.Body1{z-index:60;width:150px;text-align:left;overflow:visible;float:left;min-height:12px;margin-top:24px;padding-bottom:8px}
.Body2{z-index:50;width:625px;overflow:hidden;float:left;min-height:12px;padding-left:25px;padding-top:20px;padding-bottom:8px;}
.Body3{z-index:40;width:1px;overflow:hidden;float:left;min-height:12px}

.FooterSet{min-height:12px;z-index:1;width:100%;text-align:center;background-color:#fafeff;clear:both;border-bottom: blue 1px solid;
	background-image:url(http://www.sisoweb.nl/TSImages/SisoWebFadedBottomLine2.jpg);
	background-position:bottom;
	background-repeat:repeat-x}
	}
.Footer1{display:none;}
.Footer2{padding-bottom:1px;z-index:20;width:100%;overflow:hidden;min-height:12px}
.Footer3{display:none;}

/*Menu*/

.MenuItem{
	background-image:url(http://www.sisoschool.nl/TSImages/TSMenuBackground.gif);
	background-repeat:repeat-x;
	background-color:#e0f4fc;
	background-position:bottom;
	border-right:blue 1px solid;
	border-bottom:blue 1px solid;
	width:120px;
	height:20px;
	padding:4px;
	padding-left:12px;
	font-size:12px;
	font-weight:bold;
	}

.MenuItemOver{
	background-image:none; /*url(http://www.sisoschool.nl/TSImages/TSMenuBackgroundOver.gif);*/
	background-repeat:repeat-x;
	background-color:lightcyan;
	border-left:blue 1px solid;
	border-top:blue 1px solid;
	width:120px;
	height:20px;
	padding:4px;
	padding-left:12px;
	font-size:12px;
	font-weight:bold;
	}

.MenuItemSub{
	background-image:url(http://www.sisoschool.nl/TSImages/TSMenuBackground.gif);
	background-repeat:repeat-x;
	background-color:#e0f4fc;
	background-position:bottom;
	border-right:blue 1px solid;
	border-bottom:blue 1px solid;
	border:blue 1px solid;
	width:132px;
	height:20px;
	padding:4px;
	padding-left:12px;
	font-size:12px;
	font-weight:bold;
	}

.MenuItemSubOver{
	/*background-image:url(http://www.tigerstop.sisosite.nl/TSImages/TSMenuBackgroundOver.gif);
	background-repeat:repeat-x;*/
	background-color:lightcyan;
	border-left:blue 1px solid;
	border-top:blue 1px solid;
	border:blue 1px solid;
	width:132px;
	height:20px;
	padding:4px;
	padding-left:12px;
	font-size:12px;
	font-weight:bold;
	}

.MenuTableClass{
	width:112px;
	margin-left:8px;
	}

.SubMenuClass{
	background-color:#f1faff;
	border: 1px lightcyan outset;
	z-index:200;
	width:132px;
	}
	
/*Selectors*/

.LangSelDefaultDivContainer{position:absolute;top:115px;left:25px;z-index:100;overflow:hidden;width:100px;font-weight:bold;}

.LangSelDefaultDivSelBox{width:100px;font-weight:bold;}

.LangSelPre{padding-left:3px;font-weight:normal;font-size:11px}

.SkinSelDefaultDivContainer{}

.SkinSelDefaultDivSelBox{}

.SkinSelPre{}

/*User login*/

.UserLogin{
	position:absolute;
	top:104px;
	left:470px;
	z-index:100;
	overflow:hidden;
	width:300px;
	text-align:right;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:darkblue;
	}

.UserLogout{
	position:absolute;
	top:104px;
	left:470px;
	z-index:100;
	overflow:hidden;
	width:300px;
	text-align:right;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:darkblue;
	}

.UserLoginLink:link{color: darkblue;text-decoration:none}
.UserLoginLink:visited{color: darkblue;text-decoration:none}
.UserLoginLink:active{color: darkblue;text-decoration:none}
.UserLoginLink:hover{color: dodgerblue;text-decoration:none}

.UserLogoutLink:link{color: darkblue;text-decoration:none}
.UserLogoutLink:visited{color: darkblue;text-decoration:none}
.UserLogoutLink:active{color: darkblue;text-decoration:none}
.UserLogoutLink:hover{color: dodgerblue;text-decoration:none}

.UserLogDefaultI{padding:8px;text-align:center;margin-top:75px}

.UserLogDefaultG{width:100%;padding:8px;text-align:center;margin-top:75px}

/*Validation*/
	
#tooltip{
	border-right: black 1px solid;
	border-top: black 1px solid;
	visibility: hidden;
	font: statusbar;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	background-color: lightyellow;
	}
	
.ValStar
{
	cursor: help;
	color: red;
	font-family: Monospace;
	vertical-align:top;
	font-weight:bold;
	font-size:150%
}

.TT{
	color:black;
	background-color:lightyellow;
	border:1px solid black;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	Filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#888888, OffX=1, OffY=1, Positive=1)
	}

/*EditSelection*/

.TSEditSelectionTable{
	border:1px lightyellow outset;
	background-color:lightyellow;
	}

.TSEditSelectionBox{
	width:240px;	
	height:120px;
	margin:5px;
	margin-top:0px}

.TSEditSelectionBox2{
	width:230px;	
	height:120px;
	margin:5px;
	margin-top:0px}
	
.TSEditSelectionButton{
	width:100px;	
	height:28px;
	}

.PortfolioImage{
	border-top: 1px solid #bbddff;
	border-left: 1px solid #bbddff;
	border-bottom: 1px solid #11508d;
	border-right: 1px solid #11508d;
	}