/* r.a.d.menu 2008Style skin */
.RadMenu_2008Style
{

}

.RadMenu_2008Style .link
{
	text-decoration:none;
	color: white;
	line-height: 20px;
	font: normal normal normal 14pt Calibri, Arial, Helvetica, sans-serif;
}

.RadMenu_2008Style .link .text
{
	font: normal normal normal 14pt Calibri, Arial, Helvetica, sans-serif;
	line-height: 28px;
	cursor:pointer;
}

.RadMenu_2008Style .link:hover,
.RadMenu_2008Style .focused,
.RadMenu_2008Style .expanded
{
	color: white;
	font: normal normal normal 14pt Calibri, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.RadMenu_2008Style .link:hover .text,
.RadMenu_2008Style .focused .text,
.RadMenu_2008Style .expanded .text
{
	color: white;
	font: normal normal normal 14pt Calibri, Arial, Helvetica, sans-serif;
	cursor:hand;
	line-height: 28px;
}

.RadMenu_2008Style .rootGroup .disabled:hover
{
	color: white;
}

.RadMenu_2008Style .rootGroup .disabled:hover .text
{
	color: white;
}

.RadMenu_2008Style .text
{
	padding: 0px 15px;
	font-size: 11px;
	color: white;
}

.RadMenu_2008Style .group
{
	background: white;
}

.RadMenu_2008Style .group
{
	border: 0px;
}

.RadMenu_2008Style .group .link
{
	background: #e6eee4;
	border: solid 1px #c2e3bf;
	border-top-color: white;
	text-align: left;
}

.RadMenu_2008Style .group .text
{
	padding-left:6px;
	padding-right: 40px;
}


.RadMenu_2008Style .group .link:hover .text,
.RadMenu_2008Style .group .focused .text,
.RadMenu_2008Style .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_2008Style .group .link:hover,
.RadMenu_2008Style .group .focused,
.RadMenu_2008Style .group .expanded
{
	background: #bedab4;
	border-bottom: 1px solid #e88a15;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_2008Style .leftArrow,
.RadMenu_2008Style .rightArrow,
.RadMenu_2008Style .topArrow,
.RadMenu_2008Style .bottomArrow,
.RadMenu_2008Style .leftArrowDisabled,
.RadMenu_2008Style .rightArrowDisabled,
.RadMenu_2008Style .topArrowDisabled,
.RadMenu_2008Style .bottomArrowDisabled
{
	border-left: 1px solid #c2e3bf;
	border-right: 1px solid #c2e3bf;
	background:#e6eee4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_2008Style .topArrow,
.RadMenu_2008Style .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_2008Style .bottomArrow,
.RadMenu_2008Style .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_2008Style .rightArrow,
.RadMenu_2008Style .leftArrow
{
	height:100%;
}

.RadMenu_2008Style .rightArrow,
.RadMenu_2008Style .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_2008Style .vertical .separator .text
{
	background: #dbe5d8;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #c2e3bf;
	border-right: solid 1px #c2e3bf;
}

.RadMenu_2008Style .expandLeft,
.RadMenu_2008Style .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_2008Style .link:hover .expandLeft,
.RadMenu_2008Style .link:hover .expandRight,
.RadMenu_2008Style .focused .expandLeft,
.RadMenu_2008Style .focused .expandRight,
.RadMenu_2008Style .expanded .expandLeft,
.RadMenu_2008Style .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_2008Style_rtl .group .link:hover .expandLeft,
.RadMenu_2008Style_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_2008Style_rtl .expandLeft,
.RadMenu_2008Style_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
.RadTabStrip_2008Style
{
	font: 8pt tahoma, sans-serif;
	text-align:center;
	background-repeat: repeat-x;
	border-bottom: solid 4px #5596d4;
	height: 22px;
}


.RadTabStrip_2008Style ul
{
	/**/
}


.RadTabStrip_2008Style .level1 li a
{
	padding-left: 0px;
	background-color: #E4F1F8;
	color: black;
	text-decoration: none;
	line-height: 22px;
	border-right: solid 1px white;
	border-top: solid 1px white;
}

.RadTabStrip_2008Style .level1 li a:hover
{
	background-color: #28c1ea;
	color: white;
	text-decoration: underline;
	margin-top: -3px;
	line-height: 25px;
}

.RadTabStrip_2008Style .level1 li a .wrap
{

	padding-right: 0px;
}


.RadTabStrip_2008Style .level1 li a .innerWrap
{

	padding:0 5px;
}

.RadTabStrip_2008Style .level1 li a.selected
{
	line-height: 25px;
	color: white;
	margin-top: -3px;
}

.RadTabStrip_2008Style .level1 li a.selected .wrap
{
	background-color: #5596d4;
}


.RadTabStrip_2008Style .level1 li a.selected .innerWrap
{
	background-color: #5596d4;
}

.RadTabStrip_2008Style .level1 li a.selected:hover, 
.RadTabStrip_2008Style .level1 li a.selected:hover .wrap, 
.RadTabStrip_2008Style .level1 li a.selected:hover .innerWrap
{
	background-color: #5596d4;
}

/* level2 tabs */

.RadTabStrip_2008Style .level2 ul
{
	padding-top: 6px;
	background-color: #5596d4;
	height: 20px;
}

.RadTabStrip_2008Style .level2 li a
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	padding: 0px 9px;
}

.RadTabStrip_2008Style .level2 li a.selected,
.RadTabStrip_2008Style .level2 li a.selected:hover,
.RadTabStrip_2008Style .level2 li a:hover
{
	color: black;
}


/* arrows */
.RadTabStrip_2008Style .rightArrow, 
.RadTabStrip_2008Style .leftArrow,
.RadTabStrip_2008Style .rightArrowDisabled, 
.RadTabStrip_2008Style .leftArrowDisabled
{
	width:8px;
	height:11px;
	text-indent:-10000px;
	background-position:left 3px;
	background-repeat:no-repeat;
	background-color:transparent;
}




.RadTabStrip_2008Style .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
}

.RadTabStrip_2008Style .rightArrow
{
	background-image:url(img/ScrollRight.gif);
}

/* Disabled Arrows */

.RadTabStrip_2008Style .rightArrowDisabled, 
.RadTabStrip_2008Style .leftArrowDisabled
{
	cursor:default;
}

.RadTabStrip_2008Style .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
}

.RadTabStrip_2008Style .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
}



/* Disabled tab */

.RadTabStrip_2008Style li a.disabled,
.RadTabStrip_2008Style li a.disabled:hover
{
	color:Gray;
}


.RadPanelbar_2008Style
{
	white-space:nowrap;
	line-height:20px;
}

.RadPanelbar_2008Style .rootGroup
{
	border:1px solid #D5D5D5;
}

.RadPanelbar_2008Style .text
{
	color:Black;
	padding:4px 20px;
	font:menu;
}

.RadPanelbar_2008Style .image
{
	margin:4px 0px;
}


.RadPanelbar_2008Style .rootGroup .text
{
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom: 1px solid #5DAA41;	
	background: #D7EDCF url(Img/collapsed.gif) no-repeat right center;
	font-weight:bold;
}

.RadPanelbar_2008Style .rootGroup .expanded .text
{
	background-image:url(Img/expanded.gif);
}

.RadPanelbar_2008Style_rtl .rootGroup .text
{
	background-position:left center;
}

.RadPanelbar_2008Style .group 
{
	background-color:White;
}

.RadPanelbar_2008Style .level1 
{
	
}

.RadPanelbar_2008Style .level1 .link
{
	border-bottom:1px solid #5DAA41;
}

.RadPanelbar_2008Style .level1 .text,
.RadPanelbar_2008Style .level1 .expanded .text
{
	border:0;
	background:transparent;
	font-weight:normal;
	padding:2px 20px;
}

.RadPanelbar_2008Style .level1 .selected .text
{
	background: Orange;
	color:#FFFFFF;
	text-decoration:underline;
}

.RadPanelbar_2008Style .focused .text
{
	text-decoration:underline;
}


.RadPanelbar_2008Style .rootGroup .disabled:hover,
.RadPanelbar_2008Style .rootGroup .disabled .text
{
	background: #D7EDCF url(Img/collapsed.gif) no-repeat right center;
	color: #555;
	cursor: default;
}

.RadPanelbar_2008Style .rootGroup .group .disabled:hover,
.RadPanelbar_2008Style .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #555;
	cursor: default;
}

.RadPanelbar_2008Style .rootGroup .expanded.disabled .text
{
	background-image:url(Img/expanded.gif);
}
