.RadTabStrip_CpropertiesProjects
{
	font: 10pt Arial, Helvetica, sans-serif;
	text-align:center;
	background: #F0F0F0;
	background-repeat: repeat-x;
	height: 28px;
}

.RadTabStrip_CpropertiesProjects ul
{
	width: 702px;
	padding: 0px 16px 0px 16px;
	float: left;
	background-color: #F0F0F0;
	background: #F0F0F0 url(img/tabBottom.gif) repeat-x bottom left;
}

.RadTabStrip_CpropertiesProjects li
{
	padding: 0px 3px 0px 0px;
	float: left;
}

.RadTabStrip_CpropertiesProjects .level1 li a
{
	padding-left: 0px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	line-height: 27px;
	border-top: solid 1px #787878;
	border-left: solid 1px #787878;
	border-right: solid 1px #787878;
	background: #CACACA url(img/tabBottom.gif) repeat-x bottom left;
}

.RadTabStrip_CpropertiesProjects .level1 li a:hover
{
	background-color: #DCDCDC;
	color: #494949;
	text-decoration: underline;
	line-height: 27px;
}

.RadTabStrip_CpropertiesProjects .level1 li a .wrap
{

	padding-right: 0px;
}


.RadTabStrip_CpropertiesProjects .level1 li a .innerWrap
{
	padding: 0px 20px;
}

.RadTabStrip_CpropertiesProjects .level1 li a#tsProject_navVideos .innerWrap
{
	padding: 0 20px 0 30px;
}

.RadTabStrip_CpropertiesProjects .level1 li a.selected,
.RadTabStrip_CpropertiesProjects .level1 li a.tabVideos
{
	line-height: 27px;
	color: #494949;
	background: #F0F0F0 url(img/tabBottom.gif) repeat-x bottom left;
}

/* override background for Videos tab */
/* .RadTabStrip_CpropertiesProjects .level1 li a .tabVideos  */
.RadTabStrip_CpropertiesProjects .level1 li a#tsProject_navVideos .innerWrap
{ 
    background:url('/img/films.png') no-repeat 6px 5px; 
    display:block; 
}

.RadTabStrip_CpropertiesProjects .level1 li a.selected .wrap, 
.RadTabStrip_CpropertiesProjects .level1 li a.tabVideos .wrap
{
	background-color: #DCDCDC;
}

/* override background for Videos tab */
.RadTabStrip_CpropertiesProjects .level1 li a.selected .wrap, 
.RadTabStrip_CpropertiesProjects .level1 li a.tabVideos .wrap
{
	background-color: transparent;
}

.RadTabStrip_CpropertiesProjects .level1 li a.selected .innerWrap, 
.RadTabStrip_CpropertiesProjects .level1 li a#tsProject_navVideos.selected .innerWrap
{
	background-color: #DCDCDC;
}

.RadTabStrip_CpropertiesProjects .level1  li a.selected:hover, 
.RadTabStrip_CpropertiesProjects .level1 li a.selected:hover .wrap, 
.RadTabStrip_CpropertiesProjects .level1 li a.selected:hover .innerWrap, 
.RadTabStrip_CpropertiesProjects .level1 li a.tabVideos
{
	background-color: #DCDCDC;
}

/* level2 tabs */

.RadTabStrip_CpropertiesProjects .level2 ul
{
	padding-top: 6px;
	background-color: #DCDCDC;
	height: 20px;
}

.RadTabStrip_CpropertiesProjects .level2 li a
{
	color: #494949;
	text-decoration: none;
	font-size: 9px;
	padding: 0px 9px;
}

.RadTabStrip_CpropertiesProjects .level2 li a.selected,
.RadTabStrip_CpropertiesProjects .level2 li a.selected:hover,
.RadTabStrip_CpropertiesProjects .level2 li a:hover
{
	color: black;
}

/* arrows */
.RadTabStrip_CpropertiesProjects .rightArrow, 
.RadTabStrip_CpropertiesProjects .leftArrow,
.RadTabStrip_CpropertiesProjects .rightArrowDisabled, 
.RadTabStrip_CpropertiesProjects .leftArrowDisabled
{
	width:8px;
	height:11px;
}

.RadTabStrip_CpropertiesProjects .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
}

.RadTabStrip_CpropertiesProjects .rightArrow
{
	background-image:url(img/ScrollRight.gif);
}

.RadTabStrip_CpropertiesProjects .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
}

.RadTabStrip_CpropertiesProjects .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
}
