.tab-wrapper {
	padding: 10px 10px 0;
	clear: both;
	height: 191px;
	width: 404px;
	/*top: -1px;*/
	background: url(/images/backgroundTabPanel1.png) no-repeat 0 0;
	/*border: 1px solid #000;*/
	float: left;
	margin: 0 5px 0 0;
}

.tab-menu {
	margin: 0 0 0 18px;
	padding: 0;
	list-style: none;
}

.tab-menu li {
	margin: 0;
	padding: 0;
	float: left;
	/*line-height: 2em;*/
	font-size: 12px;
	line-height: 1.9em;
}

.tab-menu li a {
	/*padding: 0 .5em;
	font-weight: bold;*/
	float: left;
	margin-right: 0;
	cursor: pointer;
	height: 24px;
	color: #fff;
	font-weight: bold;
	padding: 2px 0px;
	background: url(/images/backgroundTabInActive1.png) no-repeat 0 0;
	width: 97px;
	text-decoration: none;
}

.tab-menu li a:hover, .tab-menu li a:focus {
	float: left;
	margin-right: 0;
	cursor: pointer;
	height: 24px;
	color: #3E5569;
	font-weight: bold;
	padding: 2px 0px;
	background: url(/images/backgroundTabActive1.png) no-repeat 0 0;
	width: 97px;
	font-style: normal;
	text-decoration: none;
	outline: 0;
}

.tab-menu li.tab-selected a {
	float: left;
	margin-right: 0;
	cursor: pointer;
	height: 24px;
	color: #3E5569;
	font-weight: bold;
	padding: 2px 0px;
	background: url(/images/backgroundTabActive1.png) no-repeat 0 0;
	width: 97px;
	font-style: normal;
	text-decoration: none;
	}

#panelInside {
	text-align: left;
}
