/* telerik r.a.d.panelbar 4 WebBlue skin */

.RadPanelbar
{
	white-space: nowrap;
	border: outset 1px;
}

/* global text properties */
.RadPanelbar .text
{
	padding: 0px 0px 0px 3px;
	text-align: left;
}

/* global link styles */
.RadPanelbar a.link, .RadPanelbar a.link:hover
{
	color: black;
	text-decoration: none;
}

/* panelbar item icon [if any] */
.RadPanelbar .image
{
}

/* panelbar root items style */
.RadPanelbar .rootGroup
{
	font-weight: bold;
}

.RadPanelbar .rootGroup .text
{
	background-image: url(../Images/icons/collapsed.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.RadPanelbar .rootGroup .expanded .text
{
	background-image:url(../Images/icons/expanded.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/* root items <li> style */
.RadPanelbar .rootGroup .item
{
	border-top: solid 1px #869bb3;
/*
    background-image: url(../images/ColumnHeaderBackground.gif); 
    background-repeat: repeat-x; 
*/
    margin-left: 1px;
    margin-right: 1px;
    margin-top: -1px; 
    font-weight: bold; 
    font-size: 1.0em; 
    line-height: 22px;
}

.RadPanelbar .rootGroup .item
{
    background-image: url(../images/shadban.jpg); 
    background-repeat: repeat-x; 
}

.RadPanelbar .rootGroup .item a.expanded
{
	color: Black;
}

/* li.first style */
.RadPanelbar .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 20px;
	text-align: left;
	height: 55px;
}

/* child items <li> style */
.RadPanelbar .group .item
{
	border-bottom: solid 1px #dde1e4;
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar .group .selected .text
{
	background: #f0f2f4;
}

/* child items link style */
.RadPanelbar .group .link
{
	color: #333;
}

/* child items link:hover style */
.RadPanelbar .group .link:hover
{
	background: #f0f2f4;
}

.RadPanelbar .rootGroup .group .item  
{ 
	background-color: white;
	background-image: none;
	text-align: left;
	padding: 0px 3px 0px 3px;
	font-weight:normal;
    line-height: 0px;
}

.tabstrip .statusauthorized
{
	color: green;
}

.tabstrip .statustesting
{
	color: blue;
}


