/* ////////////////  Main Header Bar ////////////// */

.mainContentHeaderWrapper {
	color: #ccc;
	background-color: #edede8;
	width: 100%;
	padding: 3px 0 1px 0;
	margin: 0 0 10px 0;
	height: 20px;
	}
	
.mainContentHeaderWrapper_withTopMargin{
	color: #ccc;
	background-color: #edede8;
	width: 100%;
	padding: 3px 0 1px 0;
	margin: 10px 0 10px 0;
	height: 20px;
	}

.mainContentHeaderWrapper_withTopMargin .title, .mainContentHeaderWrapper .title {
	color: #262633;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	}

.mainContentHeaderWrapper_withTopMargin .title a, .mainContentHeaderWrapper .title a{
	color: #262633;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
    padding: 3px 5px 3px 5px;
	}

.mainContentHeaderWrapper_withTopMargin  .title a:hover, .mainContentHeaderWrapper  .title a:hover{
	text-decoration: underline;
	}
