.RadTabStrip_ParentScreenBrowse
{
	font: 11px "Trebuchet MS", Arial, sans-serif;	
	position:relative;
}
.RadTabStrip_ParentScreenBrowse li {
	list-style:none;
	width:155px;
	height:25px;	
}
.RadTabStrip_ParentScreenBrowse li a
{
	margin-right: -12px; 	
	color:#330066;
	text-decoration:none;
	width:155px;
}

.RadTabStrip_ParentScreenBrowse li.last a,
.RadTabStrip_ParentScreenBrowse li.break a
{
	margin-right:0;
}

.RadTabStrip_ParentScreenBrowse li a .wrap
{
	/*padding-left:10px;*/
	/*margin-right:20px;*/
	background: url(/Portals/0/images/parent_tab_yellow_down.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	width:155px;
	height:25px;
}
.RadTabStrip_ParentScreenBrowse li a:visited
{
	text-decoration:none;
	color:#330066;
}
.RadTabStrip_ParentScreenBrowse li a:hover
{
	text-decoration:underline;
	color:#330066;
}

.RadTabStrip_ParentScreenBrowse li a .innerWrap
{
	line-height: 25px;
	/*padding: 0px 6px;*/
	text-align: center;
	width:155px;
}

.RadTabStrip_ParentScreenBrowse li a.selected
{
	padding-top: 0px;
	line-height: 28px;
}

.RadTabStrip_ParentScreenBrowse li a.selected .wrap
{
	background: url(/Portals/0/images/parent_tab_yellow_up.jpg) no-repeat;	
	height:30px;

}


.RadTabStrip_ParentScreenBrowse li a.selected .innerWrap
{
	padding-top: 0px;
}

.RadTabStrip_ParentScreenBrowse li a.disabled,
.RadTabStrip_ParentScreenBrowse li a.disabled .wrap,
.RadTabStrip_ParentScreenBrowse li a.disabled .innerWrap
{
	cursor: ParentScreenBrowse;
	text-decoration: line-through;
}

.RadTabStrip_ParentScreenBrowse li a.red,
.RadTabStrip_ParentScreenBrowse li a.red .wrap,
.RadTabStrip_ParentScreenBrowse li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_ParentScreenBrowse .leftArrow
{
	background-image:url(Img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_ParentScreenBrowse .rightArrow
{
	background-image:url(Img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_ParentScreenBrowse .leftArrowDisabled
{
	background-image:url(Img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_ParentScreenBrowse .rightArrowDisabled
{
	background-image:url(Img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
.levelwrap level1
{
    width:755px;
}

