/* style for module titles */
.Title  {
    font-family: Tahoma,Verdana,Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #fff;
}
.TitleSpace
{
	padding-right: 3px;
	}
.Spacer
{
	background:url(images/spacer.gif) no-repeat;
	width:6px;
	height:4px;
	}

.RightTop
{
	background:url(images/1.gif) no-repeat right;
	width:8px;
	height:33px;
	}
.CenterTop
{
	background:url(images/2.gif) repeat-x right;
	height:33px;
	}
.LeftTop
{
	background:url(images/3.gif) no-repeat left;
	width:8px;
	height:33px;
	}
.RightMiddle
{
	background:url(images/4.gif) repeat-y right;
	width:8px;
	}

.LeftMiddle
{
	background:url(images/6.gif) repeat-y left;
	width:8px;
	}
.RightBottom
{
	background:url(images/7.gif) no-repeat right bottom;
	width:8px;
	height:11px;
	}
.CenterBottom
{
	background:url(images/8.gif) repeat-x right bottom;
	height:11px;
	}
.LeftBottom
{
	background:url(images/9.gif) no-repeat left bottom;
	width:8px;
	height:11px;
	}	

.Content
{
	background:url(images/5.gif) repeat;
	padding-BOTTOM: 8px;
	padding-TOP: 8px;
	padding-LEFT: 8px;
	padding-RIGHT: 8px;
	}





