/* 
================================
 Container Styles for Areshta
================================
*/   

.BlueContainerMaster {
	width: 100%;
	background-color: Transparent;
/*	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.BlueContainerTitleBarRight
{
	background: url(images/Title01.gif) top left no-repeat;
	width: 19px;
	vertical-align: top;
}

.BlueContainerTitleBarCaptionArea
{
	background: url(images/Title02.gif) top right repeat-x;
	vertical-align: top;
}
.BlueContainerTitleBarCaptionArea.img
{
	width:10px;
	height:10px;
}
.BlueContainerTitleBarSpacer
{
	background: url(images/Title03.gif) top left no-repeat;
	width: 12px;
}

.BlueContainerTitleBarBG
{
	background: url(images/Title04.gif) top right repeat-x;
	width: 100%;
}

.BlueContainerTitleBarLeft
{
	background: url(images/Title05.gif) top left no-repeat;
	width: 21px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

.iContentPan
{
	border: 1px solid #88b0c7;
	background-color: #deeefd;
	width: 100%;
	padding: 5px;
}