.tabcontent{
	display: none;
	overflow: auto;
}

.tabcontent .grey-block {
	padding: 5px 14px 4px 14px;
	margin-top: 18px;
	background: #E5E5E6;
}

.tabcontent .grey-block img {
	padding-bottom: 2px;
	padding-left: 4px;
	vertical-align: middle;
}

.tabcontent .grey-block p {
	margin-bottom: 0px !important;
}

.tabcontent a.link {
	padding: 3px 26px 4px 10px;
	background: #c2053e url(../images/bg_link-arrow-red.gif) no-repeat center right;
	color: white;
	font-size: 90%;
	text-decoration: none;
}

.tabcontent a.link span {
	padding: 4px 26px 5px 0px;
	background: #c2053e url(../images/bg_link-arrow-red.gif) no-repeat center right;
}

.tabcontent a.link:hover {
	background: #DC5B64 url(../images/bg_link-arrow.gif) no-repeat center right;
}

.tabcontent a.link:hover span {
	background: #DC5B64 url(../images/bg_link-arrow.gif) no-repeat center right;
}

.tabcontent h2 {
	padding-top: 4px;
}

.tabcontent h2 a {
	padding-bottom: 3px;
	color: #b10d36;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.tabcontent h2 a:hover {
	color: #000000;
	text-decoration: none;
}

.tabcontent p.spaceabove {
	margin-top: 20px;
}

#home-right #tab-back {
	margin-top: 0px;
}

#tab-back {
	margin-top: 14px;
}

#tabcontentcontainer {
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	clear: left;
	padding: 1em 1em 16px;
	margin-bottom: 14px;
	background: #ffffff;
}

#tablist {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	background: url(../images/bg_tab.gif) repeat-x bottom;
	overflow: hidden;
}

ul#tablist{
	padding-bottom:0;
}

#tablist a {
	float: left;
	padding-left: 16px;
	display: block;
	background: #e8e4d9 url(../images/bg_tabs.png);
	color: #717274;
/*	font-size: 110%; */
	font-size: 14px; /* FIXED FONT SIZE FOR TAB TEXT */
	text-decoration: none;
/*	padding-bottom: 8px; */
}

#tablist li {
	float: left;
	margin: 0 6px 0 0;
	padding-bottom: 0px;
}

#tablist li a:hover { /* KEEP THIS ABOVE SELECTED TAG */
	background-color: #717274; 
	background-position: 0 -120px;
}

#tablist li a:hover span { /* KEEP THIS ABOVE SELECTED TAG */
	background-position: 100% -120px; 
}

#tablist li a.selected {
	background-color: #ffffff;
	background-position: 0 -60px;
	color: #404040;
	font-weight: normal;
}

#tablist li a.selected span {
	background-position: 100% -60px;
}

#tablist span {
	float: left;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 8px;
	display: block;
	background: #e8e4d9 url(../images/bg_tabs.png) 100% 0;
	cursor: pointer;
/*	height: 2.4em; */
	line-height:100%;
	overflow:visible;
}
