﻿#container #colMidMyHH 
{
	float:left;
	width: 666px;
	background-attachment: fixed; /*  scroll / fixed; can't use fixed as IE only supports fixed on the body tag. */
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	font-size: 0.8em;
}

/***********************************************/
/* START TOOLBAR                               */
/***********************************************/
#container .toolbar
{
  background-color: #000000; /* #aaaadd - bluish; (issue #3 Yellow); #78ABDE (dark blue) */
  background-image: url( "images/bg_myhh_toolbar.jpg" );
  width: 1038px;
  height: 20px;
  font-size: 0.8em;
  color: #ffffff;
}

/***********************************************/
/* END   TOOLBAR                               */
/***********************************************/

/***********************************************/
/* START NEWSBOX                               */
/***********************************************/
#colMidMyHH .newsbox
{
	/* width: 640px; */
	width: 100%;
}

#colMidMyHH .newsbox .titlebg
{
	color: #ffff00;
	width: 100%;
	height: 22px;
	background-color: #000000; /*  #aaaadd - bluish; (issue #3 Yellow); #78ABDE (dark blue) */
	background-image: url( "images/forums/title_bg.png" );
	background-repeat: repeat-x;
	margin-bottom: 3px;
}

#colMidMyHH .newsbox .titletxt
{
	padding-left: 40px;
	text-align: left;
}
#colMidMyHH .newsbox .titletxt a:link
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 0 none;
}
#colMidMyHH .newsbox .titletxt a:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 0 none;
}
#colMidMyHH .newsbox .titletxt a:hover
{
	color: #ffff00;
	text-decoration: none;
	font-weight: bold;
	border: 0 none;
}


#colMidMyHH .newsbox .image
{
	margin: 0px 0px 0px 0px;
	color: #000000;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	float:left;	
}

#colMidMyHH .newsbox .body
{
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}

#colMidMyHH .newsbox .metadata
{
	color: #ffffff;
	float: right;
	padding: 12px;
}

#colMidMyHH .newsbox .footer
{
	text-align: right;
	clear: both;
}
/***********************************************/
/* END   NEWSBOX                               */
/***********************************************/