/* @group RadStyles */

/* @group Level 1 Tabs */

.RadTabStrip_Office2007
{
	text-align: center;
	background: #ffffff;
	font-style: normal;
	font-size: 11px;
}

.RadTabStrip_Office2007 ul
{
	padding-top: 6px;
}

.RadTabStrip_Office2007 .level1 li a
{
	padding-left: 2px;
	background: white no-repeat 0px 0px;
	color: #4b5357;
	text-decoration: none;
	line-height: 23px;
	font-weight: bold;
}

.RadTabStrip_Office2007 .level1 li a:hover
{
	color: #ea513c;
}

.RadTabStrip_Office2007 .level1 li a .wrap
{

	padding-right: 3px;
	background: #e5f5fc none no-repeat right 0px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	
}

.RadTabStrip_Office2007 .level1 li a .innerWrap
{

	padding: 2px 5px 0 8px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	line-height: 23px;
}

.RadTabStrip_Office2007 .level1 li a.selected
{
	line-height: 24px;
	color: #0f4257;
	border-right: 1px none #84d2f5;
	background: white no-repeat 0px 0px;
	z-index: 8;
}

.RadTabStrip_Office2007 .level1 li a.selected .wrap
{
	background-color: white;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid white;
	border-collapse: collapse !important;
	z-index: 2;
	margin-bottom: -1px;
}


.RadTabStrip_Office2007 .level1 li a.selected .innerWrap
{
	background-position: right top;
	background-repeat: no-repeat;
}

/* @end */

/* @group Level 2 Tabs */

/* level2 tabs */

.RadTabStrip_Office2007 .level2
{
	padding-bottom: 0;
}

.RadTabStrip_Office2007 .level2 ul
{
	padding-top: 1px;
	background: white repeat-x left;
	line-height: 2.2em;
	height: 2.2em;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding-bottom: 0;
}

.RadTabStrip_Office2007 .level2 li a
{
	color: #0f4257;
	text-decoration: none;
	font-size: 11px;
	padding: 2px 9px 0;
}

.RadTabStrip_Office2007 .level2 li a:hover
{
	color: #f05139;
	text-decoration: none;
}

.RadTabStrip_Office2007 .level2 li a.selected
{
	color: #f05139;
	text-decoration: none;
}

/* @end */

/* @group Arrows */

/* arrows */
.RadTabStrip_Office2007 .rightArrow, 
.RadTabStrip_Office2007 .leftArrow,
.RadTabStrip_Office2007 .rightArrowDisabled, 
.RadTabStrip_Office2007 .leftArrowDisabled
{
	width:17px;
	height:22px;
}




.RadTabStrip_Office2007 .leftArrow
{
	background-image:url(img/ScrollLeft.png);
}

.RadTabStrip_Office2007 .rightArrow
{
	background-image:url(img/ScrollRight.png);
}

.RadTabStrip_Office2007 .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.png);
}

.RadTabStrip_Office2007 .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.png);
}

/* @end */
