/*-----------------------------------------------
Button.BEEnterprise.css
-----------------------------------------------*/
/* RadButton Black Skin */

.RadButton_BEEnterprise.rbSkinnedButton,
.RadButton_BEEnterprise .rbDecorated,
.RadButton_BEEnterprise.rbVerticalButton,
.RadButton_BEEnterprise.rbVerticalButton .rbDecorated,
.RadButton_BEEnterprise .rbSplitRight,
.RadButton_BEEnterprise .rbSplitLeft
{
	background-image:url('Button/ButtonSprites.gif');
}

.RadButton_BEEnterprise .rbToggleCheckbox,
.RadButton_BEEnterprise .rbToggleCheckboxChecked,
.RadButton_BEEnterprise .rbToggleCheckboxFilled,
.RadButton_BEEnterprise .rbToggleRadio,
.RadButton_BEEnterprise .rbToggleRadioChecked
{
		background-image:url('Button/ToggleSprite.gif');
}

.RadButton_BEEnterprise .rbDecorated,
.RadButton_BEEnterprise .rbVerticalText
{
	color: #ffffff;
}

.RadButton_BEEnterprise .rbDecorated:hover,
.RadButton_BEEnterprise.rbVerticalSkinnedButton:hover .rbVerticalText
{
	color: #d97a4e;
}

.RadButton_BEEnterprise.rbSkinnedButtonChecked .rbDecorated,
.RadButton_BEEnterprise.rbSkinnedButtonChecked:hover .rbDecorated
{
	color: #fa7537;
}

.RadButton_BEEnterprise.rbToggleButton,
.RadButton_BEEnterprise.rbToggleButton.rbDisabled,
.RadButton_BEEnterprise.rbToggleButton.rbDisabled:hover
{
	color: #ffffff;
}

.RadButton_BEEnterprise.rbToggleButton:hover
{
	color: #d97a4e;
}

.RadButton_BEEnterprise.rbDisabled .rbDecorated,
.RadButton_BEEnterprise.rbDisabled:hover .rbDecorated
{
	color: #d1d1d1;
}

.RadButton_BEEnterprise.rbLinkButton
{
	border: 1px solid #666666;
	background-color: #2e2e2e;
	color: #ffffff;
	text-decoration: none;
}

.RadButton_BEEnterprise.rbLinkButton:hover
{
	background-color: #4f4f4f;
	color: #d97a4e;
}

.RadButton_BEEnterprise.rbLinkButtonChecked,
.RadButton_BEEnterprise.rbLinkButtonChecked:hover
{
	background-color: #73706f;
	color: #fa7537;
}

.RadButton_BEEnterprise.rbLinkButton.rbDisabled,
.RadButton_BEEnterprise.rbLinkButton.rbDisabled:hover
{
	background-color: #6b6b6b;
	border: 1px solid #000000;
	color: #d1d1d1;
}

.RadButton_BEEnterprise.rbLinkButton:hover .rbSplitLeft,
.RadButton_BEEnterprise.rbLinkButton:hover .rbSplitRight
{
	background-color: #2e2e2e;
}

.RadButton_BEEnterprise.rbLinkButton .rbSplitRight
{
	border-left: 1px solid #cccccc;
}

.RadButton_BEEnterprise.rbLinkButton .rbSplitRight:hover
{
	background-position: -126px -137px;
	background-color: #333333;
	border-left: 1px solid #cccccc;
}

.RadButton_BEEnterprise.rbLinkButton .rbSplitRight:active,
.RadButton_BEEnterprise.rbLinkButton .rbSplitRight:focus
{
	background-color: #666666;
	border-left: 1px solid #cccccc;
}

.RadButton_BEEnterprise.rbLinkButton .rbSplitLeft
{
	border-right: 1px solid #cccccc;
}

.RadButton_BEEnterprise.rbLinkButton .rbSplitLeft:hover
{
	background-color: #333333;
	border-right: 1px solid #cccccc;
}

.RadButton_BEEnterprise.rbLinkButton .rbSplitLeft:active,
.RadButton_BEEnterprise.rbLinkButton .rbSplitLeft:focus
{
	background-color: #666666;
	border-right: 1px solid #cccccc;
}

/* IE6 Fix, should be important to override the joint selectors */
*html .RadButton_BEEnterprise.rbLinkButton,
*html .RadButton_BEEnterprise.rbLinkButton:hover
{
	border: 1px solid #666666 !important;
}





 .RadButton_BEEnterprise .rbDecorated {

	font-family: Arial;

}

 .RadButton_BEEnterprise:hover .rbDecorated {

	font-family: Arial;

	color: rgb(0, 0, 0);

}

 .RadButton_BEEnterprise:active .rbDecorated {

	font-family: Arial;

	color: rgb(0, 0, 0);

}


/*-----------------------------------------------
Calendar.BEEnterprise.css
-----------------------------------------------*/
/*Telerik RadCalendar Black skin*/

table.RadCalendar_BEEnterprise
{
	background:#4f4f4f;
	font:12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_BEEnterprise .rcTitlebar
{
	border-color:#080808 #080808 #000000;
	background:#1c1c1c 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#fcfcfc;
}

.RadCalendar_BEEnterprise .rcTitlebar table
{
	font:12px/22px "segoe ui",arial,sans-serif;
}

.RadCalendar_BEEnterprise .rcTitlebar td
{
	padding:0 0 1px;
}

/*IE7 performance issue*/
/*.RadCalendar_BEEnterprise .rcTitlebar td.rcTitle:hover
{
	color:#d98d6a;
}
.RadCalendar_BEEnterprise .rcNoNav td.rcTitle:hover
{
	color:#fcfcfc;
}*/

.RadCalendar_BEEnterprise .rcTitlebar .rcPrev,
.RadCalendar_BEEnterprise .rcTitlebar .rcNext,
.RadCalendar_BEEnterprise .rcTitlebar .rcFastPrev,
.RadCalendar_BEEnterprise .rcTitlebar .rcFastNext
{
	width:17px;
	height:16px;
	margin:0 2px;
	background:transparent url('Calendar/sprite.gif') no-repeat;
	color:#666666;
}

.RadCalendar_BEEnterprise .rcTitlebar .rcFastPrev
{
	margin-left:4px;
	background-position:0 -200px;
}

.RadCalendar_BEEnterprise .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -250px;
}

.RadCalendar_BEEnterprise .rcTitlebar .rcPrev
{
	background-position:0 -300px;
}

.RadCalendar_BEEnterprise .rcTitlebar a.rcPrev:hover
{
	background-position:0 -350px;
}

.RadCalendar_BEEnterprise .rcTitlebar .rcNext
{
	background-position:0 -400px;
}

.RadCalendar_BEEnterprise .rcTitlebar a.rcNext:hover
{
	background-position:0 -450px;
}

.RadCalendar_BEEnterprise .rcTitlebar .rcFastNext
{
	margin-right:4px;
	background-position:0 -500px;
}

.RadCalendar_BEEnterprise .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -550px;
}

.RadCalendar_BEEnterprise .rcMain
{
	border-color:#080808;
}

.RadCalendar_BEEnterprise .rcMainTable
{
	color:#d6d6d6;
	font:12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_BEEnterprise .rcHeader,
.RadCalendar_BEEnterprise .rcFooter
{
	border-color:#080808;
}

/*week numbers and days*/

.RadCalendar_BEEnterprise .rcWeek th
{
	border-top:1px solid #4f4f4f;
	border-bottom:1px solid #616161;
	padding:2px 6px 3px 0;
	background:#2b2b2b 0 100% repeat-x url('Calendar/sprite.gif');
	color:#8c8c8c;
}

.RadCalendar_BEEnterprise .rcWeek .rcViewSel,
.RadCalendar_BEEnterprise .rcRow th
{
	width:12px;
	padding:0 7px 0 9px;
}

.RadCalendar_BEEnterprise .rcRow th
{
	background:#454545;
	color:#828282;
}

/*date cells*/

.RadCalendar_BEEnterprise .rcRow td
{
	border-color:#4f4f4f;
}

.RadCalendar_BEEnterprise .rcMain .rcRow a,
.RadCalendar_BEEnterprise .rcMain .rcRow span
{
	color:#d6d6d6;
}

.RadCalendar_BEEnterprise .rcMain .rcWeekend a
{
	color:#ababab;
}

.RadCalendar_BEEnterprise .rcRow .rcToday
{
	border-color:#616161;
	background:#454545;
}

.RadCalendar_BEEnterprise .rcRow .rcToday a,
.RadCalendar_BEEnterprise .rcRow .rcSelected a
{
	color:#ffffff;
}

.RadCalendar_BEEnterprise .rcMain .rcOtherMonth a
{
	color:#707070;
}

.RadCalendar_BEEnterprise .rcMain .rcOutOfRange span
{
	color:#707070;
}

.RadCalendar_BEEnterprise .rcRow .rcSelected
{
	border-color:#545454 #2e2e2e #1a1a1a #545454;
	background:#303030 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_BEEnterprise .rcRow .rcHover
{
	border-color:#636363 #363636 #1f1f1f #5c5c5c;
	background:#2e2e2e 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_BEEnterprise .rcRow .rcHover a
{
	color:#d98d6a;
}

/*multimonth view*/

.RadCalendarMultiView_BEEnterprise .rcTitlebar
{
	border-color:#0d0d0d;
	background:#030303 0 -1200px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar table
{
	line-height:28px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar td
{
	padding-bottom:2px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar .rcPrev,
.RadCalendarMultiView_BEEnterprise .rcTitlebar .rcNext,
.RadCalendarMultiView_BEEnterprise .rcTitlebar .rcFastPrev,
.RadCalendarMultiView_BEEnterprise .rcTitlebar .rcFastNext
{
	margin-top:2px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar .rcFastPrev
{
	background-position:0 -600px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -650px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar .rcPrev
{
	background-position:0 -700px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar a.rcPrev:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar .rcNext
{
	background-position:0 -800px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar a.rcNext:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar .rcFastNext
{
	background-position:0 -900px;
}

.RadCalendarMultiView_BEEnterprise .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiView_BEEnterprise .rcMain
{
	border-color:#0d0d0d;
}

.RadCalendarMultiView_BEEnterprise .rcCalendar
{
	border-color:#080808;
	border-top:0;
}

.RadCalendarMultiView_BEEnterprise .rcCalendar .rcMainTable
{
	height:196px;
}

.RadCalendarMultiView_BEEnterprise .rcMainTable .rcTitle
{
	border-width:1px 0;
	border-color:#080808 #000000 #000000;
	padding:0 0 1px;
	background:#1c1c1c 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#fcfcfc;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_BEEnterprise
{
	border-color:#080808;
	background:#4f4f4f;
	font:12px "segoe ui",arial,sans-serif;
	color:#d6d6d6;
}

.RadCalendarMonthView_BEEnterprise #rcMView_Feb,
.RadCalendarMonthView_BEEnterprise #rcMView_Apr,
.RadCalendarMonthView_BEEnterprise #rcMView_Jun,
.RadCalendarMonthView_BEEnterprise #rcMView_Aug,
.RadCalendarMonthView_BEEnterprise #rcMView_Oct,
.RadCalendarMonthView_BEEnterprise #rcMView_Dec
{
	border-right:1px solid #212121;
}

.RadCalendarMonthView_BEEnterprise td:first-child+td+td
{
	border-left:1px solid #616161;
}

.RadCalendarMonthView_BEEnterprise a
{
	color:#d6d6d6;
}

.RadCalendarMonthView_BEEnterprise .rcSelected a
{
	border-color:#545454 #2e2e2e #1a1a1a #545454;
	background:#303030 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMonthView_BEEnterprise #rcMView_PrevY a,
.RadCalendarMonthView_BEEnterprise #rcMView_NextY a
{
	width:17px;
	height:16px;
	background-image:url('Calendar/sprite.gif');
	color:#666666;
}

.RadCalendarMonthView_BEEnterprise #rcMView_PrevY a
{
	background-position:0 -2100px;
}

.RadCalendarMonthView_BEEnterprise #rcMView_PrevY a:hover
{
	background-position:0 -2150px;
}

.RadCalendarMonthView_BEEnterprise #rcMView_NextY a
{
	background-position:0 -2200px;
}

.RadCalendarMonthView_BEEnterprise #rcMView_NextY a:hover
{
	background-position:0 -2250px;
}

.RadCalendarMonthView_BEEnterprise .rcButtons
{
	padding:5px 7px;
}

.RadCalendarMonthView_BEEnterprise input
{
	border-color:#080808;
	background:#1c1c1c 0 -2300px repeat-x url('Calendar/sprite.gif');
	color:#ffffff;
	font:12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_BEEnterprise input:hover
{
	background-color:#030303;
	background-position:0 -2350px;
	color:#d98d6a;
}*/

/*time view*/

table.RadCalendarTimeView_BEEnterprise
{
	border-color:#080808;
	background:#4f4f4f;
	color:#d6d6d6;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_BEEnterprise th
{
	border-bottom:1px solid #000000;
	padding:0 0 1px;
	background:#1c1c1c 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#fcfcfc;
	line-height:22px;
}

table.RadCalendarTimeView_BEEnterprise td
{
	border-color:#212121;
}

.RadCalendarTimeView_BEEnterprise a
{
	color:#d6d6d6;
}

.RadCalendarTimeView_BEEnterprise td.rcSelected a
{
	border-color:#545454 #2e2e2e #1a1a1a #545454;
	background:#303030 0 -1700px repeat-x url('Calendar/sprite.gif');
	color:#ffffff;
}

.RadCalendarTimeView_BEEnterprise td.rcHover a
{
	border-color:#636363 #363636 #1f1f1f #5c5c5c;
	background:#2e2e2e 0 -1600px repeat-x url('Calendar/sprite.gif');
	color:#d98d6a;
}

.RadCalendarTimeView_BEEnterprise .rcFooter
{
	border-color:#080808;
}

/*pickers*/

.RadPicker_BEEnterprise .rcCalPopup,
.RadPicker_BEEnterprise .rcTimePopup
{
	background-image:url('Calendar/sprite.gif');
}

.RadPicker_BEEnterprise .rcCalPopup,
.RadPicker_BEEnterprise a.rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_BEEnterprise a.rcCalPopup:hover,
.RadPicker_BEEnterprise a.rcCalPopup:focus,
.RadPicker_BEEnterprise a.rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_BEEnterprise .rcTimePopup,
.RadPicker_BEEnterprise a.rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_BEEnterprise a.rcTimePopup:hover,
.RadPicker_BEEnterprise a.rcTimePopup:focus,
.RadPicker_BEEnterprise a.rcTimePopup:active
{
	background-position:0 -150px;
}

/*rtl*/

.RadCalendarRTL_BEEnterprise .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_BEEnterprise .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_BEEnterprise .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_BEEnterprise .rcTitlebar a.rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_BEEnterprise .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_BEEnterprise .rcTitlebar a.rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_BEEnterprise .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_BEEnterprise .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -250px;
}

.RadCalendarMultiViewRTL_BEEnterprise .rcTitlebar .rcFastPrev
{
	background-position:0 -900px;
}

.RadCalendarMultiViewRTL_BEEnterprise .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiViewRTL_BEEnterprise .rcTitlebar .rcPrev
{
	background-position:0 -800px;
}

.RadCalendarMultiViewRTL_BEEnterprise .rcTitlebar a.rcPrev:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiViewRTL_BEEnterprise .rcTitlebar .rcNext
{
	background-position:0 -700px;
}

.RadCalendarMultiViewRTL_BEEnterprise .rcTitlebar a.rcNext:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiViewRTL_BEEnterprise .rcTitlebar .rcFastNext
{
	background-position:0 -600px;
}

.RadCalendarMultiViewRTL_BEEnterprise .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -650px;
}
/*-----------------------------------------------
ColorPicker.BEEnterprise.css
-----------------------------------------------*/
/* RadColorPicker Black skin */
.RadColorPicker_BEEnterprise .rcpViews,
.RadColorPicker_BEEnterprise .rcpHeader,
.RadColorPicker_BEEnterprise .rcpPageView
{
	background-color:#171717;
}

.RadColorPicker_BEEnterprise .rcpPageView
{
	background-position: 0 -2005px;
	background-repeat: repeat-x;
}

.RadColorPicker_BEEnterprise .rcpColorPreview,
.RadColorPicker_BEEnterprise .rcpInput,
.RadColorPicker_BEEnterprise .rcpHexInput,
.RadColorPicker_BEEnterprise .rcpMillionColorsPalette,
.RadColorPicker_BEEnterprise .rcpMillionColorsSlider div.rslTrack
{
	border:1px solid;
	border-color:#121212 #303030 #121212 #303030;
}

.RadColorPicker_BEEnterprise .rcpInput,
.RadColorPicker_BEEnterprise .rcpHexInput
{
	background-color:#212121;
}

.RadColorPicker_BEEnterprise .rcpHexInput[readonly]
{
	background-color:#333333;
}

.RadColorPicker_BEEnterprise .rcpPalette,
.RadColorPicker_BEEnterprise input,
.RadColorPicker_BEEnterprise a,
.RadColorPicker_BEEnterprise .rcpTabs .rcpSelectedTab a span
{
    color:#ffffff;
}

/* colorpicker tabs */
.RadColorPicker_BEEnterprise .rcpTabs a span
{
    color:#d6d6d6;
}

.RadColorPicker_BEEnterprise .rcpApplyButton:hover span,
.RadColorPicker_BEEnterprise .rcpButton:hover span
{
    color:#d97a4e;
}

.RadColorPicker_BEEnterprise .rcpHeader,
.RadColorPicker_BEEnterprise .rcpHeader .rcpImageButton,
.RadColorPicker_BEEnterprise .rcpRecentColors,
.RadColorPicker_BEEnterprise .rcpIcon a,
.RadColorPicker_BEEnterprise .rcpTabs a,
.RadColorPicker_BEEnterprise .rcpTabs a span,
.RadColorPicker_BEEnterprise .rcpButton,
.RadColorPicker_BEEnterprise .rcpButton span,
.RadColorPicker_BEEnterprise .rcpMillionColorsHandle,
.RadColorPicker_BEEnterprise .rcpSlider div.rslTrack,
/* overwrite sliders */
.RadColorPicker_BEEnterprise .rcpSlider .rslTrack a.rslDraghandle,
.RadColorPicker_BEEnterprise div.rcpMillionColorsSlider div.rslVertical a.rslDraghandle
{
	background-image:url('ColorPicker/ColorPickerSprites.png');
	background-repeat:no-repeat;
}

/* Rounded corners and shadows */
.RadColorPicker_BEEnterprise .rcpPalette,
.RadColorPicker_BEEnterprise .rcpRoundedRight,
.RadColorPicker_BEEnterprise .rcpRoundedBottomRight,
.RadColorPicker_BEEnterprise .rcpRightShadow,
.RadColorPicker_BEEnterprise .rcpCornerShadow,
.RadColorPicker_BEEnterprise .rcpPageView
{
	background-image:url('ColorPicker/rcpVerticalSprites.png');
}

.RadColorPicker_BEEnterprise .rcpRoundedBottomLeft,
.RadColorPicker_BEEnterprise .rcpBottomShadow
{
	background-image:url('ColorPicker/ColorPickerSprites.png');
}

* html .RadColorPicker_BEEnterprise .rcpPalette,
* html .RadColorPicker_BEEnterprise .rcpRoundedRight,
* html .RadColorPicker_BEEnterprise .rcpRoundedBottomRight,
* html .RadColorPicker_BEEnterprise .rcpRoundedBottomLeft
{
	background-image:url('ColorPicker/rcpVerticalSpritesIE6.png');
}

/*-----------------------------------------------
ComboBox.BEEnterprise.css
-----------------------------------------------*/
/* RadComboBox Black skin */

.RadComboBox_BEEnterprise {
  color: #ffffff;
  font-size: 12px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
  .RadComboBox_BEEnterprise .rcbInputCell,
  .RadComboBox_BEEnterprise .rcbArrowCell {
    background-image: url('ComboBox/rcbSprite.png'); }
  .RadComboBox_BEEnterprise .rcbInput {
    color: #ffffff;
    font-size: 12px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 16px; }
  .RadComboBox_BEEnterprise .rcbEmptyMessage {
    color: #6f6f6f; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbInput {
    color: #ffffff; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbInput {
    color: #ffffff; }
  .RadComboBox_BEEnterprise .rcbReadOnly .rcbInput {
    color: #ffffff; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbReadOnly .rcbInput {
    color: #ff9e29; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbReadOnly .rcbInput {
    color: #ffffff; }

.RadComboBoxDropDown_BEEnterprise {
  border-color: #080808;
  color: #ffffff;
  background-color: #464646;
  font-size: 12px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
  .RadComboBoxDropDown_BEEnterprise .rcbHeader,
  .RadComboBoxDropDown_BEEnterprise .rcbFooter {
    color: #ffffff;
    background-color: #161616; }
  .RadComboBoxDropDown_BEEnterprise .rcbHeader {
    border-bottom-color: #080808; }
  .RadComboBoxDropDown_BEEnterprise .rcbFooter {
    border-top-color: #080808; }
  .RadComboBoxDropDown_BEEnterprise .rcbHovered {
    color: #ff9e29;
    background-color: #3e3e3e; }
  .RadComboBoxDropDown_BEEnterprise .rcbSelected {
    color: #9eda29;
    background-color: #2e2e2e; }
  .RadComboBoxDropDown_BEEnterprise .rcbLoading {
    color: #9eda29;
    background-color: #3e3e3e; }
  .RadComboBoxDropDown_BEEnterprise .rcbItem em {
    color: #9eda29;
    background-color: #3e3e3e; }
  .RadComboBoxDropDown_BEEnterprise .rcbCheckAllItems {
    border-color: #080808;
    color: #ffffff;
    background-color: #161616; }
  .RadComboBoxDropDown_BEEnterprise .rcbMoreResults {
    border-color: #080808;
    color: #ffffff;
    background-color: #161616; }


.RadComboBox_BEEnterprise {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  *display: inline;
  *zoom: 1; }
  .RadComboBox_BEEnterprise table {
    width: 100%;
    border-width: 0;
    border-style: solid;
    border-collapse: collapse;
    vertical-align: top; }
  .RadComboBox_BEEnterprise select {
    margin-bottom: 0;
    padding: 0;
    height: 22px; }
  .RadComboBox_BEEnterprise .rcbInputCell, .RadComboBox_BEEnterprise .rcbArrowCell {
    padding: 0;
    border-width: 0;
    border-style: solid;
    background-color: transparent;
    background-repeat: no-repeat; }
  .RadComboBox_BEEnterprise table td.rcbInputCell {
    padding: 0 4px 0 5px;
    border-width: 0; }
  .RadComboBox_BEEnterprise table td.rcbArrowCell {
    padding: 0;
    border-width: 0; }
  .RadComboBox_BEEnterprise .rcbInputCell {
    padding-right: 4px;
    padding-left: 5px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle; }
  .RadComboBox_BEEnterprise .rcbInputCellLeft {
    background-position: 0 0; }
  .RadComboBox_BEEnterprise .rcbInputCellRight {
    background-position: 100% 0; }
  .RadComboBox_BEEnterprise input, .RadComboBox_BEEnterprise input:focus {
    box-shadow: none;
    outline: none;
    -webkit-appearance: none; }
  .RadComboBox_BEEnterprise .rcbInput {
    margin: 0;
    padding: 2px 0 1px;
    height: auto;
    width: 100%;
    border-width: 0;
    outline: 0;
    color: inherit;
    background-color: transparent;
    vertical-align: top; }
  .RadComboBox_BEEnterprise .rcbReadOnly .rcbInput, .RadComboBox_BEEnterprise .rcbDisabled .rcbInput {
    cursor: default; }
  .RadComboBox_BEEnterprise .rcbEmptyMessage {
    font-style: italic; }
  .RadComboBox_BEEnterprise .rcbArrowCell {
    width: 18px; }
    .RadComboBox_BEEnterprise .rcbArrowCell a {
      width: 18px;
      height: 22px;
      position: relative;
      outline: 0;
      font-size: 0;
      line-height: 1px;
      text-decoration: none;
      text-indent: 9999px;
      display: block;
      overflow: hidden;
      cursor: default;
      *zoom: 1; }
  .RadComboBox_BEEnterprise .rcbArrowCellLeft {
    background-position: 0 -176px; }
  .RadComboBox_BEEnterprise .rcbArrowCellRight {
    background-position: -18px -176px; }
  .RadComboBox_BEEnterprise .rcbArrowCellHidden, .RadComboBox_BEEnterprise .rcbArrowCellHidden a {
    width: 3px; }
  .RadComboBox_BEEnterprise .rcbArrowCellLeft.rcbArrowCellHidden {
    background-position: 0 0; }
  .RadComboBox_BEEnterprise .rcbArrowCellRight.rcbArrowCellHidden {
    background-position: 100% 0; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbInputCellLeft {
    background-position: 0 -22px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbInputCellRight {
    background-position: 100% -22px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbArrowCellLeft {
    background-position: -36px -176px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbArrowCellRight {
    background-position: -54px -176px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbArrowCellLeft.rcbArrowCellHidden {
    background-position: 0 -22px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbArrowCellRight.rcbArrowCellHidden {
    background-position: 100% -22px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbInputCellLeft {
    background-position: 0 -44px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbInputCellRight {
    background-position: 100% -44px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbArrowCellLeft {
    background-position: -72px -176px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbArrowCellRight {
    background-position: -90px -176px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbArrowCellLeft.rcbArrowCellHidden {
    background-position: 0 -44px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbArrowCellRight.rcbArrowCellHidden {
    background-position: 100% -44px; }
  .RadComboBox_BEEnterprise .rcbDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5; }
    .RadComboBox_BEEnterprise .rcbDisabled .rcbInputCellLeft {
      background-position: 0 -66px; }
    .RadComboBox_BEEnterprise .rcbDisabled .rcbInputCellRight {
      background-position: 100% -66px; }
    .RadComboBox_BEEnterprise .rcbDisabled .rcbArrowCellLeft {
      background-position: -108px -176px; }
    .RadComboBox_BEEnterprise .rcbDisabled .rcbArrowCellRight {
      background-position: -126px -176px; }
    .RadComboBox_BEEnterprise .rcbDisabled .rcbArrowCellLeft.rcbArrowCellHidden {
      background-position: 0 -66px; }
    .RadComboBox_BEEnterprise .rcbDisabled .rcbArrowCellRight.rcbArrowCellHidden {
      background-position: 100% -66px; }
  .RadComboBox_BEEnterprise .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 -88px; }
  .RadComboBox_BEEnterprise .rcbReadOnly .rcbInputCellRight {
    background-position: 100% -88px; }
  .RadComboBox_BEEnterprise .rcbReadOnly .rcbArrowCellLeft {
    background-position: -144px -176px; }
  .RadComboBox_BEEnterprise .rcbReadOnly .rcbArrowCellRight {
    background-position: -162px -176px; }
  .RadComboBox_BEEnterprise .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden {
    background-position: 0 -88px; }
  .RadComboBox_BEEnterprise .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
    background-position: 100% -88px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 -110px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbReadOnly .rcbInputCellRight {
    background-position: 100% -110px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbReadOnly .rcbArrowCellLeft {
    background-position: -180px -176px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbReadOnly .rcbArrowCellRight {
    background-position: -198px -176px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden {
    background-position: 0 -110px; }
  .RadComboBox_BEEnterprise .rcbHovered .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
    background-position: 100% -110px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 -132px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbReadOnly .rcbInputCellRight {
    background-position: 100% -132px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbReadOnly .rcbArrowCellLeft {
    background-position: -216px -176px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbReadOnly .rcbArrowCellRight {
    background-position: -234px -176px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden {
    background-position: 0 -132px; }
  .RadComboBox_BEEnterprise .rcbFocused .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
    background-position: 100% -132px; }
  .RadComboBox_BEEnterprise .rcbDisabled .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 -154px; }
  .RadComboBox_BEEnterprise .rcbDisabled .rcbReadOnly .rcbInputCellRight {
    background-position: 100% -154px; }
  .RadComboBox_BEEnterprise .rcbDisabled .rcbReadOnly .rcbArrowCellLeft {
    background-position: -252px -176px; }
  .RadComboBox_BEEnterprise .rcbDisabled .rcbReadOnly .rcbArrowCellRight {
    background-position: -270px -176px; }
  .RadComboBox_BEEnterprise .rcbDisabled .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden {
    background-position: 0 -154px; }
  .RadComboBox_BEEnterprise .rcbDisabled .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
    background-position: 100% -154px; }
  .RadComboBox_BEEnterprise .rcbLabel {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    line-height: 22px;
    *zoom: 1; }

.RadComboBox_rtl {
  text-align: right; }
  .RadComboBox_rtl .rcbInputCell {
    padding-right: 5px;
    padding-left: 4px; }
  .RadComboBox_rtl .rcbInput {
    text-align: right; }
  .RadComboBox_rtl .rcbLabel {
    *margin-right: 5px;
    padding: 0 0 0 10px;
    text-align: right; }

.rcbSlide {
  display: none;
  position: absolute;
  overflow: hidden; }

.RadComboBoxDropDown_BEEnterprise {
  border-width: 1px;
  border-style: solid;
  text-align: left;
  cursor: default;
  position: relative; }
  .RadComboBoxDropDown_BEEnterprise input[type="checkbox"] {
    margin: 0 3px 3px 4px;
    *margin: 0;
    padding: 0; }
  .RadComboBoxDropDown_BEEnterprise label {
    line-height: inherit;
    font-weight: inherit; }
  .RadComboBoxDropDown.rcbAutoWidth {
    min-width: 158px; }
    .RadComboBoxDropDown.rcbAutoWidth .rcbList {
      white-space: nowrap; }
      @media \0screen {
        .RadComboBoxDropDown.rcbAutoWidth .rcbList {
          min-width: 148px; } }
  .RadComboBoxDropDown.rcbAutoWidthResizer .rcbScroll {
    overflow: scroll !important;
    overflow-x: visible !important; }
  .RadComboBoxDropDown_BEEnterprise .rcbScroll {
    height: 100%;
    position: relative;
    overflow: auto; }
  .RadComboBoxDropDown_BEEnterprise .rcbHeader, .RadComboBoxDropDown_BEEnterprise .rcbFooter {
    padding: 5px 7px 4px;
    border-width: 0;
    border-style: solid; }
  .RadComboBoxDropDown_BEEnterprise .rcbHeader {
    margin-bottom: 1px;
    border-bottom-width: 1px; }
  .RadComboBoxDropDown_BEEnterprise .rcbFooter {
    margin-top: 1px;
    border-top-width: 1px; }
  .RadComboBoxDropDown_BEEnterprise .rcbList {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
  .RadComboBoxDropDown_BEEnterprise .rcbList > li {
    *zoom: 1; }
    .RadComboBoxDropDown_BEEnterprise .rcbList > li:after {
      content: "";
      height: 0;
      clear: both;
      display: block; }
  .RadComboBoxDropDown_BEEnterprise .rcbItem, .RadComboBoxDropDown_BEEnterprise .rcbHovered, .RadComboBoxDropDown_BEEnterprise .rcbDisabled, .RadComboBoxDropDown_BEEnterprise .rcbLoading, .RadComboBoxDropDown_BEEnterprise .rcbCheckAllItems, .RadComboBoxDropDown_BEEnterprise .rcbCheckAllItemsHovered {
    margin: 0 1px;
    padding: 2px 6px;
    min-height: 13px;
    background-repeat: repeat-x; }
    .RadComboBoxDropDown_BEEnterprise .rcbItem > label, .RadComboBoxDropDown_BEEnterprise .rcbHovered > label, .RadComboBoxDropDown_BEEnterprise .rcbDisabled > label, .RadComboBoxDropDown_BEEnterprise .rcbLoading > label, .RadComboBoxDropDown_BEEnterprise .rcbCheckAllItems > label, .RadComboBoxDropDown_BEEnterprise .rcbCheckAllItemsHovered > label {
      margin: -2px -6px;
      padding: 4px 6px 2px;
      display: block; }
  .RadComboBoxDropDown_BEEnterprise .rcbNoWrap .rcbItem, .RadComboBoxDropDown_BEEnterprise .rcbNoWrap .rcbHovered, .RadComboBoxDropDown_BEEnterprise .rcbNoWrap .rcbDisabled, .RadComboBoxDropDown_BEEnterprise .rcbNoWrap .rcbLoading {
    white-space: nowrap; }
  .RadComboBoxDropDown_BEEnterprise .rcbDisabled {
    cursor: default;
    filter: alpha(opacity=50);
    opacity: 0.5; }
  .RadComboBoxDropDown_BEEnterprise .rcbLoading {
    text-align: center; }
  .RadComboBoxDropDown_BEEnterprise em {
    font-style: normal;
    font-weight: bold; }
  .RadComboBoxDropDown_BEEnterprise .rcbCheckBox, .RadComboBoxDropDown_BEEnterprise .rcbCheckAllItemsCheckBox {
    vertical-align: middle; }
  .RadComboBoxDropDown_BEEnterprise .rcbImage {
    margin: 0 6px 2px 0;
    vertical-align: middle; }
  .RadComboBoxDropDown_BEEnterprise .rcbMoreResults {
    margin: 1px 0 0 0;
    padding: 2px 6px;
    border-width: 1px 0 0 0;
    border-style: solid;
    text-align: center;
    cursor: pointer; }
  .RadComboBoxDropDown_BEEnterprise .rcbMoreResults a {
    margin: 0 2px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer; }
  .RadComboBoxDropDown_BEEnterprise .rcbSeparatedList .rcbSeparator {
    padding-left: 6px; }
  .RadComboBoxDropDown_BEEnterprise .rcbSeparatedList .rcbItem, .RadComboBoxDropDown_BEEnterprise .rcbSeparatedList .rcbHovered, .RadComboBoxDropDown_BEEnterprise .rcbSeparatedList .rcbDisabled, .RadComboBoxDropDown_BEEnterprise .rcbSeparatedList .rcbLoading {
    padding-left: 12px; }

.RadComboBoxDropDown_rtl {
  text-align: right;
  direction: rtl; }
  .RadComboBoxDropDown_rtl .rcbImage {
    margin: 0 0 2px 6px; }
  .RadComboBoxDropDown_rtl .rcbSeparatedList .rcbSeparator {
    padding-right: 6px; }
  .RadComboBoxDropDown_rtl .rcbSeparatedList .rcbItem, .RadComboBoxDropDown_rtl .rcbSeparatedList .rcbHovered, .RadComboBoxDropDown_rtl .rcbSeparatedList .rcbDisabled, .RadComboBoxDropDown_rtl .rcbSeparatedList .rcbLoading {
    padding-right: 12px; }

.RadComboBoxWithLabel {
  zoom: normal; }
  .RadComboBoxWithLabel table {
    *margin-right: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }


/*-----------------------------------------------
DataPager.BEEnterprise.css
-----------------------------------------------*/
/*Telerik RadDataPager Black Skin*/

.RadDataPager_BEEnterprise
{
	border:1px solid #080808;
	background:#1f1f1f 0 -8000px repeat-x url('Grid/sprite.gif');
	color:#d6d6d6;
}

.RadDataPager_BEEnterprise .rdpPageFirst,
.RadDataPager_BEEnterprise .rdpPagePrev,
.RadDataPager_BEEnterprise .rdpPageNext,
.RadDataPager_BEEnterprise .rdpPageLast
{
	background:transparent no-repeat url('Grid/sprite.gif');
}

.RadDataPager_BEEnterprise .rdpPageFirst
{
	background-position:0 -550px;
}
.RadDataPager_BEEnterprise .rdpPageFirst:hover
{
	background-position:0 -600px;
}
.RadDataPager_BEEnterprise .rdpPagePrev
{
	background-position:0 -700px;
}
.RadDataPager_BEEnterprise .rdpPagePrev:hover
{
	background-position:0 -750px;
}
.RadDataPager_BEEnterprise .rdpPageNext
{
	background-position:0 -850px;
}
.RadDataPager_BEEnterprise .rdpPageNext:hover
{
	background-position:0 -900px;
}
.RadDataPager_BEEnterprise .rdpPageLast
{
	background-position:0 -1000px;
}
.RadDataPager_BEEnterprise .rdpPageLast:hover
{
	background-position:0 -1050px;
}

.RadDataPager_BEEnterprise .rdpPagerButton
{
	border:1px solid #080808;
	background:#1c1c1c repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#ffffff;
	font:12px/12px "segoe ui",arial,sans-serif;
}

.RadDataPager_BEEnterprise .rdpNumPart a:hover,
.RadDataPager_BEEnterprise .rdpNumPart a:hover span,
.RadDataPager_BEEnterprise .rdpNumPart a.rdpCurrentPage,
.RadDataPager_BEEnterprise .rdpNumPart a.rdpCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadDataPager_BEEnterprise .rdpNumPart a
{
	color:#a8a8a8;
}

.RadDataPager_BEEnterprise .rdpNumPart a:hover
{
	background-position:100% -1250px;
	color:#d97a4e;
}

.RadDataPager_BEEnterprise .rdpNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadDataPager_BEEnterprise .rdpNumPart a.rdpCurrentPage,
.RadDataPager_BEEnterprise .rdpNumPart a.rdpCurrentPage:hover
{
	background-position:100% -1450px;
	color:#ffffff;
}

.RadDataPager_BEEnterprise .rdpNumPart a.rdpCurrentPage span,
.RadDataPager_BEEnterprise .rdpNumPart a.rdpCurrentPage:hover span
{
	background-position:0 -1350px;
}


 div.RadDataPager_BEEnterprise .rdpNumPart a {

	color: rgb(255, 255, 255);

}

 div.RadDataPager_BEEnterprise .rdpNumPart a.rdpCurrentPage {

	color: rgb(255, 153, 0);

}

 div.RadDataPager_BEEnterprise .rtlNumPart a.rdpCurrentPage:hover {

	color: rgb(255, 153, 0);

}


/*-----------------------------------------------
Dock.BEEnterprise.css
-----------------------------------------------*/
.RadDock_BEEnterprise .rdMiddle .rdLeft,
.RadDock_BEEnterprise .rdMiddle .rdRight
{
	background-image: url('Dock/VerticalSprite.gif');
}

.RadDock_BEEnterprise .rdTop .rdLeft,
.RadDock_BEEnterprise .rdTop .rdRight,
.RadDock_BEEnterprise .rdTop .rdCenter,
.RadDock_BEEnterprise .rdBottom .rdLeft,
.RadDock_BEEnterprise .rdBottom .rdRight,
.RadDock_BEEnterprise .rdBottom .rdCenter
{
	background-image: url('Dock/HorizontalSprite.png');
}

.RadDock_BEEnterprise .rdCenter .rdCommands a span
{
	background-image: url('Dock/CommandSprite.gif');
}

.RadDock_BEEnterprise .rdMiddle .rdCenter,
.RadDock_BEEnterprise .rdBottom .rdCenter
{
	background-color: #454545;
}

.RadDock_BEEnterprise .rdContent
{
	color: white;
}

.RadDock_BEEnterprise .rdTitleBar em
{
	color: #ffffff;
}
/*-----------------------------------------------
Editor.BEEnterprise.css
-----------------------------------------------*/
/* RadEditor for ASP.NET AJAX BEEnterprise Skin */

.BEEnterprise.RadEditor
{
    background-color: #2e2e2e;
}

/* reWrapper */
.BEEnterprise.reWrapper
{
    border: solid 1px #080808;
}

.BEEnterprise .reContentCell
{
    border: solid 1px #080808;
}

/* common settings for .reModule, .reEditorModes and .reWrapper */
.BEEnterprise.reColorPicker,
.BEEnterprise.reInsertTable,
.BEEnterprise.reDropDownBody,
.BEEnterprise.reCustomLinks a:hover
{
	border: solid 1px #080808;
	background-color: #363636;
}

.BEEnterprise.reColorPicker td, 
.BEEnterprise.reInsertTable td,
.BEEnterprise.reDropDownBody td,
.BEEnterprise.reCustomLinks a:hover
{
    color: #a8a8a8;
}

.BEEnterprise.reDropDownBody table
{
    background: transparent;
}

.BEEnterprise .reModule,
.BEEnterprise .reEditorModes,
.BEEnterprise .reWrapper
{
	background-color: #2e2e2e;
}

/*NEW: Only in the Bottom zone - where the Statistics module is commonly set, remove uppper border, because it looks ugly*/
.BEEnterprise .reBottomZone .reModule
{
    border-top: 0;
}


.BEEnterprise .reModule
{
    border-top: solid 1px #080808;  
    color: #a8a8a8;
}

.BEEnterprise .reModuleLabel
{
    color: #a8a8a8;
}

.BEEnterprise.reDropDownBody.reCustomLinks ul.reCustomLinks a
{
    border: solid 1px #363636; /* should be the same as the background of the dropdown */
}

.BEEnterprise.reDropDownBody.reCustomLinks ul.reCustomLinks a,
.BEEnterprise.reDropDownBody.reCustomLinks ul.reCustomLinks span
{
    color: #a8a8a8 !important;
}

.BEEnterprise.reDropDownBody.reCustomLinks ul.reCustomLinks a:hover,
.BEEnterprise.reDropDownBody.reCustomLinks ul.reCustomLinks span:hover
{
    background-color: #1f1f1f !important;
    border: solid 1px #363636;
    color: #d97a4e !important;
}

.BEEnterprise.reDropDownBody.reCustomLinks ul.reCustomLinks span:hover
{
    border: 0;
}
/* end of module */

.reToolbar li
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -26px;
    color: #000000;
}

.BEEnterprise .reSpinBox a
{
    background-image: url('Editor/ToolBarSprites.gif');
    -moz-user-select: none;
    outline: none;
}

/* separator */
.reToolbar.BEEnterprise .reSeparator
{
    background-position: center -148px;
    background-image: url('Editor/ToolBarSprites.gif');
}

/* common settings for left and right grip */
.reToolbar.BEEnterprise .reGrip
{
	background-image: url('Editor/ToolBarSprites.gif');
}

/* reTool */
.reTool span
{
    background-image: url('Common/CommandSpritesDark.png');
}

/* IE6 does not support PNG alpha channel, so we use gifs for the command sprites instead */
* html .reTool span,
* html .reTool_text span,
* html .reTlbVertical .reTool_text span,
* html .reToolbar .reSplitButton.reTool_text span
{
    _background-image: url('Common/CommandSpritesDarkIE6.gif');
}

.reDialog .reTool,
.reModule .reTool
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -242px;
}

.reDialog .reTool:hover,
.reToolbar .reTool:hover,
.reModule .reTool:hover
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -52px;
}

.reToolbar .reTool.reTool_selected,
.reToolbar .reTool.reTool_selected:hover
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -124px;
    background-repeat: no-repeat;
}

/* .reTool_text */
.reToolbar .reTool_text span
{
    background-image: url('Common/CommandSpritesDark.png');
}

.reToolbar .reTool_text:hover
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-repeat: repeat-x;
    background-position: 0 -100px;
    margin-left: 0;
    margin-right: 0;
    border-left: solid 1px #5c5c5c;
    border-right: solid 1px #5c5c5c;
}

.reToolbar .reTool_text.reTool_selected,
.reToolbar .reTool_text.reTool_selected:hover
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-repeat: repeat-x;
    background-position: 0 -174px;
    margin-left: 0;
    margin-right: 0;
    border-left: solid 1px #5c5c5c;
    border-right: solid 1px #5c5c5c;
}

/* these settings will not be included in the common CSS file of RadEditor */
.reToolbar .reTool_text.reTool_disabled,
.reToolbar .reTool_text.reTool_disabled:hover
{
    margin-left: 0;
    margin-right: 0;
    border: 0;
}
/* end of reTool_text */

.reTool.reSplitButton:hover
{
    background: url('Editor/ToolBarSprites.gif') no-repeat 0 -76px;
}

/* add weight to the selector for IE6 so it is applied */
* html .reToolbar .reTool.reSplitButton:hover
{
    background: url('Editor/ToolBarSprites.gif') no-repeat 0 -76px;
}

.BEEnterprise .reTool .split_arrow
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: -28px -362px;
}

.BEEnterprise .reTool:hover .split_arrow
{
    background-position: -28px -387px;
}

.BEEnterprise .reSplitButton.reTool_text .split_arrow
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: -28px -362px;
}

/* add weight to the selector for IE6 so it is applied */
* html .BEEnterprise .reToolbar .reTool_text .split_arrow
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: -28px -362px;
}

/* add weight to the selector for IE6 so it is applied */
* html .reToolbar .reTool_text:hover
{
    background: url('Editor/ToolBarSprites.gif');
    background-position: 0 -100px;
}

.reDialog .reTool.reSplitButton,
.reModule .reTool.reSplitButton
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -218px;
}

.reDialog .reTool.reSplitButton:hover,
.reModule .reTool.reSplitButton:hover
{
    background-position: 0 -76px;
}

/* add weight to the selector for IE6 so it is applied */
* html .reToolbar .reTool.reSplitButton.reTool_disabled:hover
{
    background: none;
}
/* end of reSplitButton */

/* reDropdown */
.reDropdown:link,
.reDropdown:visited
{
    color: black !important;
}

.reDropdown,
.reTool_disabled.reDropdown:hover
{
    border: solid 1px #080808;
    background-color: #2e2e2e;
    background-image: url('Editor/ToolBarSprites.gif') !important;
    background-position: right -360px !important;
}

.reDropdown span
{
    color: #d9d9d9;
}

.reDropdown:hover
{
    background-image: url('Editor/ToolbarVerticalSprites.gif') !important;
    background-position: right 0 !important;
}

.reDropdown:hover span
{
    color: #d97a4e;
}

/* add weight to the selector for IE6 so it is applied */
* html .reTool_disabled.reDropdown
{
    background-image: url('Editor/ToolBarSprites.gif')t;
    background-position: right -380px;
    background-repeat: no-repeat;
}
/* end of reDropdown */

/* vertical toolbar */
.RadEditor.BEEnterprise .reTlbVertical li
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-repeat: repeat-y;
    background-position: -26px 0;
}

.RadEditor.BEEnterprise .reTlbVertical .reToolbar.Default .reGrip
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
}

.RadEditor.BEEnterprise .reTlbVertical .reToolbar.BEEnterprise .grip_first
{
    background-position: 0 0;
}

.RadEditor.BEEnterprise .reTlbVertical .reToolbar.BEEnterprise .grip_last
{
    background-position: 0 -4px;
}

.RadEditor.BEEnterprise .reTlbVertical .reToolbar.BEEnterprise .reSeparator
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -99px -12px;
}

.reTlbVertical .reTool:hover,
.reTlbVertical .reTool_text.reSplitButton:hover,
.reTlbVertical .reTool_text:hover
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -76px 0;
}

/* add weight to the selector for IE6 so it is applied */
* html .reTlbVertical .reTool_text:hover
{
	background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-repeat: no-repeat;
    background-position: -76px 0;
}

.reTlbVertical .reTool.reTool_selected,
.reTlbVertical .reTool_text.reTool_selected,
.reTlbVertical .reTool_text.reTool_selected:hover
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -52px 0;
}

/* add weight to the selector for IE6 so it is applied */
* html .reTlbVertical .reSplitButton:hover
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -76px 0;
    background-repeat: no-repeat;
}
/* end of vertical toolbar */

.reDropDownBody .reTlbVertical ul li a:hover
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -602px 0;
}

/* InsertTable itself is a kind of tool strip, so it must be styled as a toolstrip */
.BEEnterprise.reInsertTable
{
    background-color: #363636;
}

.reDropDownBody .reTlbVertical .reToolbar
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-color: #4f4f4f;
    background-position: -126px 0;
}

.reDropDownBody .reTlbVertical .reToolbar a span
{
    color: #d9d9d9;
}

.reDropDownBody .reTlbVertical .reToolbar a:hover span
{
    color: #d97a4e;
}
/* end of context menu and toolstrip */

/* spinbox */
.BEEnterprise table.reSpinBox input
{
    background: none transparent;
}

.BEEnterprise table.reSpinBox
{
	border: solid 1px #454545;
	background-image: url('Editor/ToolBarSprites.gif');
	background-position: 0 -480px;
    background-color: #454545;
	background-position: 0 -480px;
	background-repeat: repeat-x;
}

.BEEnterprise table.reSpinBox:hover
{
    border-color: #5c5c5c;
}

.BEEnterprise .reSpinBoxIncrease
{
	background-position: 0 -198px;
}

.BEEnterprise .reSpinBoxIncrease:hover
{
	background-position: 0 -208px;
}

.BEEnterprise .reSpinBoxDecrease
{
	background-position: -11px -198px;
}

.BEEnterprise .reSpinBoxDecrease:hover
{
	background-position: -11px -208px;
}
/* end of spinbox */

/* editor input elements */
.BEEnterprise.RadEditor .reAccessibleTool
{
    background-image: url('Common/CommandSpritesDark.png');
}

*html .BEEnterprise.RadEditor .reAccessibleTool
{
    background-image: url('Common/CommandSpritesDarkIE6.gif');
}

.BEEnterprise.RadEditor input
{
	border: solid 1px #080808;
	background-color: #454545;
	color: #ffffff;
}

.BEEnterprise.RadEditor input:hover
{
    border: solid 1px #5c5c5c;
}
/* editor input elements */

/* editing modes */
.BEEnterprise .reMode_selected
{
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -948px 0;
}

.BEEnterprise .reEditorModes a
{
    color: #a8a8a8;
}

.BEEnterprise .reEditorModes .reMode_design span,
.BEEnterprise .reEditorModes .reMode_selected.reMode_design span
{
	background-position: -6px -5px;
}

.BEEnterprise .reEditorModes .reMode_html span,
.BEEnterprise .reEditorModes .reMode_selected.reMode_html span
{
	background-position: -6px -36px;
}

.BEEnterprise .reEditorModes .reMode_preview span,
.BEEnterprise .reEditorModes .reMode_selected.reMode_preview span
{
	background-position: -6px -69px;
}
/* end of editing modes */

/* DOM inspector */
.BEEnterprise .reModule_domlink_selected,
.BEEnterprise .reModule_domlink
{
    color: #a8a8a8;
}
/* end of DOM inspector */

.BEEnterprise.reDropDownBody .reItemOver
{
	background: #000000;
	color: #d97a4e;
}
/* end of expanded dropdowns */

* html .reTool_selected.reTool
{
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

/* color picker */
.BEEnterprise.reColorPicker table div
{
	border: solid 1px #c4c4c4;
}

.BEEnterprise.reColorPicker table td.reItemOver div
{
	border-color: #000000;
}

.BEEnterprise.reColorPicker span
{
	border: solid 1px #c4c4c4;
}
/* end of color picker */

/* ajax spellchecker */
.reAjaxspell_button
{
    border: solid 1px #000000;
    background: #2e2e2e;
    color: #ffffff;
}

.BEEnterprise .reAjaxSpellCheckSuggestions table
{
    border-width: 0;
    width: 100%;
}

.BEEnterprise .reAjaxSpellCheckSeparator
{
    background-color: #969696;
}
/* ajax spellchecker */

/* custom links */
.BEEnterprise.reCustomLinks,
.BEEnterprise.reCustomLinks ul
{
	color: #000000;
}

.BEEnterprise.reCustomLinks a,
.BEEnterprise.reCustomLinks a:link,
.BEEnterprise.reCustomLinks a:visited
{
    background: none transparent;
    color: #000000 !important;
	cursor: default !important;
}
/* end of custom links */

/* insert table dropdown */
.reInsertTable table
{
    background: #ffffff;
}

.reInsertTable table td
{
    border: solid 1px #d97a4e;
    background: #2e2e2e;
}

.reInsertTable .reTlbVertical ul
{
    background-color: #4f4f4f;
}

.BEEnterprise.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text,
.BEEnterprise.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:link
.BEEnterprise.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:visited
{
    color: #d6d6d6 !important;
    background: transparent none;
    _background: none !important;
}

.BEEnterprise.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text span
{
    color: #d6d6d6 !important;
}

.BEEnterprise.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:hover
{
    background: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -1403px 0;
}

.reInsertTable .reTlbVertical ul .reTool_text span
{
    background-image: url('Common/CommandSpritesDark.png');
    background-position: -3575 center;
}

.reInsertTable .reToolbar li .reTool:hover
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -52px;
}
/* end of insert table dropdown */

/* modules selector */
.reModule_visible_icon,
.reModule_hidden_icon
{
	display: block;
	float: left;
	height: 18px;
	width: 18px;
	background-image: url('Common/CommonIcons.gif');
	background-repeat: no-repeat;
}

.reModule_visible_icon
{
	background-position: -8px -199px;
}

.reModule_hidden_icon
{
	background-position: -8px -103px;
	
}
/* end of modules selector */

/* resize cell */
.reResizeCell div
{
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: center -301px;
}

/* reTool_disabled */
.reDialog .reTool_disabled,
.reDialog .reTool_disabled:hover,
.reToolbar .reTool_disabled,
.reToolbar .reTool_disabled:hover,
.reModule .reTool_disabled,
.reModule .reTool_disabled:hover
{
    filter: alpha(opacity=40);
    opacity: .4;
    -moz-opacity: .4;
    background-image: none;
}
/* reTool_disabled */

/* color picker */
.BEEnterprise.reColorPicker table td div
{
    border-color: #080808;
}

.BEEnterprise.reColorPicker table td.reItemOver div
{
    border-color: #d97a4e;
}

.BEEnterprise .reColorPickerFooter span
{
    border-color: #080808;
}
/* end of color picker */

.reTool_text .reButton_text
{
    color: #d9d9d9;
}
.reControlsLayout .reDialogLabelLight span,
.lightTable legend
{
	color: white;
}
/*-----------------------------------------------
FileExplorer.BEEnterprise.css
-----------------------------------------------*/
/*========================================= Toolbar related CSS ========================*/

.RadFileExplorer_BEEnterprise .RadToolBar .rtbText
{
	background-image: url('FileExplorer/FileExplorerToolbarSprites.png');
	background-repeat: no-repeat;
}

/* IE6 does not support the alpha channel of png files, so we force it to use gif */
* html .RadFileExplorer_BEEnterprise .RadToolBar .rtbText
{
	background-image: url('FileExplorer/FileExplorerToolbarSpritesIE6.gif') !important;
}

.RadFileExplorer_BEEnterprise, 
.RadFileExplorer_BEEnterprise .rfeAddressBox,
.RadFileExplorer_BEEnterprise .rfeFilterTxt
{
	border-color: #474747;
	background: #383838;
}

.RadFileExplorer_BEEnterprise .rfeAddressBox,
.RadFileExplorer_BEEnterprise .rfeFilterTxt
{
	background: #292929;
	color: #ffffff;
}

.RadFileExplorer_BEEnterprise .RadGrid_BEEnterprise .rgCommandCell
{
	padding: 0;
}

.DialogSeparator
{
    border-left: solid 1px #474747;
    border-right: solid 1px #000000;
    background-color: #454545;
}

div.selectedFileName
{
	border-top: 1px solid #080808;
}

/* Fix Upload Panel */
.rfeUploadContainer .RadUpload_BEEnterprise .ruRemove,
.RadForm_BEEnterprise.rfdZone .rfeUploadInfoPanel
{
	color: #000000;
}
		
.RadForm .rfeUploadContainer .RadUpload_BEEnterprise .ruRemove
{
	color: #ffffff;
}


/*-----------------------------------------------
Filter.BEEnterprise.css
-----------------------------------------------*/
/*Telerik RadFilter Black skin*/

/*sprite*/

.RadFilter_BEEnterprise .rfLeft,
.RadFilter_BEEnterprise .rfMid,
.RadFilter_BEEnterprise .rfTools,
.RadFilter_BEEnterprise .rfRight,
.RadFilter_BEEnterprise .rfOper:hover,
.RadFilter_BEEnterprise .rfField:hover,
.RadFilter_BEEnterprise .rfExp:hover,
.RadFilter_BEEnterprise .rfOper:focus,
.RadFilter_BEEnterprise .rfField:focus,
.RadFilter_BEEnterprise .rfExp:focus,
.RadFilter_BEEnterprise .rfOper:active,
.RadFilter_BEEnterprise .rfField:active,
.RadFilter_BEEnterprise .rfExp:active,
.RadFilter_BEEnterprise .rfText,
.RadFilter_BEEnterprise .rfAddGr,
.RadFilter_BEEnterprise .rfAddExp,
.RadFilter_BEEnterprise .rfDel,
.RadFilter_BEEnterprise .rfApply a,
.RadFilter_BEEnterprise .rfApply input
{
	background-image:url('Filter/sprite.gif');
}

/*global*/

.RadFilter_BEEnterprise,
.RadFilter_BEEnterprise .rfText,
.RadFilter_BEEnterprise .rfApply input
{
	font-size:12px;
	font-family:"segoe ui",arial,sans-serif;
}

.RadFilter_BEEnterprise,
.RadFilter_BEEnterprise a,
.RadFilter_BEEnterprise .rfText,
.RadFilter_BEEnterprise .rfApply input
{
	color:#ffffff;
}

/*lines*/

.RadFilter_BEEnterprise .rfLines li li
{
	background-image:url('Filter/rfLine.gif');
}

.RadFilter_BEEnterprise .rfLines li li .rfDiv
{
	background-image:url('Filter/rfMiddle.gif');
}

.RadFilter_BEEnterprise .rfLines li li.rfLast .rfDiv
{
	background-image:url('Filter/rfLast.gif');
}

/*item elements*/

.RadFilter_BEEnterprise .rfLeft
{
	background-position:0 0;
}

.RadFilter_BEEnterprise .rfRight
{
	background-position:100% 0;
}

.RadFilter_BEEnterprise .rfMid,
.RadFilter_BEEnterprise .rfTools
{
	background-position:0 -100px;
}

.RadFilter_BEEnterprise .rfField
{
	color:#a6a6a6;
}

.RadFilter_BEEnterprise .rfOper:hover,
.RadFilter_BEEnterprise .rfField:hover,
.RadFilter_BEEnterprise .rfExp:hover,
.RadFilter_BEEnterprise .rfOper:focus,
.RadFilter_BEEnterprise .rfField:focus,
.RadFilter_BEEnterprise .rfExp:focus,
.RadFilter_BEEnterprise .rfOper:active,
.RadFilter_BEEnterprise .rfField:active,
.RadFilter_BEEnterprise .rfExp:active
{
	background-position:100% -76px;
	color:#d97a4e;
}

.RadFilter_BEEnterprise .rfText
{
	border-color:#080808;
	background-position:0 -160px;
	background-color:#454545;
}

.RadFilter_BEEnterprise .rfAddExp,
.RadFilter_BEEnterprise .rfAddGr,
.RadFilter_BEEnterprise .rfDel
{
	height:20px;
	margin-top:3px;
}

.RadFilter_BEEnterprise .rfAddExp
{
	background-position:-300px 0;
}
.RadFilter_BEEnterprise .rfAddExp:hover
{
	background-position:-350px 0;
}

.RadFilter_BEEnterprise .rfAddGr
{
	background-position:-400px 0;
}
.RadFilter_BEEnterprise .rfAddGr:hover
{
	background-position:-450px 0;
}

.RadFilter_BEEnterprise .rfDel
{
	background-position:-150px 0;
}
.RadFilter_BEEnterprise .rfDel:hover
{
	background-position:-200px 0;
}

/*preview*/

.RadFilter_BEEnterprise .rfPreview strong
{
	color:#d97a4e;
}

.RadFilter_BEEnterprise .rfPreview em,
.RadFilter_BEEnterprise .rfPreview .rfBr
{
	color:#fa7132;
}

/*apply*/

.RadFilter_BEEnterprise .rfApply a
{
	background-position:100% -29px;
}
.RadFilter_BEEnterprise .rfApply input
{
	background-position:0 -50px;
}
.RadFilter_BEEnterprise .rfApply a:hover input
{
	color:#d97a4e;
}

/*rtl*/

.RadFilterRTL_BEEnterprise .rfLines li li
{
	background-image:url('Filter/rfLine-rtl.gif');
}

.RadFilterRTL_BEEnterprise .rfLines li li .rfDiv
{
	background-image:url('Filter/rfMiddle-rtl.gif');
}

.RadFilterRTL_BEEnterprise .rfLines li li.rfLast .rfDiv
{
	background-image:url('Filter/rfLast-rtl.gif');
}

.RadFilterRTL_BEEnterprise .rfLeft
{
	background-position:100% 0;
}

.RadFilterRTL_BEEnterprise .rfRight
{
	background-position:0 0;
}

.RadFilterRTL_BEEnterprise .rfOper:hover,
.RadFilterRTL_BEEnterprise .rfField:hover,
.RadFilterRTL_BEEnterprise .rfExp:hover,
.RadFilterRTL_BEEnterprise .rfOper:focus,
.RadFilterRTL_BEEnterprise .rfField:focus,
.RadFilterRTL_BEEnterprise .rfExp:focus,
.RadFilterRTL_BEEnterprise .rfOper:active,
.RadFilterRTL_BEEnterprise .rfField:active,
.RadFilterRTL_BEEnterprise .rfExp:active
{
	background-position:-586px -76px;
}
/*-----------------------------------------------
FormDecorator.BEEnterprise.css
-----------------------------------------------*/
/* RadFormDecorator for ASP.NET Black Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_BEEnterprise.rfdZone
{
    background-color: #292929;
    color: #ffffff;
}

/* Decorate scrollbars */
.RadForm_BEEnterprise.rfdScrollBars
{
	scrollbar-3dlight-color: #1a1a1a; 
	scrollbar-arrow-color: #121212;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #474747; 
	scrollbar-face-color: #383838;
	scrollbar-highlight-color: #474747; 
	scrollbar-shadow-color: #1a1a1a;
	scrollbar-track-color: #262626;
}

/* Decorate <input type="button | submit | reset" /> and <button type="button | submit | reset" /> - look if there is a secondary .rfdButton class applied to the root element */
.RadForm_BEEnterprise.rfdButton a.rfdSkinnedButton,
.RadForm_BEEnterprise.rfdButton input[type="button"].rfdDecorated,
.RadForm_BEEnterprise.rfdButton input[type="reset"],
.RadForm_BEEnterprise.rfdButton input[type="submit"].rfdDecorated,
.RadForm_BEEnterprise.rfdButton .rfdSkinnedButton button,
.RadForm_BEEnterprise.rfdButton .rfdInputDisabled input[type="button"]:hover.rfdDecorated,
.RadForm_BEEnterprise.rfdButton .rfdInputDisabled input[type="reset"]:hover,
.RadForm_BEEnterprise.rfdButton .rfdInputDisabled input[type="submit"]:hover.rfdDecorated,
.RadForm_BEEnterprise.rfdButton .rfdInputDisabled.rfdSkinnedButton button:hover
{
	background-image: url('FormDecorator/ButtonSprites.gif');
	color: #ffffff;
}

.RadForm_BEEnterprise.rfdButton a.rfdSkinnedButton:hover,
.RadForm_BEEnterprise.rfdButton input[type="button"]:hover.rfdDecorated,
.RadForm_BEEnterprise.rfdButton input[type="reset"]:hover,
.RadForm_BEEnterprise.rfdButton input[type="submit"]:hover.rfdDecorated,
.RadForm_BEEnterprise.rfdButton .rfdSkinnedButton button:hover
{
	color: #d97a4e;
}

*html .RadForm_Office2007 a.rfdSkinnedButton,
*html .RadForm_Office2007 .rfdSkinnedButton button,
*html .RadForm_Office2007 .rfdSkinnedButton input.rfdDecorated,
.RadForm_BEEnterprise.rfdButton a.rfdSkinnedButton,
.RadForm_BEEnterprise.rfdButton a.rfdSkinnedButton *
{
	background-image: url('FormDecorator/ButtonSprites.gif');
	color: #ffffff;
}

.RadForm_BEEnterprise.rfdButton .rfdSkinnedButton:hover *
{
    color: #d97a4e;
}

/* OPERA width fix - do not remove (and check if it is still necessary) */
@media screen and (min-width:1px)  
{
	/* 
       the hack below fixes a strange behavior under Opera - 
       input and button have a different CSS display when in anchor tag 
    */
	.RadForm_BEEnterprise.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.RadForm_BEEnterprise.rfdHeading h4
{
	color: #d97a4e;	
	border-bottom: solid 1px #3b3b3b;	
}

.RadForm_BEEnterprise.rfdHeading h5
{
	color: #d97a4e;	
	border-bottom: solid 1px #3b3b3b;	
}

.RadForm_BEEnterprise.rfdHeading h6
{
	color: #d97a4e;	
}

/* Decorate <label /> */
.RadForm_BEEnterprise.rfdLabel label
{	
	color: #ffffff;	
}

/* Decorate <input type="checkbox" /> */
.RadForm_BEEnterprise .rfdCheckboxUnchecked,
.RadForm_BEEnterprise .rfdCheckboxChecked,
.RadForm_BEEnterprise .rfdInputDisabled.rfdCheckboxUnchecked,
.RadForm_BEEnterprise .rfdInputDisabled.rfdCheckboxChecked
{
	background-image: url('FormDecorator/CheckBoxSprites.gif');
}

/* Decorate <input type="radio" /> */
.RadForm_BEEnterprise .rfdRadioUnchecked,
.RadForm_BEEnterprise .rfdRadioChecked,
.RadForm_BEEnterprise .rfdInputDisabled.rfdRadioUnchecked,
.RadForm_BEEnterprise .rfdInputDisabled.rfdRadioChecked
{
	background-image: url('FormDecorator/RadioButtonSprites.png');
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_BEEnterprise .rfdRadioUnchecked,
.RadForm_BEEnterprise .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_BEEnterprise .rfdRadioUnchecked:hover,
.RadForm_BEEnterprise .rfdRadioChecked,
.RadForm_BEEnterprise .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_BEEnterprise .rfdRadioChecked:hover
{
    _background-image: url('FormDecorator/RadioButtonSprites.gif'); /* IE6 hack */
}

/* <fieldset /> and <legend /> */

.RadForm_BEEnterprise.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_BEEnterprise fieldset.rfdFieldset legend,
.RadForm_BEEnterprise.rfdFieldset fieldset legend
{
	color: #ffffff;
}

.RadForm_BEEnterprise table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #ffffff;
    border-color: #5c5c5c !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_BEEnterprise table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #5c5c5c !important;
}

/* Decorate <input type="text | password | search | url | tel | email" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_BEEnterprise.rfdTextbox input[type="text"],
.RadForm_BEEnterprise.rfdTextbox input[type="password"],
.RadForm_BEEnterprise.rfdTextbox input[type="search"],
.RadForm_BEEnterprise.rfdTextbox input[type="url"],
.RadForm_BEEnterprise.rfdTextbox input[type="tel"],
.RadForm_BEEnterprise.rfdTextbox input[type="email"],
.RadForm_BEEnterprise.rfdTextarea textarea,
.RadForm_BEEnterprise.rfdTextarea textarea[disabled]:hover,
.RadForm_BEEnterprise.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_BEEnterprise.rfdTextbox input[disabled][type="password"]:hover,
.RadForm_BEEnterprise.rfdTextbox input[disabled][type="search"]:hover,
.RadForm_BEEnterprise.rfdTextbox input[disabled][type="url"]:hover,
.RadForm_BEEnterprise.rfdTextbox input[disabled][type="tel"]:hover,
.RadForm_BEEnterprise.rfdTextbox input[disabled][type="email"]:hover
{
    border: solid 1px #080808;
    background-color: #454545;
    color: #ffffff;
}

.RadForm_BEEnterprise.rfdTextbox .rfdDecorated:hover,
.RadForm_BEEnterprise.rfdTextarea textarea:hover,
.RadForm_BEEnterprise.rfdTextbox .rfdDecorated:focus,
.RadForm_BEEnterprise.rfdTextarea textarea:focus
{
    border: solid 1px #5c5c5c;
}

/* Decorate <fieldset /> */
.RadForm_BEEnterprise.rfdFieldset fieldset
{	
	border: solid 1px #080808;
	background-image: url('FormDecorator/FieldsetBgr.png'); /* having a background image on a fieldset is not okay with IE */	
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_BEEnterprise.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_BEEnterprise.rfdFieldset fieldset.rfdFieldset legend
{
	color: #ffffff;
}

.RadForm_BEEnterprise.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_BEEnterprise.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #080808;
	background-image: url('FormDecorator/FieldsetBgr.png'); /* having a background image on a fieldset is not okay with IE */	
}

/* Because of a glitch in IE the following 2 CSS classes must be declared separately for correct parsing of the textarea class in IE6*/
.RadForm_BEEnterprise table.rfdRoundedWrapper input,
.RadForm_BEEnterprise table.rfdRoundedWrapper textarea,
.RadForm_BEEnterprise input.rfdInput, 
.RadForm_BEEnterprise textarea.rfdTextarea
{
	border: solid 1px #080808;
	background: #454545;	
	color: #000000;
}

.RadForm_BEEnterprise textarea.rfdTextarea,
.RadForm_BEEnterprise table.rfdRoundedWrapper textarea
{
    overflow: auto;
    color: #ffffff;
}

/* <select /> */
.rfdSelect_BEEnterprise,
.rfdSelect_BEEnterprise:hover,
.rfdSelect_BEEnterprise .rfdSelectOuter,
.rfdSelect_BEEnterprise:hover .rfdSelectOuter,
.rfdSelect_BEEnterprise .rfdSelectArrow span,
.rfdSelectBox_BEEnterprise .rfdSelect_selected,
.rfdSelectBox_BEEnterprise li:hover,
.rfdSelect_BEEnterprise.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_BEEnterprise,
.rfdRtl .rfdSelect_BEEnterprise:hover,
.rfdRtl .rfdSelect_BEEnterprise .rfdSelectOuter,
.rfdRtl .rfdSelect_BEEnterprise .rfdSelectOuter:hover
{
    background-image: url('FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_BEEnterprise .rfdSelectOuter,
.rfdSelect_BEEnterprise.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: #ffffff;
}

.rfdSelect_BEEnterprise:hover .rfdSelectOuter
{
    color: #d97a4e;
}

/* dropdown settings */
.rfdSelectBox_BEEnterprise
{
    background-color: #363636;
    border: solid 1px #080808;
    color: #ffffff;
}

.rfdSelectBox_BEEnterprise li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_BEEnterprise .rfdSelect_selected,
.rfdSelectBox_BEEnterprise li:hover
{
    color: #d97a4e;
    background-color: #1f1f1f;
}

.rfdSelectBox_BEEnterprise .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: #ffffff;
}

.rfdSelectDisabled.rfdSelectBox_BEEnterprise li
{
    color: #ffffff;
}

/* IE6 disabled state fix - this should not be added to the base stylesheet, but at the bottom of the skin file */
* html .RadForm_BEEnterprise.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_BEEnterprise.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #000000;
}

.RadForm_BEEnterprise.rfdTextbox input.rfdIE6TextBox,
.RadForm_BEEnterprise.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #080808;
    _color: #ffffff !important;
    _background-color: #454545;
}

/* the styling of radiobuttons and checkboxes in Safari and Chrome is already fully achieved with CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    /* checkboxes */
    .rfdCheckbox input[type="checkbox"],
    .rfdCheckbox input[type="checkbox"][disabled]:hover
    {
        background-image: url('FormDecorator/CheckBoxSprites.gif');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('FormDecorator/RadioButtonSprites.png');
    }
}

/* ----------------------------------------------- Skin-specific Scrollbar Settings for WebKit ----------------------------------------------- */

/* the scrollbar face color */
.RadForm.rfdScrollBars.RadForm_BEEnterprise body::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_BEEnterprise body::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_BEEnterprise body::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_BEEnterprise div::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_BEEnterprise div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_BEEnterprise div::-webkit-scrollbar-thumb:horizontal
.RadForm.rfdScrollBars.RadForm_BEEnterprise form::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_BEEnterprise form::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_BEEnterprise form::-webkit-scrollbar-thumb:horizontal
{
    background-color: #383838;
}

/* scrollbar track background color */
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-track-piece,
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-corner
{
    background-color: #262626;
}

.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-button:vertical:decrement, 
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-button:vertical:increment, 
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-button:horizontal:decrement, 
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-button:horizontal:increment, 
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-thumb:vertical, 
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-thumb:horizontal
{
    border-color: #474747 #1a1a1a #1a1a1a #474747;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-button:vertical:decrement, 
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-button:vertical:increment, 
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-button:horizontal:decrement, 
.RadForm.rfdScrollBars.RadForm_BEEnterprise ::-webkit-scrollbar-button:horizontal:increment
{
    background-image: url('FormDecorator/ButtonSprites.gif');
    background-color: #383838;
}

/*GridView, FormView, DetailsView*/
.RadForm_BEEnterprise.rfdGrids .rfdTable
{
    border:1px solid #080808;
    background:#4a4a4a;
    color:#d6d6d6;
    font:12px "segoe ui",arial,sans-serif;
}

.RadForm_BEEnterprise.rfdGrids .rfdTable th
{
    border-bottom:1px solid #121212;
    border-left:1px solid #121212;
    background:#303030;
    color:#ffffff;
}

.RadForm_BEEnterprise.rfdGrids .rfdTable a
{
    color:#d97a4e;
}

/* Validation Summary Control and Login Control  */

.RadForm_BEEnterprise .rfdValidationSummaryControl,
.RadForm_BEEnterprise .rfdLoginControl
{
	background-color: #454545;
	border: 1px solid #080808;
}

.RadForm_BEEnterprise .rfdValidationSummaryControl ul
{
	color: #ffffff;
}

.RadForm_BEEnterprise a.rfdLoginControl,
.RadForm_BEEnterprise a.rfdLoginControl:active
{
	color: #ffffff;
}

.RadForm_BEEnterprise a.rfdLoginControl:hover
{
	color: #d97a4e;
}

.RadForm_BEEnterprise a.rfdLoginControl:visited
{
	color: #b5b5b5;
}

/* Fixes RadWindow content to be black when it is wrpapped in a Black rfdZone in order the black skin to be applied properly */
.RadForm_BEEnterprise.rfdZone .RadWindow_BEEnterprise td.rwExternalContent 
{
	background-color: #000000;
}

/*-----------------------------------------------
Grid.BEEnterprise.css
-----------------------------------------------*/
/*Telerik RadGrid Black Skin*/

/*global*/

.RadGrid_BEEnterprise
{
    border:1px solid #080808;
    background:#4f4f4f;
    color:#d6d6d6;
}

.RadGrid_BEEnterprise,
.RadGrid_BEEnterprise .rgMasterTable,
.RadGrid_BEEnterprise .rgDetailTable,
.RadGrid_BEEnterprise .rgGroupPanel table,
.RadGrid_BEEnterprise .rgCommandRow table,
.RadGrid_BEEnterprise .rgEditForm table,
.RadGrid_BEEnterprise .rgPager table,
.GridToolTip_BEEnterprise
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_BEEnterprise .rgAdd,
.RadGrid_BEEnterprise .rgRefresh,
.RadGrid_BEEnterprise .rgEdit,
.RadGrid_BEEnterprise .rgDel,
.RadGrid_BEEnterprise .rgFilter,
.RadGrid_BEEnterprise .rgPagePrev,
.RadGrid_BEEnterprise .rgPageNext,
.RadGrid_BEEnterprise .rgPageFirst,
.RadGrid_BEEnterprise .rgPageLast,
.RadGrid_BEEnterprise .rgExpand,
.RadGrid_BEEnterprise .rgCollapse,
.RadGrid_BEEnterprise .rgSortAsc,
.RadGrid_BEEnterprise .rgSortDesc,
.RadGrid_BEEnterprise .rgUpdate,
.RadGrid_BEEnterprise .rgCancel,
.RadGrid_BEEnterprise .rgUngroup,
.RadGrid_BEEnterprise .rgExpXLS,
.RadGrid_BEEnterprise .rgExpDOC,
.RadGrid_BEEnterprise .rgExpPDF,
.RadGrid_BEEnterprise .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_BEEnterprise .rgHeaderDiv
{
	background:#474747 0 -9550px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -9050px;
}

.RadGrid_BEEnterprise .rgHeader,
.RadGrid_BEEnterprise th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #000000;
	background:#1a1a1a 0 -2300px repeat-x url('Grid/sprite.gif');
}

.RadGrid_BEEnterprise th.rgSorted
{
	background-color:#030303;
	background-position:0 -2600px;
}

.RadGrid_BEEnterprise .rgHeader,
.RadGrid_BEEnterprise .rgHeader a
{
    color:#ffffff;
}

/*rows*/

.RadGrid_BEEnterprise .rgRow td,
.RadGrid_BEEnterprise .rgAltRow td,
.RadGrid_BEEnterprise .rgEditRow td,
.RadGrid_BEEnterprise .rgFooter td
{
	border-style:solid;
	border-width:0 0 1px 0;
}

.RadGrid_BEEnterprise .rgRow td
{
	border-color:#4f4f4f;
}

.RadGrid_BEEnterprise .rgAltRow
{
	background:#4a4a4a;
}

.RadGrid_BEEnterprise .rgAltRow td
{
	border-color:#4a4a4a;
}

.RadGrid_BEEnterprise .rgRow .rgSorted
{
	border-bottom-color:#4a4a4a;
	background-color:#4a4a4a;
}

.RadGrid_BEEnterprise .rgAltRow .rgSorted
{
	border-bottom-color:#454545;
	background-color:#454545;
}

.RadGrid_BEEnterprise .rgSelectedRow .rgSorted,
.RadGrid_BEEnterprise .rgActiveRow .rgSorted,
.RadGrid_BEEnterprise .rgHoveredRow .rgSorted,
.RadGrid_BEEnterprise .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_BEEnterprise .rgRow a,
.RadGrid_BEEnterprise .rgAltRow a,
.RadGrid_BEEnterprise .rgEditRow a,
.RadGrid_BEEnterprise .rgFooter a,
.RadGrid_BEEnterprise .rgEditForm a
{
	color:#ffffff;
}

.RadGrid_BEEnterprise .rgSelectedRow
{
    background:#303030 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#ffffff;
}
*+html .RadGrid_BEEnterprise .rgSelectedRow .rgSorted{background-color:#303030}
* html .RadGrid_BEEnterprise .rgSelectedRow .rgSorted{background-color:#303030}

.RadGrid_BEEnterprise .rgActiveRow,
.RadGrid_BEEnterprise .rgHoveredRow
{
    background:#2e2e2e 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#d97a4e;
}
*+html .RadGrid_BEEnterprise .rgActiveRow .rgSorted,
*+html .RadGrid_BEEnterprise .rgHoveredRow .rgSorted{background-color:#2e2e2e}
* html .RadGrid_BEEnterprise .rgActiveRow .rgSorted,
* html .RadGrid_BEEnterprise .rgHoveredRow .rgSorted{background-color:#2e2e2e}

.RadGrid_BEEnterprise .rgEditRow
{
	background:#212121;
	color:#d6d6d6;
}
*+html .RadGrid_BEEnterprise .rgEditRow .rgSorted{background-color:#212121}
* html .RadGrid_BEEnterprise .rgEditRow .rgSorted{background-color:#212121}

.RadGrid_BEEnterprise .rgActiveRow td,
.RadGrid_BEEnterprise .rgActiveRow td.rgSorted,
.RadGrid_BEEnterprise .rgHoveredRow td,
.RadGrid_BEEnterprise .rgHoveredRow td.rgSorted
{
	border-bottom-color:#1f1f1f;
}

.RadGrid_BEEnterprise .rgSelectedRow td,
.RadGrid_BEEnterprise .rgSelectedRow td.rgSorted
{
	border-bottom-color:#1a1a1a;
}

.RadGrid_BEEnterprise .rgEditRow td,
.RadGrid_BEEnterprise .rgEditRow td.rgSorted
{
	border-bottom-color:#080808;
}

.RadGrid_BEEnterprise .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_BEEnterprise .rgFooterDiv,
.RadGrid_BEEnterprise .rgFooter
{
	background:#2e2e2e;
}

.RadGrid_BEEnterprise .rgFooter td
{
	border:0;
	border-top:1px solid #080808;
}

/*status*/

.RadGrid_BEEnterprise .rgPager .rgStatus
{
	border:solid #080808;
	border-width:1px 1px 0 0;
}

.RadGrid_BEEnterprise .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_BEEnterprise .rgPager
{
	background:#1f1f1f 0 -8000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_BEEnterprise td.rgPagerCell
{
	border-top:1px solid #080808;
	border-left:1px solid #3b3b3b;
}

.RadGrid_BEEnterprise .rgInfoPart
{
	color:#a8a8a8;
}

.RadGrid_BEEnterprise .rgInfoPart strong
{
	color:#ffffff;
}

.RadGrid_BEEnterprise .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_BEEnterprise .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_BEEnterprise .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_BEEnterprise .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_BEEnterprise .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_BEEnterprise .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_BEEnterprise .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_BEEnterprise .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_BEEnterprise .rgPager .rgPagerButton
{
	border-color:#080808;
	background:#1c1c1c repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#ffffff;
	font-family:"segoe ui",arial,sans-serif;
}

.RadGrid_BEEnterprise .rgNumPart a:hover,
.RadGrid_BEEnterprise .rgNumPart a:hover span,
.RadGrid_BEEnterprise .rgNumPart a.rgCurrentPage,
.RadGrid_BEEnterprise .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_BEEnterprise .rgNumPart a
{
	color:#a8a8a8;
}

.RadGrid_BEEnterprise .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#d97a4e;
}

.RadGrid_BEEnterprise .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_BEEnterprise .rgNumPart a.rgCurrentPage,
.RadGrid_BEEnterprise .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#ffffff;
}

.RadGrid_BEEnterprise .rgNumPart a.rgCurrentPage span,
.RadGrid_BEEnterprise .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_BEEnterprise .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_BEEnterprise .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_BEEnterprise,
.GridReorderBottom_BEEnterprise
{
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_BEEnterprise
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_BEEnterprise .rgFilterRow
{
	background:#474747 0 -7000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_BEEnterprise .rgFilterRow td
{
	border-top:1px solid #4f4f4f;
    border-bottom:1px solid #080808;
}

.RadGrid_BEEnterprise .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_BEEnterprise .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_BEEnterprise .rgFilterActive,
.RadGrid_BEEnterprise .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_BEEnterprise .rgFilterBox
{
	border-color:#080808;
	background:#454545;
	font-family:"segoe ui",arial,sans-serif;
	color:#d6d6d6;
}

/*filter context menu*/

.RadMenu_BEEnterprise .rgHCMClear,
.RadMenu_BEEnterprise .rgHCMFilter
{
	border-color:#080808;
	background:#1c1c1c center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
	color:#ffffff;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_BEEnterprise .rgHCMClear:hover,
.RadMenu_BEEnterprise .rgHCMFilter:hover
{
	background-position:center -67px;
	background-color:#030303;
	color:#d97a4e;
}

/*context menu*/

.GridContextMenu_BEEnterprise .rmLeftImage
{
	background-image:url('Common/contextMenu.gif');
}

.GridContextMenu_BEEnterprise .rgHCMSortAsc .rmLeftImage
{
	background-position:0 -20px;
}

.GridContextMenu_BEEnterprise .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -60px;
}

.GridContextMenu_BEEnterprise .rgHCMUnsort .rmLeftImage
{
	background-position:0 -100px;
}

.GridContextMenu_BEEnterprise .rgHCMGroup .rmLeftImage
{
	background-position:0 -140px;
}

.GridContextMenu_BEEnterprise .rgHCMUngroup .rmLeftImage
{
	background-position:0 -180px;
}

.GridContextMenu_BEEnterprise .rgHCMCols .rmLeftImage
{
	background-position:0 -220px;
}

.GridContextMenu_BEEnterprise .rgHCMFilter .rmLeftImage
{
	background-position:0 -260px;
}

.GridContextMenu_BEEnterprise .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -300px;
}

/*grouping*/

.RadGrid_BEEnterprise .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #080808;
	background:#212121 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_BEEnterprise .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_BEEnterprise .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_BEEnterprise .rgGroupPanel .rgSortAsc
{
	background-position:2px -146px;
}

.RadGrid_BEEnterprise .rgGroupPanel .rgSortDesc
{
	background-position:2px -95px;
}

.RadGrid_BEEnterprise .rgUngroup
{
	background-position:0 -9000px;
}

.RadGrid_BEEnterprise .rgGroupItem
{
	border:1px solid #080808;
	background:#1c1c1c 0 -6500px repeat-x url('Grid/sprite.gif');
	color:#ffffff;
}

.RadGrid_BEEnterprise .rgMasterTable td.rgGroupCol,
.RadGrid_BEEnterprise .rgMasterTable td.rgExpandCol
{
	border-color:#212121;
	background:#212121 none;
}

.RadGrid_BEEnterprise .rgGroupHeader
{
    font-size:1.1em;
    line-height:21px;
	color:#ffffff;
}

.RadGrid_BEEnterprise .rgGroupHeader,
.RadGrid_BEEnterprise .rgGroupHeader td.rgGroupCol
{
	background:#212121 0 -8500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_BEEnterprise .rgGroupHeader td
{
	border-top:1px solid #3b3b3b;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_BEEnterprise .rgGroupHeader td.rgGroupCol
{
	border-top-color:#212121;
}

.RadGrid_BEEnterprise .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_BEEnterprise .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_BEEnterprise .rgEditForm
{
	border-bottom:1px solid #080808;
}

.RadGrid_BEEnterprise .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_BEEnterprise .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_BEEnterprise .rgDetailTable
{
	border-color:#080808;
}

/*command row*/

.RadGrid_BEEnterprise .rgCommandRow
{
	background:#1f1f1f 0 -2100px repeat-x url('Grid/sprite.gif');
	color:#ffffff;
}

.RadGrid_BEEnterprise .rgCommandCell
{
	border:0;
	padding:2px 7px;
}

.RadGrid_BEEnterprise tfoot .rgCommandCell,
.RadGrid_BEEnterprise .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell
{
	border-top:1px solid #0d0d0d;
}

.RadGrid_BEEnterprise thead .rgCommandCell
{
	border-bottom:1px solid #0d0d0d;
}

.RadGrid_BEEnterprise .rgCommandTable,
.RadGrid_BEEnterprise .rgCommandTable td
{
	border:0;
	padding:0;
}

.RadGrid_BEEnterprise .rgCommandRow a
{
	color:#ffffff;
	text-decoration:none;
}

.RadGrid_BEEnterprise .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_BEEnterprise .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_BEEnterprise .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_BEEnterprise .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_BEEnterprise .rgExpXLS,
.RadGrid_BEEnterprise .rgExpDOC,
.RadGrid_BEEnterprise .rgExpPDF,
.RadGrid_BEEnterprise .rgExpCSV
{
	background-image:url('Common/export.gif');
}

.RadGrid_BEEnterprise .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_BEEnterprise .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_BEEnterprise .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_BEEnterprise .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_BEEnterprise
{
	background:#d6d6d6;
}

/*row drag n drop*/

.GridItemDropIndicator_BEEnterprise
{
    border-top:1px dashed #d6d6d6;
}

/*tooltip*/

.GridToolTip_BEEnterprise
{
	border:1px solid #080808;
	padding:3px;
	background:#cccccc;
	color:#000000;
}

/*rtl*/

.RadGridRTL_BEEnterprise .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_BEEnterprise .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_BEEnterprise .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_BEEnterprise .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_BEEnterprise .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_BEEnterprise .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_BEEnterprise .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_BEEnterprise .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_BEEnterprise .rgExpand
{
	background-position:-20px -496px;
}

/*-----------------------------------------------
ImageEditor.BEEnterprise.css
-----------------------------------------------*/
/* RadImageEditor Black Skin */

.RadImageEditor_BEEnterprise,
.RadDock_BEEnterprise.rieDialogs .riePrintContent
{
	border-color: #080808;
	background-color: #2e2e2e;
}

.RadImageEditor_BEEnterprise .rieStatusBarInfo .rieLabel
{
	color: #a8a8a8;
}

.RadImageEditor_BEEnterprise .rieStatusBarInfo span,
.RadDock_BEEnterprise.rieDialogs .rdContent
{
	color: #ffffff;
}

/* ImageEditor Dialogs using RadDock as Wrapper */
.RadDock_BEEnterprise.rieDialogs .rbPrimaryIcon,
.RadImageEditor_BEEnterprise .rieResizeHandle,
.RadImageEditor_BEEnterprise .rieBackgroundImg .rtbIcon /* Custom Skin */
{
	background-image: url('ImageEditor/ImageEditorTools.png');
}

*html .RadDock_BEEnterprise.rieDialogs .rbPrimaryIcon,
*html .RadImageEditor_BEEnterprise .rieResizeHandle,
*html .RadImageEditor_BEEnterprise .rieBackgroundImg .rtbIcon /* Custom Skin */
{
	background-image: url('ImageEditor/ImageEditorToolsIE6.gif');
}

.RadDock_BEEnterprise.rieDialogs .rieThumbsBottomRow td,
.RadDock_BEEnterprise.rieDialogs .rieDialogsThumbsLeft
{
	border-color: #d97a4e;
}

.RadDock_BEEnterprise.rieDialogs .rieThumbsLink,
.RadImageEditor_BEEnterprise .rieContentArea
{
	border-color: #080808;
}

.RadDock_BEEnterprise.rieDialogs .rieActiveThumbsLink,
.RadDock_BEEnterprise.rieDialogs .rieThumbsLink:hover,
.RadDock_BEEnterprise.rieDialogs .riePrintContent img,
.RadImageEditor_BEEnterprise .rieHighlightVertical, 
.RadImageEditor_BEEnterprise .rieHighlightHorizontal
{
	border-color: #5c5c5c;
	background-color: #595959;
}

/* Override risizebar bgr */

.RadDock_BEEnterprise.rieDialogs .rieResizeButtons
{
	background:url('Common/rieResizeBgr.gif') -1px -52px no-repeat;
}

.RadDock_BEEnterprise.rieDialogs.rdRtl .rieResizeButtons
{
	background-position: 43px -52px;
}

/*-----------------------------------------------
Input.BEEnterprise.css
-----------------------------------------------*/
/*Telerik RadInput Black Skin*/

/*global*/

.RadInput_BEEnterprise,
.RadInputMgr_BEEnterprise
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_BEEnterprise .riTextBox,
html body .RadInputMgr_BEEnterprise
{
	border-color:#080808;
	background:#454545 0 -1300px repeat-x url('Input/sprite.gif');
	color:#ffffff;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_BEEnterprise .riEmpty,
html body .RadInput_Empty_BEEnterprise
{
	color:#707070;
}

html body .RadInput_BEEnterprise .riHover,
html body .RadInput_Hover_BEEnterprise,
html body .RadInput_BEEnterprise .riFocused,
html body .RadInput_Focused_BEEnterprise
{
	border-color:#5c5c5c;
}

html body .RadInput_BEEnterprise .riRead,
html body .RadInput_Read_BEEnterprise
{
	border-color:#141414;
	background:#2e2e2e none;
}

html body .RadInput_BEEnterprise .riDisabled,
html body .RadInput_Disabled_BEEnterprise
{
	border-color:#141414;
	background:#2e2e2e none;
	color:#707070;
	cursor:default;
}

html body .RadInput_BEEnterprise .riError,
html body .RadInput_Error_BEEnterprise
{
	border-color:#d67040;
	background:#2e2e2e 100% -298px no-repeat url('Input/sprite.gif');
}

.RadForm.rfdTextbox .RadInput_BEEnterprise .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_BEEnterprise[type="text"]
{
	border-color:#d67040;
	background:#2e2e2e 100% -298px no-repeat url('Input/sprite.gif');
}

html body .RadInput_BEEnterprise .riNegative,
html body .RadInput_Negative_BEEnterprise
{
	color:#ababab;
}

/*buttons*/

.RadInput_BEEnterprise a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_BEEnterprise .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_BEEnterprise .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_BEEnterprise .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_BEEnterprise a.riUp
{
	background-position:2px -100px;
}

.RadInput_BEEnterprise a.riUp:hover
{
	background-position:2px -150px;
}

.RadInput_BEEnterprise a.riDown
{
	background-position:2px -199px;
}

.RadInput_BEEnterprise a.riDown:hover
{
	background-position:2px -249px;
}

/*label*/

.RadInput_BEEnterprise .riLabel
{
	color:#ffffff;
}

/*rtl*/

html body .RadInputRTL_BEEnterprise .riError,
html body .RadInputRTL_Error_BEEnterprise
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_BEEnterprise .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_BEEnterprise[type="text"]
{
	background-position:3px -298px;
}
/*-----------------------------------------------
ListBox.BEEnterprise.css
-----------------------------------------------*/
.RadListBox_BEEnterprise .rlbGroup
{
    border: 1px solid #000000;
    background: #454545;
}

.RadListBox_BEEnterprise .rlbTemplateContainer
{
    border-color: #000000;
}

.RadListBox_BEEnterprise .rlbText,
.RadListBox_BEEnterprise .rlbItem,
.RadListBox_BEEnterprise .rlbButtonText,
.RadListBox_BEEnterprise .rlbEmptyMessage
{
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #ffffff;
}

.RadListBox_BEEnterprise .rlbHighlight
{
    color: #d97a4e;
}

.RadListBox_BEEnterprise .rlbText,
.RadListBox_BEEnterprise .rlbItem
{
	line-height: 18px;
}

.RadListBox_BEEnterprise .rlbGroup .rlbHovered
{
	background: #3d3d3d;
}

.RadListBox_BEEnterprise .rlbGroup .rlbSelected
{
	background: #2e2e2e;
}

.RadListBox_BEEnterprise .rlbDisabled .rlbText
{
	color: #787878;
}

.RadListBox_BEEnterprise .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.RadListBox_BEEnterprise .rlbHeader,
.RadListBox_BEEnterprise .rlbFooter
{
    background-image: url('ListBox/rlbHeaderFooter.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-color: #1a1a1a;
}

.RadListBox_BEEnterprise .rlbFooter
{
    background-position: 0 -200px;
    background-color: #454545;
}

.RadListBox_BEEnterprise .rlbDropClue
{
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_BEEnterprise .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #bababa;
}

.RadListBox_BEEnterprise .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #bababa;
}

/* Buttons normal state vertical layout*/
.RadListBox_BEEnterprise .rlbButtonText
{
	background: transparent url('ListBox/rlbSprite.png') no-repeat;
}

* html .RadListBox_BEEnterprise .rlbButtonText
{
	background: transparent url('ListBox/rlbSpriteIE6.png') no-repeat;
}

.RadListBox_BEEnterprise .rlbButton:hover .rlbButtonTL,
.RadListBox_BEEnterprise .rlbButton:hover .rlbButtonTR,
.RadListBox_BEEnterprise .rlbButton:hover .rlbButtonBL,
.RadListBox_BEEnterprise .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHover.png');
}

* html .RadListBox_BEEnterprise .rlbButton:hover .rlbButtonTL,
* html .RadListBox_BEEnterprise .rlbButton:hover .rlbButtonTR,
* html .RadListBox_BEEnterprise .rlbButton:hover .rlbButtonBL,
* html .RadListBox_BEEnterprise .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_BEEnterprise .rlbButton .rlbButtonTL,
.RadListBox_BEEnterprise .rlbButton .rlbButtonTR,
.RadListBox_BEEnterprise .rlbButton .rlbButtonBL,
.RadListBox_BEEnterprise .rlbButton .rlbButtonBR,
.RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonTL,
.RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonTR,
.RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonBL,
.RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormal.png');
}

* html .RadListBox_BEEnterprise .rlbButton .rlbButtonTL,
* html .RadListBox_BEEnterprise .rlbButton .rlbButtonTR,
* html .RadListBox_BEEnterprise .rlbButton .rlbButtonBL,
* html .RadListBox_BEEnterprise .rlbButton .rlbButtonBR,
* html .RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_BEEnterprise .rlbButton:hover .rlbButtonText 
{ 
	color: #ffffff; 
}

.RadListBox_BEEnterprise .rlbDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbDisabled:hover .rlbButtonText
{
	color: #878787;
}

.RadListBox_BEEnterprise .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_BEEnterprise .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_BEEnterprise .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_BEEnterprise .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_BEEnterprise .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_BEEnterprise .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_BEEnterprise .rlbMoveToTop .rlbButtonText { background-position: 0 -275px; }
.RadListBox_BEEnterprise .rlbMoveToTop:hover .rlbButtonText { background-position: -400px -275px; }
.RadListBox_BEEnterprise .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbMoveToTopDisabled:hover .rlbButtonText { background-position: -200px -275px; }

.RadListBox_BEEnterprise .rlbMoveToBottom .rlbButtonText { background-position: 0 -300px; }
.RadListBox_BEEnterprise .rlbMoveToBottom:hover .rlbButtonText { background-position: -400px -300px; }
.RadListBox_BEEnterprise .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbMoveToBottomDisabled:hover .rlbButtonText { background-position: -200px -300px; }

.RadListBox_BEEnterprise .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_BEEnterprise .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_BEEnterprise .rlbDeleteDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_BEEnterprise .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }

/*-----------------------------------------------
ListView.BEEnterprise.css
-----------------------------------------------*/
/*Telerik RadListView Black Skin*/

/*global*/

.RadListView_BEEnterprise
{
	border:1px solid #080808;
	background:#4f4f4f;
	color:#d6d6d6;
	font:12px/16px "segoe ui",arial,sans-serif;
}

.RadListView_BEEnterprise .rlvA
{
	background:#4a4a4a;
}

.RadListView_BEEnterprise .rlvISel
{
	background:#303030;
}

.RadListView_BEEnterprise .rlvIEdit
{
	background:#212121;
	color:#d6d6d6;
}

/*buttons*/

.RadListView_BEEnterprise .rlvBAdd,
.RadListView_BEEnterprise .rlvBUpdate,
.RadListView_BEEnterprise .rlvBCancel,
.RadListView_BEEnterprise .rlvBDel,
.RadListView_BEEnterprise .rlvBEdit
{
	background-image:url('Grid/sprite.gif');
}

.RadListView_BEEnterprise .rlvBAdd
{
	background-position:0 -1650px;
}
.RadListView_BEEnterprise .rlvBUpdate
{
	background-position:0 -1800px;
}
.RadListView_BEEnterprise .rlvBCancel
{
	background-position:0 -1850px;
}
.RadListView_BEEnterprise .rlvBSel
{
	background-image:url('FormDecorator/CheckBoxSprites.gif');
	background-position:-2px -2px;
}
.RadListView_BEEnterprise .rlvISel .rlvBSel
{
	background-position:-2px -422px;
}
.RadListView_BEEnterprise .rlvBDel
{
	background-position:0 -1750px;
}
.RadListView_BEEnterprise .rlvBEdit
{
	background-position:0 -1700px;
}

.RadListView_BEEnterprise .rlvDrag
{
	background-image:url('ListView/drag.gif');
	background-position:center center;
}

/*flow*/

.RadListView_BEEnterprise div.rlvI,
.RadListView_BEEnterprise div.rlvIEmpty
{
	border-color:#4f4f4f;
}

.RadListView_BEEnterprise div.rlvA
{
	border-color:#4a4a4a;
}

.RadListView_BEEnterprise div.rlvISel
{
	border-color:#1a1a1a;
}

/*grid*/

.RadListView_BEEnterprise tr.rlvHeader th
{
	border:0;
	border-bottom:1px solid #000000;
	background:#1a1a1a 0 -2300px repeat-x url('Grid/sprite.gif');
	color:#ffffff;
}

.RadListView_BEEnterprise tr.rlvI td,
.RadListView_BEEnterprise tr.rlvA td,
.RadListView_BEEnterprise tr.rlvISel td,
.RadListView_BEEnterprise tr.rlvIEmpty td
{
	border:0;
	border-bottom:1px solid;
}

.RadListView_BEEnterprise tr.rlvI td,
.RadListView_BEEnterprise tr.rlvIEmpty td
{
	border-color:#4f4f4f;
}

.RadListView_BEEnterprise tr.rlvA td
{
	border-color:#4a4a4a;
}

.RadListView_BEEnterprise tr.rlvISel td
{
	border-color:#1f1f1f;
}

/*single row*/

.RadListView_BEEnterprise td.rlvI,
.RadListView_BEEnterprise td.rlvA,
.RadListView_BEEnterprise td.rlvISel,
.RadListView_BEEnterprise td.rlvIEmpty
{
	border:0;
	border-right:1px solid;
}

.RadListView_BEEnterprise td.rlvI,
.RadListView_BEEnterprise td.rlvIEmpty
{
	border-color:#4f4f4f;
}

.RadListView_BEEnterprise td.rlvA
{
	border-color:#4a4a4a;
}

.RadListView_BEEnterprise td.rlvISel
{
	border-color:#1f1f1f;
}

/*floated*/

.RadListView_BEEnterprise .rlvFloated .rlvI,
.RadListView_BEEnterprise .rlvFloated .rlvA,
.RadListView_BEEnterprise .rlvFloated .rlvISel,
.RadListView_BEEnterprise .rlvFloated .rlvIEdit
{
	border-color:#080808;
}

/*edit*/

.RadListView_BEEnterprise .rlvInput
{
	border-color:#080808;
	background:#454545;
	color:#ffffff;
}
/*-----------------------------------------------
Menu.BEEnterprise.css
-----------------------------------------------*/
/* <RadMenu / Black> */

.RadMenu_BEEnterprise .rmRootGroup,
.RadMenu_BEEnterprise a.rmLink,
.RadMenu_BEEnterprise .rmText,
.RadMenu_BEEnterprise .rmLeftArrow,
.RadMenu_BEEnterprise .rmRightArrow,
.RadMenu_BEEnterprise .rmTopArrow,
.RadMenu_BEEnterprise .rmBottomArrow
{
	background-image: url('Menu/rmSprite.png');
	background-color: transparent;
}

.RadMenu_BEEnterprise .rmRootGroup
{
	border: 1px solid #212121;
	background-repeat: repeat-x;
	background-color: #171717;
}

.RadMenu_BEEnterprise .rmVertical
{
	background-position: 0 -408px;
}

/* <Root items> */

.RadMenu_BEEnterprise,
.RadMenu_BEEnterprise a.rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.RadMenu_BEEnterprise a.rmLink:hover
{
	color: #000000;
}

.RadMenu_BEEnterprise a.rmLink,
.RadMenu_BEEnterprise .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;
}

.RadMenu_BEEnterprise a.rmLink:hover,
.RadMenu_BEEnterprise a.rmFocused,
.RadMenu_BEEnterprise a.rmSelected
{
	background-position: 0 -72px;
}

.RadMenu_BEEnterprise a.rmExpanded,
.RadMenu_BEEnterprise a.rmExpanded:hover
{
	background-position: 0 -72px;
}

.RadMenu_BEEnterprise a.rmExpanded .rmText,
.RadMenu_BEEnterprise a.rmExpanded:hover .rmText
{
	background-position: 100% -96px;
}

.RadMenu_BEEnterprise .rmLast a.rmExpanded .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_BEEnterprise a.rmDisabled,
.RadMenu_BEEnterprise a.rmDisabled:hover
{
	color: #7d7d7d;
	background-position: 0 500px;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_BEEnterprise .rmGroup,
.RadMenu_BEEnterprise .rmMultiColumn,
.RadMenu_BEEnterprise .rmGroup .rmVertical
{
	border: 1px solid #080808;
	background: #4f4f4f url('Menu/rmVSprite.png') repeat-y 0 0;
}

.RadMenu_BEEnterprise .rmTopFix,
.RadMenu_BEEnterprise .rmBottomFix,
.RadMenu_BEEnterprise .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_BEEnterprise .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_BEEnterprise .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_BEEnterprise .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_BEEnterprise_Context.rmRoundedCorners ul.rmHorizontal .rmFirst
{
	background-image: url('Menu/rmVSprite.png');
	background-color: #4f4f4f; 
	background-repeat: repeat-y;
}

* html .rmRoundedCorners_BEEnterprise .rmGroup .rmItem,
* html .rmRoundedCorners_BEEnterprise ul.rmHorizontal .rmFirst
{
	background-image: url('Menu/rmVSprite.png');
	background-color: #4f4f4f; 
	background-repeat: repeat-y;
}

.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_BEEnterprise .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_BEEnterprise .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_BEEnterprise .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrap .rmVertical
{
	background-image: none;
}

* html .rmRoundedCorners_BEEnterprise .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_BEEnterprise .rmScrollWrap .rmItem,
* html .rmRoundedCorners_BEEnterprise .rmHorizontal .rmItem,
* html .rmRoundedCorners_BEEnterprise .rmScrollWrap .rmVertical
{
	background-image: none;
}

.RadMenu_BEEnterprise .rmRoundedCorners .rmGroupColumn
{
	background-color: #4f4f4f;
}

.RadMenu_BEEnterprise .rmBottomLeft,
.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_BEEnterprise_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_BEEnterprise .rmRoundedCorners ul.rmGroup,
.RadMenu_BEEnterprise .rmRoundedCorners .rmMultiColumn
{
	background-image:  url('Menu/rmRoundedLeft.png');
	background-color: transparent; 
	background-repeat: no-repeat;
}

* html .rmRoundedCorners_BEEnterprise .rmScrollWrapContainer,
* html .rmRoundedCorners_BEEnterprise .rmGroup ul.rmGroup,
* html .rmRoundedCorners_BEEnterprise ul.rmGroup
{
	background-image:  url('Menu/rmRoundedLeft.png');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_BEEnterprise .rmTopRight,
.RadMenu_BEEnterprise .rmBottomRight
{
	background-image:  url('Menu/rmRoundedRight.png');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_BEEnterprise .rmTopFix,
.RadMenu_BEEnterprise .rmBottomFix,
.RadMenu_BEEnterprise .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_BEEnterprise .rmGroup .rmFirst
{
	border-color: #080808;
}

.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix
{
	background: #4f4f4f;
}

* html .rmRoundedCorners_BEEnterprise .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_BEEnterprise .rmScrollWrapContainer .rmBottomFix
{
	background: #4f4f4f;
}

.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow
{
	background-color: #4f4f4f;
	border: 0;
}

* html .rmRoundedCorners_BEEnterprise .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_BEEnterprise .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_BEEnterprise .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_BEEnterprise .rmScrollWrapContainer .rmRightArrow
{
	background-color: #4f4f4f;
	border: 0;
}

.RadMenu_BEEnterprise_rtl .rmBottomLeft,
.RadMenu_BEEnterprise_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_BEEnterprise_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_BEEnterprise .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_BEEnterprise_Context_rtl ul.rmGroup,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer
{
	background-image: url('Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_BEEnterprise_rtl .rmTopRight,
.RadMenu_BEEnterprise_rtl .rmBottomRight
{
	background-image: url('Menu/rmRoundedRight_rtl.png');
}

.RadMenu_BEEnterprise_rtl li.rmTopFix,
.RadMenu_BEEnterprise_rtl li.rmBottomFix,
.RadMenu_BEEnterprise_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_BEEnterprise_Context_rtl .rmGroup .rmItem
{
	background-position: 101% 0;
}

.RadMenu_BEEnterprise .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_BEEnterprise_rtl .rmGroup,
.RadMenu_BEEnterprise_rtl .rmMultiColumn,
.RadMenu_BEEnterprise_rtl .rmGroup .rmVertical
{
	background-position: 100% 0;
}

.RadMenu_BEEnterprise .rmRootGroup li.rmItem .rmGroup
{
	padding-bottom: 0;
}

.RadMenu_BEEnterprise .rmGroup li.rmLast
{
	padding-bottom: 1px;
}

.RadMenu_BEEnterprise .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_BEEnterprise .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_BEEnterprise .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_BEEnterprise_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_BEEnterprise .rmScrollWrapContainer li.rmItem
{
	background: none;
}

.RadMenu_BEEnterprise .rmGroup .rmItem a.rmLink,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmLink:hover,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmFocused,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmSelected,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmExpanded
{
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.RadMenu_BEEnterprise .rmGroup a.rmLink,
.RadMenu_BEEnterprise .rmGroup .rmText,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmDisabled,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmDisabled:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.RadMenu_BEEnterprise .rmGroup a.rmLink:hover,
.RadMenu_BEEnterprise .rmGroup a.rmFocused,
.RadMenu_BEEnterprise .rmGroup a.rmSelected,
.RadMenu_BEEnterprise .rmGroup a.rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_BEEnterprise .rmGroup a.rmLink:hover .rmText,
.RadMenu_BEEnterprise .rmGroup a.rmFocused .rmText,
.RadMenu_BEEnterprise .rmGroup a.rmSelected .rmText,
.RadMenu_BEEnterprise .rmGroup a.rmExpanded .rmText
{
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_BEEnterprise .rmVertical .rmExpandRight,
.RadMenu_BEEnterprise .rmGroup .rmExpandDown,
.RadMenu_BEEnterprise_Context .rmGroup .rmExpandRight,
.RadMenu_BEEnterprise .rmVertical .rmItem a.rmDisabled .rmExpandRight,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmDisabled .rmExpandDown,
.RadMenu_BEEnterprise .rmVertical .rmItem a.rmDisabled:hover .rmExpandRight,
.RadMenu_BEEnterprise .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_BEEnterprise .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_BEEnterprise .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_BEEnterprise .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_BEEnterprise .rmVertical a.rmExpanded .rmExpandRight
{
	background-position: 100% -312px;
}

.RadMenu_BEEnterprise .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_BEEnterprise .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_BEEnterprise .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_BEEnterprise .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_BEEnterprise .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_BEEnterprise .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_BEEnterprise .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_BEEnterprise .rmGroup a.rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_BEEnterprise .rmVertical a.rmDisabled:hover .rmExpandRight,
.RadMenu_BEEnterprise .rmGroup a.rmDisabled:hover .rmExpandDown
{
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_BEEnterprise_rtl .rmVertical a.rmExpanded .rmText,
.RadMenu_BEEnterprise_rtl .rmVertical a.rmExpanded:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_BEEnterprise_rtl .rmGroup a.rmLink:hover,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmFocused,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmSelected,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_BEEnterprise_rtl .rmGroup a.rmLink:hover .rmText,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmFocused .rmText,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmSelected .rmText,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_BEEnterprise_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_BEEnterprise_rtl .rmRootGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_BEEnterprise_rtl .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_BEEnterprise_rtl .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_BEEnterprise_rtl .rmVertical a.rmSelected .rmExpandLeft,
.RadMenu_BEEnterprise_rtl .rmVertical a.rmExpanded .rmExpandLeft
{
	background-position: 0 -216px;
}

.RadMenu_BEEnterprise_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_BEEnterprise_rtl .rmGroup a.rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

.RadMenu_BEEnterprise_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft
{
	background-position: 0 -312px;
}


/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Black - specific, overlapping submenus)> */

.RadMenu_BEEnterprise .rmSlide
{
	margin: 0 0 0 -1px;
}

.RadMenu_BEEnterprise .rmVertical .rmSlide,
.RadMenu_BEEnterprise .rmSlide .rmSlide,
.RadMenu_BEEnterprise_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_BEEnterprise_rtl .rmSlide
{
	margin: 0 0 0 0;
}

.RadMenu_BEEnterprise_rtl .rmFirst .rmSlide
{
	margin-left: 1px;
}

.RadMenu_BEEnterprise_rtl .rmVertical .rmSlide,
.RadMenu_BEEnterprise_rtl .rmSlide .rmSlide,
.RadMenu_BEEnterprise_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_BEEnterprise .rmLeftArrow,
.RadMenu_BEEnterprise .rmRightArrow
{
	background-color: #4f4f4f;
}

.RadMenu_BEEnterprise .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #828282; }
.RadMenu_BEEnterprise .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #828282; }

.RadMenu_BEEnterprise .rmTopArrow,
.RadMenu_BEEnterprise .rmBottomArrow,
.RadMenu_BEEnterprise .rmGroup .rmLeftArrow,
.RadMenu_BEEnterprise .rmGroup .rmRightArrow
{
	background-color: #4f4f4f;
}

.RadMenu_BEEnterprise .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #828282; }
.RadMenu_BEEnterprise .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #828282; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_BEEnterprise .rmHorizontal .rmSeparator .rmText,
.RadMenu_BEEnterprise .rmVertical .rmHorizontal .rmSeparator .rmText
{
	height: 22px;
	margin: 1px 0 0;
	width: 1px;
	background-color: #000000;
}

.RadMenu_BEEnterprise_Context .rmSeparator .rmText,
.RadMenu_BEEnterprise .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_BEEnterprise .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
	background-color: transparent;
	background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / Black> */

/*-----------------------------------------------
Notification.BEEnterprise.css
-----------------------------------------------*/
/*RadNotification Black Skin*/

.RadNotification_BEEnterprise
{
	border: 1px solid #080808;
	background-color: #454545;
	color: #ffffff;
}

.RadNotification_BEEnterprise.rnShadows
{
	box-shadow: 2px 2px 3px #2e2d2d;
	-webkit-box-shadow: 2px 2px 3px #2e2d2d;
}

.RadNotification_BEEnterprise .rnTitleBar,
.RadNotification_BEEnterprise .rnCommands a
{
	background-image: url('Notification/NotificationSprite.png');
}

.RadNotification_BEEnterprise .rnTitleBar
{
	border-bottom: 1px solid #000000;
}

.RadNotification_BEEnterprise .rnContentWrapper
{
	border-top: 1px solid #4f4f4f;
}

/* base style overwrites */
.RadNotification_BEEnterprise .rnCommands
{
	margin: 4px 0 0;
}
/*-----------------------------------------------
OrgChart.BEEnterprise.css
-----------------------------------------------*/
/**
 * Organizational Chart Black Skin
 */




/*----------------------------------------------------------------------------*/




/** Global wrapper */
.RadOrgChart_BEEnterprise {
	color: #ffffff;
	font: normal 12px/22px "Segoe UI", Arial, sans-serif;
}




/** Viewport */
.RadOrgChart_BEEnterprise .rocViewport {}




/** NodeList */
.RadOrgChart_BEEnterprise .rocNodeList {}




/** Node */
.RadOrgChart_BEEnterprise .rocNode {}




/** Group */
.RadOrgChart_BEEnterprise .rocGroup {
	border-radius: 10px;
	background-color: #333333;
	background-color: rgba(255, 255, 255, .2);
	*background-color: #333333;
}




/** ItemList */
.RadOrgChart_BEEnterprise .rocItemList {}




/** ItemWrap */
.RadOrgChart_BEEnterprise .rocItemWrap {}




/** Items */
.RadOrgChart_BEEnterprise .rocItem {}


	.RadOrgChart_BEEnterprise .rocItemContent,
	.RadOrgChart_BEEnterprise .rocItemTemplate {
		border-color: #212121;
		border-radius: 5px;
		background-color: #333333;
		background-image: url('OrgChart/rocItemTileLight.png');
		_background-image: none;
	}




/** Node lines */
.RadOrgChart_BEEnterprise .rocLineUp,
.RadOrgChart_BEEnterprise .rocLineDown,
.RadOrgChart_BEEnterprise .rocLineHorizontal {
	background-image: url('OrgChart/rocLinesLight.png');
}
/*-----------------------------------------------
PanelBar.BEEnterprise.css
-----------------------------------------------*/
.RadPanelBar_BEEnterprise
{
	background: #4f4f4f;
}

.RadPanelBar_BEEnterprise .rpRootGroup
{
	border-color: #080808;
}

.RadPanelBar_BEEnterprise a.rpLink,
.RadPanelBar_BEEnterprise div.rpHeaderTemplate,
.RadPanelBar_BEEnterprise .rpTemplate
{
	color: #ffffff;
	font: normal 12px/24px "Segoe UI", Arial, sans-serif;
	cursor: default;
}

.RadPanelBar_BEEnterprise div.rpHeaderTemplate,
.RadPanelBar_BEEnterprise a.rpLink
{
	background-color: #1c1c1c;
	background-image: url('PanelBar/RootItemBg.png');
	background-repeat: repeat-x;
	border-color: #4f4f4f;
}

.RadPanelBar_BEEnterprise a.rpLink:hover
{
	color: #d98d6a;
}

.RadPanelBar_BEEnterprise a.rpFocused,
.RadPanelBar_BEEnterprise a.rpExpanded,
.RadPanelBar_BEEnterprise a.rpSelected,
.RadPanelBar_BEEnterprise div.rpFocused,
.RadPanelBar_BEEnterprise div.rpExpanded,
.RadPanelBar_BEEnterprise div.rpSelected,
.RadPanelBar_BEEnterprise a.rpSelected:hover
{
	background-color: #2e2e2e;
	border-color: #000000;
}

.RadPanelBar_BEEnterprise .rpOut
{
	border-color: #000000;
}

/* <disabled items> */
.RadPanelBar_BEEnterprise a.rpDisabled,
.RadPanelBar_BEEnterprise div.rpDisabled,
.RadPanelBar_BEEnterprise a.rpDisabled:hover
{
	color: #787878;
}
/* </disabled items> */

/* <subitems> */
.RadPanelBar_BEEnterprise .rpGroup
{
	background-color: #4f4f4f;
}

.RadPanelBar_BEEnterprise .rpGroup a.rpLink,
.RadPanelBar_BEEnterprise .rpGroup div.rpHeaderTemplate,
.RadPanelBar_BEEnterprise .rpGroup .rpTemplate
{
	color: #a8a8a8;
	background-image: none;
	background-color: transparent;
}

.RadPanelBar_BEEnterprise .rpGroup a.rpLink:hover
{
	color: #d98d6a;
}

.RadPanelBar_BEEnterprise .rpGroup a.rpLink,
.RadPanelBar_BEEnterprise .rpGroup a.rpLink .rpOut
{		
	background-color: transparent;
	background-image: url('PanelBar/SubItemStates.png');
	background-repeat: no-repeat;
}

.RadPanelBar_BEEnterprise ul.rpGroup .rpSelected,
.RadPanelBar_BEEnterprise .rpGroup a.rpSelected:hover
{
	color: #ffffff;
}

/* <subitems (disabled)> */
.RadPanelBar_BEEnterprise ul.rpGroup .rpDisabled,
.RadPanelBar_BEEnterprise .rpGroup a.rpDisabled:hover,
.RadPanelBar_BEEnterprise .rpGroup a.rpDisabled .rpOut
{
	background-image: none;
}

.RadPanelBar_BEEnterprise ul.rpGroup .rpDisabled,
.RadPanelBar_BEEnterprise .rpGroup a.rpDisabled:hover
{
	color: #787878;
}
/* <subitems (disabled)> */

/* </subitems> */


/* <background positioning> */
.RadPanelBar_BEEnterprise a.rpLink,
.RadPanelBar_BEEnterprise div.rpHeaderTemplate,
.RadPanelBar_BEEnterprise a.rpExpanded,
.RadPanelBar_BEEnterprise div.rpExpanded,
.RadPanelBar_BEEnterprise .rpItem a.rpLinkExpandHovered
{
	background-position: 0 0;
}

.RadPanelBar_BEEnterprise a.rpFocused,
.RadPanelBar_BEEnterprise div.rpFocused,
.RadPanelBar_BEEnterprise a.rpLink:hover,
.RadPanelBar_BEEnterprise a.rpExpanded:hover
{
	background-position: 0 -200px;
}

.RadPanelBar_BEEnterprise a.rpSelected,
.RadPanelBar_BEEnterprise div.rpSelected,
.RadPanelBar_BEEnterprise a.rpSelected:hover
{
	background-position: 0 -400px;
}

.RadPanelBar_BEEnterprise .rpFirst a.rpLink,
.RadPanelBar_BEEnterprise .rpFirst div.rpHeaderTemplate,
.RadPanelBar_BEEnterprise li.rpFirst .rpExpanded
{
	background-position: 0 -1px;
}

.RadPanelBar_BEEnterprise li.rpFirst .rpFocused,
.RadPanelBar_BEEnterprise .rpFirst a.rpLink:hover
{
	background-position: 0 -201px;
}

.RadPanelBar_BEEnterprise li.rpFirst .rpSelected,
.RadPanelBar_BEEnterprise .rpFirst a.rpSelected:hover
{
	background-position: 0 -401px;
}

/* <root items (disabled)> */
.RadPanelBar_BEEnterprise a.rpDisabled:hover
{
	cursor: default;
}

.RadPanelBar_BEEnterprise a.rpDisabled,
.RadPanelBar_BEEnterprise div.rpDisabled,
.RadPanelBar_BEEnterprise a.rpDisabled:hover,
.RadPanelBar_BEEnterprise a.rpDisabled:hover .rpOut
{
	background-position: 0 0;
}
/* </root items (disabled)> */

/*      <expand arrows> */
.RadPanelBar_BEEnterprise .rpExpandable span.rpExpandHandle,
.RadPanelBar_BEEnterprise .rpExpanded span.rpExpandHandle
{
	background-color: transparent;
	background-repeat: no-repeat;
}

.RadPanelBar_BEEnterprise_rtl .rpGroup .rpText
{
	padding: 0 10px;
}

.RadPanelBar_BEEnterprise .rpExpandable span.rpExpandHandle,
.RadPanelBar_BEEnterprise a.rpExpandable:hover .rpNavigation .rpExpandHandle { background-position: 0 -5px; }
.RadPanelBar_BEEnterprise a.rpExpandable:hover .rpExpandHandle,
.RadPanelBar_BEEnterprise a.rpExpandable:hover .rpNavigation .rpExpandHandleHovered { background-position: 100% -5px; }
.RadPanelBar_BEEnterprise .rpExpanded span.rpExpandHandle,
.RadPanelBar_BEEnterprise a.rpExpanded:hover .rpNavigation .rpExpandHandle { background-position: 0 -181px; }
.RadPanelBar_BEEnterprise a.rpExpanded:hover .rpExpandHandle,
.RadPanelBar_BEEnterprise a.rpExpanded:hover .rpNavigation .rpExpandHandleHovered { background-position: 100% -181px; }

.RadPanelBar_BEEnterprise div.rpExpandable .rpExpandHandleHovered { background-position: 0 -5px; }
.RadPanelBar_BEEnterprise div.rpExpanded .rpExpandHandleHovered { background-position: 0 -181px; }

/*      </expand arrows> */

.RadPanelBar_BEEnterprise .rpGroup a.rpLink,
.RadPanelBar_BEEnterprise .rpGroup div.rpHeaderTemplate,
.RadPanelBar_BEEnterprise .rpGroup a.rpLink .rpOut { background-position: 0 200px; }

.RadPanelBar_BEEnterprise .rpGroup a.rpLink:hover,
.RadPanelBar_BEEnterprise ul.rpGroup .rpFocused { background-position: 100% -22px; }
.RadPanelBar_BEEnterprise .rpGroup a.rpLink:hover .rpOut,
.RadPanelBar_BEEnterprise .rpGroup a.rpFocused .rpOut { background-position: 0 0; }

/*      <subitems (selected)> */
.RadPanelBar_BEEnterprise ul.rpGroup .rpSelected,
.RadPanelBar_BEEnterprise .rpGroup a.rpSelected:hover { background-position: 100% -222px; background-color: transparent; }
.RadPanelBar_BEEnterprise .rpGroup a.rpSelected .rpOut,
.RadPanelBar_BEEnterprise .rpGroup a.rpSelected:hover .rpOut { background-position: 0 -200px; }
/*      </subitems (selected)> */

/*      <subitems (expand arrows)> */
.RadPanelBar_BEEnterprise ul.rpGroup .rpExpandable .rpExpandHandle,
.RadPanelBar_BEEnterprise .rpGroup a.rpExpandable:hover .rpNavigation .rpExpandHandle { background-position: 0 -343px; }
.RadPanelBar_BEEnterprise .rpGroup a.rpExpandable:hover .rpExpandHandle,
.RadPanelBar_BEEnterprise .rpGroup a.rpExpandable:hover .rpNavigation .rpExpandHandleHovered { background-position: 100% -343px; }
.RadPanelBar_BEEnterprise ul.rpGroup .rpExpanded .rpExpandHandle,
.RadPanelBar_BEEnterprise .rpGroup a.rpExpanded:hover .rpNavigation .rpExpandHandle { background-position: 0 -482px; }
.RadPanelBar_BEEnterprise .rpGroup a.rpExpanded:hover .rpExpandHandle,
.RadPanelBar_BEEnterprise .rpGroup a.rpExpanded:hover .rpNavigation .rpExpandHandleHovered { background-position: 100% -482px; }

.RadPanelBar_BEEnterprise .rpGroup div.rpExpandable .rpExpandHandleHovered { background-position: 0 -343px; }
.RadPanelBar_BEEnterprise .rpGroup div.rpExpanded .rpExpandHandleHovered { background-position: 0 -482px; }
/*      </subitems (expand arrows)> */
/* </background positioning> */




 div.RadPanelBar_BEEnterprise .rpRootGroup .rpLink {

	text-align: center;

	color: rgb(238, 238, 238);

	font-family: Arial;

}

 div.RadPanelBar_BEEnterprise .rpItem .rpGroup .rpLink {

	text-align: left;

}


/*-----------------------------------------------
Rating.BEEnterprise.css
-----------------------------------------------*/
/* RadRating for ASP.NET AJAX Black Skin */

.RadRating_BEEnterprise a,
.RadRating_BEEnterprise a span
{
	background-image: url('Rating/Sprite.png');
}

* html .RadRating_BEEnterprise a,
* html .RadRating_BEEnterprise a span
{
	background-image: url('Rating/Sprite.gif');
}
/*-----------------------------------------------
RibbonBar.BEEnterprise.css
-----------------------------------------------*/
.RadRibbonBar_BEEnterprise 
{
	font: 11px "Segoe UI", Arial, sans-serif;
}

.RadRibbonBar_BEEnterprise .rrbContentWrapIn,
.RadRibbonBar_BEEnterprise .rrbButtonArea,
.RadRibbonBar_BEEnterprise .rrbGroupTitle,
.RadRibbonBar_BEEnterprise .rrbButtonGroupIn,
.RadRibbonBar_BEEnterprise .rrbCollapsedGroup .rrbButtonIn,
.RadRibbonBar_BEEnterprise a.rrbButtonHovered .rrbButtonIn,
.RadRibbonBar_BEEnterprise a.rrbButtonOut:hover .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbButtonOut .rrbButtonTextHover,
.RadRibbonBar_BEEnterprise .rrbButtonStrip .rrbButtonIn,
.RadRibbonBar_BEEnterprise div.rrbButtonStrip a.rrbDisabled .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbButtonClicked .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbButtonClicked .rrbButtonTextHover,
.RadRibbonBar_BEEnterprise .rrbToggled .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbToggled .rrbButtonTextHover,
.RadRibbonBar_BEEnterprise .rrbExpanded .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbExpanded .rrbButtonTextHover
{
	background-image: url('RibbonBar/rrbGradients.png');
}

.RadRibbonBar_BEEnterprise .rrbButtonArrow,
.RadRibbonBar_BEEnterprise .rrbResizeHandle,
.RadRibbonBar_BEEnterprise .rrbGroupLauncher
{
	background-image: url('RibbonBar/rrbArrowSprite.png');
}

.RadRibbonBar_BEEnterprise .rrbContentWrapOut,
.RadRibbonBar_BEEnterprise .rrbContentWrapMid,
.RadRibbonBar_BEEnterprise .rrbContentWrapIn
{
	background-color: #333333;
	border-color: #121212;
}

.RadRibbonBar_BEEnterprise div.rrbContentWrapIn
{
	background-color: #333333;
	background-position: 0 -50px;
}

.RadRibbonBar_BEEnterprise .rrbButtonArea
{
	background-color: #333333;
}

.RadRibbonBar_BEEnterprise .rrbGroupTitle
{
	background-position: 0 -596px;
}

.RadRibbonBar_BEEnterprise .rrbGroupTitle,
.RadRibbonBar_BEEnterprise .rrbButtonGroupIn
{
	background-color: #000000;
}

.RadRibbonBar_BEEnterprise .rrbButtonOut,
.RadRibbonBar_BEEnterprise .rrbButtonMid,
.RadRibbonBar_BEEnterprise .rrbButtonIn
{
	border-color: transparent;
}

.RadRibbonBar_BEEnterprise .rrbButtonStripPart,
.RadRibbonBar_BEEnterprise .rrbButtonStrip .rrbButtonMid
{
	background-color: #000000;
	border-color: #0d0d0d;
}

.RadRibbonBar_BEEnterprise .rrbDecoration,
.RadRibbonBar_BEEnterprise .rrbButtonArea .rrbCollapsedGroup,
.RadRibbonBar_BEEnterprise .rrbCollapsedGroup .rrbButtonMid
{
	background-color: #000000;
	border-color: #0d0d0d;
}

.RadRibbonBar_BEEnterprise .rrbButtonGroup,
.RadRibbonBar_BEEnterprise .rrbButtonGroupIn
{
	background-color: #000000;
	border-color: #0d0d0d;
}

.RadRibbonBar_BEEnterprise .rrbMenuGroupMid,
.RadRibbonBar_BEEnterprise .rrbMenuGroupIn
{
	background-color: #333333;
	border-color: #0d0d0d;
}

.RadRibbonBar_BEEnterprise a.rrbButtonStripPart,
.RadRibbonBar_BEEnterprise a.rrbButtonStripPart .rrbButtonMid,
.RadRibbonBar_BEEnterprise div.rrbButtonStrip a.rrbDisabled,
.RadRibbonBar_BEEnterprise div.rrbButtonStrip a.rrbDisabled .rrbButtonMid
{
	background-color: #000000;
	border-color: #0d0d0d;
}

.RadRibbonBar_BEEnterprise .rrbMenuGroupMid,
.RadRibbonBar_BEEnterprise .rrbMenuGroupIn,
.RadRibbonBar_BEEnterprise a.rrbButtonHovered,
.RadRibbonBar_BEEnterprise a.rrbButtonOut:hover,
.RadRibbonBar_BEEnterprise a.rrbButtonHovered .rrbButtonMid,
.RadRibbonBar_BEEnterprise a.rrbButtonOut:hover .rrbButtonMid,
.RadRibbonBar_BEEnterprise a.rrbButtonHovered,
.RadRibbonBar_BEEnterprise a.rrbButtonStripPart:hover,
.RadRibbonBar_BEEnterprise a.rrbButtonHovered .rrbButtonMid,
.RadRibbonBar_BEEnterprise a.rrbButtonStripPart:hover .rrbButtonMid
{
	background-color: #212121;
	border-color: #0d0d0d;
}

.RadRibbonBar_BEEnterprise .rrbButtonArea a.rrbCollapsedGroup:hover,
.RadRibbonBar_BEEnterprise a.rrbCollapsedGroup:hover .rrbButtonMid
{
	background-color: #212121;
}

.RadRibbonBar_BEEnterprise .rrbButtonClicked,
.RadRibbonBar_BEEnterprise .rrbButtonClicked .rrbButtonMid,
.RadRibbonBar_BEEnterprise div.rrbButtonGroup .rrbToggled,
.RadRibbonBar_BEEnterprise div.rrbButtonGroup .rrbToggled .rrbButtonMid,
.RadRibbonBar_BEEnterprise a.rrbExpanded,
.RadRibbonBar_BEEnterprise a.rrbExpanded .rrbButtonMid,
.RadRibbonBar_BEEnterprise a.rrbButtonClicked:hover,
.RadRibbonBar_BEEnterprise a.rrbButtonClicked:hover .rrbButtonMid,
.RadRibbonBar_BEEnterprise a.rrbButtonClicked:hover .rrbButtonOut
{
	background-color: #000000;
}

.RadRibbonBar_BEEnterprise .rrbButton:hover .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbMediumButton:hover .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbButtonClicked .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbToggled .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbExpanded .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbButtonStripPart .rrbButtonIn
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 1px;
	padding-right: 1px;
}

.RadRibbonBar_BEEnterprise .rrbLargeButton .rrbButtonIn,
.RadRibbonBar_BEEnterprise .rrbCollapsedGroup .rrbButtonIn
{
	padding-left: 0;
	padding-right: 0;
}

.RadRibbonBar_BEEnterprise a.rrbButtonOut:hover .rrbButtonText
{
	border-color: #0d0d0d;
}

.RadRibbonBar_BEEnterprise .rrbButtonTextHover
{
	color: #d97a4e;
	background-color: #212121;
}

.RadRibbonBar_BEEnterprise .rrbButtonClicked .rrbButtonTextHover
{
	background-color: #000000;
}

.RadRibbonBar_BEEnterprise .rrbButtonGroupHover .rrbButtonGroupIn
{
	background-color: #212121;
}

.RadRibbonBar_BEEnterprise .rrbGroupTitle
{
	border-top: 1px solid #0d0d0d;
}

.RadRibbonBar_BEEnterprise .rrbGroupTitle,
.RadRibbonBar_BEEnterprise .rrbButtonText,
.RadRibbonBar_BEEnterprise .rrbButtonStripPart,
.RadRibbonBar_BEEnterprise .rrbLargeButton .rrbButtonArrow,
.RadRibbonBar_BEEnterprise .rrbCollapsedGroup .rrbButtonArrow
{
	color: #ffffff;
}

.RadRibbonBar_BEEnterprise a.rrbDisabled .rrbButtonText,
.RadRibbonBar_BEEnterprise a.rrbDisabled:hover .rrbButtonText
{
	color: #999999;
}

.RadRibbonBar_BEEnterprise .rrbMenuGroupMid,
.RadRibbonBar_BEEnterprise .rrbDetachedContainer .rrbContentWrapOut
{
	box-shadow: 3px 2px 3px #000000;
	-moz-box-shadow: 3px 2px 3px #000000;
	-webkit-box-shadow: 3px 2px 3px #000000;
}

/* RadTabStrip styles */
.RadRibbonBar_BEEnterprise .rrbTabStrip .rtsUL,
.RadRibbonBar_BEEnterprise .rrbTabStrip.RadTabStripBottom_BEEnterprise  .rtsUL
{
	border-color: #000000;
}

.RadRibbonBar_BEEnterprise .rrbTabStrip .rtsUL
{
	border-top: 0;
}

.RadRibbonBar_BEEnterprise .rrbTabStrip.RadTabStripBottom_BEEnterprise  .rtsUL
{
	border-bottom: 0;
}




/** Tabstrip */
.RadRibbonBar_BEEnterprise .rrbTabs {
	line-height: 26px;
	border-bottom-color: #000000;
}




/** Application Tab */
.RadRibbonBar_BEEnterprise .rrbApplicationTab {
	color: #ffffff;
	line-height: 22px;
}


	.RadRibbonBar_BEEnterprise .rrbApplicationTab .rrbTabLabel {
		background-image: url('RibbonBar/rrbApplicationTabSprite.png');
		_background-image: url('RibbonBar/rrbApplicationTabSprite_IE6.png');
		background-position: left 0;
	}


	.RadRibbonBar_BEEnterprise .rrbApplicationTab .rrbTabText {
		background-image: url('RibbonBar/rrbApplicationTabSprite.png');
		_background-image: url('RibbonBar/rrbApplicationTabSprite_IE6.png');
		background-position: right 0;
	}




/** Hovered Application Tab */
.RadRibbonBar_BEEnterprise .rrbHoveredApplicationTab {}


	.RadRibbonBar_BEEnterprise .rrbHoveredApplicationTab .rrbTabLabel {
		background-position: left -26px;
	}


	.RadRibbonBar_BEEnterprise .rrbHoveredApplicationTab .rrbTabText {
		background-position: right -26px;
	}




/** Selected Application Tab */
.RadRibbonBar_BEEnterprise .rrbSelectedApplicationTab {
	color: #000000;
}


	.RadRibbonBar_BEEnterprise .rrbSelectedApplicationTab .rrbTabLabel {
		background-position: left -52px;
	}


	.RadRibbonBar_BEEnterprise .rrbSelectedApplicationTab .rrbTabText {
		background-position: right -52px;
	}




/** Contextual Tab */
.RadRibbonBar_BEEnterprise .rrbContextualTab {}


	.RadRibbonBar_BEEnterprise .rrbContextualTab .rrbContextualTabLabel {
		border-radius: 2px 2px 0 0;
		color: #ffffff;
		background-image: url('RibbonBar/rrbContextualTabGlassTile.png');
	}




/** Tab */
.RadRibbonBar_BEEnterprise .rrbTab {
	color: #ffffff;
}


	.RadRibbonBar_BEEnterprise .rrbTabLabel {
		background-image: url('RibbonBar/rrbTabSprite.png');
		_background-image: url('RibbonBar/rrbTabSprite_IE6.png');
		background-position: left 0;
	}


	.RadRibbonBar_BEEnterprise .rrbTabText {
		background-image: url('RibbonBar/rrbTabSprite.png');
		_background-image: url('RibbonBar/rrbTabSprite_IE6.png');
		background-position: right 0;
	}




/** Hovered Tab */
.RadRibbonBar_BEEnterprise .rrbHoveredTab {}


	.RadRibbonBar_BEEnterprise .rrbHoveredTab .rrbTabLabel {
		background-position: left -26px;
	}


	.RadRibbonBar_BEEnterprise .rrbHoveredTab .rrbTabText {
		background-position: right -26px;
	}




/** Selected Tab */
.RadRibbonBar_BEEnterprise .rrbSelectedTab {
	color: #d97a4e;
}


	.RadRibbonBar_BEEnterprise .rrbSelectedTab .rrbTabLabel {
		background-position: left -52px;
	}


	.RadRibbonBar_BEEnterprise .rrbSelectedTab .rrbTabText {
		background-position: right -52px;
	}





/** QuickAccessToolbar */
.RadRibbonBar_BEEnterprise .rrbQuickAccessToolbar {}


	.RadRibbonBar_BEEnterprise .rrbQatItem {}
	.RadRibbonBar_BEEnterprise .rrbQatButton {}


	.RadRibbonBar_BEEnterprise .rrbQatDropDown {}
	.RadRibbonBar_BEEnterprise .rrbQatDropDown .rrbQatButton {}
	.RadRibbonBar_BEEnterprise .rrbQatDropDown .rrbQatButton:hover {
		border-color: #1f1f1f;
		background-color: #2e2e2e;
	}
	
	
	.RadRibbonBar_BEEnterprise .rrbQatDropDown .rrbSlide {}





/** RadRibbonBar Menu */
.RadRibbonBar_BEEnterprise .rrbMenu {
	border-color: #080808;
	color: #ffffff;
	background-color: #4f4f4f;
}


	.RadRibbonBar_BEEnterprise .rrbSlide {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuGroup {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuLabel {
		color: #ffffff;
		background-color: #454545;
	}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuSeparator {}




	/** Menu items */
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItem {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItem:hover,
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemHovered {
		border-color: #1f1f1f;
		color: #d97a4e;
		background-color: #2e2e2e;
	}


	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemCheckbox {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemCheckbox label {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemCheckbox input {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemCheckboxChecked {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemCheckboxChecked label {}


	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemRadio {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemRadio label {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemRadio input {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemRadioChecked {}
	.RadRibbonBar_BEEnterprise .rrbMenu .rrbMenuItemRadioChecked label {}
/*-----------------------------------------------
Rotator.BEEnterprise.css
-----------------------------------------------*/
/* new styles */
.RadRotator_BEEnterprise .rrClipRegion
{
	border: solid 1px #080808;
}

/*================== The list ========================*/

.RadRotator_BEEnterprise .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_BEEnterprise .rrButton
{
	background-image: url('Rotator/RotatorButtons.gif');
	background-repeat: no-repeat;
}

/* When LoadOnDemand */
.rrLoadingSign
{
    background: url('Common/loading_small.gif') no-repeat center;
}
/*-----------------------------------------------
Scheduler.BEEnterprise.css
-----------------------------------------------*/
/* RadScheduler Black skin */

/* common */
.RadScheduler_BEEnterprise,
.RadScheduler_BEEnterprise a,
.RadScheduler_BEEnterprise input,
.RadScheduler_BEEnterprise select,
.RadScheduler_BEEnterprise textarea
{
	font: normal 12px/14px "Segoe UI", Arial, sans-serif;
}

.RadScheduler_BEEnterprise,
.RadScheduler_BEEnterprise a
{
	color: #d6d6d6;
}

.RadScheduler_BEEnterprise input,
.RadScheduler_BEEnterprise select,
.RadScheduler_BEEnterprise textarea
{
	color: #000000;
}

.RadScheduler_BEEnterprise textarea,
.RadScheduler_BEEnterprise .rsAdvancedEdit .textareaWrapper,
.RadScheduler_BEEnterprise .rsAptEditFormWrapper .rsAptEditTextareaWrapper
{
	background-repeat: repeat-x;
	background-color: #cccccc;
	background-image: url('Scheduler/rsAppointmentBg.png');
}

.RadScheduler_BEEnterprise textarea
{
	background-position: -4px -7px;
}

/* header */

/* header sprites */
.RadScheduler_BEEnterprise .rsHeader,
.RadScheduler_BEEnterprise .rsHeader ul a:hover,
.RadScheduler_BEEnterprise .rsHeader ul a:hover span,
.RadScheduler_BEEnterprise .rsHeader .rsSelected,
.RadScheduler_BEEnterprise .rsHeader .rsSelected em,
.RadScheduler_BEEnterprise .rsHeader .rsDatePickerActivator,
.RadScheduler_BEEnterprise .rsHeader .rsPrevDay,
.RadScheduler_BEEnterprise .rsHeader .rsNextDay
{
	background-image: url('Scheduler/rsSprites.png');
}

.RadScheduler_BEEnterprise .rsHeader
{
	border: 1px solid #000000;
}

.RadScheduler_BEEnterprise .rsHeader,
.RadScheduler_BEEnterprise .rsHeader ul a:hover span
{
	color: #d97a4e;
}

.RadScheduler_BEEnterprise .rsHeader a,
.RadScheduler_BEEnterprise .rsHeader ul span,
.RadScheduler_BEEnterprise .rsHeader ul em
{
	color: #d6d6d6;
}

.RadScheduler_BEEnterprise .rsHeader .rsSelected em
{ 
	color: #ffffff;
}

/* content */

.RadScheduler_BEEnterprise .rsContent
{
	background: #000000;
}

/* <headers> */

.RadScheduler_BEEnterprise .rsHorizontalHeaderTable
{
	color: #d6d6d6;
	background: #1a1a1a;
}

.RadScheduler_BEEnterprise .rsHorizontalHeaderWrapper {
	border-color: #d1d1d1;
	background: #262626;
}

.RadScheduler_BEEnterprise .rsSpacerCell,
.RadScheduler_BEEnterprise .rsAllDayHeader,
.RadScheduler_BEEnterprise .rsVerticalHeaderWrapper,
.RadScheduler_BEEnterprise .rsVerticalHeaderTable
{
	background: #262626;
}

.RadScheduler_BEEnterprise .rsVerticalHeaderTable th
{
	border-color: #878787 #d1d1d1;
	color: #d6d6d6;
}

.RadScheduler_BEEnterprise .rsHorizontalHeaderTable th
{
	border-color: #000000;
	background-color: #1a1a1a;
	background-image: url('Scheduler/rsSprites.png');
}

.RadScheduler_BEEnterprise .rsVerticalHeaderTable th
{
	border-color: transparent #1a1a1a;
}
* html .RadScheduler_BEEnterprise .rsVerticalHeaderTable th { border-bottom-color: #1a1a1a; }

.RadScheduler_BEEnterprise .rsVerticalHeaderTable .rsAlt th
{
	border-color: #545454 #1a1a1a;
}

/* </headers> */

/* <all-day-row> */

.RadScheduler_BEEnterprise .rsAllDayRow
{
	background: #262626;
}

.RadScheduler_BEEnterprise .rsSpacerCell,
.RadScheduler_BEEnterprise .rsAllDayHeader,
.RadScheduler_BEEnterprise .rsVerticalHeaderTable .rsAllDayHeader
{
	border-color: #545454 #1a1a1a;
}

.RadScheduler_BEEnterprise .rsAllDayRow td
{
	border-color: #545454; 
	border-style: solid;
}

.RadScheduler_BEEnterprise .rsVerticalHeaderTable .rsMainHeader th
{
	border-bottom-color: #545454;
}

.RadScheduler_BEEnterprise .rsSpacerCell,
.RadScheduler_BEEnterprise .rsContent .rsAllDayHeader
{
	border-bottom-color: #545454;
}

/* </all-day-row> */

.RadScheduler_BEEnterprise .rsContent,
.RadScheduler_BEEnterprise .rsTopWrap .rsFooter
{
	border: 1px solid #000000;
	border-top: 0;
}

.RadScheduler_BEEnterprise .rsContentTable
{
	background-color: #4a4a4a;
}

.RadScheduler_BEEnterprise .rsContentTable td
{
	border-color: #4f4f4f;
	border-bottom-style: dotted;
}

.RadScheduler_BEEnterprise .rsContentTable .rsAlt td
{
	border-color: #545454 #4f4f4f;
	border-bottom-style: solid;
}

.RadScheduler_BEEnterprise .rsMonthView .rsOtherMonth
{
	background-color: #4f4f4f;
}

/* <appointments> */
.RadScheduler_BEEnterprise .rsApt .rsArrowTop,
.RadScheduler_BEEnterprise .rsApt .rsArrowBottom,
.RadScheduler_BEEnterprise .rsApt .rsArrowLeft,
.RadScheduler_BEEnterprise .rsApt .rsArrowRight,
.RadScheduler_BEEnterprise .rsApt .rsAptDelete,
.RadScheduler_BEEnterprise .rsApt .rsAptResize,
.RadScheduler_BEEnterprise .rsApt .rsAptReminder,
.RadScheduler_BEEnterprise .rsApt .rsAptRecurrence,
.RadScheduler_BEEnterprise .rsApt .rsAptRecurrenceException
{
	background-color: transparent;
	background-image: url('Scheduler/rsSprites.png');
	background-repeat: no-repeat;
}

.RadScheduler_BEEnterprise .rsAptCreate,
.RadScheduler_BEEnterprise .rsMonthView .rsAptCreate
{
	background-color: #2e2e2e;
	background-image: url('Scheduler/rsSprites.png');
	background-repeat: repeat-x;
}

.RadScheduler_BEEnterprise .rsAptCreateRow2,
.RadScheduler_BEEnterprise .rsMonthView .rsAptCreateRow2
{
	background-color: #2e2e2e;
	background-image: url('Scheduler/rsSprites.png');
	background-repeat: repeat-x;
}

.RadScheduler_BEEnterprise .rsNonWorkHour,
.RadScheduler_BEEnterprise .rsSunCol,
.RadScheduler_BEEnterprise .rsSatCol
{
	background-color: #404040;
}

.RadScheduler_BEEnterprise .rsAptCreateRow3,
.RadScheduler_BEEnterprise .rsMonthView .rsAptCreateRow3,
.RadScheduler_BEEnterprise .rsAptCreateRow4,
.RadScheduler_BEEnterprise .rsMonthView .rsAptCreateRow4,
.RadScheduler_BEEnterprise .rsAptCreateRow5,
.RadScheduler_BEEnterprise .rsMonthView .rsAptCreateRow5
{
	background: #2e2e2e;
}

.RadScheduler_BEEnterprise .rsAptContent,
.RadScheduler_BEEnterprise .rsFullTime 
{
	color: #000000;
}

.RadScheduler_BEEnterprise .rsSelectedSlot,
.RadScheduler_BEEnterprise .rsMonthView .rsSelectedSlot
{
    background: #292929;
    border-color: #171717;
}

.RadScheduler_BEEnterprise .rsContentTable td.rsAptCreate.rsSelectedSlot
{
    background: #171717;
    border-color: #080808;
}

.RadScheduler_BEEnterprise .rsContentTable td.rsSelectedSlot
{
    background: #292929;
    border-color: #171717;
}

/* <New appointment imageless rendering */
.RadScheduler_BEEnterprise .rsAptIn, 
.RadScheduler_BEEnterprise .rsAptMid, 
.RadScheduler_BEEnterprise .rsAptContent
{
    background-color: #cccccc;
	border-color: #141414;
}

.RadScheduler_BEEnterprise .rsAptContent
{
    background-image: url('Scheduler/rsAppointmentBg.png');
}
/* </New appointment imageless rendering> */

.RadScheduler_BEEnterprise .rsAptSimple
{
	background-color: #cccccc;
	border-color: #080808;
}

/* </appointments> */

/* <footer> */

.RadScheduler_BEEnterprise .rsFooter
{
	background-color: #1f1f1f;
	background-image: url('Scheduler/rsSprites.png');
	background-repeat: repeat-x;
}

.RadScheduler_BEEnterprise .rsFooter a
{
	color: #a6a6a6;
	background-color: transparent;
	background-image: url('Scheduler/rsSprites.png');
	background-repeat: no-repeat;
}

.RadScheduler_BEEnterprise div.rsFooter a:hover
{
	color: #d6d6d6;
}

/* </footer> */

/* <inline edit form> */

.RadScheduler_BEEnterprise .rsEditOptions a,
.RadScheduler_BEEnterprise .rsAptEditResizeHandle,
.RadScheduler_BEEnterprise .rsAptEditFormWrapper
{
	background-image: url('Scheduler/rsSprites.png');
}

.RadScheduler_BEEnterprise .rsAptEditFormOuter, /* top */
.RadScheduler_BEEnterprise .rsAptEditFormInner  /* bottom */
{
	background-image: url('Scheduler/rsInlineEditHSprite.png');
}

.RadScheduler_BEEnterprise .rsAptEditFormMiddle, /* left */
.RadScheduler_BEEnterprise .rsAptEditFormMiddle2 /* right */
{
	background-image: url('Scheduler/rsInlineEditVSprite.png');
}

.RadScheduler .rsAdvancedEdit .textareaWrapper,
.RadScheduler_BEEnterprise .rsAptEditFormWrapper .rsAptEditTextareaWrapper
{
	border-color: #000000;
	background-position: -4px -4px;
}

/* <inline edit form template and edit background> */

.RadScheduler_BEEnterprise .rsAptEditFormWrapper .rsTemplateWrapper,
.RadScheduler_BEEnterprise .rsAptEditFormWrapper .rsEditOptions 
{
	background: #1f1f1f;
}

/* </inline edit form template and edit background> */

/* </inline edit form> */

/* <advanced edit form> */

.RadScheduler_BEEnterprise .rsAdvancedEdit .rsAdvContentWrapper
{
	background: #212121;
	border: 1px solid #000000;
	border-top-color: #212121;
}

* html .RadScheduler_BEEnterprise div.rsAdvancedModal .rsAdvContentWrapper
{
	background: #030303;
}

* html .RadScheduler_BEEnterprise .rsAdvancedModal
{
    padding-left: 5px;
    padding-right: 5px;
}

/* <xref input skins> */

.RadScheduler_BEEnterprise .rsAdvancedEdit .rsAdvInput,
.RadScheduler_BEEnterprise .rsAdvancedEdit select
{
	border-color: #333333;
}

.RadScheduler_BEEnterprise .rsAdvancedEdit .rsInvalid textarea,
.RadScheduler_BEEnterprise .rsAdvancedEdit .rsInvalid input,
.RadScheduler_BEEnterprise .rsAdvancedEdit .rsAdvTimePicker .riEmpty
{
	background-image: url('Input/sprite.gif');
}

.RadScheduler_BEEnterprise .rsAdvancedEdit .rsInvalid
{
	border-color: #d67040; 
	color: #d67040;
}
/* </xref input skins> */

.RadScheduler_BEEnterprise .rsAdvancedEdit h2,
.RadScheduler_BEEnterprise .rsAdvancedEdit h3
{
	color: #d97a4e;
}

.RadScheduler_BEEnterprise .rsAdvancedEdit h2
{
	border-bottom: 1px solid #3b3b3b;
}

.RadScheduler_BEEnterprise .rsAdvancedEdit h2 span
{
	background: #212121;
}

.RadScheduler_BEEnterprise .rsAdvancedEdit .rsAdvancedSubmitArea
{
	border-color: #3b3b3b;
}

.RadScheduler_BEEnterprise .rsAdvancedEdit div.rsAdvancedSubmitArea a 
{
	color: #ffffff;
	background-image: url('Scheduler/rsSprites.png');
}

.RadScheduler_BEEnterprise .rsAdvancedEdit div.rsAdvancedSubmitArea a:hover
{
	color: #d97a4e;
}

/* </advanced edit form> */

/* <date/time picker> */

div.RadScheduler_BEEnterprise .rsTimePick .RadInput_BEEnterprise input.riEnabled,
div.RadScheduler_BEEnterprise .rsTimePick .RadInput_BEEnterprise input.riHover,
div.RadScheduler_BEEnterprise .rsTimePick .RadInput_BEEnterprise input.riFocused
{
	background-image: url('Scheduler/rsSprites.png');
	background-color: #454545;
}

/* </date/time picker> */

/* <modal dialogs> */

.RadScheduler_BEEnterprise .rsModalBgTopLeft,
.RadScheduler_BEEnterprise .rsModalBgTopRight,
.RadScheduler_BEEnterprise .rsModalBgBottomLeft,
.RadScheduler_BEEnterprise .rsModalBgBottomRight
{
    background-image: url('Scheduler/rsModalBg.png');
}

div.RadScheduler_BEEnterprise .rsAnimating
{
    background-image: url('Scheduler/rsModalBgIE6.png');
}

* html .RadScheduler_BEEnterprise .rsModalBgTopLeft,
* html .RadScheduler_BEEnterprise .rsModalBgTopRight,
* html .RadScheduler_BEEnterprise .rsModalBgBottomLeft,
* html .RadScheduler_BEEnterprise .rsModalBgBottomRight
{
    background-image: url('Scheduler/rsModalBgIE6.png');
}

.RadScheduler_BEEnterprise .rsAdvancedEdit .rsAdvTitle,
.RadScheduler_BEEnterprise .rsAdvancedEdit .rsAdvInnerTitle
{
    background-image: url('Scheduler/rsModalTitleBg.png');
}

.RadScheduler_BEEnterprise .rsAdvancedEdit a.rsAdvEditClose,
.RadScheduler_BEEnterprise .rsModalWrapper .rsModalWindowClose
{
	background-image: url('Scheduler/rsSprites.png');
	margin-top: -25px;
}

.RadScheduler_BEEnterprise .rsAdvancedEdit a.rsAdvEditClose:hover,
.RadScheduler_BEEnterprise .rsModalWrapper a.rsModalWindowClose:hover
{
	background-position: -78px -526px;
}

.RadScheduler_BEEnterprise .rsModalWrapper .rsModalTitle
{
	color: #d6d6d6;
	background-image: url('Scheduler/rsSprites.png');
}

.RadScheduler_BEEnterprise .rsModalWrapper .rsModalInner
{
	border-color: #000000;
	background: #454545;
}

.RadScheduler_BEEnterprise .rsModalWrapper .rsModalContent label
{
	color: #d6d6d6;
}

.RadScheduler_BEEnterprise .rsModalWrapper .rsModalIcon,
.RadScheduler_BEEnterprise .rsModalWrapper .rsModalButtons a
{
	background-image: url('Scheduler/rsSprites.png');
}


/* Inline Edit buttons + ModalDialog buttons */
.RadScheduler_BEEnterprise .rsModalWrapper .rsModalButtons a,
.RadScheduler_BEEnterprise .rsTopWrap .rsAptEditFormWrapper .rsEditOptions a
{
	color: #ffffff;
}

.RadScheduler_BEEnterprise .rsModalWrapper .rsModalButtons a:hover,
.RadScheduler_BEEnterprise .rsTopWrap .rsAptEditFormWrapper .rsEditOptions a:hover
{
	color: #d97a4e;
}

/* </modal dialogs> */

.RadScheduler_BEEnterprise .rsBottomIndicator .rsOvertimeArrow
{
	background: transparent url('Scheduler/rsSprites.png') no-repeat -180px -31px;
}        	

.RadScheduler_BEEnterprise .rsTopIndicator .rsOvertimeArrow
{
	background: transparent url('Scheduler/rsSprites.png') no-repeat -134px -31px;
}




.RadScheduler_BEEnterprise .rsAptSelected .rsAptIn,
.RadScheduler_BEEnterprise .rsAptSelected .rsAptMid,
.RadScheduler_BEEnterprise .rsAptSelected .rsAptContent {
	border-color: #000000;
	background-image: none;
}
/*-----------------------------------------------
SiteMap.BEEnterprise.css
-----------------------------------------------*/
.RadSiteMap_BEEnterprise .rsmLink,
.RadSiteMap_BEEnterprise .rsmTemplate
{
	font-family: "Segoe UI", Arial, sans-serif;
	border-bottom: 2px solid #3b3b3b;
	color: #cf744a;
}

.RadSiteMap_BEEnterprise .rsmLevel2 .rsmLink,
.RadSiteMap_BEEnterprise .rsmLevel2 .rsmTemplate,
.RadSiteMap_BEEnterprise .rsmThreeLevels .rsmLevel1 .rsmLink,
.RadSiteMap_BEEnterprise .rsmTwoLevels .rsmLevel1 .rsmLink,
.RadSiteMap_BEEnterprise .rsmOneLevel .rsmItem .rsmLink
{
	color: #dedede;
}

.RadSiteMap_BEEnterprise .rsmLink:hover
{
	color: #ffad87;
}

.RadSiteMap_BEEnterprise .rsmLevel2 .rsmLink:hover,
.RadSiteMap_BEEnterprise .rsmThreeLevels .rsmLevel1 .rsmLink:hover,
.RadSiteMap_BEEnterprise .rsmTwoLevels .rsmLevel1 .rsmLink:hover,
.RadSiteMap_BEEnterprise .rsmOneLevel .rsmItem .rsmLink:hover
{
	color: #cf744a;
	background: #2e2e2e url('SiteMap/rsmHover.png') repeat-x 0 0;
}

.RadSiteMap_BEEnterprise .rsmLevel .rsmNodeLines .rsmItem
{
	background-image: url('SiteMap/NodeLines.png');
}

/*-----------------------------------------------
Slider.BEEnterprise.css
-----------------------------------------------*/
/* RadSlider for ASP.NET AJAX Black Skin */
.RadSlider_BEEnterprise .rslTrack
{
	border-color:#080808;
}

.RadSlider_BEEnterprise .rslHorizontal a.rslHandle
{
	background-image:url('Slider/Handles.gif');
}

.RadSlider_BEEnterprise .rslHorizontal a.rslDraghandle
{
	background-image:url('Slider/DragHandle.gif');
}

.RadSlider_BEEnterprise .rslTop a.rslDraghandle
{
	background-image:url('Slider/DragHandleDown.gif');
}

.RadSlider_BEEnterprise .rslHorizontal .rslTrack
{
	background:url('Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_BEEnterprise .rslHorizontal .rslSelectedregion
{
	background:url('Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_BEEnterprise .rslVertical a.rslHandle
{
	background-image:url('Slider/HandlesVertical.gif');
}

.RadSlider_BEEnterprise .rslVertical .rslTrack
{
	background:url('Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_BEEnterprise .rslVertical .rslSelectedregion
{
	background:url('Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_BEEnterprise .rslVertical a.rslDraghandle
{
	background:url('Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_BEEnterprise .rslLeft a.rslDraghandle
{
	background:url('Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_BEEnterprise .rslItem,
.RadSlider_BEEnterprise .rslLargeTick span
{
	color:#d6d6d6;
}

.RadSlider_BEEnterprise .rslItemsWrapper .rslItemSelected
{
	color:#ffffff;
}

/* horizontal slider items */
.RadSlider_BEEnterprise .rslHorizontal .rslItem
{
	background-image:url('Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_BEEnterprise .rslVertical .rslItem
{
	background-image:url('Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_BEEnterprise .rslTop .rslSmallTick,
.RadSlider_BEEnterprise .rslBottom .rslSmallTick
{
	background-image:url('Slider/SmallChangeHorizontal.gif');
}

.RadSlider_BEEnterprise .rslTop .rslLargeTick,
.RadSlider_BEEnterprise .rslBottom .rslLargeTick
{
	background-image:url('Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_BEEnterprise .rslLeft .rslSmallTick,
.RadSlider_BEEnterprise .rslRight .rslSmallTick
{
	background-image:url('Slider/SmallChangeVertical.gif');
}

.RadSlider_BEEnterprise .rslLeft .rslLargeTick,
.RadSlider_BEEnterprise .rslRight .rslLargeTick
{
	background-image:url('Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_BEEnterprise .rslMiddle .rslSmallTick
{
	background-image:url('Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_BEEnterprise .rslMiddle .rslLargeTick
{
	background-image:url('Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_BEEnterprise .rslCenter .rslSmallTick
{
	background-image:url('Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_BEEnterprise .rslCenter .rslLargeTick
{
	background-image:url('Slider/LargelChangeCenterVertical.gif');
}
/*-----------------------------------------------
SocialShare.BEEnterprise.css
-----------------------------------------------*/
/* RadSocialShare Black Skin */

.RadSocialShare_BEEnterprise
{
	border: 1px solid #080808;
	background-color: #454545;
}

.RadSocialShare_BEEnterprise .sshLinkItem .sshText,
.RadComboBoxDropDown_BEEnterprise .rcbItem .sshLinkItem .sshText
{
	color: #ffffff;
}

.RadSocialShare_BEEnterprise .sshLinkItem:hover .sshText,
.RadComboBoxDropDown_BEEnterprise .rcbHovered .sshLinkItem .sshText
{
	color: #d97a4e;
}

.RadComboBox_BEEnterprise.sshComboWrapper td.rcbArrowCellRight,
.RadComboBox_BEEnterprise.sshComboWrapper .rcbFocused td.rcbArrowCellRight
{
	background-position: right -154px;
}

/* Form color override */
.RadWindow_BEEnterprise .sshForm label
{
	color: #ffffff;
}

/*-----------------------------------------------
Splitter.BEEnterprise.css
-----------------------------------------------*/
/* RadSplitter for ASP.NET AJAX - Black Skin */

/* Borders */
.RadSplitter_BEEnterprise,
.RadSplitter_BEEnterprise .rspPaneTabContainer,

/* Vertical RadSplitter items */
.RadSplitter_BEEnterprise .rspPane, 
.RadSplitter_BEEnterprise .rspResizeBar,
.RadSplitter_BEEnterprise .rspSlideContainerResize,

/* Horizontal RadSplitter items */
.RadSplitter_BEEnterprise .rspPaneHorizontal,
.RadSplitter_BEEnterprise .rspResizeBarHorizontal,
.RadSplitter_BEEnterprise .rspSlideContainerResizeHorizontal
{
	border-color:#474747;
}

/* When ShowContentDuringLoad="false" */
.RadSplitter_BEEnterprise .rspLoading
{
    background-image: url('Common/loading.gif');
}

/* RadSplitBar/RadSlidingPane resize elements */
.RadSplitter_BEEnterprise .rspResizeBar,
.RadSplitter_BEEnterprise .rspSlideContainerResize
{
	background:#7d7d7d url('Splitter/ResizeBarVerticalSprites.gif') repeat-y 0 0;
	border-right-color:#000000;
}

.RadSplitter_BEEnterprise .rspResizeBarOver,
.RadSplitter_BEEnterprise .rspSlideContainerResizeOver
{
    background-position:-4px 0;    
}

.RadSplitter_BEEnterprise .rspResizeBarHorizontal,
.RadSplitter_BEEnterprise .rspSlideContainerResizeHorizontal
{
	background:#7d7d7d url('Splitter/ResizeBarHorizontalSprites.gif') repeat-x 0 0;
	border-bottom-color:#000000;
}

.RadSplitter_BEEnterprise .rspResizeBarOverHorizontal,
.RadSplitter_BEEnterprise .rspSlideContainerResizeOverHorizontal
{
    background-position:0 -4px;
}

/* RadSlidingPane tab */
.RadSplitter_BEEnterprise .rspPaneTabContainer,
/* RadSlidingPane buttons */
.RadSplitter_BEEnterprise .rspSlideHeaderDockIcon,
.RadSplitter_BEEnterprise .rspSlideHeaderUndockIcon,
.RadSplitter_BEEnterprise .rspSlideHeaderCollapseIcon,
/* RadSplitBar buttons */
.RadSplitter_BEEnterprise .rspCollapseBarExpand,
.RadSplitter_BEEnterprise .rspCollapseBarCollapse,

.RadSplitter_BEEnterprise .rspCollapseBarHorizontalExpand,
.RadSplitter_BEEnterprise .rspCollapseBarHorizontalCollapse
{
    background-image:url('Splitter/ExpandCollapseBarsCommands.gif');
    background-repeat:no-repeat;
}

/* RadSlidingPane tab */
.RadSplitter_BEEnterprise .rspPaneTabContainer
{
    background-position:-81px 0;
    background-repeat:repeat-y;
    background-color:#7d7d7d;
}

/* RadSplitBar buttons */
.RadSplitter_BEEnterprise .rspCollapseBarCollapse
{	
	background-position:0 0;
}
.RadSplitter_BEEnterprise .rspCollapseBarCollapseOver
{
    background-position:-192px 0;
}

.RadSplitter_BEEnterprise .rspCollapseBarExpand
{	
	background-position:-4px 0;
}
.RadSplitter_BEEnterprise .rspCollapseBarExpandOver
{
    background-position:-196px 0;
}

.RadSplitter_BEEnterprise .rspCollapseBarHorizontalExpand
{
    background-position:-8px -4px;
}
.RadSplitter_BEEnterprise .rspCollapseBarHorizontalExpandOver
{
    background-position:-8px -12px;
}

.RadSplitter_BEEnterprise .rspCollapseBarHorizontalCollapse
{
    background-position:-8px 0;
}
.RadSplitter_BEEnterprise .rspCollapseBarHorizontalCollapseOver
{
    background-position:-8px -8px;
}

/* RadSlidingPane buttons */
.RadSplitter_BEEnterprise .rspSlideHeaderUndockIcon
{
	background-position:-50px 0;
}

.RadSplitter_BEEnterprise .rspSlideHeaderDockIcon
{
	background-position:-35px 0;
}

.RadSplitter_BEEnterprise .rspSlideHeaderCollapseIcon
{
	background-position:-65px 0;
}

/* RadSlidingPane header */
.RadSplitter_BEEnterprise .rspSlideHeader, 
/* RadSlidingPane title */
.RadSplitter_BEEnterprise .rspSlideTitleContainer,
/* RadSlidingPane tab, SlideDirection=Top/Bottom */
.RadSplitter_BEEnterprise .rspBottom .rspPaneTabContainer,
.RadSplitter_BEEnterprise .rspTop .rspPaneTabContainer
{
	background-image:url('Splitter/slideTitleContainerBgr.gif');
	background-repeat:repeat-x;
}

.RadSplitter_BEEnterprise .rspBottom .rspPaneTabContainer,
.RadSplitter_BEEnterprise .rspTop .rspPaneTabContainer
{
    background-position:0 -1px;
}

/* RadSlidingPane header elements */
.RadSplitter_BEEnterprise .rspSlideTitleContainer,
.RadSplitter_BEEnterprise .rspSlideHeaderIconWrapper
{
	border-bottom:solid 1px #474747;
}

/* RadSlidingPane title text */
.RadSplitter_BEEnterprise .rspSlideTitle,
/* RadSlidingPane tab text */
.RadSplitter_BEEnterprise .rspPaneTabText
{
	font:normal 10px "Segoe UI", Arial, Sans-serif;
	color:#ffffff;
}
.RadSplitter_BEEnterprise .rspSlideTitle
{	
	font-size:12px;
}
.RadSplitter_BEEnterprise .rspPane,
.RadSplitter_BEEnterprise .rspPaneHorizontal,
.RadSplitter_BEEnterprise .rspSlideContent
{
    color:#ffffff;
}

/* RadSlidingPane content - this element should not be transparent as it shows above content in adjacent RadPanes */
.RadSplitter_BEEnterprise .rspSlideContent
{
	background-color:#212121;
}
/*-----------------------------------------------
TabStrip.BEEnterprise.css
-----------------------------------------------*/
.RadTabStrip_BEEnterprise .rtsLI,
.RadTabStrip_BEEnterprise .rtsLink
{
	color: #d6d6d6;
	font: 12px/26px "Segoe UI", Arial, sans-serif;
}

.RadTabStrip_BEEnterprise .rtsLevel .rtsLink:hover,
.RadTabStrip_BEEnterprise .rtsLevel .rtsSelected,
.RadTabStrip_BEEnterprise .rtsLevel .rtsSelected:hover
{
	text-decoration: underline;
}

.RadTabStrip_BEEnterprise .rtsLevel1 .rtsLink:hover,
.RadTabStrip_BEEnterprise .rtsLevel1 .rtsSelected,
.RadTabStrip_BEEnterprise .rtsLevel1 .rtsSelected:hover
{
	text-decoration: none;
}

.RadTabStrip_BEEnterprise .rtsSelected
{
	color: #d97a4e;
}

.RadTabStrip_BEEnterprise .rtsLink:hover
{
	color: #000000;
}

.RadTabStripLeft_BEEnterprise .rtsSeparator,
.RadTabStripRight_BEEnterprise .rtsSeparator
{
	background: #000000;
}

/* <focus cue> */
div.RadTabStrip_BEEnterprise a.rtsLink:focus
{
    outline-color: #dedede;
}

div.RadTabStrip_BEEnterprise a.rtsLink:focus:after
{
    border-color /*\**/: #dedede\9;
}
/* </focus cue> */

/* <disabled tabs> */
.RadTabStrip_BEEnterprise .rtsDisabled
{
	color: #787878;
}
/* </disabled tabs> */

/* <scrolling arrows> */
.RadTabStrip_BEEnterprise .rtsNextArrow,
.RadTabStrip_BEEnterprise .rtsPrevArrow,
.RadTabStrip_BEEnterprise .rtsPrevArrowDisabled,
.RadTabStrip_BEEnterprise .rtsNextArrowDisabled
{
	background-image: url('TabStrip/TabStripStates.png');
}
/* </scrolling arrows> */

/* <tab backgrounds> */

.RadTabStripTop_BEEnterprise .rtsLevel { background: #212121; }

.RadTabStripTop_BEEnterprise .rtsLevel1 { background-color: transparent; }

.RadTabStripTop_BEEnterprise .rtsLevel .rtsLink,
.RadTabStripTop_BEEnterprise .rtsLevel .rtsOut { background-image: none; }

.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsLink,
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsOut,
.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsLink,
.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsOut,
.RadTabStripTop_BEEnterprise_Baseline .rtsLevel1,
.RadTabStripBottom_BEEnterprise_Baseline .rtsLevel1 { background-image: url('TabStrip/TabStripStates.png'); }

.RadTabStripLeft_BEEnterprise .rtsLink,
.RadTabStripRight_BEEnterprise .rtsLink { background-image: url('TabStrip/TabStripVStates.png'); }

.RadTabStripLeft_BEEnterprise .rtsLast .rtsLink,
.RadTabStripRight_BEEnterprise .rtsLast .rtsLink
{
	border-bottom: 1px solid #0a0a0a;
}

/* </tab backgrounds> */

/* <background positioning: overlapping tabs> */

/* <orientation: top> */

/* joe - change value to 0 -52px for angled tabs */
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsLink { background-position: 0 0px; }
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsFirst .rtsLink { background-position: 0 0; }
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsOut { background-position: 100% -52px; }
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsLast .rtsOut { background-position: 100% 0; }

.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsLI .rtsSelected { background-position: 0 -26px; }
/* joe */
.RadTabStrip_BEEnterprise .rtsLevel1 .rtsLI .rtsLink:hover { background-position: 0 -26px; }
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsSelected .rtsOut { background-position: 100% -78px; }
/* joe */
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsLink:hover .rtsOut { background-position: 100% -78px; }
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsLI .rtsAfter { background-position: 0 -78px; }

.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsLast .rtsSelected .rtsOut { background-position: 100% -26px; }
/* joe */
.RadTabStripTop_BEEnterprise .rtsLevel1 .rtsLast .rtsLink:hover .rtsOut { background-position: 100% -26px; }

.RadTabStripTop_BEEnterprise_Baseline .rtsLevel1 { background-position: 0 100%; background-repeat: repeat-x; }

/* </orientation: top> */

/* <orientation: bottom> */

.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsLink { background-position: 0 -130px; }
.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsFirst .rtsLink { background-position: 0 -182px; }
.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsOut { background-position: 100% -130px; }
.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsLast .rtsOut { background-position: 100% -182px; }

.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsLI .rtsSelected { background-position: 0 -156px; }

.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsSelected .rtsOut { background-position: 100% -104px; }

.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsLI .rtsAfter { background-position: 0 -104px; }

.RadTabStripBottom_BEEnterprise .rtsLevel1 .rtsLast .rtsSelected .rtsOut { background-position: 100% -156px; }


.RadTabStripBottom_BEEnterprise_Baseline .rtsLevel1 { background-position: 0 -599px; background-repeat: repeat-x; }

/* </orientation: bottom> */

/* <orientation: right> */

.RadTabStripRight_BEEnterprise .rtsUL .rtsLink,
.RadTabStripRight_BEEnterprise .rtsUL .rtsLI .rtsDisabled:hover { background-position: 100% 0; text-align: left; }
.RadTabStripRight_BEEnterprise .rtsUL .rtsLink:hover { background-position: 100% -400px; }
.RadTabStripRight_BEEnterprise .rtsUL .rtsSelected,
.RadTabStripRight_BEEnterprise .rtsUL .rtsSelected:hover { background-position: 100% -400px; }

/* </orientation: right> */

/* <orientation: top (RTL)> */

.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLink
{
	padding-left: 0;
	padding-right: 9px;
}

.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsOut
{
	padding-left: 9px;
	padding-right: 0;
}

.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLink,
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsOut { background-image: url('TabStrip/TabStripStates_rtl.png'); }

.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLink { background-position: 100% -52px; }
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsFirst .rtsLink { background-position: 100% 0; }
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsOut { background-position: 0 -52px; }
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLast .rtsOut { background-position: 0 0; }

.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLI .rtsSelected { background-position: 100% -26px; }
/* joe */
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLI .rtsLink:hover { background-position: 100% -26px;}
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsSelected .rtsOut { background-position: 0 -78px; }
/* joe */
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLink:hover .rtsOut { background-position: 0 -78px;}
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLI .rtsAfter { background-position: 100% -78px; }

.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLast .rtsSelected .rtsOut { background-position: 0 -26px; }
/* joe */
.RadTabStripTop_BEEnterprise_rtl .rtsLevel1 .rtsLast .rtsLink:hover .rtsOut { background-position: 0 -26px;}

/* </orientation: top (RTL)> */

/* </background positioning: overlapping tabs> */


 div.RadTabStrip_BEEnterprise .rtsLink {

	color: rgb(238, 238, 238);

	font-family: Arial;

}

 div.RadTabStrip_BEEnterprise .rtsSelected {

	color: rgb(0, 0, 0);

}

 div.RadTabStrip_BEEnterprise .rtsSelected:hover {

	color: rgb(0, 0, 0);

}

div.RadTabStrip_BEEnterprise .rtsLink:hover {

	color: rgb(0, 0, 0);

}


/*-----------------------------------------------
TagCloud.BEEnterprise.css
-----------------------------------------------*/
.RadTagCloud_BEEnterprise
{
	background: #2e2e2e;
	border: 1px dotted #3b3b3b;
}
.RadTagCloud_BEEnterprise .rtcTagList .rtcTagItem
{
	color: #ededed;
}
.RadTagCloud_BEEnterprise .rtcTagList .rtcTagItem:hover
{
	color: #cf744a;
}
.RadTagCloud_BEEnterprise .rtcTagList .rtcTagItem a
{
	color: #dedede;
}
.RadTagCloud_BEEnterprise .rtcTagList .rtcTagItem a:hover
{
	color: #cf744a;
	background: #4f4f4f;
}
/* Disabled state */
.RadTagCloud_BEEnterprise.rtcDisabled .rtcTagList .rtcTagItem, 
.RadTagCloud_BEEnterprise.rtcDisabled .rtcTagList .rtcTagItem a
{
	color: #666666 !important;
}
.RadTagCloud_BEEnterprise.rtcDisabled .rtcTagList .rtcTagItem:hover, 
.RadTagCloud_BEEnterprise.rtcDisabled .rtcTagList .rtcTagItem a:hover
{
	color: #666666 !important;
}

/* Loading image */
.rtcLoading.RadTagCloud_BEEnterprise
{
	background-image: url('Common/loading_small.gif');
}
/*-----------------------------------------------
ToolBar.BEEnterprise.css
-----------------------------------------------*/
/* <RadToolBar / Black> */

/* <tool wrapper> */

/* <horizontal> */

.RadToolBar_BEEnterprise .rtbOuter
{
	border: 1px solid #0d0d0d;
}

.RadToolBar_BEEnterprise .rtbMiddle
{
	border: 1px solid #000000;
	background: #000000 url('ToolBar/rtbControlBg.png') repeat-x 0 0;
}

/* </horizontal> */

/* <vertical> */

.RadToolBar_BEEnterprise_Vertical .rtbMiddle
{
	background: transparent url('ToolBar/rtbVerticalControlBg.png') repeat-y 0 0;
}

/* </vertical> */

/* </tool wrapper> */

/* <buttons> */

.RadToolBar_BEEnterprise .rtbWrap,
.RadToolBar_BEEnterprise .rtbTemplate
{
	font: normal 12px/20px "Segoe UI", Arial, sans-serif;
	color: #ffffff;
}

/* <button states> */

.RadToolBar_BEEnterprise .rtbSplBtnFocused .rtbWrap, .RadToolBar_BEEnterprise .rtbSplBtnFocused .rtbOut, .RadToolBar_BEEnterprise .rtbSplBtnFocused .rtbMid, .RadToolBar_BEEnterprise .rtbSplBtnFocused .rtbIn,
.RadToolBar_BEEnterprise .rtbItemFocused .rtbWrap, .RadToolBar_BEEnterprise .rtbItemFocused .rtbOut, .RadToolBar_BEEnterprise .rtbItemFocused .rtbMid, .RadToolBar_BEEnterprise .rtbItemFocused .rtbIn,
.RadToolBar_BEEnterprise .rtbItemHovered .rtbWrap, .RadToolBar_BEEnterprise .rtbItemHovered .rtbOut, .RadToolBar_BEEnterprise .rtbItemHovered .rtbMid, .RadToolBar_BEEnterprise .rtbItemHovered .rtbIn
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('ToolBar/rtbHoverBg.png');
}

.RadToolBar_BEEnterprise .rtbItemClicked .rtbWrap, .RadToolBar_BEEnterprise .rtbItemClicked .rtbOut, .RadToolBar_BEEnterprise .rtbItemClicked .rtbMid, .RadToolBar_BEEnterprise .rtbItemClicked .rtbIn
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('ToolBar/rtbClickedBg.png');
}

.RadToolBar_BEEnterprise .rtbSplBtnExpanded .rtbWrap, .RadToolBar_BEEnterprise .rtbSplBtnExpanded .rtbOut, .RadToolBar_BEEnterprise .rtbSplBtnExpanded .rtbMid, .RadToolBar_BEEnterprise .rtbSplBtnExpanded .rtbIn,
.RadToolBar_BEEnterprise .rtbDropDownExpanded .rtbWrap, .RadToolBar_BEEnterprise .rtbDropDownExpanded .rtbOut, .RadToolBar_BEEnterprise .rtbDropDownExpanded .rtbMid, .RadToolBar_BEEnterprise .rtbDropDownExpanded .rtbIn,
.RadToolBar_BEEnterprise .rtbChecked .rtbWrap, .RadToolBar_BEEnterprise .rtbChecked .rtbOut, .RadToolBar_BEEnterprise .rtbChecked .rtbMid, .RadToolBar_BEEnterprise .rtbChecked .rtbIn,
.RadToolBar_BEEnterprise li.rtbChecked .rtbWrap:hover, .RadToolBar_BEEnterprise li.rtbChecked .rtbWrap:hover .rtbOut, .RadToolBar_BEEnterprise li.rtbChecked .rtbWrap:hover .rtbMid, .RadToolBar_BEEnterprise li.rtbChecked .rtbWrap:hover .rtbIn
{
	background-image: url('ToolBar/rtbActiveBg.png');
	background-color: transparent;
	background-repeat: no-repeat;
}

.RadToolBar_BEEnterprise .rtbItemFocused .rtbWrap,
.RadToolBar_BEEnterprise .rtbItemHovered .rtbWrap
{
	color: #ffffff;
}

.RadToolBar_BEEnterprise .rtbDropDownExpanded .rtbWrap,
.RadToolBar_BEEnterprise .rtbSplBtnExpanded .rtbWrap,
.RadToolBar_BEEnterprise .rtbChecked .rtbWrap,
.RadToolBar_BEEnterprise .rtbItemClicked .rtbWrap
{
	color: #000000;
}

/* </button states> */

/* <Drop Down Arrows> */


.RadToolBar_BEEnterprise .rtbSplBtn .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItem .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbChoiceArrow 
{
	background-image: url('ToolBar/rtbDropArrows.png');
}

* html .RadToolBar_BEEnterprise .rtbSplBtn .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItem .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbChoiceArrow 
{
	background-image: url('ToolBar/rtbDropArrows.gif');
}

.RadToolBar_BEEnterprise .rtbExpandUp .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbExpandUp .rtbVOriented .rtbChoiceArrow
{
	background-image: url('ToolBar/rtbUpArrows.png');
}

* html .RadToolBar_BEEnterprise .rtbExpandUp .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbExpandUp .rtbVOriented .rtbChoiceArrow
{
	background-image: url('ToolBar/rtbUpArrows.gif');
}

.RadToolBar_BEEnterprise .rtbSplBtnHovered .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbSplBtnHovered .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItemHovered .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItemHovered .rtbChoiceArrow
{
	background-color: transparent;
	background-image: url('ToolBar/rtbHoverDropArrows.png');
	background-repeat: no-repeat;
}

* html .RadToolBar_BEEnterprise .rtbSplBtnHovered .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbSplBtnHovered .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItemHovered .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItemHovered .rtbChoiceArrow
{
	background-image: url('ToolBar/rtbHoverDropArrows.gif');
}

.RadToolBar_BEEnterprise .rtbSplBtnHovered .rtbExpandUp .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbSplBtnHovered .rtbExpandUp .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItemHovered .rtbExpandUp .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItemHovered .rtbExpandUp .rtbChoiceArrow
{
	background-image: url('ToolBar/rtbHoverUpArrows.png');
}

* html .RadToolBar_BEEnterprise .rtbSplBtnHovered .rtbExpandUp .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbSplBtnHovered .rtbExpandUp .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItemHovered .rtbExpandUp .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItemHovered .rtbExpandUp .rtbChoiceArrow
{
	background-image: url('ToolBar/rtbHoverUpArrows.gif');
}

.RadToolBar_BEEnterprise .rtbSplBtnClicked .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbSplBtnClicked .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItemClicked .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItemClicked .rtbChoiceArrow
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('ToolBar/rtbClickedDropArrows.png');
}

* html .RadToolBar_BEEnterprise .rtbSplBtnClicked .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbSplBtnClicked .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItemClicked .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItemClicked .rtbChoiceArrow
{
	background-image: url('ToolBar/rtbClickedDropArrows.gif');
}

.RadToolBar_BEEnterprise .rtbSplBtnClicked .rtbExpandUp .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbSplBtnClicked .rtbExpandUp .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItemClicked .rtbExpandUp .rtbVOriented .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbItemClicked .rtbExpandUp .rtbChoiceArrow
{
	background-image: url('ToolBar/rtbClickedUpArrows.png');
}

* html .RadToolBar_BEEnterprise .rtbSplBtnClicked .rtbExpandUp .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbSplBtnClicked .rtbExpandUp .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItemClicked .rtbExpandUp .rtbVOriented .rtbChoiceArrow,
* html .RadToolBar_BEEnterprise .rtbItemClicked .rtbExpandUp .rtbChoiceArrow
{
	background-image: url('ToolBar/rtbClickedUpArrows.gif');
}

/* </Drop Down Arrows> */

.RadToolBar_BEEnterprise_Horizontal li.rtbSeparator 
{
	border-left: 1px solid #171717;
	background: #5c5c5c;
}

.RadToolBar_BEEnterprise_Vertical li.rtbSeparator
{
	border-top: 1px solid #171717;
	background: #5c5c5c;
}

/* </buttons> */


/* <disabled states> */

.RadToolBar_BEEnterprise .rtbDisabled .rtbWrap:hover,
.RadToolBar_BEEnterprise .rtbDisabled .rtbWrap:hover .rtbOut,
.RadToolBar_BEEnterprise .rtbDisabled .rtbWrap:hover .rtbMid,
.RadToolBar_BEEnterprise .rtbDisabled .rtbWrap:hover .rtbIn
{
	background-image: none;
}

.RadToolBar_BEEnterprise .rtbDisabled .rtbWrap { color: #878787\9 }

.RadToolBar_BEEnterprise .rtbDisabled .rtbChoiceArrow,
.RadToolBar_BEEnterprise .rtbDisabled .rtbWrap .rtbChoiceArrow
{ background-image: url('ToolBar/rtbDropArrows.gif')\9 }

@media screen and (-webkit-min-device-pixel-ratio:0)  /* WebKit alpha + opacity/cleartype bug, like IE wasn't enough... */
{
	.RadToolBar_BEEnterprise .rtbDisabled .rtbWrap { color: #878787; }
	
	.RadToolBar_BEEnterprise .rtbDisabled .rtbChoiceArrow,
	.RadToolBar_BEEnterprise .rtbDisabled .rtbWrap .rtbChoiceArrow
	{
		background-image: url('ToolBar/rtbDropArrows.gif');
	}
}

/* </disabled states */

/* <drop-down> */

/* <Drop Down rounded corners and shadows> */

.RadToolBarDropDown_BEEnterprise .rtbTopFix,
.RadToolBarDropDown_BEEnterprise .rtbBottomFix,
.RadToolBarDropDown_BEEnterprise .rtbGroup
{
	background-image: url('ToolBar/rtbDropDownBg.png');
	background-color: #4f4f4f;
	background-repeat: repeat-y;
}

.RadToolBarDropDown_BEEnterprise .rtbBottomLeft,
.RadToolBarDropDown_BEEnterprise .rtbRoundedCorners
{
	background-image:  url('ToolBar/rtbRoundedLeft.png');
	background-color: transparent;
	background-repeat: no-repeat;
}

.RadToolBarDropDown_BEEnterprise .rtbTopRight,
.RadToolBarDropDown_BEEnterprise .rtbBottomRight
{
	background-image:  url('ToolBar/rtbRoundedRight.png');
	background-color: transparent;
	background-repeat: no-repeat;
}

.RadToolBarDropDown_BEEnterprise .rtbTopFix,
.RadToolBarDropDown_BEEnterprise .rtbBottomFix,
.RadToolBarDropDown_BEEnterprise .rtbRoundedCorners .rtbFirst
{
	border-color: #000000;
}

.RadToolBarDropDown_BEEnterprise_rtl .rtbBottomLeft,
.RadToolBarDropDown_BEEnterprise_rtl .rtbRoundedCorners
{
	background-image: url('ToolBar/rtbRoundedLeft_rtl.png');
}

.RadToolBarDropDown_BEEnterprise_rtl .rtbTopRight,
.RadToolBarDropDown_BEEnterprise_rtl .rtbBottomRight
{
	background-image: url('ToolBar/rtbRoundedRight_rtl.png');
}

.RadToolBarDropDown_BEEnterprise_rtl div.rtbTopFix,
.RadToolBarDropDown_BEEnterprise_rtl div.rtbBottomFix,
.RadToolBarDropDown_BEEnterprise_rtl .rtbGroup
{
	background-position: 100% 0;
}

/* </Drop Down rounded corners and shadows> */

.RadToolBarDropDown_BEEnterprise
{
	border-color: #000000;
	background-color: #4f4f4f;
	background-image: url('ToolBar/rtbDropDownBg.png');
}

.RadToolBarDropDown_BEEnterprise .rtbWrap,
.RadToolBarDropDown_BEEnterprise .rtbTemplate
{
	font-weight: normal;
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #000000;
}

.RadToolBarDropDown_BEEnterprise .rtbItemHovered,
.RadToolBarDropDown_BEEnterprise .rtbItemFocused,
.RadToolBarDropDown_BEEnterprise .rtbItemHovered .rtbWrap,
.RadToolBarDropDown_BEEnterprise .rtbItemFocused .rtbWrap
{
	color: #ffffff;
	background-image: url('ToolBar/rtbDropDownHover.png');
}

.RadToolBarDropDown_BEEnterprise .rtbDisabled .rtbWrap
{
	color: #999999;
}

.RadToolBarDropDown_BEEnterprise .rtbSeparator
{
	border-color: #383838;
	background: #616161;
}

/* </drop-down> */

/* </RadToolBar / Black> */

/*-----------------------------------------------
ToolTip.BEEnterprise.css
-----------------------------------------------*/
/* RadToolTip Black Skin */

.RadToolTip_BEEnterprise.rtLoading
{	
	background: url('Common/loading.gif') no-repeat center;
}

div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperTopLeft,
div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperTopRight,
div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperBottomLeft,
div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperBottomRight,
div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperTopCenter,
div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperBottomCenter,
div.RadToolTip_BEEnterprise table.rtShadow td.rtWrapperTopLeft,
div.RadToolTip_BEEnterprise table.rtShadow td.rtWrapperTopRight,
div.RadToolTip_BEEnterprise table.rtShadow td.rtWrapperBottomLeft,
div.RadToolTip_BEEnterprise table.rtShadow td.rtWrapperBottomRight,
div.RadToolTip_BEEnterprise table.rtShadow td.rtWrapperTopCenter,
div.RadToolTip_BEEnterprise table.rtShadow td.rtWrapperBottomCenter,
div.RadToolTip_BEEnterprise a.rtCloseButton
{
	background-image: url('ToolTip/ToolTipSprites.png');
}

div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperLeftMiddle,
div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperRightMiddle,
div.RadToolTip_BEEnterprise table.rtShadow td.rtWrapperLeftMiddle,
div.RadToolTip_BEEnterprise table.rtShadow td.rtWrapperRightMiddle
{
	background-image:  url('ToolTip/ToolTipVerticalSprites.png');
}

div.RadToolTip_BEEnterprise table.rtWrapper td.rtWrapperContent
{
	background-color: #cccccc;
	color: #000000;
}

div.RadToolTip_BEEnterprise div.rtTitlebar
{	
	color: #000000;
}

div.RadToolTip_BEEnterprise div.rtCallout
{
	background-image: url('ToolTip/Callouts.gif');
}
/*-----------------------------------------------
TreeList.BEEnterprise.css
-----------------------------------------------*/
/* Telerik RadTreeList Black Skin */

/*global*/

.RadTreeList_BEEnterprise,
.rtlCEdit div.RadTreeList_BEEnterprise
{
	border-color:#080808;
	background:#4f4f4f;
	color:#d6d6d6;
}

.RadTreeList_BEEnterprise .rtlAdd,
.RadTreeList_BEEnterprise .rtlEdit,
.RadTreeList_BEEnterprise .rtlUpdate,
.RadTreeList_BEEnterprise .rtlCancel,
.RadTreeList_BEEnterprise .rtlDel
{
	background-image:url('Grid/sprite.gif');    
}


.RadTreeList_BEEnterprise .rtlTable
{
	font:12px/16px "segoe ui",arial,sans-serif;
}

.RadTreeList_BEEnterprise .rtlHeader
{
	background:#1a1a1a 0 -2300px repeat-x url('Grid/sprite.gif');
}

.RadTreeList_BEEnterprise .rtlHeader,
.RadTreeList_BEEnterprise .rtlHeader a
{
	color:#ffffff;
}

.RadTreeList_BEEnterprise .rtlHeader,
.RadTreeList_BEEnterprise .rtlHeader th
{
	border-color:#000000;
}

.RadTreeList_BEEnterprise .rtlScroller 
{
	border-color:#2b2b2b;    
}

.RadTreeList_BEEnterprise .rtlA
{
	background-color:#4a4a4a;
}

.RadTreeList_BEEnterprise .rtlRFooter
{
	background-color:#2e2e2e;
}

.RadTreeList_BEEnterprise .rtlREdit
{
    background-color:#212121;
}

.rtlCEdit .RadTreeList_BEEnterprise 
{
    border-right:1px solid;
    border-top:1px solid;
}

.RadTreeList_BEEnterprise .rtlR td,
.RadTreeList_BEEnterprise .rtlA td,
.RadTreeList_BEEnterprise .rtlREdit td,
.RadTreeList_BEEnterprise .rtlRFooter td,
.RadTreeList_BEEnterprise .rtlEditForm
{
	border-color:#2b2b2b;
}

.RadTreeList_BEEnterprise .rtlR a,
.RadTreeList_BEEnterprise .rtlA a,
.RadTreeList_BEEnterprise .rtlREdit a,
.RadTreeList_BEEnterprise .rtlEditForm a
{
	color:#ffffff;
}

.RadTreeList_BEEnterprise .rtlRSel
{
	background:#303030 0 -3900px repeat-x url('Grid/sprite.gif');
	color:#ffffff;
}

.RadTreeList_BEEnterprise .rtlRActive,
.RadTreeList_BEEnterprise .rtlRSel td
{
	border-color:#1f1f1f;
}

.RadTreeList_BEEnterprise .rtlRActive
{
    background:#2e2e2e 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#d97a4e;
}

.RadTreeList_BEEnterprise .rtlVBorders td.rtlL,
.RadTreeList_BEEnterprise .rtlLines td.rtlL
{
	background-color:#212121;
}

.RadTreeList_BEEnterprise .rtlDrag,
.RadTreeList_BEEnterprise .rtlExpand,
.RadTreeList_BEEnterprise .rtlCollapse
{
	background-image:url('TreeList/sprite.gif');
}

.RadTreeList_BEEnterprise .rtlExpand
{
	background-position:0 0;
}

.RadTreeList_BEEnterprise .rtlCollapse
{
	background-position:0 -50px;
}

.RadTreeList_BEEnterprise .rtlSortAsc,
.RadTreeList_BEEnterprise .rtlSortDesc
{
	background-image:url('Grid/sprite.gif');
}

.RadTreeList_BEEnterprise .rtlSortAsc
{
	background-position:3px -248px;
}

.RadTreeList_BEEnterprise .rtlSortDesc
{
	background-position:3px -198px;
}

.RadTreeList_BEEnterprise .rtlLines td.rtlL0
{
	background-image:url('TreeList/rtlSingle.gif');
}

.RadTreeList_BEEnterprise .rtlLines td.rtlL1
{
	background-image:url('TreeList/rtlTop.gif');
}

.RadTreeList_BEEnterprise .rtlLines td.rtlL2
{
	background-image:url('TreeList/rtlMiddle.gif');
}

.RadTreeList_BEEnterprise .rtlLines td.rtlL3
{
	background-image:url('TreeList/rtlBottom.gif');
}

/*rtl*/

.RadTreeListRTL_BEEnterprise .rtlLines td.rtlL1
{
	background-image:url('TreeList/rtlTopRTL.gif');
}

.RadTreeListRTL_BEEnterprise .rtlLines td.rtlL2
{
	background-image:url('TreeList/rtlMiddleRTL.gif');
}

.RadTreeListRTL_BEEnterprise .rtlLines td.rtlL3
{
	background-image:url('TreeList/rtlBottomRTL.gif');
}

/*pager*/

.RadTreeList_BEEnterprise .rtlPager
{
	background:#1f1f1f 0 -8000px repeat-x url('Grid/sprite.gif');
	color:#d6d6d6;
}

.RadTreeList_BEEnterprise .rtlPagerCell
{
	border-color:#080808;
}

.RadTreeList_BEEnterprise .rtlPager .rtlInfoPart
{
	color:#a8a8a8;
}

.RadTreeList_BEEnterprise .rtlPager .rtlInfoPart strong
{
	color:#ffffff;
}

.RadTreeList_BEEnterprise .rtlPager .rtlPageFirst,
.RadTreeList_BEEnterprise .rtlPager .rtlPagePrev,
.RadTreeList_BEEnterprise .rtlPager .rtlPageNext,
.RadTreeList_BEEnterprise .rtlPager .rtlPageLast
{
	background:transparent no-repeat url('Grid/sprite.gif');
}

.RadTreeList_BEEnterprise .rtlPager .rtlPageFirst
{
	background-position:0 -550px;
}
.RadTreeList_BEEnterprise .rtlPager .rtlPageFirst:hover
{
	background-position:0 -600px;
}
.RadTreeList_BEEnterprise .rtlPager .rtlPagePrev
{
	background-position:0 -700px;
}
.RadTreeList_BEEnterprise .rtlPager .rtlPagePrev:hover
{
	background-position:0 -750px;
}
.RadTreeList_BEEnterprise .rtlPager .rtlPageNext
{
	background-position:0 -850px;
}
.RadTreeList_BEEnterprise .rtlPager .rtlPageNext:hover
{
	background-position:0 -900px;
}
.RadTreeList_BEEnterprise .rtlPager .rtlPageLast
{
	background-position:0 -1000px;
}
.RadTreeList_BEEnterprise .rtlPager .rtlPageLast:hover
{
	background-position:0 -1050px;
}

.RadTreeList_BEEnterprise .rtlPager .rtlPagerButton
{
	border-color:#080808;
	background:#1c1c1c repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#ffffff;
	font-family:"segoe ui",arial,sans-serif;
}

.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a:hover,
.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a:hover span,
.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a.rtlCurrentPage,
.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a.rtlCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a
{
	color:#a8a8a8;
}

.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a:hover
{
	background-position:100% -1250px;
	color:#d97a4e;
}

.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a.rtlCurrentPage,
.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a.rtlCurrentPage:hover
{
	background-position:100% -1450px;
	color:#ffffff;
}

.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a.rtlCurrentPage span,
.RadTreeList_BEEnterprise .rtlPager .rtlNumPart a.rtlCurrentPage:hover span
{
	background-position:0 -1350px;
}
/*-----------------------------------------------
TreeView.BEEnterprise.css
-----------------------------------------------*/
.RadTreeView_BEEnterprise {
  color: white;
  font: normal 12px/16px "Segoe UI", Arial, Helvetica, sans-serif; }
  .RadTreeView_BEEnterprise .rtIn {
    background-image: url('Common/radGradientListSprite.png');
    background-image: linear-gradient(transparent, transparent); }
  .RadTreeView_BEEnterprise a.rtIn {
    *color: white; }
  .RadTreeView_BEEnterprise .rtHover .rtIn {
    border-color: #232323;
    color: #ff9e29;
    background-color: #2d2d2d;
    background-image: linear-gradient(#5b5b5b 0%, #474747 50%, #3f3f3f 50%, #2d2d2d 100%); }
  .RadTreeView_BEEnterprise .rtSelected .rtIn {
    border-color: #565656;
    color: #9eda29;
    background-color: #303030;
    background-image: linear-gradient(#424242 0%, #424242 50%, #3c3c3c 50%, #303030 100%); }
  .RadTreeView_BEEnterprise .rtEdit .rtIn input {
    *color: #9eda29; }
  .RadTreeView_BEEnterprise .rtChecked,
  .RadTreeView_BEEnterprise .rtUnchecked,
  .RadTreeView_BEEnterprise .rtIndeterminate {
    background-image: url('Common/radFormToggleSprite.png'); }
  .RadTreeView_BEEnterprise .rtLoadingIcon {
    background-image: url('TreeView/LoadingIcon.gif'); }
  .RadTreeView_BEEnterprise .rtPlus,
  .RadTreeView_BEEnterprise .rtMinus {
    background-image: url('TreeView/PlusMinus.png'); }

.RadTreeView_BEEnterprise_disabled .rtIn,
.RadTreeView_BEEnterprise .rtDisabled .rtIn {
  color: #ccc; }
  
/*-----------------------------------------------
Upload.BEEnterprise.css
-----------------------------------------------*/
/* RadUpload / Black skin */

/* <general styles> */

.RadUpload_BEEnterprise,
.RadUpload_BEEnterprise a,
.RadUpload_BEEnterprise input,
.RadUploadProgressArea_BEEnterprise,
.RadUploadProgressArea_BEEnterprise input
{
    font: normal 11px/10px "Segoe UI", Arial, sans-serif;
}

/* </general styles> */

/* <file inputs> */

.RadUpload_BEEnterprise .ruStyled .ruFileInput
{
    border-color: #b2afad;
}

.RadUpload_BEEnterprise input.ruFakeInput
{
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
    background-image: url('Upload/ruSprite.png');
}
* html .RadUpload_BEEnterprise .ruFileWrap .ruInputHover { border-color: #787878; }
*+html .RadUpload_BEEnterprise .ruFileWrap .ruInputHover { border-color: #787878; }

.RadUpload_BEEnterprise .ruReadOnly .ruFakeInput
{
	background: #f2f2f2;
}

/* </file inputs> */

/* <buttons> */

.RadUpload_BEEnterprise .ruButton,
.RadUploadProgressArea_BEEnterprise .ruButton
{
    background-image: url('Upload/ruSprite.png');
    color: #ffffff;
}

.RadUpload_BEEnterprise .ruRemove
{
	color: #ffffff;
}

div.RadUpload_BEEnterprise .ruInputs .ruButtonHover,
div.RadUpload_BEEnterprise .ruActions .ruButtonHover,
div.RadUploadProgressArea_BEEnterprise .ruActions .ruButtonHover
{
    background-position: 100% -23px;
}

div.RadUpload_BEEnterprise .ruFileWrap .ruButtonHover
{
    background-position: 100% 0;
}

/* </buttons> */

/* <submit button> */
/* (use this class to style a single button for uploads) */

.RadUploadSubmit
{
    background-image: url('Upload/ruSprite.png');
    color: #000000;
}

/* </submit button> */

/* <progress area> */

.RadUploadProgressArea_BEEnterprise .ruProgress
{
    border-color: #1c1c1c;
    background-image: url('Upload/ruSprite.png');
    background-color: #2e2e2e;
}

.RadUploadProgressArea_BEEnterprise .ruProgress li
{
    color: #d6d6d6;
}

.RadUploadProgressArea_BEEnterprise li.ruProgressHeader
{
    color: #d97a4e;
}

.RadUploadProgressArea_BEEnterprise .ruProgress li.ruCurrentFile
{
    color: #d6d6d6;
}

.RadUploadProgressArea_BEEnterprise .ruProgress .ruBar
{
    border-color: #000000;
    background-image: url('Upload/ruSprite.png');
}
 
.RadUploadProgressArea_BEEnterprise .ruProgress .ruBar div
{
    background-image: url('Upload/ruProgress.gif');
    border-right: 1px solid #000000;
}

.RadUploadProgressArea_BEEnterprise_rtl .ruProgress .ruBar div
{
    background-image: url('Upload/ruProgress.gif');
    border-left: 1px solid #000000;
    border-right: 0;
}
 
.RadUploadProgressArea_BEEnterprise .ruProgress .ruActions
{
	border-top-color: #000000;
	background: #1c1c1c;
}

/* </progress area> */

/* <RadAsyncUpload> */

.RadUpload_BEEnterprise .ruFileProgress,
.RadUpload_BEEnterprise .ruFileProgressWrap
{
    background-image: url('Upload/AsyncProgress.png');
}

.RadUpload_BEEnterprise .ruFileProgress,
.RadUpload_BEEnterprise_rtl .ruFileProgressWrap { background-position: 0 0; }
.RadUpload_BEEnterprise .ruFileProgressWrap,
.RadUpload_BEEnterprise_rtl .ruFileProgress { background-position: 100% 0; }

.RadUpload_BEEnterprise .ruProgressStarted,
.RadUpload_BEEnterprise_rtl .ruProgressComplete { background-position: 0 -5px; }
.RadUpload_BEEnterprise .ruProgressComplete,
.RadUpload_BEEnterprise_rtl .ruProgressStarted { background-position: 100% -5px; }

/* </RadAsyncUpload> */

/*-----------------------------------------------
Window.BEEnterprise.css
-----------------------------------------------*/
/* RadWindow for ASP.NET AJAX Black Skin */

/* Window Background */

/* Horiznotal */
.RadWindow_BEEnterprise .rwTopLeft,
.RadWindow_BEEnterprise .rwTopRight,
.RadWindow_BEEnterprise .rwTitlebar,
.RadWindow_BEEnterprise .rwFooterLeft,
.RadWindow_BEEnterprise .rwFooterRight,
.RadWindow_BEEnterprise .rwFooterCenter,
.RadWindow_BEEnterprise .rwTopResize,
.RadWindow_BEEnterprise .rwStatusbar div,
.RadWindow_BEEnterprise .rwStatusbar,
.RadWindow_BEEnterprise .rwPopupButton,
.RadWindow_BEEnterprise .rwPopupButton span,
.RadWindow_BEEnterprise.rwMinimizedWindow .rwCorner
{
    background-image: url('Window/WindowHorizontalSprites.gif');
}

/* Vertical */
.RadWindow_BEEnterprise .rwBodyLeft,
.RadWindow_BEEnterprise .rwBodyRight,
.RadWindow_BEEnterprise .rwStatusbarRow .rwCorner
{
	background-image: url('Window/WindowVerticalSprites.gif');
}

/* Window Shadows */

/* Horiznotal */
.RadWindow_BEEnterprise .rwShadow .rwTopLeft,
.RadWindow_BEEnterprise .rwShadow .rwTopRight,
.RadWindow_BEEnterprise .rwShadow .rwTitlebar,
.RadWindow_BEEnterprise .rwShadow .rwFooterLeft,
.RadWindow_BEEnterprise .rwShadow .rwFooterRight,
.RadWindow_BEEnterprise .rwShadow .rwFooterCenter,
.RadWindow_BEEnterprise .rwShadow .rwTopResize,
.RadWindow_BEEnterprise .rwShadow .rwStatusbar div,
.RadWindow_BEEnterprise .rwShadow .rwStatusbar,
.RadWindow_BEEnterprise .rwShadow .rwPopupButton,
.RadWindow_BEEnterprise .rwShadow .rwPopupButton span,
.RadWindow_BEEnterprise .rwShadow .rwBodyLeft,
.RadWindow_BEEnterprise .rwShadow .rwBodyRight,
.RadWindow_BEEnterprise .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_BEEnterprise .rwShadow .rwStatusbarRow .rwBodyRight
{
	background-image: url('Window/WindowHorizontalSprites.png');
}

/* Vertical */
.RadWindow_BEEnterprise .rwShadow .rwBodyLeft,
.RadWindow_BEEnterprise .rwShadow .rwBodyRight,
.RadWindow_BEEnterprise .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_BEEnterprise .rwShadow .rwStatusbarRow .rwBodyRight
{
	background-image: url('Window/WindowVerticalSprites.png');
}

/* Shadows End */

.RadWindow_BEEnterprise .rwStatusbar input
{
    color: #d6d6d6;
}

.RadWindow_BEEnterprise .rwControlButtons
{
    margin-top: 1px;
}

.RadWindow_BEEnterprise .rwControlButtons a
{
    background-image: url('Window/CommandButtonSprites.gif');
}

.RadWindow_BEEnterprise a.rwIcon
{
	background-image: url('Window/WindowHorizontalSprites.gif');
}

div.RadWindow_BEEnterprise .rwTitlebarControls em
{
	color: #d6d6d6;
}

div.RadWindow_BEEnterprise .rwDialogInput
{
	border: solid 1px #080808;
	background-color: #454545;
	background-position: 0 -322px;
	background-repeat: repeat-x;
	color: white;
}

div.RadWindow_BEEnterprise .rwDialogInput:hover
{
	border: solid 1px #5c5c5c;
	background-position: 0 -360px;
	background-color: #454545;
	background-repeat: repeat-x;
}

.RadWindow_BEEnterprise .rwPopupButton span
{
    color: #ffffff;
}

.RadWindow_BEEnterprise .rwPopupButton:hover span
{
    color: #d97a4e;
}

.RadWindow_BEEnterprise td.rwWindowContent,
.RadWindow_BEEnterprise .rwStatusbar 
{
    background-color: #080808;
}

/* Set white background for the IFRAME parent */
.RadWindow_BEEnterprise td.rwExternalContent{
	background-color: #ffffff;
}

.RadWindow_BEEnterprise .rwDialogPopup
{
    color: #ffffff;
}

/* Loading Indicators */
.RadWindow_BEEnterprise tr td.rwLoading
{
	background-color: #000000;
}

/* When ShowContentDuringLoad="true" */
.RadWindow_BEEnterprise td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_BEEnterprise input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}

div.RadWindow_BEEnterprise a.rwCancel,
div.RadWindow_BEEnterprise a.rwCancel span
{
    background: none;
    cursor: pointer;
}

div.RadWindow_BEEnterprise a.rwCancel span span
{
    color: #d97a4e;
}

/* Shadow Control Buttons */

.RadWindow_BEEnterprise .rwShadow .rwControlButtons 
{
	margin: 5px -2px 0 0;
}

.RadWindow_BEEnterprise .rwShadow .rwControlButtons 
{
	margin: 5px -1px 0 0\9;
}

/* ctrl buttons when winodw is minimized */
.RadWindow_BEEnterprise.rwMinimizedWindowShadow .rwShadow .rwControlButtons 
{
	margin: 9px -8px 0 0;
}


/* Icon when winodw is minimized */
.RadWindow_BEEnterprise.rwMinimizedWindowShadow .rwShadow .rwIcon 
{
	margin: 9px 6px 0 0;
}

/*title buttons when winodw is minimized */
.RadWindow_BEEnterprise.rwMinimizedWindowShadow .rwShadow em 
{
	margin: 4px 0 0 -1px;
}

.RadWindow_BEEnterprise .rwShadow .rwControlButtons li
{
	float: left;
	padding: 0;
}

.RadWindow_BEEnterprise .rwShadow .rwControlButtons a
{
	width: 26px; 
}

/*overwriting some positions from the base css when window is minimized*/

.RadWindow.rwMinimizedWindow .rwShadow .rwFooterLeft 
{
	background-position: 0 -431px !important;
}
.RadWindow.rwMinimizedWindow .rwShadow .rwFooterCenter 
{
	background-position: 0 -461px !important;
}
.RadWindow.rwMinimizedWindow .rwShadow .rwFooterRight 
{
	background-position: 0 -446px !important;
}

.rwInactiveWindow .rwShadow .rwTopLeft,
.rwInactiveWindow .rwShadow .rwTopRight,
.rwInactiveWindow .rwShadow .rwTitlebar,
.rwInactiveWindow .rwShadow .rwFooterLeft,
.rwInactiveWindow .rwShadow .rwFooterRight,
.rwInactiveWindow .rwShadow .rwFooterCenter,
.rwInactiveWindow .rwShadow .rwTopResize,
.rwInactiveWindow .rwShadow .rwStatusbar div,
.rwInactiveWindow .rwShadow .rwStatusbar,
.rwInactiveWindow .rwShadow .rwPopupButton,
.rwInactiveWindow .rwShadow .rwPopupButton span,
.rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner,
.RadWindow_BEEnterprise.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopLeft,
.RadWindow_BEEnterprise.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTitlebar,
.RadWindow_BEEnterprise.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopRight,
.RadWindow_BEEnterprise.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterLeft,
.RadWindow_BEEnterprise.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterCenter,
.RadWindow_BEEnterprise.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterRight
{
    background-image: url('Window/WindowHorizontalSprites.gif') !important;
}

.rwInactiveWindow .rwShadow .rwBodyLeft,
.rwInactiveWindow .rwShadow .rwBodyRight,
.rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner,
.RadWindow_BEEnterprise.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyLeft,
.RadWindow_BEEnterprise.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyRight
{
	background-image: url('Window/WindowVerticalSprites.gif') !important;
}

div.RadWindow_BEEnterprise .rwWindowContent .radconfirm
{
    background-image: url('Common/ModalDialogConfirmDark.gif');	
}

div.RadWindow_BEEnterprise .rwWindowContent .radalert
{
    background-image: url('Common/ModalDialogAlertDark.gif');	
}
