/* CSS Document */

.boxRed {
	border: solid 1px #a01e0f;
	background: #fff;
	padding: 0;
}

.boxRed .title {
	background: #a01e0f url(_i/headRed.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 8px;
	text-transform: uppercase;
	_width: 100%;
	*width: 93%;
}
.boxRed .title .Head {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.boxRed .content, .boxYell .content, .tabsbottom .content {
	padding: 20px 8px 0 8px;
	background: #fff;
	}
	
/* Box Grey */
.boxGrey {
	border: solid 1px #565656;
	width: 100%;
}

.boxGrey .title {
	background: #565656 url(_i/headGrey.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 8px;
	border-bottom: solid 1px #6f6f6f;
	text-transform: uppercase;
}
.boxGrey .title .Head {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.boxGrey .content {
	padding: 20px;
	background: #fff;
	}

	
/* Box Yellow */
.boxYell {
	border: solid 1px #feb926;
	background: #fff;
}

.boxYell .title {
	background: #feb926 url(_i/headYell.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 8px;
	text-transform: uppercase;
}
.boxYell .title .Head {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
a.viewall {
	width: 67px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	display: block;
	float: right;
	font-size: 10px;
	_margin-bottom: -15px;
}
.boxYell a.viewall, .tabsbottom a.viewall { 
	background: url(_i/viewallYell.gif) no-repeat top left;
	color: #000;
}
.boxRed a.viewall { 
	background: url(_i/viewallRed.gif) no-repeat top left;
	color: #fff;
}

/* Yellow Tabs */

.tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 21px;
	border-bottom: solid 6px #febc31;
	_margin-bottom: -15px;
}

.tabs ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	color: #46423b;
	text-transform: uppercase;
	font-size: 11px;
	background: url(_i/tabL.gif) no-repeat top left;
	_padding-left: 14px;
}	
.tabs ul li a {
	background: url(_i/tabR.gif) no-repeat top right;
	height: 21px;
	line-height: 21px;
	display: block;
	padding: 0 20px 0 13px;
	margin-left: 14px;
	_margin-left: 0;
	font-weight: bold;
	float: left;
}
.tabs ul li.active {
	background: url(_i/tabLon.gif) no-repeat top left;
}
.tabs ul li.active a {
	background: url(_i/tabRon.gif) no-repeat top right;
	color: #000;
}

/* Tabs Bottom */

.tabsbottom {
	border-bottom: solid 1px #febc31;
	border-left: solid 1px #febc31;
	border-right: solid 1px #febc31;
	background: #fff;
	margin: 0 0 15px 0;
}
