/**************************************************/
/* this sheet handles the hovering descriptions for the icc 2007*/
/*rollvers for chefs and their workshops*/
/**************************************************/
#workShopHover img {
	border:none;
	z-index:0;
	}
#workShopHover td
 {
	position:relative;
	}
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*------------------------------------------PopUp text box Start*/
/*--------------------------------------------------------------*/
#workShopHover .hoverStrong {
	font-size:12px;
	font-weight:bold;
	}
#workShopHover a.hoverBox:link,
#workShopHover a.hoverBox:active,
#workShopHover a.hoverBox:hover,
#workShopHover a.hoverBox:visited,
#workShopHover a.hoverBoxRight:link,
#workShopHover a.hoverBoxRight:active,
#workShopHover a.hoverBoxRight:hover,
#workShopHover a.hoverBoxRight:visited
	{
	text-decoration:none;
	font-weight:none;
	color:#990033;
		}
#workShopHover .hoverBox img,
#workShopHover .hoverBoxRight img
{
	border: #990000 solid 1px;
	position:relative;
	z-index:1;
	}
#workShopHover .hoverBox,
#workShopHover .hoverBoxRight
{ /*just the hoverBox*/
	position: relative;
	z-index: 0;
	}
#workShopHover .hoverBox:hover,
#workShopHover .hoverBoxRight
{ /*handles the hoverBox hover only*/
	background-color: transparent;
	}
#workShopHover .hoverBox:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -70px;
	left:60px; /*position where enlarged image should offset horizontally*/
	width:350px;
	height:auto;
	font-weight:normal;
	}

#workShopHover .hoverBox span,
#workShopHover .hoverBoxRight span
{ /*CSS for enlarged image inside the span*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index:2;
	}
#workShopHover .hoverBox span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	z-index:5;
	}
/*---------------------------------------------------------------*/
/*--------------this will handle poprollovers to the right of the page*/
/*---------------------------------------------------------------*/
#workShopHover .hoverBoxRight:hover span {
	visibility:visible;
	top:-70px;
	left:-320px;
	height:auto;
	font-weight:normal;
	}
/*PopUp IMAGE END*/
