/* Styling of the title */

.Web2GreyTitle{
	color: #999999;
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:20px;
	font-weight:bold;
}

/* Styling of the container */

.Web2OutGrey{
	margin:0 0 20px 0;
	background : #FFF url(images/grey-out-tile.gif) repeat-x scroll bottom;
}

.Web2OutGrey .TopTile{
	background : url(images/grey-out-tile.gif) repeat-x scroll top;
}

.Web2OutGrey .RightTile{
	background : url(images/grey-out-tile.gif) repeat-y scroll right;
}

.Web2OutGrey .LeftTile{
	background : url(images/grey-out-tile.gif) repeat-y scroll left;
}

.Web2OutGrey .TopRight{
	background : url(images/grey-out-top-right.gif) no-repeat scroll top right;
	padding:0 20px 0 20px;
}

.Web2OutGrey .TopLeft{
	background: url(images/grey-out-top-left.gif) no-repeat scroll top left;
}

.Web2OutGrey .TopRight img{
	margin-bottom:-2px;
}

.Web2OutGrey .BottomRight{
	background : url(images/grey-out-bot-right.gif) no-repeat scroll bottom right;
}

.Web2OutGrey .BottomLeft{
	background : url(images/grey-out-bot-Left.gif) no-repeat scroll bottom Left;
}

.Web2OutGrey .TitleBar{
	background : url(images/grey-out-divide.gif) repeat-x scroll bottom;
}

.WebContPadd{
	padding:10px 20px 20px 20px;
}

.Web2OutGrey .TitleHeight{
	height:38px;
}
