.usual {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 17px;
	width: 850px;
	background-color: transparent;
}
.usual li {
	list-style:none;
	float:left;
}
.usual ul a {
	display:block;
	text-decoration:none!important;
	color:#FFF;
	background:#575757;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	margin-top: 1px;
	margin-left:1px;
	margin-right: 1px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: small;
	border-width: 1px;
	border-style: solid;
	border: #fff;
	font-weight: bold;
}
.usual ul a:hover {
	color:#FFF;
	background:#111;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border: #111;
}
.usual ul a.selected {
	margin:0px;
	color:#fff;
	cursor:default;
	background-color: transparent;
	border: 1px solid transparent;
	background-image: url(../images/tab-bg-1.png);
}
.usual div#tab_content {

	*padding-top:3px;
	*margin-top:-15px;
	clear:left;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	border-radius: 33px;
	min-height: 350px;
	border:0px solid transparent;
	font-size: small;
	color: #fff;
	padding: 40px;
	background-color: transparent;
}
.usual div a {
	color:#fff;
	text-decoration: underline;
}
.usual div a:hover {
	color:#fff;
	text-decoration: underline;
}
.idlogo {
	font-size: x-small;
	text-decoration: none;
	color: rgba(230, 230, 250, .00);
}
.tabcontentiframe {
	height: 496px;
	overflow: hidden;
	background-color: transparent;
}
#contentdivid {
	height: 496px;
}
#iframe {
	background-color: transparent;
	background-image: none;
}

