﻿
#container_title /* used in full width Content or Top pane */
{
	width: 700px;
	margin:0 auto 0 10px;
	background-image: url(images/titlebarbg.jpg);
	background-repeat: repeat-x;
}

#container_title2 /* used in Content pane with Right pane */
{
	width: 500px;
	margin:0 auto 0 10px;
	background-image: url(images/titlebarbg.jpg);
	background-repeat: repeat-x;
}

#container_title3 /* used in Right pane */
{
	width: 180px;
	margin:0 auto 0 0;
	background-image: url(images/titlebarbg.jpg);
	background-repeat: repeat-x;
}

#container_title4 /* used in Full Page */
{
	width: 930px;
	margin:0 auto 0 0;
	background-image: url(images/titlebarbg.jpg);
	background-repeat: repeat-x;
}

.container_mobile
{
	margin:0 auto 0 -2px;
	background-image: url(images/titlebarbg.jpg);
	background-repeat: repeat-x;
}

.titlename 
{ 
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 23px;
	font-weight: bold;
	padding-left: 5px;
}

.titlename2 
{ 
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.graybox_titlename 
{ 
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px;
	color: #FFF;
}

.modulecontent { padding: 0 0 0 10px; }
.modulecontent p{ padding: 0; }

.modulecontent_text { padding: 0 10px 0 20px; }
.modulecontent_text p{ padding: 0; }
