﻿.contentstyle {
	width: 300px;
}

.contentstylebg {
	width: 300px;
	background-image: url(images/bg_portlet_homepage.jpg);
	background-repeat:repeat;
}

.shadetabs {
	background-image: none;
	background-color: white;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;

}

.shadetabs li {
	display: inline;
	margin: 0px;
}
.shadetabs li a {
	height: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #d0d0d0;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

.shadetabs li a:visited {
	color: #3399cc;
}

.shadetabs li a:hover {
	color: #ff9900; 
	text-decoration: none;
}

.shadetabs li.selected {
	position: relative;
	background-image: url(images/bg_portletcap_homepage.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}

.shadetabs li.selected a {
	position: relative;
	background-image: url(images/bg_portletcap_homepage.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}

.shadetabs li.selected a:hover {
	text-decoration: none;
	background-color: white;
}

