/* Style for Usual tabs */
.usual {
	width:360px;
	margin:0;
	padding:0;
}
#tabarea {
	font-size:12px;
	border-bottom:1px solid #e0e0e0;
	*overflow:hidden;
	height:25px; 
	}
#tabarea ul {
	padding:0;
	margin:0;
	list-style:none;
}
#tabarea li {
	float:left;
	width:auto;
}
#tabarea li a {
	float:left;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px 0 0;
	padding: 5px 10px;
	color:#275B8D;
	background-color: #E6E6E8;

	*position:relative;
}
#tabarea li a:hover {
	color:#000000;
}
#tabarea a.selected {
	color:#000000;
	border-top: solid 1px #E6E6E8;
	border-left: solid 1px #E6E6E8;
	border-right: solid 1px #E6E6E8;
	background-color:#FFFFFF;

	*height:9px;
}



.usual2 {
	width:99%;
	margin:0;
	padding:0;
}

#tabarea2 {
	font-size:12px;
	border-bottom:1px solid #e0e0e0;
	*overflow:hidden;
	height:25px; 
	}
#tabarea2 ul {
	padding:0;
	margin:0;
	list-style:none;
}
#tabarea2 li {
	float:left;
	width:auto;
}
#tabarea2 li a {
	float:left;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px 0 0;
	padding: 5px 10px;
	color:#275B8D;
	background-color: #E6E6E8;

	*position:relative;
}
#tabarea2 li a:hover {
	color:#000000;
}
#tabarea2 a.selected {
	color:#000000;
	border-top: solid 1px #E6E6E8;
	border-left: solid 1px #E6E6E8;
	border-right: solid 1px #E6E6E8;
	background-color:#FFFFFF;

	*height:9px;
}



.usual3 {
	width:360px;
	margin:0;
	padding:0;
}
#tabarea3 {
	font-size:12px;
	border-bottom:1px solid #e0e0e0;
	*overflow:hidden;
	height:25px; 
	}
#tabarea3 ul {
	padding:0;
	margin:0;
	list-style:none;
}
#tabarea3 li {
	float:left;
	width:auto;
}
#tabarea3 li a {
	float:left;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px 0 0;
	padding: 5px 10px;
	color:#275B8D;
	background-color: #E6E6E8;

	*position:relative;
}
#tabarea3 li a:hover {
	color:#000000;
}
#tabarea3 a.selected {
	color:#000000;
	border-top: solid 1px #E6E6E8;
	border-left: solid 1px #E6E6E8;
	border-right: solid 1px #E6E6E8;
	background-color:#FFFFFF;

	*height:9px;
}



#tabarea4 {
	font-size:12px;
	border-bottom:1px solid #e0e0e0;
	*overflow:hidden;
	height:25px; 
	}
#tabarea4 ul {
	padding:0;
	margin:0;
	list-style:none;
}
#tabarea4 li {
	float:left;
	width:auto;
}
#tabarea4 li a {
	float:left;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px 0 0;
	padding: 5px 10px;
	color:#275B8D;
	background-color: #E6E6E8;

	*position:relative;
}
#tabarea4 li a:hover {
	color:#000000;
}
#tabarea4 a.selected {
	color:#000000;
	border-top: solid 1px #E6E6E8;
	border-left: solid 1px #E6E6E8;
	border-right: solid 1px #E6E6E8;
	background-color:#FFFFFF;

	*height:9px;
}



.content {
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	width:350px;
	padding:5px;
	float:left;
	text-align:left;
	background-color:#RRRRRR;
}

.content2 {
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	width:99%;
	padding:5px;
	float:left;
	text-align:left;
	background-color:#RRRRRR;
}




