/* 
================================
Container styles for Hostmann-Steinberg Website
================================
*/  


/* Main container */
.RoundedBox_Container
{
	border-collapse:collapse;
	width: 100%;
}

.RoundedBox_Container TD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
}

.RoundedBox_Title {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  17px;
   font-weight:  normal;
   color: gainsboro;
}

.RoundedBox_HS_Icon
{
	width: 16px;
	height: 16px;
}

.RoundedBox_L
{
	width:14px;
	height:0px;
}

.RoundedBox_R
{
	width:14px;
	height:0px;
}

/* Top */
.RoundedBox_TL
{
	background-image: url('RoundedBox_TL.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	width: 13px;	
}

.RoundedBox_TM
{
	background-image: url('RoundedBox_TM.jpg');
	background-repeat:repeat-x;
	vertical-align: bottom;	
	padding-bottom: 10px;
	clip: auto;
	background-position: bottom;
}

.RoundedBox_TR
{
	background-image: url('RoundedBox_TR.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	width: 14px;	
}

.RoundedBox_Title {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  17px;
	font-weight:  normal;
	font-weight: 600;
	color: #506FAC;
}

/* Center */
.RoundedBox_CL
{
	background-image: url('RoundedBox_M.jpg');
	background-repeat:repeat-y;
	background-position:left;
	width: 1px;	
}

.RoundedBox_CR
{
	background-image: url('RoundedBox_M.jpg');
	background-repeat:repeat-y;
	background-position:right;
	width: 1px;	
}


/* Bottom */
.RoundedBox_BL
{
	background-image: url('RoundedBox_BL.jpg');
	background-repeat: no-repeat;
	background-position:left;
	width: 14px;
	height: 9px;	
}

.RoundedBox_BC
{
	background-image: url('RoundedBox_BC.jpg');
	background-repeat: repeat-x;
	height: 9px;	
}

.RoundedBox_BR
{
	background-image: url('RoundedBox_BR.jpg');
	background-repeat: no-repeat;
	background-position:right;
	width: 14px;
	height: 9px;	
}


























































