/* YUI reset and extra */

body {
	background: #ffffff;
}

a {
	color: #ff7e00;
	text-decoration: none;
}

a:hover {
	color: #fdaf62;
	text-decoration: none;
}

#tabs {
	height: 34px;
	position: relative;
	margin-bottom: -1px;
}
#tabs p {
	float: left;
	margin: 6px 2px 0 0;
	height: 28px;
	width: 135px;
	color: #fff;
	font: bold 11px 'Trebuchet MS', Arial, sans-serif;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	background: #bec0c2 url("/images/layout/backgrounds/tab-shadow.gif") bottom repeat-x;
	cursor: pointer;
}

#tabs p.active {
	background: #f6f6f6;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	margin-top: 0;
	height: 33px;
	line-height: 33px;
	width: 133px;
	color: #31393f;
}

#tab-content-area {
	background: #f6f6f6;
	border: 1px solid #d5d5d5;
	padding-top: 9px;
}

table.tab-table {
	background: #bec0c2;
	color: #333;
	font: normal 11px 'Trebuchet MS', Arial, sans-serif;
	border: 1px solid #bec0c2;
	border-collapse: collapse;
	width:98%; margin-left:6px;}

.tab p {
	color: #333333;
	font: normal 12px 'Trebuchet MS', Arial, sans-serif;
	background: #FFF;
	border-top: 0;
	padding: 6px 4px 6px 8px;
	margin:0px 6px 6px 6px;
}

table.tab-table th.top {
	color: #fff;
	font: bold 12px 'Trebuchet MS', Arial, sans-serif;
	background: #bec0c2;
	border: 1px solid #bec0c2;
	border-top: 0;
	padding: 6px 4px 6px 8px;
	text-align:left;
}

table.tab-table th {
	color: #4277a0;
	font: bold 12px 'Trebuchet MS', Arial, sans-serif;
	background: #f6f6f6;
	border: 1px solid #bec0c2;
	border-top: 0;
	padding: 6px 4px 6px 8px;
}

table.tab-table td {
	background: #fff;
	border: 1px solid #bec0c2;
	border-bottom: 0;
	border-top: 0;
	padding: 6px 4px 6px 8px;
}

table.tab-table tr.odd td {
	background: #f6f6f6;
}

table.tab-table td.item {
	font-weight: bold;
	color: #3d444a;
}