/* Start of CMSMS style sheet '** Ecool Tab Template **' */
div#tab_wrapper{
	position: relative;
	width: 501px;
	margin: 0 0 20px 10px;
       clear: both;
}

div#tab_wrap_title{
	position: absolute;
	top: 25px;
	left: 45px;
	color: #1B6D36;
	font-size: .9em;
	font-weight: bold;
}

div#tab_wrap_top{
	height: 55px;
	background: url('uploads/images/template/tab/tab_top.jpg');
}

div#tab_wrap_middle{
	background: url('uploads/images/template/tab/tab_center.jpg') repeat-y;
	padding: 0px 15px;
}

div#tab_wrap_middle p{
	margin: 0px;
}

div#tab_wrap_bottom{
	background: url('uploads/images/template/tab/tab_bottom.jpg');
	height: 29px;
}

td {
       vertical-align: top;
}

/** Describes parts of the News Module **/

div.NewsSummary{
	font-size: .9em;
	/**  just to let you know, i had to style the h5 and p inside the NewsSummary div were styled inline **/
}
/* End of '** Ecool Tab Template **' */

