
/* content background color */
.yui-navset .yui-content { 
	background: transparent;
}

/* line between tabs and content */
/*.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
	border-color:#2647A0;
	border-style:solid;
	border-width:0pt 0pt 5px;
}*/

/* list of tabs */
.yui-navset .yui-nav {
	margin: 0px 0px 9px 0px;
}

/* tab list item part */
.yui-navset .yui-nav li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin: 0px 5px 0px 0px;
}

/* tab link part */
.yui-navset .yui-nav a {
	border: 0;
}

/* non-selected tab */
.yui-navset .yui-nav a em {
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	padding: 5px 10px 5px 10px;
	background: #F0EAEA;
	color: #000000;
   	font: sans-serif;
	font-style: normal;
	font-size: 15px;
}

/*non-selected tab hover*/
.yui-navset .yui-nav a:hover {
	background: #D8D8D8;
	text-decoration: none;
	cursor: pointer;
}

/*non-selected tab content hover*/
.yui-navset .yui-nav a em:hover {
	background: #D8D8D8;
	text-decoration: none;
	cursor: pointer;
}

/* selected tab */
.yui-navset .yui-nav .selected a em {
	background: #F2BBD6;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	cursor: auto;
}

/*content*/
.yui-navset .yui-content {
	border: 1px solid #D8D8D8;
	margin-top: -5px;
	padding: 10px 10px 15px 15px;
}

