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