/* RadMenu Default skin */

/* RadMenu Default skin */

.RadMenu_MonthSelector 
{
	border: 0px none transparent;
	border-bottom-width: 0;
	border-top-color: #383838;	
	background-color: #80A2BF;		
	background: #444 url(Images/MenuBackground.gif) repeat-x top left;
	text-align: left;	
}

.RadMenu_MonthSelector_rtl
{
	text-align: right;
}

.RadMenu_MonthSelector_Context
{
	background: none;
	border: 0;
}

.RadMenu_MonthSelector a
{
	text-decoration: none;
}

.RadMenu_MonthSelector .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.RadMenu_MonthSelector .rmLink:focused,
.RadMenu_MonthSelector .rmFocused
{
	outline: 0;
}

.RadMenu_MonthSelector .rmExpanded
{
	z-index: 10000;
}

.RadMenu_MonthSelector .rmLink:hover,
.RadMenu_MonthSelector .rmFocused,
.RadMenu_MonthSelector .rmExpanded
{
   cursor: pointer;
	background-color: #525284;
	color: #333;
}

.RadMenu_MonthSelector .rmLink .rmText
{
	font: normal 12px Arial, sans-serif;
}

.RadMenu_MonthSelector .rmGroup
{
	background: #fff;
}

.RadMenu_MonthSelector .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
	background: #fff;
}

.RadMenu_MonthSelector_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_MonthSelector .rmGroup .rmLink:hover,
.RadMenu_MonthSelector .rmGroup .rmFocused,
.RadMenu_MonthSelector .rmGroup .rmExpanded
{
	color: white;
	background: #444;
}

.RadMenu_MonthSelector .rmText
{
	padding: 2px 10px 2px 10px;
}

.RadMenu_MonthSelector .rmGroup .rmLink .rmText
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_MonthSelector .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Images/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_MonthSelector .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Images/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_MonthSelector .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_MonthSelector .rmGroup .rmFocused .rmExpandRight,
.RadMenu_MonthSelector .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Images/ArrowExpandHovered.gif);
}

.RadMenu_MonthSelector .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_MonthSelector .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_MonthSelector .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Images/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_MonthSelector .rmHorizontal .rmItem { border-right: 1px solid #353535; }
.RadMenu_MonthSelector .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_MonthSelector .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_MonthSelector .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_MonthSelector_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_MonthSelector .rmRootGroup .rmGroup .rmItem,
.RadMenu_MonthSelector_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_MonthSelector .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_MonthSelector .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_MonthSelector .rmTopArrowDisabled,
.RadMenu_MonthSelector .rmBottomArrowDisabled,
.RadMenu_MonthSelector .rmLeftArrowDisabled,
.RadMenu_MonthSelector .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_MonthSelector .rmTopArrow,
.RadMenu_MonthSelector .rmBottomArrow,
.RadMenu_MonthSelector .rmLeftArrow,
.RadMenu_MonthSelector .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_MonthSelector .rmTopArrow,
.RadMenu_MonthSelector .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Images/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_MonthSelector .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_MonthSelector .rmLeftArrow,
.RadMenu_MonthSelector .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Images/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_MonthSelector .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_MonthSelector .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_MonthSelector .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_MonthSelector .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_MonthSelector .rmRootGroup .rmSeparator,
.RadMenu_MonthSelector .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_MonthSelector .rmSeparator .rmText
{
	display: none;
}

.RadMenu_MonthSelector .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_MonthSelector .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_MonthSelector .rmLeftImage
{
	margin: 2px;
}

.RadMenu_MonthSelector .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_MonthSelector .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_MonthSelector .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_MonthSelector_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_MonthSelector_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_MonthSelector_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_MonthSelector .rmItem .rmDisabled:hover
{
	background: none;
}

.monthSelector
{
   background-color: #525284;   
   background-position: center;       
   background-repeat: no-repeat;
   background-image: url(Images/monthSelector.gif);          
   padding: 1px;            
}
