/* RadTabStrip Plain skin */

.RadPanelBar_SitefinityBlue .rpText:hover,
.RadPanelBar_SitefinityBlue .rpLink:hover
{
	text-decoration: underline;
}

#navBarBlue .rpGroup {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 21px;
	background-color:#CFE9F0;
}
#navBarBlue .rpGroup .rpLink {
	padding: 0px; /* amended from 3px to 0px 201009 after upgrade to 3.7 */
	border-top-width: 0px !important;
	border-top-style: solid;
	border-top-color: #ffffff;
	font-size: 11px;
}

#navBarYellow .rpGroup {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 21px;
	background-color:#FFF0BF;
}
#navBarYellow .rpGroup .rpLink {
	padding: 0px; /* amended from 3px to 0px 201009 after upgrade to 3.7 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	font-size: 11px;
}

#navBarGreen .rpGroup {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 21px;
	background-color:#85C9B5;
}
#navBarGreen .rpGroup .rpLink {
	padding: 0px; /* amended from 3px to 0px 201009 after upgrade to 3.7 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFE9D7;
	font-size: 11px;
}

#navBarRed .rpGroup {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 21px;
	background-color:#F1CACF;
}
#navBarRed .rpGroup .rpLink {
	padding: 0px; /* amended from 3px to 0px 201009 after upgrade to 3.7 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFE9D7;
	font-size: 11px;
}

#navBar .rpGroup { /* this is for the "members" generic darker blue */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 21px;
	background-color:#DFEBEF;
}
#navBar .rpGroup .rpLink { /* this is for the "members" generic darker blue */
	padding: 0px; /* amended from 3px to 0px 201009 after upgrade to 3.7 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	font-size: 11px;
}

#navBarBrown .rpGroup { /* this is for the "members" generic darker blue */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 21px;
	background-color:#E5B9B8;
}
#navBarBrown .rpGroup .rpLink { /* this is for the "members" generic darker blue */
	padding: 0px; /* amended from 3px to 0px 201009 after upgrade to 3.7 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	font-size: 11px;
}
/* The extra styling below was added after 20th Oct 2009 - after the upgrade from Sitefinity 3.6 to 3.7 This upgrade seems to have changed the RadControl internal CSS styling within the WebResource file... which is overwriting my CSS styles above - hence having to use this !important code to tell the browser to use mine instead */
.RadPanelBar .rpRootGroup
{
	border-width: 0px !important;
}
.RadPanelBar .rpLink
{
	border-bottom-width: 0px !important;
}
.RadPanelBar .rpOut
{
	border-bottom-width: 0px !important;
}
.RadPanelBar .rpText, .rpText:hover
{
	padding: 0px !important;
}