/* START Telerik.Web.UI.Skins.Ajax.css */
/* Telerik RadAjaxLoadingPanel Common CSS */

.RadAjax .raDiv,
.RadAjax .raColor
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.RadAjax .raDiv
{
	position:relative;
	z-index:2;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
}

.RadAjax .raColor
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:none;
}

.RadAjax .raTransp
{
	zoom:1;
}

.RadAjax .raTop
{
	background-position:center top;
}

.RadAjax .raTopLeft
{
	background-position:left top;
}

.RadAjax .raTopRight
{
	background-position:right top;
}

.RadAjax .raLeft
{
	background-position:left center;
}

.RadAjax .raRight
{
	background-position:right center;
}

.RadAjax .raBottom
{
	background-position:center bottom;
}

.RadAjax .raBottomLeft
{
	background-position:left bottom;
}

.RadAjax .raBottomRight
{
	background-position:right bottom;
}

.RadAjax div.raNone
{
	background-image:none;
}

* html .RadAjaxUpdatedElement select
{
	visibility:hidden !important;
}
/* END Telerik.Web.UI.Skins.Ajax.css */
/* START Telerik.Web.UI.Skins.TabStrip.css */
.RadTabStrip,
.RadTabStripVertical
{
	margin: 0;
	padding: 0;
}

.RadTabStripVertical
{
	vertical-align: top;
}

.RadTabStripVertical,
.RadTabStripVertical .rtsLevel
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.RadTabStrip .rtsLevel
{
	clear: both;
	overflow: hidden;
	width: 100%;
	position: relative;
}

* html .RadTabStrip .rtsLevel
{
	position:static;
}

*+html .RadTabStrip .rtsLevel
{
	position:static;
}

.RadTabStrip .rtsScroll
{
	width: 10000px;
	white-space:nowrap;
}

.RadTabStrip .rtsUL,
.RadTabStripVertical .rtsUL
{
	overflow: hidden;
	float:left;
	margin: 0; padding: 0;
}

.RadTabStrip_rtl .rtsUL
{
	float: right;
}

.RadTabStrip .rtsUL:after
{
	clear: both;
	content: "."; 
	display: block; 
	visibility: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.RadTabStrip .rtsLI,
.RadTabStripVertical .rtsLI
{
	overflow: hidden;
	list-style-type: none;
	margin: 0; padding: 0;
}

.RadTabStrip .rtsLI
{
	float: left;
	display: inline;
	zoom: 1;
}

* html .RadTabStrip .rtsLI { float: none; }
*+html .RadTabStrip .rtsLI { float: none; }

.RadTabStrip .rtsSeparator,
.RadTabStripVertical .rtsSeparator
{
	display: none;
}

.RadTabStrip .rtsLink,
.RadTabStripVertical .rtsLink
{
	display: block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 9px;
}

.RadTabStrip .rtsLink
{
	text-align: center;
}

.RadTabStripVertical .rtsLink
{
	text-align: right;
}

.RadTabStrip .rtsLevel .rtsSelected
{
	text-decoration: underline;
}

.RadTabStrip .rtsLevel1 .rtsSelected
{
	text-decoration: none;
}

.RadTabStrip .rtsOut,
.RadTabStripVertical .rtsOut
{
	display: block;
	padding-right: 9px;
}

.RadTabStrip .rtsIn,
.RadTabStripVertical .rtsIn
{
	display: block;
	padding: 0 5px;
}

.RadTabStrip .rtsImg,
.RadTabStripVertical .rtsImg
{
	border: 0;
	margin-top: -2px;
	vertical-align: middle;
}

.RadTabStrip .rtsTxt,
.RadTabStripVertical .rtsTxt
{
	padding: 0 5px;
	display: inline-block;
}

.RadTabStrip .rtsDisabled,
.RadTabStripVertical .rtsDisabled
{
	cursor: default;
}

.RadTabStrip .rtsPrevArrow,
.RadTabStrip .rtsNextArrow,
.RadTabStrip .rtsPrevArrowDisabled,
.RadTabStrip .rtsNextArrowDisabled
{
	margin-top: 5px;
	height: 18px;
	width: 18px;
	font-size: 0;
	line-height: 18px;
	text-indent:-9999px;
	overflow: hidden;
	outline: 0;
	background-color: transparent;
	background-repeat: no-repeat;
}

.RadTabStrip .rtsPrevArrowDisabled,
.RadTabStrip .rtsNextArrowDisabled,
.RadTabStrip .rtsPrevArrow,
.RadTabStrip .rtsNextArrow
{
	display: block;
}

.RadTabStrip .rtsPrevArrow { background-position: 0 -208px; }
.RadTabStrip .rtsNextArrow { background-position: -18px -208px; }
.RadTabStrip .rtsPrevArrow:hover { background-position: -36px -208px; }
.RadTabStrip .rtsNextArrow:hover { background-position: -54px -208px; }
.RadTabStrip .rtsPrevArrowDisabled,
.RadTabStrip .rtsPrevArrowDisabled:hover { background-position: -72px -208px; }
.RadTabStrip .rtsNextArrowDisabled,
.RadTabStrip .rtsNextArrowDisabled:hover { background-position: -90px -208px; }

.RadTabStrip .rtsCenter
{
	text-align: center;
}

.RadTabStrip .rtsImg
{
	border: none;
}
.RadTabStrip .rtsImg+.rtsTxt { display: -moz-inline-box; display: inline-block; }
.RadTabStrip .rtsTxt { display: inline-block; }

.RadTabStrip .rtsRight .rtsUL
{
	float:right;
}

.RadTabStrip .rtsCenter .rtsUL
{
	display: -moz-inline-box;
	display: inline-block;
	float: none;
}

.RadTabStrip .rtsBreak
{
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: left;
	overflow: hidden;
}

* html .RadTabStrip .rtsCenter .rtsUL { display: inline-block; }
* html .RadTabStrip .rtsCenter .rtsUL { display: inline; }

*+html .RadTabStrip .rtsCenter .rtsUL { display: inline-block; }
*+html .RadTabStrip .rtsCenter .rtsUL { display: inline; }

.RadTabStrip_rtl .rtsLI
{
	float:right;
}

* html .RadTabStrip_rtl .rtsLI
{
	float:none;
}

*+html .RadTabStrip_rtl .rtsLI
{
	float:none;
}

@media screen and (min-width:50px)
{
	:root .rtsScroll
	{
		width: auto;
	}
	
	:root .rtsScroll .rtsLI
	{
		float:none;
		display: inline-block;
	}
}

.RadTabStripVertical .rtsLink,
.RadTabStripVertical .rtsLI .rtsDisabled:hover { background-position: 0 0; }
.RadTabStripVertical .rtsLink:hover { background-position: 0 -200px; }
.RadTabStripVertical .rtsSelected,
.RadTabStripVertical .rtsSelected:hover { background-position: 0 -400px; }

.RadTabStripVertical .rtsLI
{
	display: inline;
}
/* END Telerik.Web.UI.Skins.TabStrip.css */
/* START Telerik.Web.UI.Skins.Office2007.TabStrip.Office2007.css */
.RadTabStrip_Office2007 .rtsLI,
.RadTabStrip_Office2007 .rtsLink
{
	color: #000;
	font: 12px/26px "Segoe UI", Arial, sans-serif;
}

.RadTabStrip_Office2007 .rtsLevel1 .rtsLI,
.RadTabStrip_Office2007 .rtsLevel1 .rtsLink
{
	color: #00156e;
}

/* <disabled tabs> */
.RadTabStrip_Office2007 .rtsLevel .rtsDisabled
{
	color: #666;
}
/* </disabled tabs> */

/* <scrolling arrows> */
.RadTabStrip_Office2007 .rtsNextArrow,
.RadTabStrip_Office2007 .rtsPrevArrow,
.RadTabStrip_Office2007 .rtsPrevArrowDisabled,
.RadTabStrip_Office2007 .rtsNextArrowDisabled
{
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7IlDBPwAq9mAHs5dR3-zcvbDgBDVpSRZSlhhLOj2i7Hw1&t=633780814722266250');
}
/* </scrolling arrows> */

/* <tab backgrounds> */

.RadTabStrip_Office2007 .rtsLevel { background: #ccdbee; }

.RadTabStrip_Office2007 .rtsLevel1 { background-color: #bfdbff; }
.RadTabStripTop_Office2007 .rtsLevel2 { background: #ccdbee url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7ya5WDNRXXDe36Ar5MC4S6kOkwTiXmzFh4rGUh8mBb8s1&t=633780814722266250') repeat-x 0 0; }

.RadTabStripTop_Office2007 .rtsLevel .rtsLink,
.RadTabStripTop_Office2007 .rtsLevel .rtsOut { background-image: none; }

.RadTabStripTop_Office2007 .rtsLevel1 .rtsLink,
.RadTabStripTop_Office2007 .rtsLevel1 .rtsOut,
.RadTabStripBottom_Office2007 .rtsLevel1 .rtsLink,
.RadTabStripBottom_Office2007 .rtsLevel1 .rtsOut,
.RadTabStripTop_Office2007 .rtsLevel1,
.RadTabStripBottom_Office2007 .rtsLevel1 { background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7IlDBPwAq9mAHs5dR3-zcvbDgBDVpSRZSlhhLOj2i7Hw1&t=633780814722266250'); }

.RadTabStripLeft_Office2007 .rtsLink,
.RadTabStripRight_Office2007 .rtsLink { background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7IlDBPwAq9mAHs5dR3-zcvTJACfqev7NZ9carzIxo6j41&t=633780814722266250'); }

.RadTabStripLeft_Office2007 .rtsLast .rtsLink,
.RadTabStripRight_Office2007 .rtsLast .rtsLink
{
	border-bottom: 1px solid #898C95;
}

.RadTabStripRight_Office2007 .rtsLink,
.RadTabStripRight_Office2007 .rtsLI .rtsDisabled:hover { background-position: 100% 0; }
.RadTabStripRight_Office2007 .rtsLink:hover { background-position: 100% -200px; }
.RadTabStripRight_Office2007 .rtsSelected,
.RadTabStripRight_Office2007 .rtsSelected:hover { background-position: 100% -400px; }
/* </tab backgrounds> */


/* <background positioning: tabs with hovers> */

/* <orientation: top> */

.RadTabStripTop_Office2007 .rtsLevel1 .rtsLink { background-position: 0 0; }
.RadTabStripTop_Office2007 .rtsLevel1 .rtsOut { background-position: 100% 0; }

.RadTabStripTop_Office2007 .rtsLevel1 .rtsLink:hover { background-position: 0 -52px; }
.RadTabStripTop_Office2007 .rtsLevel1 .rtsLink:hover .rtsOut { background-position: 100% -52px; }

.RadTabStripTop_Office2007 .rtsLevel1 .rtsSelected,
.RadTabStripTop_Office2007 .rtsLevel1 .rtsSelected:hover { background-position: 0 -26px; }
.RadTabStripTop_Office2007 .rtsLevel1 .rtsSelected .rtsOut,
.RadTabStripTop_Office2007 .rtsLevel1 .rtsSelected:hover .rtsOut { background-position: 100% -26px; }

.RadTabStripTop_Office2007 .rtsLevel1 .rtsDisabled:hover { background-position: 0 0; }
.RadTabStripTop_Office2007 .rtsLevel1 .rtsDisabled:hover .rtsOut { background-position: 100% 0; }

.RadTabStripTop_Office2007 .rtsLevel1 { background-position: 0 100%; background-repeat: repeat-x; }

/* </orientation: top> */

/* <orientation: bottom> */

.RadTabStripBottom_Office2007 .rtsLevel1 .rtsLink { background-position: 0 -182px; }
.RadTabStripBottom_Office2007 .rtsLevel1 .rtsOut { background-position: 100% -182px; }

.RadTabStripBottom_Office2007 .rtsLevel1 .rtsLink:hover { background-position: 0 -130px; }
.RadTabStripBottom_Office2007 .rtsLevel1 .rtsLink:hover .rtsOut { background-position: 100% -130px; }

.RadTabStripBottom_Office2007 .rtsLevel1 .rtsSelected,
.RadTabStripBottom_Office2007 .rtsLevel1 .rtsSelected:hover { background-position: 0 -156px; }
.RadTabStripBottom_Office2007 .rtsLevel1 .rtsSelected .rtsOut,
.RadTabStripBottom_Office2007 .rtsLevel1 .rtsSelected:hover .rtsOut { background-position: 100% -156px; }

.RadTabStripBottom_Office2007 .rtsLevel1 .rtsDisabled:hover { background-position: 0 -182px; }
.RadTabStripBottom_Office2007 .rtsLevel1 .rtsDisabled:hover .rtsOut { background-position: 100% -182px; }

.RadTabStripBottom_Office2007 .rtsLevel1 { background-position: 0 -599px; background-repeat: repeat-x; }

/* </orientation: bottom> */

/* <orientation: right> */

.RadTabStripRight_Office2007 .rtsUL .rtsLink,
.RadTabStripRight_Office2007 .rtsUL .rtsLI .rtsDisabled:hover { background-position: 100% 0; text-align: left; }
.RadTabStripRight_Office2007 .rtsUL .rtsLink:hover { background-position: 100% -200px; }
.RadTabStripRight_Office2007 .rtsUL .rtsSelected,
.RadTabStripRight_Office2007 .rtsUL .rtsSelected:hover { background-position: 100% -400px; }

/* </orientation: right> */

/* </background positioning: tabs with hovers> */
/* END Telerik.Web.UI.Skins.Office2007.TabStrip.Office2007.css */
/* START Telerik.Web.UI.Skins.Web20.ToolTip.Web20.css */
.RadToolTip_Web20.rtLoading
{	
	background: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOhzTGSs2Y7bOxBIkcNVNYwhfxKmQyh6pz42DtZwLqtppQ2&t=633780814722266250') no-repeat center;
	width: 100%; 
	height: 100%;
}

div.RadToolTip_Web20
{
	position: absolute;
	cursor: default;
}

div.RadToolTip_Web20 div.rtCallout
{
	display: none;
}

div.RadToolTip_Web20.rtVisibleCallout div.rtCallout
{
	display: block;
}


div.RadToolTip_Web20 table.rtWrapper
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopLeft,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopRight,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomLeft,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomRight
{
	width: 3px; 
	height: 3px; 
	line-height: 1px; 
	font-size: 1px;
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOhzTGSs2Y7bOxBIkcNVNYwhE5jxUDWDvOW5XSvzhtAJqvHzoCtqCosDsiVci6H2-TE1&t=633780814722266250');
	background-color: transparent;
	background-repeat: no-repeat;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopLeft
{
	background-position: 0 -12px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopRight
{
	background-position: right -12px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomLeft
{
	background-position: 0 -63px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomRight
{
	background-position: right -63px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopCenter,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomCenter
{
	height: 3px; 
	line-height: 0px; 
	font-size: 1px;
	background: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOhzTGSs2Y7bOxBIkcNVNYwhE5jxUDWDvOW5XSvzhtAJqvHzoCtqCosDsiVci6H2-TE1&t=633780814722266250') ;
	background-repeat: repeat-x;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopCenter
{
	background-position: 0 -66px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomCenter
{
	background-position: 0 -120px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperLeftMiddle,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperRightMiddle
{
	background-image:  url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOhzTGSs2Y7bOxBIkcNVNYwhSC8TqFvhdTLf2gu1CzUnd4TR-9STisJ3pmGZ3LBtYhk1&t=633780814722266250');
	background-repeat: repeat-y;
	font-size: 1px;
	width: 3px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperLeftMiddle
{
	background-position: 0 0;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperRightMiddle
{
	background-position: -3px 0;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperContent
{
	font: normal 12px "Segoe UI", Arial, Sans-serif;
	height: 100%;
	background-color: #e9f2ff;	
	padding: 4px;
	color: #333;
}

div.RadToolTip_Web20 div.rtTitlebar
{	
	color: #333;
	font: normal 18px "Segoe UI", Arial, Sans-serif;
	float: left;
	line-height: 22px;
}

div.RadToolTip_Web20 a.rtCloseButton
{
	display: block; 
	float: right;
	position: absolute;
	right: 2px;
	width: 12px; 
	height: 12px;
	font-size: 1px; 
	line-height: 1px;
	margin-top: 5px;
	margin-right: 3px;
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOhzTGSs2Y7bOxBIkcNVNYwhE5jxUDWDvOW5XSvzhtAJqvHzoCtqCosDsiVci6H2-TE1&t=633780814722266250');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}

/* RTL support begin */
div.RadToolTip_Web20_rtl a.rtCloseButton,
div.RadToolTip_Web20_rtl a.rtCloseButton:hover
{
	float: left ;
	text-decoration: none ;
    outline: none;
    left: 2px;
    margin-left: 1px;
    right: auto;
    margin-right: auto;
}

div.RadToolTip_Web20_rtl div.rtTitlebar,
div.RadToolTip_Web20_rtl table.rtWrapper td.rtWrapperTopCenter div.rtTitlebar div
{
	float: right ;
}

/* position="rtCalloutCenter" */
div.RadToolTip_Web20_rtl .rtCalloutCenter
{
	right: 0;
	left: auto;
}

/* position="rtCalloutBottomRight" */
.RadToolTip_Web20_rtl .rtCalloutTopLeft
{
	margin-right: -20px;
	left: 0;
}

/* position="rtCalloutBottomCenter" */
.RadToolTip_Web20_rtl .rtCalloutTopCenter
{
	margin-right: 10px;
}

/* position="rtCalloutBottomLeft" */
.RadToolTip_Web20_rtl .rtCalloutTopRight
{
	margin-right: 20px;
}

/* position="rtCalloutTopCenter" */
.RadToolTip_Web20_rtl .rtCalloutBottomCenter
{
	margin-right: 10px ;
}

/* position="rtCalloutTopLeft" */
.RadToolTip_Web20_rtl .rtCalloutBottomRight
{
	margin-right: 40px ;
}

/* position="rtCalloutTopRight" */
.RadToolTip_Web20_rtl .rtCalloutBottomLeft
{
	margin-right: -20px;
	left: 0;
}

/* position="rtCalloutMiddleRight" */
.RadToolTip_Web20_rtl .rtCalloutMiddleLeft
{
	margin-right: 10px;
	left: 0;
}

/* position="rtCalloutMiddleLeft" */
.RadToolTip_Web20_rtl .rtCalloutMiddleRight
{
	margin-right: 1px;
}
/* RTL support end */

div.RadToolTip_Web20 div.rtCallout
{
	position: absolute; 
	height: 11px; 
	width: 11px;
	line-height: 0px; 
	font-size: 1px;
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOhzTGSs2Y7bOxBIkcNVNYwh1gLIN8RJFjDxokdcBE_f3Q2&t=633780814722266250');
	background-repeat: no-repeat;
}

/* position="rtCalloutCenter" */
div.RadToolTip_Web20 .rtCalloutCenter
{
	visibility: hidden;
}

/* position="rtCalloutBottomRight" */
.RadToolTip_Web20 .rtCalloutTopLeft
{
	margin-top: -10px; 
	margin-left: 20px;
	background-position: 0 -22px;
}

/* position="rtCalloutBottomCenter" */
.RadToolTip_Web20 .rtCalloutTopCenter
{
	left: 50% ;
	margin-top: -9px; 
	margin-left: -10px;
	background-position: 0 0 ;
}

/* position="rtCalloutBottomLeft" */
.RadToolTip_Web20 .rtCalloutTopRight
{
	left: 100% ;
	margin-top: -10px; 
	margin-left: -20px;
	background-position: 0 -11px ;
}

/* position="rtCalloutTopCenter" */
.RadToolTip_Web20 .rtCalloutBottomCenter
{
	top: 100% ; 
	left: 50% ;
	margin-left: -10px ; 
	margin-top: -1px ;
	background-position: 0 -55px ;
}

/* position="rtCalloutTopLeft" */
.RadToolTip_Web20 .rtCalloutBottomRight
{
	top: 100% ; 
	left: 100% ;
	margin-left: -40px ; 
	margin-top: -1px ;
	background-position: 0 -66px ;
}

/* position="rtCalloutTopRight" */
.RadToolTip_Web20 .rtCalloutBottomLeft
{
	top: 100% ;
	margin-left: 20px ; 
	margin-top: -1px ;
	background-position: 0 -77px ;
}

/* position="rtCalloutMiddleRight" */
.RadToolTip_Web20 .rtCalloutMiddleLeft
{
	top: 50% ;
	margin-left: -10px; 
	margin-top: -7px;
	background-position: 0 -44px ;
}

/* position="rtCalloutMiddleLeft" */
.RadToolTip_Web20 .rtCalloutMiddleRight
{
	left: 100% ; 
	top: 50% ;
	margin-left: -1px;
	margin-top: -10px;
	background-position: 0 -33px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopLeft,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopCenter,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopRight,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperLeftMiddle,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperContent,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperRightMiddle,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomLeft,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomCenter,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomRight   
{
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
/* END Telerik.Web.UI.Skins.Web20.ToolTip.Web20.css */
/* START Telerik.Web.UI.Skins.Office2007.Input.Office2007.css */
/*Telerik RadInput Office2007 Skin*/

/*global*/

.RadInput_Office2007,
.RadInputMgr_Office2007
{
	vertical-align:middle;
	font:12px "segoe ui",arial,sans-serif;
}

.RadInput_Office2007 table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Office2007 table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Office2007 table td.riCell
{
	padding-right:4px;
}

.RadInput_Office2007 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Office2007 .riTextBox,
html body .RadInputMgr_Office2007
{
	border:1px solid #abc1de;
	padding:2px 1px 3px;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Office2007 .riEmpty,
html body .RadInput_Empty_Office2007
{
	color:#8d8d8d;
}

html body .RadInput_Office2007 .riHover,
html body .RadInput_Hover_Office2007,
html body .RadInput_Office2007 .riFocused,
html body .RadInput_Focused_Office2007
{
	border-color:#305090;
}

html body .RadInput_Office2007 .riRead,
html body .RadInput_Read_Office2007
{
	border-color:#ccdbed;
}

html body .RadInput_Office2007 .riDisabled,
html body .RadInput_Disabled_Office2007
{
	border-color:#ccdbed;
	color:#8d8d8d;
	cursor:default;
}

html body .RadInput_Office2007 .riError,
html body .RadInput_Error_Office2007
{
	border-color:#b32d34 #dc643f #ea8541;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7ATBD1kcxXQNd2f-fenBrzMOZ5l1Zq0DSORtOt24V5VM1&t=633780814722266250');
	color:#b32d34;
}

html body .RadInput_Office2007 .riNegative,
html body .RadInput_Negative_Office2007
{
	color:#565656;
}

/*buttons*/

.RadInput_Office2007 a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:transparent no-repeat url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7ATBD1kcxXQNd2f-fenBrzMOZ5l1Zq0DSORtOt24V5VM1&t=633780814722266250');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput_Office2007 a{position:static}/*IE6*/
*+html .RadInput_Office2007 a{position:static}/*IE7*/

/*go*/

.RadInput_Office2007 .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Office2007 .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Office2007 .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_Office2007 .riUp
{
	background-position:4px -98px;
}

.RadInput_Office2007 .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Office2007 a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

.RadInput_Office2007 a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Office2007 .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
/* END Telerik.Web.UI.Skins.Office2007.Input.Office2007.css */
/* START Telerik.Web.UI.Skins.Office2007.Calendar.Office2007.css */
/*Telerik RadCalendar Office2007 skin*/

table.RadCalendar_Office2007
{
	border-collapse:separate;
	border:0;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
	width:220px;
}

/*titlebar*/

.RadCalendar_Office2007 .rcTitlebar
{
	width:100%;
	border:1px solid;
	border-color:#688caf #688caf #9eb6ce;
	padding:0;
	background:#c3d8f1 0 -1000px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
	color:#00156e;
}

.RadCalendar_Office2007 .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:12px/22px "segoe ui",arial,sans-serif;
}

.RadCalendar_Office2007 .rcTitlebar td
{
	border:0;
	padding:0 0 2px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_Office2007 .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_Office2007 .rcTitlebar .rcPrev,
.RadCalendar_Office2007 .rcTitlebar .rcNext,
.RadCalendar_Office2007 .rcTitlebar .rcFastPrev,
.RadCalendar_Office2007 .rcTitlebar .rcFastNext
{
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	margin:1px 2px 0;
	background:transparent url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250') no-repeat;
	text-indent:-2222px;
	text-decoration:none;
	color:#ccc;
}

.RadCalendar_Office2007 .rcTitlebar .rcFastPrev
{
	margin-left:4px;
	background-position:0 -200px;
}

.RadCalendar_Office2007 .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -250px;
}

.RadCalendar_Office2007 .rcTitlebar .rcPrev
{
	background-position:0 -300px;
}

.RadCalendar_Office2007 .rcTitlebar .rcPrev:hover
{
	background-position:0 -350px;
}

.RadCalendar_Office2007 .rcTitlebar .rcNext
{
	background-position:0 -400px;
}

.RadCalendar_Office2007 .rcTitlebar .rcNext:hover
{
	background-position:0 -450px;
}

.RadCalendar_Office2007 .rcTitlebar .rcFastNext
{
	margin-right:4px;
	background-position:0 -500px;
}

.RadCalendar_Office2007 .rcTitlebar .rcFastNext:hover
{
	background-position:0 -550px;
}

.RadCalendar_Office2007 .rcMain
{
	width:100%;
	border:1px solid #688caf;
	border-top:0;
	padding:0;
}

.RadCalendar_Office2007 .rcMainTable
{
	width:100%;
	border-collapse:separate;
	border:0;
	color:#000;
	font:12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Office2007 .rcHeader,
.RadCalendar_Office2007 .rcFooter
{
	border:1px solid #688caf;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_Office2007 .rcRow th,
.RadCalendar_Office2007 .rcWeek th
{
	border:0;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
}

.RadCalendar_Office2007 .rcWeek th
{
	border-bottom:1px solid #9ebfdb;
	padding:2px 6px 2px 0;
	text-align:right;
}

.RadCalendar_Office2007 .rcWeek .rcViewSel,
.RadCalendar_Office2007 .rcRow th
{
	width:12px;
	padding:0 7px 0 9px;
	background:#e9eeee;
	text-align:center;
}

.RadCalendar_Office2007 .rcRow th
{
	color:#555;
}

/*date cells*/

.RadCalendar_Office2007 .rcRow td
{
	border:1px solid #fff;
	padding:0;
	text-align:right;
	vertical-align:middle;
}

.RadCalendar_Office2007 .rcMain .rcRow a,
.RadCalendar_Office2007 .rcMain .rcRow span
{
	display:block;
	padding:1px 5px 1px 0;
	text-decoration:none;
	color:#000;
}

.RadCalendar_Office2007 .rcMain .rcWeekend a
{
	color:#444;
}

.RadCalendar_Office2007 .rcRow .rcToday
{
	border-color:#688caf;
}

.RadCalendar_Office2007 .rcMain .rcOtherMonth a
{
	color:#777;
}

.RadCalendar_Office2007 .rcMain .rcOutOfRange span
{
	color:#777;
	cursor:default;
}

.RadCalendar_Office2007 .rcRow .rcHover
{
	border-color:#d8ca95 #b89f73 #c6b99c;
	background:#ffdf85 0 -1600px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
}

.RadCalendar_Office2007 .rcRow .rcSelected
{
	border-color:#8f8367 #a59b85 #c3bdae;
	background:#fcda88 0 -1700px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
}

/*multimonth view*/

table.RadCalendarMultiView_Office2007
{
	width:auto;
}

.RadCalendarMultiView_Office2007 .rcTitlebar
{
	background:#d6e6f4 0 -1199px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
}

.RadCalendarMultiView_Office2007 .rcTitlebar table
{
	border:1px solid #f6f7f9;
	line-height:27px;
}

.RadCalendarMultiView_Office2007 .rcTitlebar td
{
	padding-bottom:1px;
}

.RadCalendarMultiView_Office2007 .rcCalendar
{
	width:220px;
	border:1px solid #688caf;
	border-top:0;
	padding:0;
}

.RadCalendarMultiView_Office2007 .rcMainTable .rcTitle
{
	border-style:solid;
	border-width:1px 0;
	border-color:#688caf #9eb6ce #9eb6ce;
	padding:0 0 2px;
	background:#c3d8f1 0 -1000px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
	color:#00156e;
	text-align:center;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_Office2007
{
	border-collapse:separate;
	border:1px solid #868686;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
}

table.RadCalendarMonthView_Office2007 td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView_Office2007 #rcMView_Feb,
.RadCalendarMonthView_Office2007 #rcMView_Apr,
.RadCalendarMonthView_Office2007 #rcMView_Jun,
.RadCalendarMonthView_Office2007 #rcMView_Aug,
.RadCalendarMonthView_Office2007 #rcMView_Oct,
.RadCalendarMonthView_Office2007 #rcMView_Dec
{
	border-right:1px solid #9ebfdb;
}

.RadCalendarMonthView_Office2007 a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#000;
}

.RadCalendarMonthView_Office2007 .rcSelected a
{
	border:1px solid;
	border-color:#8f8367 #a59b85 #c3bdae;
	padding:1px 3px;
	background:#fcda88 0 -1700px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
}

.RadCalendarMonthView_Office2007 #rcMView_PrevY a,
.RadCalendarMonthView_Office2007 #rcMView_NextY a
{
	display:block;
	width:15px;
	height:13px;
	overflow:hidden;
	margin:0 auto;
	background:transparent no-repeat url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
	color:#ccc;
}

.RadCalendarMonthView_Office2007 #rcMView_PrevY a
{
	background-position:3px -200px;
}

.RadCalendarMonthView_Office2007 #rcMView_NextY a
{
	background-position:4px -500px;
}

.RadCalendarMonthView_Office2007 .rcButtons
{
	padding:5px 7px 3px;
	text-align:center;
}

.RadCalendarMonthView_Office2007 input
{
	border:1px solid #7793b9;
	padding:1px 0 0;
	background:#e8f1fc 0 -2300px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
	color:#00156e;
	font:12px "segoe ui",arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_Office2007 input:hover
{
	border-color:#d8ca95 #b89f73 #c6b99c;
	background-color:#ffe18a;
	background-position:0 -2350px;
	color:#000;
}

.RadCalendarMonthView_Office2007 #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_Office2007 #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_Office2007
{
	border-collapse:separate;
	border:1px solid #688caf;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Office2007 th
{
	border:0;
	border-bottom:1px solid #9eb6ce;
	padding:0 0 1px;
	background:#c3d8f1 0 -1000px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
	color:#00156e;
	text-align:center;
	line-height:23px;
	cursor:default;
	font-weight:normal;
}

table.RadCalendarTimeView_Office2007 td
{
	border:0;
	border-left:1px solid #9ebfdb;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView_Office2007 td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_Office2007 a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

.RadCalendarTimeView_Office2007 td.rcHover a
{
	border:1px solid;
	border-color:#d8ca95 #b89f73 #c6b99c;
	padding:1px 5px;
	background:#ffdf85 0 -1600px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250');
}

.RadCalendarTimeView_Office2007 .rcFooter
{
	border:0;
	border-top:1px solid #688caf;
	padding:0;
}

/*pickers*/

.RadPicker_Office2007
{
	vertical-align:middle;
}

.RadPicker_Office2007 table.rcTable,
.RadPicker_Office2007 table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_Office2007 td
{
	vertical-align:middle;
}

.RadPicker_Office2007 table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_Office2007 td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker_Office2007 td a{position:static}/*IE6*/
*+html .RadPicker_Office2007 td a{position:static}/*IE7*/

.RadPicker_Office2007 .rcCalPopup,
.RadPicker_Office2007 .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7Khs1r09Qf2gu54ouu00_S-x3BsvM3TZu1dN8nzvtk101&t=633780814722266250') no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker_Office2007 .rcCalPopup,
.RadPicker_Office2007 .rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_Office2007 .rcCalPopup:hover
{
	background-position:0 -50px;
}

.RadPicker_Office2007 .rcTimePopup,
.RadPicker_Office2007 .rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_Office2007 .rcTimePopup:hover
{
	background-position:0 -150px;
}

.RadPicker_Office2007 .rcDisabled,
.RadCalendarMonthView_Office2007 .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_Office2007 .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_Office2007 .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_Office2007 .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_Office2007 .rcTitlebar .rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_Office2007 .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_Office2007 .rcTitlebar .rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_Office2007 .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_Office2007 .rcTitlebar .rcFastNext:hover
{
	background-position:0 -250px;
}
/* END Telerik.Web.UI.Skins.Office2007.Calendar.Office2007.css */
/* START Telerik.Web.UI.Skins.Office2007.ComboBox.Office2007.css */
/* RadComboBox Default skin */

/*global*/

.RadComboBox_Office2007 *
{
	margin: 0;
	padding: 0;
}

.RadComboBox_Office2007,
.RadComboBox_Office2007 .rcbInput,
.RadComboBoxDropDown_Office2007
{
	font: 12px "Segoe UI", Arial, sans-serif;
	color: #333;
	text-align: left;
}

.RadComboBox_Office2007_rtl,
.RadComboBox_Office2007_rtl .rcbInput,
.RadComboBoxDropDown_Office2007_rtl
{
	text-align: right;
}

/* combobox */

.RadComboBox_Office2007
{
	vertical-align: middle;
}

* html .RadComboBox_Office2007 { vertical-align: top; }

.RadComboBox_Office2007 table
{
	border: 0;
	border-collapse: collapse;
}

.RadComboBox_Office2007 table td.rcbInputCell
{
	width: 100%;
	height: 22px;
	line-height: 20px;
	vertical-align: top;
	padding: 0;
	border: 0;
}

.RadComboBox_Office2007 .rcbInputCellLeft,
.RadComboBox_Office2007 .rcbInputCellRight,
.RadComboBox_Office2007 .rcbArrowCellLeft,
.RadComboBox_Office2007 .rcbArrowCellRight
{
	background: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hLgK803fRUMVKEIVRIhr0vU-l3GOOZE0Z9jJ_TCl3KM1&t=633780814722266250') no-repeat;
}

* html .RadComboBox_Office2007 .rcbInputCellLeft,
* html .RadComboBox_Office2007 .rcbInputCellRight,
* html .RadComboBox_Office2007 .rcbArrowCellLeft,
* html .RadComboBox_Office2007 .rcbArrowCellRight
{
	background: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hLgK803fRUMVKEIVRIhr0sNQ2thU9dYfCYavuRa2uF01&t=633780814722266250') no-repeat;
}

.RadComboBox_Office2007 td.rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_Office2007 td.rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_Office2007 .rcbHovered .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_Office2007 .rcbHovered .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_Office2007 .rcbFocused .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_Office2007 .rcbFocused .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_Office2007 .rcbHovered .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -22px; }
.RadComboBox_Office2007 .rcbHovered .rcbReadOnly td.rcbInputCellRight { background-position: 100% -22px; }

.RadComboBox_Office2007 .rcbFocused .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -44px; }
.RadComboBox_Office2007 .rcbFocused .rcbReadOnly td.rcbInputCellRight { background-position: 100% -44px; }

.RadComboBox_Office2007 .rcbInputCell .rcbInput
{
	width: 100%;
	background: transparent;
	border: 0;
	vertical-align: top;
	padding: 3px 0 0;
	outline: 0;
}

.RadComboBox_Office2007 .rcbInputCell .rcbEmptyMessage
{
	color: #666;
	font-style: italic;
}

.RadComboBox_Office2007 .rcbReadOnly .rcbInput
{
	cursor: default;
}

.RadComboBox_Office2007 table td.rcbInputCell,
.RadComboBox_Office2007 .rcbInputCell .rcbInput
{
	padding-left: 2px;
}

.RadComboBox_Office2007_rtl table td.rcbInputCell,
.RadComboBox_Office2007_rtl .rcbInputCell .rcbInput
{
	padding-right: 2px;
	padding-left: 0;
}

.RadComboBox_Office2007 .rcbHovered .rcbInputCell .rcbInput
{
	color: #000;
}

.RadComboBox_Office2007 table td.rcbArrowCell
{
	width: 18px;
	padding: 0;
	border: 0;
}

.RadComboBox_Office2007 td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_Office2007 td.rcbArrowCellRight { background-position: 0 -88px; }

.RadComboBox_Office2007 .rcbHovered .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_Office2007 .rcbHovered .rcbArrowCellRight { background-position: -36px -88px; }

.RadComboBox_Office2007 .rcbFocused .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_Office2007 .rcbFocused .rcbArrowCellRight { background-position: -72px -88px; }

.RadComboBox_Office2007 td.rcbArrowCellHidden,
.RadComboBox_Office2007 .rcbHovered td.rcbArrowCellHidden,
.RadComboBox_Office2007 .rcbFocused td.rcbArrowCellHidden { background-position: -15px -88px; }
.RadComboBox_Office2007 table.rcbDisabled td.rcbArrowCellHidden { background-position: -123px -88px; }

.RadComboBox_Office2007 .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_Office2007 .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

.RadComboBox_Office2007 .rcbArrowCell a
{
	position: relative;
	outline: 0;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 22px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 1px;
}

div.RadComboBox_Office2007 td.rcbArrowCellHidden,
div.RadComboBox_Office2007 .rcbArrowCellHidden a
{
	width: 3px;
}

/* Read-only styles */

.RadComboBox_Office2007 .rcbReadOnly td.rcbArrowCell { width: 16px; }
.RadComboBox_Office2007 .rcbReadOnly td.rcbArrowCell a { width: 16px; }

.RadComboBox_Office2007 .rcbReadOnly td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_Office2007 .rcbReadOnly td.rcbArrowCellRight { background-position: -2px -88px; }

.RadComboBox_Office2007 .rcbHovered .rcbReadOnly .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_Office2007 .rcbHovered .rcbReadOnly .rcbArrowCellRight { background-position: -38px -88px; }

.RadComboBox_Office2007 .rcbFocused .rcbReadOnly .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_Office2007 .rcbFocused .rcbReadOnly .rcbArrowCellRight { background-position: -74px -88px; }

.RadComboBox_Office2007 .rcbReadOnly td.rcbArrowCellHidden,
.RadComboBox_Office2007 .rcbReadOnly td.rcbArrowCellHidden a { width: 3px; } 
.RadComboBox_Office2007 .rcbReadOnly td.rcbArrowCellHidden { background-position: -15px -88px; }
.RadComboBox_Office2007 .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_Office2007 .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

/* dropdown */

.rcbSlide
{
	position: absolute;
	overflow: hidden;
	display: none;
	_height: 1px;
	float: left;
}

.RadComboBoxDropDown_Office2007 .rcbHeader,
.RadComboBoxDropDown_Office2007 .rcbFooter,
.RadComboBoxDropDown_Office2007 .rcbMoreResults a
{
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hLgK803fRUMVKEIVRIhr0vU-l3GOOZE0Z9jJ_TCl3KM1&t=633780814722266250');
	background-repeat: no-repeat;
}

* html .RadComboBoxDropDown_Office2007 .rcbHeader,
* html .RadComboBoxDropDown_Office2007 .rcbFooter,
* html .RadComboBoxDropDown_Office2007 .rcbMoreResults a
{
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hLgK803fRUMVKEIVRIhr0sNQ2thU9dYfCYavuRa2uF01&t=633780814722266250');
	background-repeat: no-repeat;
}

.RadComboBoxDropDown_Office2007
{
	position: absolute;
	background: #fff;
	border: 1px solid #868686;
	cursor: default;
	font-size: 11px;
	color: #00156e;
}

.RadComboBoxDropDown_Office2007_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_Office2007 .rcbScroll
{
	overflow: auto;
	position: relative;
}

.RadComboBoxDropDown_Office2007 .rcbList
{
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.RadComboBoxDropDown_Office2007 .rcbHeader,
.RadComboBoxDropDown_Office2007 .rcbFooter
{
	background-repeat: repeat-x;
	background-color: #f1f2f4;
	background-position: 0 -110px;
	padding: 5px 7px 4px;
}

.RadComboBoxDropDown_Office2007 .rcbHeader
{
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 1px;
}

.RadComboBoxDropDown_Office2007 .rcbFooter
{
	border-top: 1px solid #d5d5d5;
	margin-top: 1px;
}

.RadComboBoxDropDown_Office2007 .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_Office2007 .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_Office2007 .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_Office2007 .rcbNoWrap .rcbLoading
{
	white-space: nowrap;
}

.RadComboBoxDropDown_Office2007 .rcbItem,
.RadComboBoxDropDown_Office2007 .rcbHovered,
.RadComboBoxDropDown_Office2007 .rcbDisabled,
.RadComboBoxDropDown_Office2007 .rcbLoading
{
	padding: 2px 19px 2px 6px;
	margin: 0 1px;
	min-height: 13px;
}

* html .RadComboBoxDropDown_Office2007 .rcbItem,
* html .RadComboBoxDropDown_Office2007 .rcbHovered,
* html .RadComboBoxDropDown_Office2007 .rcbDisabled,
* html .RadComboBoxDropDown_Office2007 .rcbLoading
{
	height: 13px;
	word-break: break-all;
}

*+html .RadComboBoxDropDown_Office2007 .rcbItem,
*+html .RadComboBoxDropDown_Office2007 .rcbHovered,
*+html .RadComboBoxDropDown_Office2007 .rcbDisabled,
*+html .RadComboBoxDropDown_Office2007 .rcbLoading
{
	height: auto;
	word-break: break-all;
}

.RadComboBoxDropDown_Office2007_rtl .rcbItem,
.RadComboBoxDropDown_Office2007_rtl .rcbHovered,
.RadComboBoxDropDown_Office2007_rtl .rcbDisabled,
.RadComboBoxDropDown_Office2007_rtl .rcbLoading
{
	padding: 2px 6px 2px 19px;
}

.RadComboBoxDropDown_Office2007 .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_Office2007_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown_Office2007 em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_Office2007 .rcbItem em
{
	background: #e5e5e5;
}

.RadComboBoxDropDown_Office2007 .rcbHovered
{
	background: #ffe27b;
	color: #000;
}

.RadComboBoxDropDown_Office2007 .rcbSeparator
{
    background: #fcc365;
    color: #000;
}

.RadComboBox_Office2007 .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_Office2007 .rcbDisabled
{
	color: #999;
	cursor: default;
}

.RadComboBox_Office2007 .rcbDisabled td.rcbInputCellLeft { background-position: 0 -66px; }
.RadComboBox_Office2007 .rcbDisabled td.rcbInputCellRight { background-position: 100% -66px; }
.RadComboBox_Office2007 .rcbDisabled td.rcbArrowCellLeft { background-position: -126px -88px; }
.RadComboBox_Office2007 .rcbDisabled td.rcbArrowCellRight { background-position: -110px -88px; }

.RadComboBoxDropDown_Office2007 .rcbLoading
{
	background: #f0f0f0;
	text-align: center;
}

.RadComboBoxDropDown_Office2007 .rcbMoreResults
{
	clear: both;
	border-top: 1px solid #c6c7d2;
	background-color: #fff;
	position: relative;
	padding: 0 6px 0;
	text-align: center;
	margin-top: 1px;
	color: #8d8d8d;
}

.RadComboBoxDropDown_Office2007 .rcbMoreResults a
{
	display: inline-block;
	width: 15px;
	height: 9px;
	background-position: -157px -94px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}

* html .RadComboBoxDropDown_Office2007 .rcbMoreResults a
{
	font-size: 0;
	line-height: 0;
	text-indent: 0;
}

*+html .RadComboBoxDropDown_Office2007 .rcbMoreResults a
{
	font-size: 0;
	line-height: 0;
	text-indent: 0;
}

.RadComboBoxDropDown_Office2007 .rcbMoreResults span
{
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
	display: inline-block;
}

.RadComboBoxDropDown_Office2007 .rcbSeparatedList .rcbItem,
.RadComboBoxDropDown_Office2007 .rcbSeparatedList .rcbHovered,
.RadComboBoxDropDown_Office2007 .rcbSeparatedList .rcbDisabled,
.RadComboBoxDropDown_Office2007 .rcbSeparatedList .rcbLoading
{
	padding-left: 12px;
}

.RadComboBoxDropDown_Office2007 .rcbSeparatedList .rcbSeparator
{
	padding-left: 6px;
}

/*hacks*/

/*Opera start*/
@media screen and (min-width: 550px)
{
	.RadComboBoxDropDown_Office2007_rtl .rcbItem,
	.RadComboBoxDropDown_Office2007_rtl .rcbHovered,
	.RadComboBoxDropDown_Office2007_rtl .rcbDisabled,
	.RadComboBoxDropDown_Office2007_rtl .rcbLoading
	{
		padding: 2px 6px 2px 19px;
	}
	
	:root .RadComboBox_Office2007 .rcbInputCell .rcbInput
	{
		margin-top: 2px;
	}
} /*Opera end*/

/* END Telerik.Web.UI.Skins.Office2007.ComboBox.Office2007.css */
/* START Telerik.Web.UI.Skins.Office2007.Grid.Office2007.css */
/*Telerik RadGrid Office2007 Skin*/

/*global*/

.RadGrid_Office2007
{
    border:1px solid #688caf;
    background:#fff;
    color:#333;
}

.RadGrid_Office2007,
.RadGrid_Office2007 .rgMasterTable,
.RadGrid_Office2007 .rgDetailTable,
.RadGrid_Office2007 .rgGroupPanel table,
.RadGrid_Office2007 .rgCommandRow table,
.RadGrid_Office2007 .rgEditForm table,
.GridToolTip_Office2007
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Office2007 .rgMasterTable,
.RadGrid_Office2007 .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Office2007 .rgRow,
.RadGrid_Office2007 .rgAltRow,
.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 .rgResizeCol,
.RadGrid_Office2007 .rgPager,
.RadGrid_Office2007 .rgGroupPanel,
.RadGrid_Office2007 .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Office2007 input[type="image"]
{
	cursor:pointer;
}

.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td,
.RadGrid_Office2007 .rgEditRow td,
.RadGrid_Office2007 .rgFooter td,
.RadGrid_Office2007 .rgFilterRow td,
.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 .rgResizeCol,
.RadGrid_Office2007 .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Office2007 .rgHeader:first-child,
.RadGrid_Office2007 th.rgResizeCol:first-child,
.RadGrid_Office2007 .rgFilterRow>td:first-child,
.RadGrid_Office2007 .rgRow>td:first-child,
.RadGrid_Office2007 .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Office2007 .rgAdd,
.RadGrid_Office2007 .rgRefresh,
.RadGrid_Office2007 .rgEdit,
.RadGrid_Office2007 .rgDel,
.RadGrid_Office2007 .rgFilter,
.RadGrid_Office2007 .rgPagePrev,
.RadGrid_Office2007 .rgPageNext,
.RadGrid_Office2007 .rgPageFirst,
.RadGrid_Office2007 .rgPageLast,
.RadGrid_Office2007 .rgExpand,
.RadGrid_Office2007 .rgCollapse,
.RadGrid_Office2007 .rgSortAsc,
.RadGrid_Office2007 .rgSortDesc,
.RadGrid_Office2007 .rgUpdate,
.RadGrid_Office2007 .rgCancel,
.RadGrid_Office2007 .rgUngroup
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Office2007 .rgGroupItem input,
.RadGrid_Office2007 .rgCommandRow img,
.RadGrid_Office2007 .rgHeader input,
.RadGrid_Office2007 .rgFilterRow img,
.RadGrid_Office2007 .rgFilterRow input,
.RadGrid_Office2007 .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Office2007 .rgHeaderDiv
{
	background:#d6e5f3 0 -5900px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 th.rgResizeCol
{
	border:solid #5d8cc9;
	border-width:0 0 1px 1px;
	padding-top:5px;
	padding-bottom:4px;
	background:0 -2300px repeat-x #c3d8f1 url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
	text-align:left;
	font-weight:normal;
}

.RadGrid_Office2007 th.rgSorted
{
	border-bottom-color:#ff9b35;
	background-color:#ffca5e;
	background-position:0 -2600px;
}

.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 .rgHeader a
{
    color:#00156e;
    text-decoration:none;
}

.RadGrid_Office2007 th.rgSorted,
.RadGrid_Office2007 th.rgSorted a
{
    color:#000;
}

.RadGrid_Office2007 .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td,
.RadGrid_Office2007 .rgEditRow td,
.RadGrid_Office2007 .rgFooter td
{
	border:1px solid;
	border-top:0;
	border-right:0;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td
{
	border-color:#d0d7e5;
}

.RadGrid_Office2007 .rgRow .rgSorted,
.RadGrid_Office2007 .rgAltRow .rgSorted
{
	background-color:#f2f2f2;
}

.RadGrid_Office2007 .rgSelectedRow .rgSorted,
.RadGrid_Office2007 .rgActiveRow .rgSorted,
.RadGrid_Office2007 .rgHoveredRow .rgSorted,
.RadGrid_Office2007 .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Office2007 .rgRow a,
.RadGrid_Office2007 .rgAltRow a,
.RadGrid_Office2007 .rgEditRow a,
.RadGrid_Office2007 .rgFooter a,
.RadGrid_Office2007 .rgEditForm a
{
	color:#00156e;
}

.RadGrid_Office2007 .rgSelectedRow
{
    background:#ffcb60 0 -3900px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
}
*+html .RadGrid_Office2007 .rgSelectedRow .rgSorted{background-color:#ffcb60}
* html .RadGrid_Office2007 .rgSelectedRow .rgSorted{background-color:#ffcb60}

.RadGrid_Office2007 .rgActiveRow,
.RadGrid_Office2007 .rgHoveredRow
{
    background:#ecf4ff;
}
*+html .RadGrid_Office2007 .rgActiveRow .rgSorted,
*+html .RadGrid_Office2007 .rgHoveredRow .rgSorted{background-color:#ecf4ff}
* html .RadGrid_Office2007 .rgActiveRow .rgSorted,
* html .RadGrid_Office2007 .rgHoveredRow .rgSorted{background-color:#ecf4ff}

.RadGrid_Office2007 .rgEditRow
{
	background:#ffe5ad;
}
*+html .RadGrid_Office2007 .rgEditRow .rgSorted{background-color:#ffe5ad}
* html .RadGrid_Office2007 .rgEditRow .rgSorted{background-color:#ffe5ad}

.RadGrid_Office2007 .rgSelectedRow td,
.RadGrid_Office2007 .rgActiveRow td,
.RadGrid_Office2007 .rgHoveredRow td,
.RadGrid_Office2007 .rgEditRow td
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Office2007 .rgSelectedRow td
{
	border-bottom-color:#ff9b35;
}

.RadGrid_Office2007 .rgActiveRow td,
.RadGrid_Office2007 .rgHoveredRow td,
.RadGrid_Office2007 .rgEditRow td
{
	border-bottom-color:#d0d7e5;
}

/*footer*/

.RadGrid_Office2007 .rgFooterDiv,
.RadGrid_Office2007 .rgFooter
{
	background:#9ab5db 0 -6500px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
}

.RadGrid_Office2007 .rgFooter td
{
	border-width:1px 0;
	border-color:#567db0 #fff #fff;
	padding-left:8px;
}

/*status*/

.RadGrid_Office2007 .rgPager .rgStatus
{
	width:35px;
	border:0;
	border-top:1px solid #5d8cc9;
	border-right:1px solid #9cb9dc;
	border-color:#5d8cc9 #9cb9dc;
	padding:3px;
}

.RadGrid_Office2007 .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7ssKlU72AhHnvlCqB_c3vxAw3HM0YftBt69yuS6ZrY-E1&t=633780814722266250');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Office2007 .rgPager
{
	background:#ecf3fc 0 -7000px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
}

.RadGrid_Office2007 .rgPager td
{
	padding:0;
}

.RadGrid_Office2007 .rgPager .rgPagerCell
{
	border:0;
	border-top:1px solid #5d8cc9;
	border-left:1px solid #fff;
	padding:3px 0;
}

.RadGrid_Office2007 .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_Office2007 .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_Office2007 .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_Office2007 .rgInfoPart
{
	float:right;
	color:#333;
}

.RadGrid_Office2007 .rgInfoPart strong
{
	font-weight:normal;
	color:#000;
}

.RadGrid_Office2007 .rgSEO .rgArrPart1,
.RadGrid_Office2007 .rgSEO .rgArrPart2
{
	line-height:24px;
}

.RadGrid_Office2007 .rgWrap a img
{
	margin:0 8px;
}

.RadGrid_Office2007 .rgPageFirst,
.RadGrid_Office2007 .rgPagePrev,
.RadGrid_Office2007 .rgPageNext,
.RadGrid_Office2007 .rgPageLast
{
	width:17px;
	height:24px;
}

.RadGrid_Office2007 .rgPageFirst
{
	margin:0 3px 0 0;
	background-position:0 -547px;
}
.RadGrid_Office2007 .rgPageFirst:hover
{
	background-position:0 -597px;
}
.RadGrid_Office2007 .rgPagePrev
{
	margin:0 3px 0 0;
	background-position:0 -697px;
}
.RadGrid_Office2007 .rgPagePrev:hover
{
	background-position:0 -747px;
}
.RadGrid_Office2007 .rgPageNext
{
	margin:0 0 0 3px;
	background-position:0 -847px;
}
.RadGrid_Office2007 .rgPageNext:hover
{
	background-position:0 -897px;
}
.RadGrid_Office2007 .rgPageLast
{
	margin:0 0 0 3px;
	background-position:0 -997px;
}
.RadGrid_Office2007 .rgPageLast:hover
{
	background-position:0 -1047px;
}

.RadGrid_Office2007 .rgPagerButton
{
	height:22px;
	border:1px solid #7793b9;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#e8f1fc repeat-x 0 -1550px url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
	color:#00156e;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Office2007 .rgNumPart
{
	padding:2px 0;
}

.RadGrid_Office2007 .NumericPages .rgNumPart
{
	padding:2px 10px;
}

.RadGrid_Office2007 .rgNumPart a:hover,
.RadGrid_Office2007 .rgNumPart a:hover span,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
}

.RadGrid_Office2007 .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#00156e;
	text-decoration:none;
}

.RadGrid_Office2007 .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Office2007 .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_Office2007 .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Office2007 .rgNumPart a.rgCurrentPage,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	cursor:default;
}

.RadGrid_Office2007 .rgNumPart a.rgCurrentPage span,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Office2007 .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Office2007 .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_Office2007 .rgPager .rgPagerLabel,
.RadGrid_Office2007 .rgPager .RadComboBox,
.RadGrid_Office2007 .rgPager .RadInput_Office2007
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_Office2007 .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_Office2007 .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_Office2007 .rgPager .RadComboBox{margin-top:-2px;}

* html .RadGrid_Office2007 .rgPager .RadComboBox{padding:1px 0;}

.RadGrid_Office2007 .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Office2007 .rgHeader .rgSortAsc
{
	background-position:3px -147px;
	height:10px;
}

.RadGrid_Office2007 .rgHeader .rgSortDesc
{
	background-position:3px -96px;
	height:10px;
}

.GridReorderTop_Office2007,
.GridReorderBottom_Office2007
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
}

.GridReorderBottom_Office2007
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Office2007 .rgFilterRow
{
	background:#d6e5f3;
}

.RadGrid_Office2007 .rgFilterRow td
{
    padding-top:5px;
    padding-bottom:6px;
    border:solid #9eb6ce;
    border-width:0 0 1px 1px;
}

.RadGrid_Office2007 .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Office2007 .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Office2007 .rgFilterActive,
.RadGrid_Office2007 .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Office2007 .rgFilterBox
{
	border:1px solid #abc1de;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Office2007 .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #688caf;
	background:#ecf3fc;
}

.RadGrid_Office2007 .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
	vertical-align:middle;
}

.RadGrid_Office2007 .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Office2007 .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Office2007 .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Office2007 .rgUngroup
{
	background-position:0 -7500px;
}

.RadGrid_Office2007 .rgGroupItem
{
	border:1px solid #4b78ca;
	padding:0 2px 1px 3px;
	background:#e6ebf5 0 -1900px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
	color:#00156e;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Office2007 .rgGroupHeader
{
    background:#d7e6f7;
    font-size:1.1em;
    line-height:21px;
	color:#567db0;
}

.RadGrid_Office2007 .rgGroupHeader td
{
	border-top:1px solid #fcfcfd;
	border-bottom:1px solid #6f92b3;
    padding:0 7px 0 8px;
}

.RadGrid_Office2007 td.rgGroupCol,
.RadGrid_Office2007 td.rgExpandCol
{
	background:#d7e6f7 none;
	border-color:#d7e6f7;
}

.RadGrid_Office2007 .rgGroupHeader .rgExpand
{
	background-position:5px -495px;
}

.RadGrid_Office2007 .rgGroupHeader .rgCollapse
{
	background-position:3px -93px;
}

.RadGrid_Office2007 .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Office2007 .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Office2007 .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Office2007 .rgEditForm
{
	border-bottom:1px solid #d0d7e5;
}

.RadGrid_Office2007 .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Office2007 .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Office2007 .rgDetailTable
{
	border:1px solid #688caf;
	border-right:0;
}

.RadGrid_Office2007 .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Office2007 .rgCollapse
{
	background-position:3px -94px;
}

/*command row*/

.RadGrid_Office2007 .rgCommandRow
{
	background:#d6e6f4 0 -2099px repeat-x url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjTJK-N7fdEWHLCIaeLnSO7hq2oy_n3Z1CwAaIIo6MsHQ2&t=633780814722266250');
	color:#333;
}

.RadGrid_Office2007 .rgCommandRow td
{
	border:0;
	padding:0;
}

.RadGrid_Office2007 thead .rgCommandRow td
{
	border-bottom:1px solid #688caf;
}

.RadGrid_Office2007 tfoot .rgCommandRow td
{
	border-top:1px solid #688caf;
}

.RadGrid_Office2007 table .rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Office2007 .rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_Office2007 .rgCommandRow table
{
	border:1px solid #f6f7f9;
}

.RadGrid_Office2007 .rgCommandRow table table
{
	border:0;
}

.RadGrid_Office2007 .rgCommandRow a
{
	color:#00156e;
	text-decoration:none;
}

.RadGrid_Office2007 .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Office2007 .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Office2007 .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Office2007 .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_Office2007
{
	background:#00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_Office2007
{
    border-top:1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_Office2007
{
	border:1px solid #6187b8;
	padding:3px;
	background:#d7e3f2;
	color:#333;
}

/*rtl*/

.RadGridRTL_Office2007 .rgHeader,
.RadGridRTL_Office2007 .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Office2007 .rgHeader:first-child,
.RadGridRTL_Office2007 th.rgResizeCol:first-child,
.RadGridRTL_Office2007 .rgFilterRow>td:first-child,
.RadGridRTL_Office2007 .rgRow>td:first-child,
.RadGridRTL_Office2007 .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_Office2007 .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Office2007 .rgWrap
{
	float:right;
}

.RadGridRTL_Office2007 .rgInfoPart
{
	float:left;
}

.RadGridRTL_Office2007 .rgNumPart
{
	width:220px;
}

.RadGridRTL_Office2007 .rgNumPart a
{
	float:right;
}

.RadGridRTL_Office2007 .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}

/* END Telerik.Web.UI.Skins.Office2007.Grid.Office2007.css */
/* START Telerik.Web.UI.Skins.Window.css */
/* RadWindow for ASP.NET AJAX Base Stylesheet */

.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;
    width: 100%;	
    height: 18px;
	background-color: transparent; 
	background-repeat: no-repeat;
	background-position: left center;
	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
{
	text-indent: -9999px; 
	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: -9999px;
}

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=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOj0rYAL4_C2AfRuEBVChHEbs7xC3ubqWv8ySO-5WpRzc1xeZNAVF9JKd_DZK7CQCZs1&t=633780814722266250');	
}

.RadWindow .rwWindowContent .radalert
{
    background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOj0rYAL4_C2AfRuEBVChHEbz5n1Jcg4F9iONmarFQ4DEDWdMU_hUwbzzP8yEwNyFcQ1&t=633780814722266250');	
}

.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;
}

/* Support for displayng the rwLoading image in the iframe's parent TD */
.RadWindow td.rwLoading
{
    background-color: #c6d9ed;
    background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOheOdaWxQ8K0nShl-TpMkZ9KZTRWsYmT80NeunagrC4Sw2&t=633780814722266250');
}

/* Support for displaying rwLoading image in the status bar  */
.RadWindow .rwStatusbar .rwLoading
{	
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOheOdaWxQ8K0nShl-TpMkZ9KZTRWsYmT80NeunagrC4Sw2&t=633780814722266250');	
}

.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)";
}
/* END Telerik.Web.UI.Skins.Window.css */
/* START Telerik.Web.UI.Skins.Outlook.Window.Outlook.css */
.RadWindow_Outlook .rwTopLeft,
.RadWindow_Outlook .rwTopRight,
.RadWindow_Outlook .rwTitlebar,
.RadWindow_Outlook .rwFooterLeft,
.RadWindow_Outlook .rwFooterRight,
.RadWindow_Outlook .rwFooterCenter,
.RadWindow_Outlook .rwTopResize,
.RadWindow_Outlook .rwStatusbar div,
.RadWindow_Outlook .rwStatusbar,
.RadWindow_Outlook .rwPopupButton,
.RadWindow_Outlook .rwPopupButton span,
.RadWindow_Outlook.rwMinimizedWindow .rwCorner
{
    background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjK6_M7NB4tRrsnq3TL_i3NLYyIiS7waHiEwVxKuGzPCIqbxNmBEYjcTfLDRcnMvMQ1&t=633780814722266250');
}

.RadWindow_Outlook .rwBodyLeft,
.RadWindow_Outlook .rwBodyRight,
.RadWindow_Outlook .rwStatusbarRow .rwCorner
{
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjK6_M7NB4tRrsnq3TL_i3NP6EcFUBN8uzA0Q1czEpnoMdcLsivnKHXe6vNt7F5e2g1&t=633780814722266250');
}

.RadWindow_Outlook .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_Outlook .rwControlButtons a
{
    background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjK6_M7NB4tRrsnq3TL_i3NHltBZ9w0jQZ8WTKqlY_vBO7nRUSyEsxyYqxwrsD2RSA1&t=633780814722266250');
}

.RadWindow_Outlook a.rwIcon
{
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOjK6_M7NB4tRrsnq3TL_i3NLYyIiS7waHiEwVxKuGzPCIqbxNmBEYjcTfLDRcnMvMQ1&t=633780814722266250');
}

div.RadWindow_Outlook .rwTitlebarControls em
{
	color: black;
}

div.RadWindow_Outlook .rwDialogInput
{
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}

div.RadWindow_Outlook .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_Outlook td.rwLoading
{
    background-color: #fff;
}
/* END Telerik.Web.UI.Skins.Outlook.Window.Outlook.css */
/* START Telerik.Web.UI.Skins.WebBlue.Window.WebBlue.css */
/* /WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOgmlMItiwB5Z99QFJqxnBM967UHSn6wHlQF7701VWhUnhavykNOwdxMDL9xspMMXkA1&t=633780814722266250")%> */

.RadWindow_WebBlue .rwTopLeft,
.RadWindow_WebBlue .rwTopRight,
.RadWindow_WebBlue .rwTitlebar,
.RadWindow_WebBlue .rwFooterLeft,
.RadWindow_WebBlue .rwFooterRight,
.RadWindow_WebBlue .rwFooterCenter,
.RadWindow_WebBlue .rwTopResize,
.RadWindow_WebBlue .rwStatusbar div,
.RadWindow_WebBlue .rwStatusbar,
.RadWindow_WebBlue .rwPopupButton,
.RadWindow_WebBlue .rwPopupButton span,
.RadWindow_WebBlue.rwMinimizedWindow .rwCorner
{
    background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOgmlMItiwB5Z99QFJqxnBM9bZ_So6cb_pzJzJDAgGkLIIIiGbcALyWZuCDP_w46Eqs1&t=633780814722266250');
}

.RadWindow_WebBlue .rwBodyLeft,
.RadWindow_WebBlue .rwBodyRight,
.RadWindow_WebBlue .rwStatusbarRow .rwCorner
{
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOgmlMItiwB5Z99QFJqxnBM9L4k1mzLweqYSdE8iz7vqHKdIjK-jslynB61AE1JyDRU1&t=633780814722266250');
}

.RadWindow_WebBlue .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_WebBlue .rwControlButtons a
{
    background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOgmlMItiwB5Z99QFJqxnBM9j4NZx5jh9Ifu1xi3craKr2XXPrY-5E_aFx_MAYzz_Zw1&t=633780814722266250');
}

.RadWindow_WebBlue a.rwIcon
{
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOgmlMItiwB5Z99QFJqxnBM9bZ_So6cb_pzJzJDAgGkLIIIiGbcALyWZuCDP_w46Eqs1&t=633780814722266250');
}

div.RadWindow_WebBlue .rwTitlebarControls em
{
	color: white;
}

div.RadWindow_WebBlue .rwDialogInput
{
	border: solid 1px #768ca5;
}

div.RadWindow_WebBlue .rwDialogInput:hover
{
	border-color: #5d9fb7;
}

div.RadWindow_WebBlue td.rwLoading
{
    background-color: #fff;
}
/* END Telerik.Web.UI.Skins.WebBlue.Window.WebBlue.css */
/* START Telerik.Web.UI.Skins.Rotator.css */
/* new styles */
.RadRotator
{
	visibility:hidden; 	
}

.rrRelativeWrapper
{
	position: relative;
	margin:0 !important;/*MUST BE 0 for proper rendering*/
}

.rrClipRegion
{
	width: 100%;
	height: 100%;
	/* We change the width and height from the code, and then this setting becomes active! */
	overflow: hidden;
	position: absolute;
}

/*================== The list ========================*/

.rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none !important;          
}

.rrClipRegion  .rrItemsList li 
{ 
	float: left;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator ul.rrVerticalList 
{
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.RadRotator .rrVerticalList li
{ 
	float: none;
	margin-bottom: 0px;
	/* Force the LI to respect the HEIGHT specified */
	overflow: hidden;
	display: block;
}

.rrButton
{
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	/*Button size is defined here, we use margins to position them too */
	height: 15px;
	width: 15px;
	line-height: 15px;
	/* Very important for the layout!*/	
	display: none; 
	outline: none;
}

.rrButton:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -15px;
	left: 50%;
	margin-left: -8px;
}

.rrButton.rrButtonRight
{
	background-position: 0 -15px;
	margin-top: -8px;
	right: -16px;
	top: 50%;   
}

.rrButton.rrButtonDown
{
	background-position: 0 -30px;
	top:100%;
	left: 50%;
	margin-left: -8px;
	margin-top: 1px;
}

.rrButton.rrButtonLeft
{
	background-position: 0 -45px;
	margin-top: -7px;
	left: -15px;
	top: 50%;
}

.rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.rrNoBorder .rrClipRegion
{
	border-width: 0px !important;
}

/* Needed because IE cannot position vertical LI items properly. In addition to this css, the UL's width needs to be EXPLICITLY set from code if IE or Safari */
html* .rrVerticalList li
{
	float: left !important;
}	
/* END Telerik.Web.UI.Skins.Rotator.css */
/* START Telerik.Web.UI.Skins.Default.Rotator.Default.css */
/* new styles */
.RadRotator_Default .rrClipRegion
{
	border: solid 1px #a7bac5;
}

/*================== The list ========================*/

.RadRotator_Default .rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;          
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_Default .rrButton
{
	background-image: url('/WebResource.axd?d=RbtzFtwYkCL2DwvB7pxnGYvTExQSyxKqNQs1NDM6vOgpxCMsFO88wxNBtiXs4wCdGS784NwF8FdA3B4cyoRSyT_Ido6dpann2YDKg_o6K9Q1&t=633780814722266250');
	background-repeat: no-repeat;
	/*Button size is defined here, we use margins to position them too */
	height: 20px;
	width: 20px;
	line-height: 20px;
	/* Very important for the layout!*/	
}

.RadRotator_Default .rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_Default .rrButton.rrButtonUp:hover
{
	background-position: -20px 0;
}

.RadRotator_Default .rrButton.rrButtonRight
{
	background-position: 0 -20px;
	margin-top: -10px;
	right: -20px;
	top: 50%;   
}

.RadRotator_Default .rrButton.rrButtonRight:hover
{
	background-position: -20px -20px;
}

.RadRotator_Default .rrButton.rrButtonDown
{
	background-position: 0 -40px;
	top:100%;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_Default .rrButton.rrButtonDown:hover
{
	background-position: -20px -40px;
}

.RadRotator_Default .rrButton.rrButtonLeft
{
	background-position: 0 -60px;
	margin-top: -7px;
	left: -15px;
	top: 50%;
}

.RadRotator_Default .rrButton.rrButtonLeft:hover
{
	background-position: -20px -60px;
}

.RadRotator_Default .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}
/* END Telerik.Web.UI.Skins.Default.Rotator.Default.css */
