/* START Telerik.Web.UI.Skins.Menu.css */
/* Common CSS */

.RadMenu
{
	white-space:nowrap;
	float:left;
	position:relative;
}

.RadMenu .rmRootGroup
{
	margin:0;
	padding:0;
	position:relative;
	left:0;
	display: inline-block;
}

* html .RadMenu .rmRootGroup { float: left; }

.RadMenu:after,
.RadMenu .rmRootGroup:after
{
    content:""; 
    display:block;
    height:0;
    overflow: hidden;
    line-height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}

.RadMenu ul.rmVertical,
.rmRootGroup ul.rmHorizontal,
.RadMenu_Context ul.rmHorizontal
{
	margin:0;
	padding:0;
	display:none;
	position:relative;
	left:0;
	float:left;
}

.rmSized ul.rmVertical
{
	width: 100%;
}

.rmSized ul.rmRootGroup
{
	float: none;
}

.rmSized .rmRootGroup .rmVertical
{
	width: auto;
}

.RadMenu .rmItem
{
	float:left;
	position:relative;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;	
}

* html .RadMenu .rmItem
{
	display:inline;
}

.RadMenu .rmHorizontal .rmItem
{
	clear:none;
}

.RadMenu .rmVertical .rmItem
{
	clear:both;
}

.rmSized .rmVertical .rmItem
{
	width: 100%;
}

.rmSized .rmHorizontal .rmItem,
.rmSized .rmRootGroup .rmVertical .rmItem
{
	width: auto;
}

.RadMenu ul.rmActive,
.RadMenu ul.rmRootGroup
{
	display:block;
}

.RadMenu .rmSlide, 
.RadMenu_Context
{
	position:absolute;
	overflow:hidden;
	display:none;
	float:left;
}

* html .RadMenu .rmSlide, 
* html .RadMenu_Context
{
	height:1px;
}

.RadMenu_Context
{
	z-index:1000;
	overflow:visible;
}

.RadMenu .rmText
{
	display:block;
}

.RadMenu div.rmText /*templates*/
{
	white-space:normal;
	background: transparent;
}

.RadMenu a.rmLink
{
	cursor:default;
	display:block;
}

.rmScrollWrap
{
	position:absolute;
	float:left;
	overflow:hidden;
	left:0;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow,
.RadMenu .rmRightArrow
{
	position:absolute;
	z-index:2000;
	text-indent:-1000em;
	font-size: 0;
	line-height: 0;
	outline: 0;
	overflow: hidden;
}

.RadMenu .rmLeftArrowDisabled,
.RadMenu .rmTopArrowDisabled,
.RadMenu .rmBottomArrowDisabled,
.RadMenu .rmRightArrowDisabled
{
	display:none;
	text-indent:-1000em;
	font-size: 0;
	line-height: 0;
}

.RadMenu .rmBottomArrow,
.RadMenu .rmBottomArrowDisabled
{
	margin-bottom: -1px;
}

.RadMenu .rmLeftImage
{
	border:0;
	float:left;
}

.RadMenu_rtl
{
	float:right;
	text-align: right;
}

.RadMenu_rtl ul.rmVertical
{
	float:right;
}

.RadMenu_rtl .rmItem
{
	float:right;	
}

.RadMenu_rtl .rmLeftImage,
.RadMenu_Context_rtl .rmLeftImage
{
	border:0;
	float:right;
}

.RadMenu_rtl .rmLeftArrow,
.RadMenu_rtl .rmTopArrow,
.RadMenu_rtl .rmBottomArrow,
.RadMenu_rtl .rmRightArrow,
.RadMenu_rtl .rmLeftArrowDisabled,
.RadMenu_rtl .rmTopArrowDisabled,
.RadMenu_rtl .rmBottomArrowDisabled,
.RadMenu_rtl .rmRightArrowDisabled
{
	text-indent:1000em !important;
}

.RadMenu .rmLink
{
	width:auto;
}

.RadMenu .rmSeparator,
.RadMenu .rmSeparator:after
{
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.RadMenu div.rmRootGroup
{
    position: relative;
}
/* <base styles> */

.RadMenu .rmItem
{
	padding: 0;
}

.RadMenu .rmLink
{
	padding: 0 0 0 12px;
	outline: 0;
	float: left;
}

.RadMenu .rmText
{
	padding-bottom: 1px;
	float: left;
}

/* optimized for 16x16 */
.RadMenu .rmLeftImage
{
	margin: 4px 2px 0 -3px;
	padding-bottom: 4px;
}

.RadMenu .rmVertical .rmLeftImage+.rmText
{
	padding: 0 8px 1px 24px;
}

.RadMenu .rmVertical .rmText
{
	padding: 0 15px 1px 0;
}

.RadMenu .rmHorizontal .rmText
{
	padding: 0 12px 1px 0;
}

.RadMenu_rtl .rmVertical .rmText
{
	padding: 0 15px 1px 0;
}

.RadMenu .rmVertical .rmText,
.RadMenu .rmHorizontal .rmVertical .rmText
{
	display: block;
	float: none;
}

.RadMenu .rmVertical .rmLink,
.RadMenu .rmHorizontal .rmVertical .rmLink
{
	float: none;
}

* html .RadMenu .rmGroup .rmVertical .rmLink,
* html .RadMenu .rmGroup .rmHorizontal .rmLink
{
	float: left;
}

/* <Shadows and rounded corners */

.RadMenu .rmTopRight,
.RadMenu .rmBottomLeft,
.RadMenu .rmBottomRight,
.RadMenu .rmRoundedCorners ul.rmGroup,
.RadMenu .rmRoundedCorners .rmMultiColumn
{
	border: 0;
	background-position: 0 0;
}

.RadMenu .rmRoundedCorners .rmMultiColumn ul.rmGroup
{
	background: none;
	margin: 0;
}

.RadMenu .rmRoundedCorners .rmGroupColumn
{
	height: 100%;
}

.RadMenu .rmRoundedCorners li.rmFirstGroupColumn
{
	background-color: transparent;
}

.RadMenu .rmTopFix,
.RadMenu .rmTopRight,
.RadMenu .rmBottomFix,
.RadMenu .rmBottomLeft,
.RadMenu .rmBottomRight
{
	position: absolute;
	width: 4px;
	height: 4px;
	list-style-type: none;
	list-style-position: outside;
}

.RadMenu_rtl .rmTopRight,
.RadMenu_rtl .rmBottomRight
{
	width: 32px;
}

.RadMenu_rtl .rmTopShadowRight,
.RadMenu_rtl .rmBottomShadowRight
{
	width: 4px;
}

.RadMenu .rmTopShadowRight,
.RadMenu .rmBottomShadowLeft,
.RadMenu .rmBottomShadowRight
{
	background-repeat: no-repeat;
	background-color: transparent;
}

.rmRoundedCorners .rmTopShadowRight,
.rmRoundedCorners .rmBottomShadowLeft,
.rmRoundedCorners .rmBottomShadowRight
{
	width: 5px;
	height: 5px;
}

.RadMenu .rmTopRight
{
	background-position: 100% 0;
	top: 0;
	right: -4px;
	height: 100%;
}

.RadMenu .rmBottomLeft
{
	background-position: 0 100%;
	bottom: -4px;
	left: 0;
	width: 100%;
}

.RadMenu .rmBottomFix
{
	background-position: -1px 0;
	width: auto;
	bottom: -4px;
	left: 5px;
	right: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.RadMenu .rmTopFix
{
	background-position: -1px 0;
	width: auto;
	top: 0;
	left: 5px;
	right: 0;
	border-top-width: 1px;
	border-top-style: solid;
}

* html .RadMenu .rmTopFix,
* html .RadMenu .rmBottomFix
{
	width: 100%;
}

.RadMenu .rmBottomRight
{
	background-position: 100% 100%;
	bottom: -4px;
	right: -4px;
	width: 8px;
}

.RadMenu .rmShadows .rmBottomShadowLeft,
.RadMenu .rmShadows .rmBottomShadowRight
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofnfVpFy3Lh48j1J08qmqmLlYDPBHPAHGvnDwuVUck_Jv1GXZ6iLwUbYYi-UDBGjXU1&t=634042831497025659');
}

.RadMenu .rmRoundedCorners .rmBottomShadowLeft,
.RadMenu .rmRoundedCorners .rmBottomShadowRight
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofnfVpFy3Lh48j1J08qmqmLc6t5xRv0_lWo4ksnEgS04cbispcM4uTHUTDhe-f4KgE1&t=634042831497025659');
}

.RadMenu .rmShadows .rmTopShadowRight
{
	right: -5px;
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofnfVpFy3Lh48j1J08qmqmLMMZKzK8Ehm6qGTX7_J6dSaypaPEobVA8Ic_WpIaxNkQ1&t=634042831497025659');
	background-position: 100% 0;
}

.RadMenu .rmRoundedCorners .rmTopShadowRight
{
	right: -8px;
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofnfVpFy3Lh48j1J08qmqmLNWL_37Ox9l-FF8arH04-ADcypc4dKOC2vzRnJG6-0JM1&t=634042831497025659');
}

.RadMenu .rmBottomShadowLeft
{
	bottom: -5px;
	left: 1px;
	background-position: 0 100%;
}

.RadMenu .rmRoundedCorners .rmBottomShadowLeft
{
	bottom: -8px;
}

.RadMenu .rmBottomShadowRight
{
	bottom: -5px;
	right: -5px;
	width: 4px;
	height: 5px;
}

.RadMenu .rmRoundedCorners .rmBottomShadowRight
{
	bottom: -8px;
	right: -8px;
	width: 7px;
	height: 8px;
}

* html .RadMenu .rmRoundedCorners .rmBottomShadowRight
{
	width: 11px;
	height: 8px;
	font-size: 0;
}

.RadMenu .rmAccessKey
{
	font-size: 10px;
	font-weight: normal;
	float: right;
	padding-right: 8px;
}

.RadMenu .rmRoundedCorners .rmGroup .rmItem
{
	z-index: 1;
}

* html .RadMenu .rmRoundedCorners .rmGroup .rmText,
* html .RadMenu .rmShadows .rmGroup .rmText{ zoom: normal }

.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu .rmRoundedCorners .rmSlide,
.RadMenu .rmShadows .rmSlide
{
	padding: 0 8px 10px 0;
}

.RadMenu .rmRoundedCorners ul.rmGroup
{
	margin-top: 1px;
	padding: 1px;
}

.RadMenu .rmRoundedCorners ul.rmGroup .rmSlide
{
	margin-top: -5px;
}

.RadMenu_rtl .rmRoundedCorners ul.rmGroup .rmSlide
{
	margin-right: -5px;
}

.RadMenu .rmRoundedCorners ul.rmGroup .rmSlide .rmScrollWrap
{
	margin-top: 4px;
}

.RadMenu .rmRoundedCorners ul.rmGroup
{
	padding: 4px 0 0 4px;
}

/* </Shadows and rounded corners */

.RadMenu .rmRootGroup .rmItem .rmGroup
{
	padding-bottom: 1px;
}

.RadMenu .rmGroup .rmItem
{
	padding: 0;
}

.RadMenu .rmGroup .rmLink,
.RadMenu .rmSlide .rmGroup .rmTemplate
{
	padding: 0;
}

.RadMenu_rtl .rmGroup .rmLink,
.RadMenu_rtl .rmSlide .rmGroup .rmTemplate
{
	padding: 0;
}

.RadMenu .rmGroup .rmText
{
	padding: 0 54px 0 28px;
	margin: 0 0 0 4px;
}

.RadMenu_rtl .rmGroup .rmText
{
	padding: 0 28px 0 54px;
	margin: 0 4px 0 0;
}

.RadMenu .rmMultiColumn
{
	list-style: none;
	display: block;
   	position: relative;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.RadMenu .rmMultiColumn .rmGroup
{
	background: none;
	border: 0;
	float: left;
	display: block;
}

.RadMenu .rmMultiColumn .rmGroupColumn
{
	float: left;
}

.RadMenu .rmSlide .rmVertical .rmLeftImage+.rmText,
.RadMenu_Context .rmGroup .rmLeftImage+.rmText
{
	padding: 0 54px 0 28px;
}

.RadMenu_rtl .rmSlide .rmVertical .rmLeftImage+.rmText,
.RadMenu_Context_rtl .rmGroup .rmLeftImage+.rmText
{
	padding: 0 28px 0 54px;
}

.RadMenu .rmSlide .rmHorizontal .rmText
{
	padding: 0 11px 0 10px;
}

.RadMenu .rmGroup .rmLeftImage
{
	margin: 4px 0 0 6px;
}

* html .RadMenu .rmGroup .rmLeftImage { margin-left: 4px; }
*+html .RadMenu .rmGroup .rmLeftImage { margin-left: 4px; }

.RadMenu_rtl .rmGroup .rmLeftImage
{
	margin: 4px 6px 0 0;
}

* html .RadMenu .rmGroup .rmLeftImage { position: absolute; }
*+html .RadMenu .rmGroup .rmLeftImage { position: absolute; }

* html .RadMenu_rtl .rmGroup .rmLeftImage { right: 0; }
*+html .RadMenu_rtl .rmGroup .rmLeftImage { right: 0; }

*+html .RadMenu_Context_rtl UL.rmGroup { position: absolute; }
* html .RadMenu_Context_rtl UL.rmGroup { position: absolute; }

/* <separators> */

.RadMenu .rmSeparator .rmText
{
	line-height: 0;
	font-size: 0;
	padding: 0;
	background-repeat: repeat-x;
	overflow: hidden;
}

.RadMenu .rmVertical .rmSeparator .rmText,
.RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	height: auto;
	width: auto;
	padding-bottom: 2px;
}

*+html .RadMenu .rmSeparator .rmText,   /* IE7 separator height problem */
*+html .RadMenu .rmVertical .rmSeparator .rmText,
*+html .RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	height: 2px;
	padding: 0;
}

* html .RadMenu .rmVertical .rmSeparator .rmText { height: auto; padding: 2px 0 0; }
* html .RadMenu .rmHorizontal .rmSeparator .rmText { padding: 0; }

.RadMenu .rmRootGroup .rmSeparator .rmText
{
	margin: 1px 12px;
}

.RadMenu .rmRootGroup .rmVertical .rmSeparator .rmText,
.RadMenu_Context .rmVertical .rmSeparator .rmText
{
	margin: 1px 2px 1px 31px;
}

.RadMenu_rtl .rmRootGroup .rmVertical .rmSeparator .rmText,
.RadMenu_Context_rtl .rmVertical .rmSeparator .rmText
{
	margin: 1px 31px 1px 2px;
}

.RadMenu .rmHorizontal .rmSeparator .rmText,
.RadMenu .rmVertical .rmHorizontal .rmSeparator .rmText
{
	margin: 2px 0 0;
	height: 20px;
	width: 2px;
}

* html .RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	zoom: 1;
}

/* </separators> */

/* <scroll arrows> */

.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow
{
	width: 10px;
	height: 24px;
}

.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow
{
	height: 10px;
	width: 100%;
}

/* </scroll arrows> */

/* </base styles> */
/* END Telerik.Web.UI.Skins.Menu.css */
/* START Telerik.Web.UI.Skins.Windows7.Menu.Windows7.css */
/* <RadMenu / Vista> */

.RadMenu_Windows7 .rmRootGroup,
.RadMenu_Windows7 .rmFirst,
.RadMenu_Windows7 a.rmLink,
.RadMenu_Windows7 .rmText,
.RadMenu_Windows7 .rmLeftArrow,
.RadMenu_Windows7 .rmRightArrow,
.RadMenu_Windows7 .rmTopArrow,
.RadMenu_Windows7 .rmBottomArrow
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoembJvheuozw_8OyM9MjgM7l3qQIcPYT0Q4HLIZSdEdgw2&t=634042831497025659');
	background-color: transparent;
}

.RadMenu_Windows7 .rmRootGroup
{
	border: 1px solid #aabfd6;
	background-repeat: repeat-x;
	background-position: 0 -408px;
	background-color: #f1f5fb;
}

.RadMenu_Windows7 .rmFirst
{
	background-position: 0 -24px;
}

.RadMenu_Windows7 .rmVertical .rmFirst,
.RadMenu_Windows7 .rmVertical .rmLast
{
	background: none;
	padding: 0;
}

/* <Root items> */

.RadMenu_Windows7,
.RadMenu_Windows7 a.rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #4c607a;
	text-decoration: none;
}

.RadMenu_Windows7 a.rmLink,
.RadMenu_Windows7 .rmText
{
	background-position: 0 1050px;
	background-repeat: no-repeat;
}

.RadMenu_Windows7 a.rmLink:hover,
.RadMenu_Windows7 a.rmFocused,
.RadMenu_Windows7 a.rmSelected
{
	background-position: 0 -72px;
}

.RadMenu_Windows7 a.rmLink:hover .rmText,
.RadMenu_Windows7 a.rmFocused .rmText,
.RadMenu_Windows7 a.rmSelected .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Windows7 a.rmExpanded,
.RadMenu_Windows7 a.rmExpanded:hover
{
	background-position: 0 -120px;
}

.RadMenu_Windows7 a.rmExpanded .rmText,
.RadMenu_Windows7 a.rmExpanded:hover .rmText
{
	background-position: 100% -144px;
}

.RadMenu_Windows7 a.rmDisabled,
.RadMenu_Windows7 a.rmDisabled:hover
{
	color: #a7a7a7;
}

.RadMenu_Windows7 a.rmDisabled:hover,
.RadMenu_Windows7 a.rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Windows7 .rmGroup,
.RadMenu_Windows7 .rmMultiColumn,
.RadMenu_Windows7 .rmGroup .rmVertical
{
	border: 1px solid #a5b3c5;
	background: #fff url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoembJvheuozw_8OyM9MjgM7w9SXgWIiywlohqSoP52AMNbFcb7P7MuLT677aRnnn_g1&t=634042831497025659') repeat-y -1px 0;
}

.RadMenu_Windows7 .rmTopFix,
.RadMenu_Windows7 .rmBottomFix,
.RadMenu_Windows7 .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Windows7 .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Windows7 .rmRoundedCorners ul.rmHorizontal .rmFirst
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoembJvheuozw_8OyM9MjgM7w9SXgWIiywlohqSoP52AMNbFcb7P7MuLT677aRnnn_g1&t=634042831497025659');
	background-color: #fff; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Windows7 .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Windows7 .rmRoundedCorners .rmHorizontal .rmItem
{
	background-image: none;
}

.RadMenu_Windows7 .rmRoundedCorners .rmGroupColumn
{
	background-color: #fff;
}

.RadMenu_Windows7 .rmBottomLeft,
.RadMenu_Windows7 .rmRoundedCorners ul.rmGroup,
.RadMenu_Windows7 .rmRoundedCorners .rmMultiColumn
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoembJvheuozw_8OyM9MjgM7gGmexYGmtxFNczMj4lm9Np8w7aMuAVEp7ivPn9L1DD01&t=634042831497025659');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_Windows7 .rmTopRight,
.RadMenu_Windows7 .rmBottomRight
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoembJvheuozw_8OyM9MjgM7UOr5LyBdsPpwAaIKT49bkPuZKNYuwyj829aAUx4NE6U1&t=634042831497025659');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_Windows7 .rmTopFix,
.RadMenu_Windows7 .rmBottomFix,
.RadMenu_Windows7 .rmRoundedCorners .rmGroup .rmFirst
{
	border-color: #a5b3c5;
}

.RadMenu_Windows7 li.rmTopFix,
.RadMenu_Windows7 li.rmBottomFix
{
	background-position: -4px 0;
}

.RadMenu_Windows7_rtl .rmBottomLeft,
.RadMenu_Windows7_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Windows7_rtl .rmRoundedCorners .rmMultiColumn
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoembJvheuozw_8OyM9MjgM7gGmexYGmtxFNczMj4lm9NhX2dq28ARaQETKL-81gDzo1&t=634042831497025659');
}

.RadMenu_Windows7_rtl .rmTopRight,
.RadMenu_Windows7_rtl .rmBottomRight
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoembJvheuozw_8OyM9MjgM7UOr5LyBdsPpwAaIKT49bkAyQX7Mi_sxPT7t9EXsV4Vc1&t=634042831497025659');
}

.RadMenu_Windows7_rtl li.rmTopFix,
.RadMenu_Windows7_rtl li.rmBottomFix,
.RadMenu_Windows7_rtl .rmRoundedCorners .rmGroup .rmItem
{
	background-position: 101% 0;
}

.RadMenu_Windows7 .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Windows7_rtl .rmGroup,
.RadMenu_Windows7_rtl .rmMultiColumn,
.RadMenu_Windows7_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_Windows7 .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Windows7 .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Windows7 .rmGroup .rmFirst,
.RadMenu_Windows7 .rmGroup .rmLast
{
	background: none;
}

.RadMenu_Windows7 .rmGroup .rmLast
{
	padding-bottom: 1px;
}

.RadMenu_Windows7 .rmGroup a.rmLink .rmText
{
	color: #000;
}

.RadMenu_Windows7 .rmGroup a.rmLink:hover,
.RadMenu_Windows7 .rmGroup a.rmFocused,
.RadMenu_Windows7 .rmGroup a.rmSelected,
.RadMenu_Windows7 .rmGroup a.rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Windows7 .rmGroup a.rmLink:hover .rmText,
.RadMenu_Windows7 .rmGroup a.rmFocused .rmText,
.RadMenu_Windows7 .rmGroup a.rmSelected .rmText,
.RadMenu_Windows7 .rmGroup a.rmExpanded .rmText
{
	color: #4c607a;
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_Windows7 .rmGroup .rmExpandRight,
.RadMenu_Windows7 .rmGroup .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Windows7 .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Windows7 .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Windows7 .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Windows7 .rmGroup a.rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Windows7 .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmDisabled:hover .rmExpandDown
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoembJvheuozw_8OyM9MjgM7l3qQIcPYT0Q4HLIZSdEdgw2&t=634042831497025659');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Windows7_rtl .rmGroup a.rmLink:hover,
.RadMenu_Windows7_rtl .rmGroup a.rmFocused,
.RadMenu_Windows7_rtl .rmGroup a.rmSelected,
.RadMenu_Windows7_rtl .rmGroup a.rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Windows7_rtl .rmGroup a.rmLink:hover .rmText,
.RadMenu_Windows7_rtl .rmGroup a.rmFocused .rmText,
.RadMenu_Windows7_rtl .rmGroup a.rmSelected .rmText,
.RadMenu_Windows7_rtl .rmGroup a.rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Windows7_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Windows7_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Windows7_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Windows7_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Windows7_rtl .rmGroup a.rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Vista - specific, overlapping submenus)> */

.RadMenu_Windows7 .rmSlide
{
	margin: -3px 0 0 1px;
}

.RadMenu_Windows7 .rmVertical .rmSlide,
.RadMenu_Windows7 .rmSlide .rmSlide,
.RadMenu_Windows7_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Windows7_rtl .rmSlide
{
	margin: -3px 0 0 -1px;
}

.RadMenu_Windows7_rtl .rmVertical .rmSlide,
.RadMenu_Windows7_rtl .rmSlide .rmSlide,
.RadMenu_Windows7_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Windows7 .rmLeftArrow,
.RadMenu_Windows7 .rmRightArrow
{
	background-color: #E0E5F5;
}

.RadMenu_Windows7 .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #B7BDCD; }
.RadMenu_Windows7 .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #B7BDCD; }

.RadMenu_Windows7 .rmTopArrow,
.RadMenu_Windows7 .rmBottomArrow,
.RadMenu_Windows7 .rmGroup .rmLeftArrow,
.RadMenu_Windows7 .rmGroup .rmRightArrow
{
	background-color: #f0f0f0;
}

.RadMenu_Windows7 .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #B7BDCD; }
.RadMenu_Windows7 .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #B7BDCD; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Windows7 .rmVertical .rmSeparator .rmText,
.RadMenu_Windows7 .rmHorizontal .rmVertical .rmSeparator .rmText
{
	background-position: 0 -406px;
}

.RadMenu_Windows7 .rmHorizontal .rmSeparator .rmText,
.RadMenu_Windows7 .rmVertical .rmHorizontal .rmSeparator .rmText
{
	background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Vista> */
/* END Telerik.Web.UI.Skins.Windows7.Menu.Windows7.css */
/* START Telerik.Web.UI.Skins.PanelBar.css */
/* PanelBar base css */

.RadPanelBar
{
	width: 250px;
	text-align: left;
}

.RadPanelBar_rtl
{
	text-align: right;
}

.RadPanelBar .rpRootGroup
{
	border-width: 1px;
	border-style: solid;
}

.RadPanelBar .rpRootGroup,
.RadPanelBar .rpGroup,
.RadPanelBar .rpItem
{
	margin: 0;
	padding: 0;
	list-style-position:outside;
	list-style: none;
}

.RadPanelBar .rpSlide
{
    position: static;
    float: none;
    height: auto;
	overflow:hidden;
	display:none;
	zoom: 1;
}

.RadPanelBar .rpItem
{
	float: none;
	display: block;
	overflow: hidden;
	position: static;
}
* html .RadPanelBar .rpItem { display: inline }
* html .RadPanelBar .rpGroup .rpItem { display: block }

.RadPanelBar .rpItem:after,
.RadPanelBar .rpText:after,
.RadPanelBar .rpTemplate:after
{
    content: ""; 
    display: block; 
    height: 0; 
    line-height: 0;
    font-size: 0;
    clear: both; 
    visibility: hidden;
}

.RadPanelBar .rpLink
{
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	zoom: 1;
}

.RadPanelBar .rpLink:focus
{
	outline: 0 none;
}

.RadPanelBar .rpLink,
.RadPanelBar .rpOut,
.RadPanelBar .rpText
{
	display: block;
}

*+html .RadPanelBar .rpItem { display: inline; }

.RadPanelBar .rpOut
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.RadPanelBar .rpFocused .rpOut,
.RadPanelBar .rpLink:hover .rpOut,
.RadPanelBar .rpSelected .rpOut,
.RadPanelBar .rpSelected:hover .rpOut
{
	border-bottom-width: 0;
	padding-bottom: 1px;
}

.RadPanelBar_Forest .rpDisabled:hover .rpOut
{
	padding-bottom: 0;
	border-bottom-width: 1px;
}

.RadPanelBar .rpImage
{
	float: left;
	border: 0;
	vertical-align: middle;
	padding: 4px 3px 3px;
}

.RadPanelBar_rtl .rpImage
{
	float: right;
}

* html .RadPanelBar .rpImage { padding-bottom: 4px; }

.RadPanelBar .rpText
{
	padding: 0 10px;
}

/* <sub items> */
.RadPanelBar .rpGroup
{
	overflow: auto;
	overflow-x: hidden;
}

.RadPanelBar .rpGroup .rpLink,
.RadPanelBar .rpGroup .rpTemplate
{
	background-color: transparent;
	
	border-bottom: 0;
	
	font-size: 12px;
	
	line-height: 22px;
}


.RadPanelBar .rpGroup .rpLink:hover
{
	border-bottom: 0;
}

.RadPanelBar .rpGroup .rpLink .rpOut,
.RadPanelBar .rpGroup .rpExpanded .rpOut,
.RadPanelBar .rpGroup .rpSelected .rpOut,
.RadPanelBar .rpGroup .rpLink:hover .rpOut,
.RadPanelBar .rpGroup .rpExpanded:hover .rpOut,
.RadPanelBar .rpGroup .rpSelected:hover .rpOut
{
	padding-bottom: 0;
}

.RadPanelBar .rpGroup .rpDisabled:hover .rpOut
{
	border-bottom: 0;
}

.RadPanelBar .rpGroup .rpOut
{
	border-bottom: 0;
	margin-right: 3px;
}

.RadPanelBar .rpGroup .rpImage
{
	padding: 3px 3px 3px 9px;
}
/* </sub items> */

/* <level indentation> */
.RadPanelBar .rpLevel2 .rpTemplate,
.RadPanelBar .rpLevel2 .rpOut
{
	padding-left: 15px;
}

.RadPanelBar .rpLevel3 .rpTemplate,
.RadPanelBar .rpLevel3 .rpOut
{
	padding-left: 30px;
}

/*      <rtl> */
.RadPanelBar_rtl .rpLevel2 .rpTemplate,
.RadPanelBar_rtl .rpLevel2 .rpOut
{
	padding-left: 0;
	padding-right: 15px;
}

.RadPanelBar_rtl .rpLevel3 .rpTemplate,
.RadPanelBar_rtl .rpLevel3 .rpOut
{
	padding-left: 0;
	padding-right: 30px;
}
/*      </rtl> */
/* </level indentation> */

.RadPanelBar .rpLevel1 .rpFirst { padding-top: 1px; }
.RadPanelBar .rpLevel2 .rpItem { padding-top: 0; }

.RadPanelBar .rpLevel1 .rpLast { padding-bottom: 1px; }
.RadPanelBar .rpLevel2 .rpItem { padding-bottom: 0; }
/* END Telerik.Web.UI.Skins.PanelBar.css */
/* START Telerik.Web.UI.Skins.Windows7.PanelBar.Windows7.css */
.RadPanelBar_Windows7
{
	background: #fff;
}

.RadPanelBar_Windows7 .rpRootGroup
{
	border-color: #a5b3c5;
}

.RadPanelBar_Windows7 .rpLink,
.RadPanelBar_Windows7 .rpTemplate
{
	color: #000;
	font: normal 12px/24px "Segoe UI", Arial, sans-serif;
}

.RadPanelBar_Windows7 .rpLink
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJodLGPiimbTnHNZCT0mm94kSjBVy9eI-c8ySYgG0Z5c5GJuac11KeqNWIZaFmdA5Ef41&t=634042831497025659');
}

.RadPanelBar_Windows7 .rpOut
{
	border-color: #cddaea;
}

.RadPanelBar_Windows7 .rpLink
{
	background-color: #a6d9f4;
	border-color:  #abbdd5;
}

.RadPanelBar_Windows7 .rpExpanded
{
	border-color: #abbdd5;
}

.RadPanelBar_Windows7 .rpSelected,
.RadPanelBar_Windows7 .rpSelected:hover
{
	background-color: #cfdced;
	border-color: #c2cedb;
}

/* <disabled items> */
.RadPanelBar_Windows7 .rpDisabled,
.RadPanelBar_Windows7 .rpDisabled:hover
{
	color: #bbb;
}

div.RadPanelBar_Windows7 .rpDisabled:hover .rpOut
{
	border-bottom: 1px solid #cddaea;
	padding-bottom: 0;
}

/* </disabled items> */

/* <expand arrows> */
.RadPanelBar_Windows7 .rpExpandable .rpText,
.RadPanelBar_Windows7 .rpExpanded .rpText
{
	background-color: transparent;
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJodLGPiimbTnHNZCT0mm94kSUZZ3Nqvw1uA6pMNx_-Fqfp_Iv8CwD69XNFTjgqclQy81&t=634042831497025659');
}
/* </expand arrows> */

/* <subitems> */
.RadPanelBar_Windows7 .rpGroup
{
	background-color: #fff;
}

.RadPanelBar_Windows7 .rpGroup .rpLink,
.RadPanelBar_Windows7 .rpGroup .rpTemplate
{
	color: #000;
	background-color: transparent;
	background-image: none;
}

.RadPanelBar_Windows7 .rpGroup .rpLink:hover
{
	color: #000;
}

.RadPanelBar_Windows7 .rpGroup .rpLink,
.RadPanelBar_Windows7 .rpGroup .rpOut
{
	background-color: transparent;
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJodLGPiimbTnHNZCT0mm94kS_eNBaKMGYn3hmwYneCP0FSFNXMjh10md1gOckv0Ilhg1&t=634042831497025659');
	background-repeat: no-repeat;
}


/* <subitems (disabled)> */
.RadPanelBar_Windows7 .rpGroup .rpDisabled,
.RadPanelBar_Windows7 .rpGroup .rpDisabled:hover,
.RadPanelBar_Windows7 .rpGroup .rpDisabled:hover .rpOut
{
	background-image: none;
}

.RadPanelBar_Windows7 .rpGroup .rpDisabled,
.RadPanelBar_Windows7 .rpGroup .rpDisabled:hover
{
	color: #bbb;
	text-decoration: none;
	background-color: #fff;
}
/* </subitems (disabled)> */

/* <subitems> */

/* <background positioning> */
.RadPanelBar_Windows7 .rpLink,
.RadPanelBar_Windows7 .rpExpanded
{
	background-position: 0 0;
}

.RadPanelBar_Windows7 .rpFocused,
.RadPanelBar_Windows7 .rpLink:hover,
.RadPanelBar_Windows7 .rpExpanded:hover
{
	background-position: 0 -200px;
}

.RadPanelBar_Windows7 .rpSelected,
.RadPanelBar_Windows7 .rpSelected:hover
{
	background-position: 0 -400px;
}

.RadPanelBar_Windows7 .rpFirst .rpLink,
.RadPanelBar_Windows7 .rpFirst .rpExpanded
{
	background-position: 0 -1px;
}

.RadPanelBar_Windows7 .rpFirst .rpFocused,
.RadPanelBar_Windows7 .rpFirst .rpLink:hover
{
	background-position: 0 -201px;
}

.RadPanelBar_Windows7 .rpFirst .rpSelected,
.RadPanelBar_Windows7 .rpFirst .rpSelected:hover
{
	background-position: 0 -401px;
}

/* <root items (disabled)> */
.RadPanelBar_Windows7 .rpDisabled:hover
{
	cursor: default;
}

.RadPanelBar_Windows7 .rpDisabled,
.RadPanelBar_Windows7 .rpDisabled:hover,
.RadPanelBar_Windows7 .rpDisabled:hover .rpOut
{
	background-position: 0 0;
}
/* </root items (disabled)> */

/*      <expand arrows> */
.RadPanelBar_Windows7 .rpExpandable .rpText,
.RadPanelBar_Windows7 .rpExpanded .rpText
{
	padding-right: 20px;
	background-repeat: no-repeat;
}

.RadPanelBar_Windows7_rtl .rpExpandable .rpText,
.RadPanelBar_Windows7_rtl .rpExpanded .rpText
{
	padding-left: 20px;
}

.RadPanelBar_Windows7_rtl .rpGroup .rpText
{
	padding: 0 10px;
}

.RadPanelBar_Windows7 .rpExpandable .rpText { background-position: 100% 0; }
.RadPanelBar_Windows7 .rpExpanded .rpText { background-position: 100% -176px; }
.RadPanelBar_Windows7_rtl .rpExpandable .rpText { background-position: 0 0; }
.RadPanelBar_Windows7_rtl .rpExpanded .rpText { background-position: 0 -176px; }

/*      </expand arrows> */

.RadPanelBar_Windows7 .rpGroup .rpLink,
.RadPanelBar_Windows7 .rpGroup .rpLink .rpOut { background-position: 0 200px; }

.RadPanelBar_Windows7 .rpGroup .rpLink:hover,
.RadPanelBar_Windows7 .rpGroup .rpFocused { background-position: 100% -22px; }
.RadPanelBar_Windows7 .rpGroup .rpLink:hover .rpOut,
.RadPanelBar_Windows7 .rpGroup .rpFocused .rpOut { background-position: 0 0; }

/*      <subitems (selected)> */
.RadPanelBar_Windows7 .rpGroup .rpSelected,
.RadPanelBar_Windows7 .rpGroup .rpSelected:hover { background-position: 100% -222px; background-color: transparent; }
.RadPanelBar_Windows7 .rpGroup .rpSelected .rpOut,
.RadPanelBar_Windows7 .rpGroup .rpSelected:hover .rpOut { background-position: 0 -200px; }
/*      </subitems (selected)> */

/*      <subitems (expand arrows)> */
.RadPanelBar_Windows7 .rpGroup .rpExpandable .rpText,
.RadPanelBar_Windows7 .rpGroup .rpExpandable:hover .rpText { background-position: 100% -938px; }
.RadPanelBar_Windows7 .rpGroup .rpExpanded .rpText,
.RadPanelBar_Windows7 .rpGroup .rpExpanded:hover .rpText { background-position: 100% -1078px; }
.RadPanelBar_Windows7_rtl .rpGroup .rpExpandable .rpText,
.RadPanelBar_Windows7_rtl .rpGroup .rpExpandable:hover .rpText { background-position: 0 -938px; }
.RadPanelBar_Windows7_rtl .rpGroup .rpExpanded .rpText,
.RadPanelBar_Windows7_rtl .rpGroup .rpExpanded:hover .rpText { background-position: 0 -1078px; }
/*      </subitems (expand arrows)> */
/* </background positioning> */
/* END Telerik.Web.UI.Skins.Windows7.PanelBar.Windows7.css */
/* START Telerik.Web.UI.Skins.Calendar.css */
/*Telerik RadCalendar Common CSS*/

table.RadCalendar
{
	table-layout:auto;
	border-collapse:separate;
	border:0;
	width:220px;
}

/*titlebar*/

.RadCalendar .rcTitlebar
{
	width:100%;
	border-style:solid;
	border-width:1px;
	padding:0;
}

.RadCalendar .rcTitlebar table
{
	table-layout:auto;
	width:100%;
	border-collapse:separate;
	border:0;
}

.RadCalendar .rcTitlebar td
{
	border:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}
.RadCalendar .rcNoNav .rcTitle
{
	cursor:default;
}

.RadCalendar .rcTitlebar .rcPrev,
.RadCalendar .rcTitlebar .rcNext,
.RadCalendar .rcTitlebar .rcFastPrev,
.RadCalendar .rcTitlebar .rcFastNext
{
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	margin:0 4px;
	background-color:transparent;
	background-repeat:no-repeat;
	text-indent:-2222px;
	text-decoration:none;
}

.RadCalendar .rcMain
{
	width:100%;
	border-style:solid;
	border-width:0 1px 1px;
	padding:0;
}

.RadCalendar .rcMainTable
{
	table-layout:auto;
	border-collapse:separate;
	border:0;
	width:100%;
}

.RadCalendar .rcHeader,
.RadCalendar .rcFooter
{
	border-style:solid;
	border-width:0 1px 1px;
	padding:0;
}

/*week numbers and days*/

.RadCalendar .rcRow th,
.RadCalendar .rcWeek th
{
	border:0;
	padding:0;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
}

.RadCalendar .rcWeek th
{
	text-align:right;
}

.RadCalendar .rcWeek .rcViewSel,
.RadCalendar .rcRow th
{
	text-align:center;
}

/*date cells*/

.RadCalendar .rcRow td
{
	border-style:solid;
	border-width:1px;
	padding:0;
	text-align:right;
	vertical-align:middle;
}

.RadCalendar .rcMain .rcRow a,
.RadCalendar .rcMain .rcRow span
{
	display:block;
	padding:1px 5px 1px 0;
	text-decoration:none;
}

.RadCalendar .rcPreview .rcRow a
{
	outline:none;
}

.RadCalendar .rcMain .rcOutOfRange span
{
	cursor:default;
}

/*multimonth view*/

table.RadCalendarMultiView
{
	width:auto;
}

.RadCalendarMultiView .rcCalendar
{
	width:220px;
	border-style:solid;
	border-width:1px;
	padding:0;
}

.RadCalendarMultiView .rcMainTable .rcTitle
{
	border-style:solid;
	border-width:0 0 1px;
	padding:0;
	text-align:center;
}

/*month view*/

table.RadCalendarMonthView
{
	table-layout:auto;
	border-collapse:separate;
	border-style:solid;
	border-width:1px;
}

table.RadCalendarMonthView td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
}

.RadCalendarMonthView .rcHover a,
.RadCalendarMonthView .rcSelected a
{
    border-style:solid;
    border-width:1px;
	padding:1px 3px;
}

.RadCalendarMonthView #rcMView_PrevY a,
.RadCalendarMonthView #rcMView_NextY a
{
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-color:transparent;
	background-repeat:no-repeat;
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}

.RadCalendarMonthView .rcButtons
{
	border:0;
	text-align:center;
}

.RadCalendarMonthView input
{
	border-style:solid;
	border-width:1px;
	padding:0;
	cursor:pointer;
}

.RadCalendarMonthView #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView
{
	border-collapse:separate;
	border-style:solid;
	border-width:1px;
}

.RadCalendarTimeView th
{
	border:0;
	text-align:center;
	cursor:default;
	font-weight:normal;
}

table.RadCalendarTimeView td
{
	border-style:solid;
	border-width:0 0 0 1px;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView td:first-child
{
	border-left:0;
}

.RadCalendarTimeView a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
}

.RadCalendarTimeView td.rcSelected a,
.RadCalendarTimeView td.rcHover a
{
    border-style:solid;
    border-width:1px;
    padding:1px 5px;
}

.RadCalendarTimeView .rcFooter
{
	border-style:solid;
	border-width:1px 0 0;
	padding:0;
}

/*pickers*/

.RadPicker,
.RadPicker td
{
	vertical-align:middle;
}

.RadPicker .RadInput
{
	vertical-align:baseline;
}

.RadPicker .rcTable
{
	table-layout:auto;
}

.RadPicker table.rcTable,
.RadPicker table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker td a{position:static}/*IE6*/
*+html .RadPicker td a{position:static}/*IE7*/

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background-color:transparent;
	background-repeat:no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker .rcDisabled,
.RadCalendarMonthView .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
/* END Telerik.Web.UI.Skins.Calendar.css */
/* START Telerik.Web.UI.Skins.Vista.Calendar.Vista.css */
/*Telerik RadCalendar Vista skin*/

table.RadCalendar_Vista
{
	background:#fff;
	color:#333;
	font:12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Vista .rcTitlebar
{
	border-color:#a7bac5;
	border-bottom-color:#3c7fb1;
	background:#a6d9f4 0 -800px repeat-x url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#000;
}

.RadCalendar_Vista .rcTitlebar table
{
	font:12px/18px "segoe ui",arial,sans-serif;
}

.RadCalendar_Vista .rcTitlebar td
{
	border-bottom:1px solid #e5f4fd;
	padding:2px 0 3px;
}

.RadCalendar_Vista .rcTitlebar .rcTitle:hover
{
	color:#06c;
}
.RadCalendar_Vista .rcNoNav .rcTitle:hover
{
	color:#000;
}

.RadCalendar_Vista .rcTitlebar .rcPrev,
.RadCalendar_Vista .rcTitlebar .rcNext,
.RadCalendar_Vista .rcTitlebar .rcFastPrev,
.RadCalendar_Vista .rcTitlebar .rcFastNext
{
	width:15px;
	height:14px;
	margin:0 3px;
	background-image:url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#ccc;
}

.RadCalendar_Vista .rcTitlebar .rcFastPrev
{
	margin-left:5px;
	background-position:1px 2px;
}

.RadCalendar_Vista .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -48px;
}

.RadCalendar_Vista .rcTitlebar .rcPrev
{
	background-position:3px -98px;
}

.RadCalendar_Vista .rcTitlebar .rcPrev:hover
{
	background-position:3px -148px;
}

.RadCalendar_Vista .rcTitlebar .rcNext
{
	background-position:4px -198px;
}

.RadCalendar_Vista .rcTitlebar .rcNext:hover
{
	background-position:4px -248px;
}

.RadCalendar_Vista .rcTitlebar .rcFastNext
{
	margin-right:5px;
	background-position:1px -298px;
}

.RadCalendar_Vista .rcTitlebar .rcFastNext:hover
{
	background-position:1px -348px;
}

.RadCalendar_Vista .rcMain
{
	border-color:#a7bac5;
}

.RadCalendar_Vista .rcMainTable
{
	font:12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Vista .rcHeader,
.RadCalendar_Vista .rcFooter
{
	border-color:#a7bac5;
}

/*week numbers and days*/

.RadCalendar_Vista .rcWeek th
{
	padding:2px 0 1px 0;
	border-bottom:1px solid #e0e0e0;
	text-align:center;
}

.RadCalendar_Vista .rcWeek .rcViewSel
{
	border-bottom-color:#fff;
}

.RadCalendar_Vista .rcViewSel,
.RadCalendar_Vista .rcRow th
{
	background:#e7ebf6;
}

.RadCalendar_Vista .rcRow th
{
	width:28px;
	color:#777;
}

/*date cells*/

.RadCalendar_Vista .rcRow td
{
	width:26px;
	border:0;
	padding:0 0 1px 1px;
}

.RadCalendar_Vista .rcMain .rcRow a,
.RadCalendar_Vista .rcMain .rcRow span
{
	width:20px;
	padding:0 6px 0 0;
	color:#333;
}

.RadCalendar_Vista .rcMain .rcWeekend a
{
	color:#555;
}

.RadCalendar_Vista .rcMain .rcRow .rcToday a
{
	background:100% -1400px no-repeat url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
}

.RadCalendar_Vista .rcMain .rcOtherMonth a
{
	color:#777;
}

.RadCalendar_Vista .rcMain .rcOutOfRange span
{
	color:#777;
}

.RadCalendar_Vista .rcMain .rcRow .rcHover a
{
	background:100% -1200px no-repeat url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#06c;
}

.RadCalendar_Vista .rcMain .rcRow .rcSelected a
{
	background:100% -1300px no-repeat url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#06c;
}

/*multimonth view*/

.RadCalendarMultiView_Vista .rcTitlebar
{
	border-color:#131c24;
	border-bottom-color:#052d41;
	background:#4e96aa 0 -999px repeat-x url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#fff;
}

.RadCalendarMultiView_Vista .rcTitlebar table
{
	border:1px solid;
	border-color:#b2ccd8 #87b2c3 #95c3ce;
	line-height:24px;
}

.RadCalendarMultiView_Vista .rcTitlebar td
{
	border:0;
	padding-top:1px;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcTitle:hover
{
	color:#fff;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcFastPrev
{
	height:18px;
	background-position:1px -396px;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -446px;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcPrev
{
	height:18px;
	background-position:3px -496px;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcPrev:hover
{
	background-position:3px -546px;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcNext
{
	height:18px;
	background-position:3px -596px;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcNext:hover
{
	background-position:3px -646px;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcFastNext
{
	height:18px;
	background-position:1px -696px;
}

.RadCalendarMultiView_Vista .rcTitlebar .rcFastNext:hover
{
	background-position:1px -746px;
}

.RadCalendarMultiView_Vista .rcMain
{
	border-color:#9cb6c5;
}

.RadCalendarMultiView_Vista .rcCalendar
{
	border-color:#a7bac5;
}

.RadCalendarMultiView_Vista .rcMain .rcTitle
{
	border-color:#3c7fb1;
	padding:3px 0 4px;
	background:#a6d9f4 0 -800px repeat-x url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#000;
}

/*month view*/

table.RadCalendarMonthView_Vista
{
	border-color:#979797;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
}

.RadCalendarMonthView_Vista #rcMView_Feb,
.RadCalendarMonthView_Vista #rcMView_Apr,
.RadCalendarMonthView_Vista #rcMView_Jun,
.RadCalendarMonthView_Vista #rcMView_Aug,
.RadCalendarMonthView_Vista #rcMView_Oct,
.RadCalendarMonthView_Vista #rcMView_Dec
{
	border-right:1px solid #e0e0e0;
}

.RadCalendarMonthView_Vista a
{
	color:#333;
}

.RadCalendarMonthView_Vista .rcHover a
{
	border-color:#daf2fc;
}

.RadCalendarMonthView_Vista .rcSelected a
{
	border-color:#06c;
	color:#000;
}

.RadCalendarMonthView_Vista #rcMView_PrevY a,
.RadCalendarMonthView_Vista #rcMView_NextY a
{
	width:15px;
	height:14px;
	background-image:url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#ccc;
}

.RadCalendarMonthView_Vista #rcMView_PrevY a
{
	background-position:6px 4px;
}

.RadCalendarMonthView_Vista #rcMView_NextY a
{
	background-position:6px -296px;
}

.RadCalendarMonthView_Vista #rcMView_PrevY a:hover,
.RadCalendarMonthView_Vista #rcMView_NextY a:hover
{
	background:transparent no-repeat url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0epdtzwf1WdK6auDqd6KRX_kLogwWx4iynXgkfFYTLtEA1&t=634042831497025659');
}

.RadCalendarMonthView_Vista #rcMView_PrevY a:hover
{
	background-position:5px 6px;
}

.RadCalendarMonthView_Vista #rcMView_NextY a:hover
{
	background-position:-49px 6px;
}

.RadCalendarMonthView_Vista .rcButtons
{
	padding:4px 7px 6px;
}

.RadCalendarMonthView_Vista input
{
	border:0;
	margin:0 3px;
	padding:1px 0 0;
	background:0 100% repeat-x url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#06c;
	font:12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Vista
{
	border-color:#979797;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
}

.RadCalendarTimeView_Vista th
{
	border-bottom:1px solid #3c7fb1;
	padding:3px 0;
	background:#a6d9f4 0 -800px repeat-x url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#000;
	line-height:18px;
}

table.RadCalendarTimeView_Vista td
{
	border-color:#e0e0e0;
}

.RadCalendarTimeView_Vista a
{
	width:58px;
	padding:1px 6px 1px 1px;
	line-height:15px;
	color:#333;
	text-align:right;
}

.RadCalendarTimeView_Vista td.rcSelected a
{
	border-color:#06c;
	padding:0 5px 0 0;
	color:#000;
}

.RadCalendarTimeView_Vista td.rcHover a
{
    border:0;
    padding:1px 6px 1px 1px;
	background:100% -1800px no-repeat url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
	color:#06c;
}

.RadCalendarTimeView_Vista .rcFooter
{
	border-color:#e0e0e0;
}

/*pickers*/

.RadPicker_Vista .rcCalPopup,
.RadPicker_Vista .rcTimePopup
{
	background-image:url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJofb1jCGwEYxc-TiQ3WFzK0eeIwHRcxb6M2jcnW8Ic7Fhg2&t=634042831497025659');
}

.RadPicker_Vista .rcCalPopup,
.RadPicker_Vista .rcDisabled.rcCalPopup:hover
{
	background-position:0 -2000px;
}

.RadPicker_Vista .rcCalPopup:hover,
.RadPicker_Vista .rcCalPopup:focus,
.RadPicker_Vista .rcCalPopup:active
{
	background-position:0 -2050px;
}

.RadPicker_Vista .rcTimePopup,
.RadPicker_Vista .rcDisabled.rcTimePopup:hover
{
	background-position:0 -2100px;
}

.RadPicker_Vista .rcTimePopup:hover,
.RadPicker_Vista .rcTimePopup:focus,
.RadPicker_Vista .rcTimePopup:active
{
	background-position:0 -2150px;
}

/*rtl*/

.RadCalendarRTL_Vista .rcTitlebar .rcFastPrev
{
	background-position:1px -298px;
}

.RadCalendarRTL_Vista .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -348px;
}

.RadCalendarRTL_Vista .rcTitlebar .rcPrev
{
	background-position:4px -198px;
}

.RadCalendarRTL_Vista .rcTitlebar .rcPrev:hover
{
	background-position:4px -248px;
}

.RadCalendarRTL_Vista .rcTitlebar .rcNext
{
	background-position:3px -98px;
}

.RadCalendarRTL_Vista .rcTitlebar .rcNext:hover
{
	background-position:3px -148px;
}

.RadCalendarRTL_Vista .rcTitlebar .rcFastNext
{
	background-position:1px 2px;
}

.RadCalendarRTL_Vista .rcTitlebar .rcFastNext:hover
{
	background-position:1px -48px;
}

.RadCalendarMultiViewRTL_Vista .rcTitlebar .rcFastPrev
{
	background-position:1px -696px;
}

.RadCalendarMultiViewRTL_Vista .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -746px;
}

.RadCalendarMultiViewRTL_Vista .rcTitlebar .rcPrev
{
	background-position:3px -596px;
}

.RadCalendarMultiViewRTL_Vista .rcTitlebar .rcPrev:hover
{
	background-position:3px -646px;
}

.RadCalendarMultiViewRTL_Vista .rcTitlebar .rcNext
{
	background-position:3px -496px;
}

.RadCalendarMultiViewRTL_Vista .rcTitlebar .rcNext:hover
{
	background-position:3px -546px;
}

.RadCalendarMultiViewRTL_Vista .rcTitlebar .rcFastNext
{
	background-position:1px -396px;
}

.RadCalendarMultiViewRTL_Vista .rcTitlebar .rcFastNext:hover
{
	background-position:1px -446px;
}
/* END Telerik.Web.UI.Skins.Vista.Calendar.Vista.css */
/* START Telerik.Web.UI.Skins.Window.css */
/* RadWindow for ASP.NET AJAX Base Stylesheet */

/* MVC overrides */
.RadWindow table,
.RadWindow table td
{
	border:0;
	padding:0;
}

.RadWindow .rwTopResize
{
	font-size: 1px;
	line-height: 4px;
	width: 100%;
	height: 4px;
	background-position: 0 -31px;
	background-repeat: repeat-x;
}

.RadWindow .rwStatusbarRow .rwCorner
{
    background-repeat: no-repeat;
}

.RadWindow .rwStatusbarRow .rwBodyLeft
{
    background-position: -16px 0;
}

.RadWindow .rwStatusbarRow .rwBodyRight
{
    background-position: -24px 0;
}

.RadWindow .rwStatusbar
{
	height: 22px;
	background-position: 0 -114px;
	background-repeat: repeat-x;
}

.RadWindow .rwStatusbar div
{
    width: 18px; 
	height: 18px;
	background-position: 0 -94px;
	background-repeat: no-repeat;
}

.RadWindow table
{
    width: 100%;
    height: 100%;
    table-layout: auto; /* fixes the dimensions under IE */
}

.RadWindow table td
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
	vertical-align: top;
}

.RadWindow .rwCorner
{
    width: 8px;
}

.RadWindow .rwTopLeft,
.RadWindow .rwTopRight,
.RadWindow .rwTitlebar,
.RadWindow .rwFooterLeft,
.RadWindow .rwFooterRight,
.RadWindow .rwFooterCenter
{
    height: 8px;
	font-size: 1px;
    background-repeat: no-repeat;
    line-height: 1px;
}

.RadWindow .rwBodyLeft,
.RadWindow .rwBodyRight
{
	background-repeat: repeat-y;
}

.RadWindow .rwBodyRight
{
    background-position: -8px 0;
}

.RadWindow .rwTopLeft
{
    background-position: 0 0;
}

.RadWindow .rwTopRight
{
    background-position: -8px 0;
}

.RadWindow table .rwTitlebar
{
	background-repeat: repeat-x;
	background-position: 0 -31px;
	-moz-user-select: none;
}

.RadWindow .rwFooterLeft
{
	background-position: 0 -62px;
}

.RadWindow .rwFooterRight
{
	background-position: -8px -62px;
}

.RadWindow .rwFooterCenter
{
	background-repeat: repeat-x;
	background-position: 0 -70px;
}

.RadWindow .rwTitlebarControls
{
    height: 27px;
}

.RadWindow .rwWindowContent
{
	height: 100% !important; /* very important property, especially for opera */
	background: white;
}

/* Support for displayng the rwLoading image in the iframe's parent TD */
.RadWindow td.rwLoading
{
    background-repeat: no-repeat;
    background-position: center;
}

/* Support for displaying rwLoading image in the status bar  */
.RadWindow .rwStatusbar .rwLoading
{	
	background-repeat: no-repeat;
}

.RadWindow .rwStatusbar .rwLoading
{
	padding-left: 30px;
}

.RadWindow td.rwStatusbar input
{
    font: normal 12px "Segoe UI", Arial, Verdana, Sans-serif;
    padding: 4px 0 0 7px;
    margin: 0;
    border: 0 !important;
    width: 100%;	
    height: 18px;
	background-color: transparent !important; 
	background-repeat: no-repeat !important;
	background-position: left center !important;
	cursor: default;
	-moz-user-select: none;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: block; 
	float: left;
	vertical-align: middle;
}

.RadWindow .rwControlButtons
{
	padding: 0; 
	margin: 2px 0 0 0;
	list-style: none; 
	white-space: nowrap;	
	float: right; 
}

.RadWindow .rwControlButtons li
{
	float: left;
	padding: 0 1px 0 0;
}

.RadWindow .rwControlButtons a
{
	width: 30px; 
	height: 21px; 
	line-height: 1px; 
	font-size: 1px;
	cursor: default;
	background-repeat: no-repeat;
	display: block; 
	text-decoration: none;
	outline: none;
}

.RadWindow .rwControlButtons span
{
	display: block;	
}

/* reload button */
.RadWindow  .rwReloadButton
{
	background-position: -120px 0;
}

.RadWindow .rwReloadButton:hover
{
	background-position: -120px -21px;
}

/* unpin button */
.RadWindow .rwPinButton
{
	background-position: -180px 0;
}

.RadWindow .rwPinButton:hover
{
	background-position: -180px -21px;
}

/* pin button */
.RadWindow .rwPinButton.on
{
	background-position: -150px 0;
}

.RadWindow .rwPinButton.on:hover
{
	background-position: -150px -21px;
}

/* minimize button */
.RadWindow .rwMinimizeButton
{
	background-position: 0 0;
}

.RadWindow .rwMinimizeButton:hover
{
	background-position: 0 -21px;
}

/* maximize button */
.RadWindow .rwMaximizeButton
{
	background-position: -60px 0;
}

.RadWindow .rwMaximizeButton:hover
{
	background-position: -60px -21px;
}

/* close button */
.RadWindow .rwCloseButton
{
	background-position: -90px 0;
}

.RadWindow .rwCloseButton:hover
{
	background-position: -90px -21px;
}

/* restore button */
.RadWindow.rwMaximizedWindow .rwMaximizeButton,
.RadWindow.rwMinimizedWindow .rwMinimizeButton
{
	background-position: -30px 0;
}

.RadWindow.rwMaximizedWindow .rwMaximizeButton:hover,
.RadWindow.rwMinimizedWindow .rwMinimizeButton:hover
{	
	background-position: -30px -21px;
}

.RadWindow .rwIcon
{
    display: block;
	background-repeat: no-repeat;
	background-position: 0 -78px;
	width: 16px; 
	height: 16px;
	cursor: default;
	margin: 4px 5px 0 0;
}

.RadWindow em
{
	font: normal bold 12px "Segoe UI", Arial;
	color: black;
	padding: 3px 0 0 4px;	
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	float: left;	
}

.RadWindow_rtl .rwControlButtons
{
	float: left; 
}

div.RadWindow_rtl .rwControlButtons li
{
	float: right;
}

.RadWindow.rwInactiveWindow .rwTitlebarControls
{
	position: static;
}

.RadWindow .rwDialogPopup
{
	margin: 16px;
	color: black;	
	padding: 0px 0px 16px 50px;
	font: normal 12px "Segoe UI", Arial, Verdana;
	cursor: default;
}

.rwDialogPopup .rwPopupButton
{
    margin: 0;
}

.rwDialogPopup .rwPopupButton:focus,
.rwDialogPopup .rwPopupButton:active
{
    border: dotted 1px #999;                        
}

.rwDialogPopup .rwPopupButton,
.rwDialogPopup .rwPopupButton span
{
	display: block; 
	float: left;
}

.RadWindow .rwControlButtons a
{
    text-indent: -3333px;
    overflow: hidden;
    text-align:center;
}

html:first-child .RadWindow ul
{
    float: right; 
    border: solid 1px transparent;
}

.RadWindow .rwDialogText
{
    text-align: left;
}

.RadWindow.rwMinimizedWindow .rwPinButton,
.RadWindow.rwMinimizedWindow .rwReloadButton,
.RadWindow.rwMinimizedWindow .rwMaximizeButton,
.RadWindow.rwMinimizedWindow .rwTopResize
{
    display: none !important;
}

.RadWindow .rwDialogInput
{
	font: normal 12px "Segoe UI", Arial, Verdana;
	color: black;
	width: 100%;
	display: block;
	margin: 8px 0;
}

.RadWindow .rwWindowContent .radconfirm,
.RadWindow .rwWindowContent .radalert
{
    background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
}

.RadWindow .rwWindowContent .radconfirm
{
    background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoeTv7Syd-iMZZiB6LoWtBib-Vuky05q8oll4DIbmu1IShTWsgvBTZYM6opqu5tN0wo1&t=634042831497025659');	
}

.RadWindow .rwWindowContent .radalert
{
    background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoeTv7Syd-iMZZiB6LoWtBibzRirJQOgHqEC23uaSWtsTqAKFEjt8VwoV1h4_RYxiBg1&t=634042831497025659');	
}

.RadWindow .rwWindowContent .radprompt
{
	padding: 0;
}

.RadWindow .rwPopupButton,
.RadWindow .rwPopupButton span
{
	text-decoration: none;
	color: black;
	line-height: 21px;
	height: 21px;
	cursor: default;
}

.RadWindow .rwPopupButton
{
	background-repeat: no-repeat;
	background-position: 0 -136px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

.RadWindow .rwWindowContent .rwPopupButton .rwOuterSpan
{
    background-repeat: no-repeat;
	background-position: right -136px; 
	padding: 0 3px 0 0;
}

.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan
{
	background-repeat: repeat-x;
	background-position: 0 -157px; 
	padding: 0 12px;
}

.RadWindow .rwWindowContent .rwPopupButton:hover
{
	background-position: 0 -178px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwOuterSpan
{
	background-position: right -178px; 
	padding: 0 3px 0 0;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwInnerSpan
{
	background-position: 0 -199px; 
	padding: 0 12px;
}

.RadWindow .rwStatusbarRow .rwBodyLeft
{
    background-position: -16px 0;
}

.RadWindow .rwStatusbarRow .rwBodyRight
{
    background-position: -24px 0;
}

.RadWindow.rwMinimizedWindow .rwContentRow,
.RadWindow.rwMinimizedWindow .rwStatusbarRow
{
	display: none;
}

.RadWindow.rwMinimizedWindow table.rwTitlebarControls 
{
	margin-top: 4px;
}

.RadWindow.rwMinimizedWindow .rwControlButtons
{
    width: 66px !important;
}

.RadWindow.rwMinimizedWindow em
{
	width: 90px;
}

.RadWindow.rwMinimizedWindow
{
    width: 200px !important;
    height: 30px !important;
    overflow: hidden !important;
    float: left !important;
}

.RadWindow.rwMinimizedWindow .rwCorner.rwTopLeft
{
	background-position: 0 -220px;
	background-repeat: no-repeat; 
}

.RadWindow.rwMinimizedWindow .rwCorner.rwTopRight
{
	background-position: -8px -220px;
	background-repeat: no-repeat; 
}

.RadWindow.rwMinimizedWindow .rwTitlebar
{
    background-position: 0 -250px !important; /* Should be !important because of IE6 */
    background-repeat: repeat-x;
}

.RadWindow.rwInactiveWindow .rwCorner,
.RadWindow.rwInactiveWindow .rwTitlebar,
.RadWindow.rwInactiveWindow .rwFooterCenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65) !important;
	opacity: .65 !important; 
	-moz-opacity: .65 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/* stop the control buttons from stretching in IE8 */
.RadWindow ul.rwControlButtons span
{
    display /*\**/: none\9
}

/* css for window's top corners when visibletitlebar is set to false */
div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTopLeft
{
    background-position: 0 -280px;
}

div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTitlebar
{
    background-position: 0 -288px;
    background-repeat: repeat-x;
}

div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTopRight
{
    background-position: -8px -280px;
}

div.RadWindow.rwNoTitleBar div.rwTopResize
{
    background: none;
}
/* END Telerik.Web.UI.Skins.Window.css */
/* START Telerik.Web.UI.Skins.Default.Window.Default.css */
.RadWindow_Default .rwTopLeft,
.RadWindow_Default .rwTopRight,
.RadWindow_Default .rwTitlebar,
.RadWindow_Default .rwFooterLeft,
.RadWindow_Default .rwFooterRight,
.RadWindow_Default .rwFooterCenter,
.RadWindow_Default .rwTopResize,
.RadWindow_Default .rwStatusbar div,
.RadWindow_Default .rwStatusbar,
.RadWindow_Default .rwPopupButton,
.RadWindow_Default .rwPopupButton span,
.RadWindow_Default.rwMinimizedWindow .rwCorner
{
    background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoda_C3DR-DEuhBEA87tmPignP7xtBSJgJkNjU6WnMe5y4YhVsA7rT0lKCRd7jwhfOw1&t=634042831497025659');
}

.RadWindow_Default .rwBodyLeft,
.RadWindow_Default .rwBodyRight,
.RadWindow_Default .rwStatusbarRow .rwCorner
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoda_C3DR-DEuhBEA87tmPig_OLWV6Y3rlMcm01mYcpzhKGno_6-7gF4JX-_W8rIrJk1&t=634042831497025659');
}

.RadWindow_Default .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_Default .rwControlButtons a
{
    background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoda_C3DR-DEuhBEA87tmPigMlTAGoY_15urtY_j2UsQraeMJLRW0Or7QbYKMDjDAnY1&t=634042831497025659');
}

.RadWindow_Default a.rwIcon
{
	background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoda_C3DR-DEuhBEA87tmPignP7xtBSJgJkNjU6WnMe5y4YhVsA7rT0lKCRd7jwhfOw1&t=634042831497025659');
}

div.RadWindow_Default .rwTitlebarControls em
{
	color: black;
}

div.RadWindow_Default .rwDialogInput
{
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}

div.RadWindow_Default .rwDialogInput:hover
{
	border-top: solid 1px #5794bf;
	border-right: solid 1px #b7d5ea;
	border-bottom: solid 1px #c7e2f1;
	border-left: solid 1px #c5daed;
	color: #565656;
}

div.RadWindow_Default td.rwLoading
{
    background-color: #fff;
}

.RadWindow_Default td.rwWindowContent
{
    background-color: #fff;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
.RadWindow_Default td.rwWindowContent.rwLoading
{
    background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoeSSBCqS8tlajeuYkxWpC0Z72Gx9M2N2eU5xmA0HPri8Q2&t=634042831497025659');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_Default input.rwLoading
{
    background-image: url('/WebResource.axd?d=sWClrjYOkjCAF51FDGbC2Ejes6d3Hnqfc_vjOWuiJoeSSBCqS8tlajeuYkxWpC0ZXx7RJjb-UsMLil9nNrbjdSC_QNygzSaX5iQrwxqHiFA1&t=634042831497025659');
}

div.RadWindow_Default a.rwCancel,
div.RadWindow_Default a.rwCancel span
{
    background: none;
    cursor: pointer;
    cursor: hand;
}

div.RadWindow_Default a.rwCancel span span
{
    color: #000000;
    text-decoration: underline;
}
/* END Telerik.Web.UI.Skins.Default.Window.Default.css */
