﻿/*fix bug in Reporting 2011 Q3 with IE9
pager show at 2 line if page count > 9*/
.PageNumberText {
  display: inline; 
}
                                   
                  
.RadSplitter .rspSlideContent
{
  padding:5px;
}

.rspPaneTabContainer
{
  background:none !important;  
}
.rspPaneTabContainerDocked
{
  background:#E4E4E4 none repeat scroll 0 0  !important;
}
.rspPaneTabContainerExpanded
{
  background:#323232 none repeat scroll 0 0  !important;
}

.RadSplitter
{
  border-left:1px solid #A7BAC5;
}
.rspSlideContent
{
  border-bottom:none !important;
}

.rgFilterRow .rgFilterItems .filter-input .riTextBox {
  width: 99% !important;
  min-height: 20px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.rgFilterRow td 
{
  overflow:hidden;
  /*padding: 1px !important;
  padding-right: 0px !important;
  margin: 0px !important;*/
}

.RadGrid_Vista .rgAltRow,
.RadGrid_Outlook .rgAltRow,
.RadGrid_Office2007 .rgAltRow,
.RadGrid_Web20 .rgAltRow,
.RadGrid_Office2010Black .rgAltRow,
.RadGrid_Office2010Blue .rgAltRow,
.RadGrid_Office2010Silver .rgAltRow,
.RadGrid_Transparent .rgAltRow
{
  background-color: #f2f1f6;
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover 
{
  vertical-align:bottom;
}

.rfdZone
{
  background-color:Transparent !important;
}


/*black*/
.RadTreeView_Black,
.RadTreeView_Black a.rtIn,
.RadTreeView_Black .rtEdit .rtIn input
{
  color:#5a5a5a !important;
}
.RadTreeView_Black .rtHover .rtIn
{
  color:#9EDA29 !important;
}
.body_Black .rspSlideContent,
.body_Black
{
  background-color: #bac4ce !important;
}
.body_Black
{
  background: url(back_black.png) repeat-x;
}
.body_Black .tree
{
  background: url(sidebar_black.png) repeat-x;
}
.body_Black .report
{
  color:Black;
}

/*default*/
.body_Default .rspSlideContent,
.body_Default
{
  background-color: #e6e6e6 !important;
}
/*.RadGrid_Default .rgAltRow
{
  background-color: #d5ecfc !important;
}*/
.RadGrid_Default .rgSelectedRow
{
   background-color : Gray !important;
   background-image: url() !important;   
}
.body_Default
{
  background: url(back_default.png) repeat-x;
}
.body_Default .tree
{
  background: url(sidebar_default.png) repeat-x;
}
.body_Default .toolbar
{
  background: url(backtoolbar_default.png) repeat-x;
}
.body_Default .toolbar_extend_button a,
.body_Default .toolbar_extend_button a:visited
{
  color:#e4e0e0;
}

/*forest*/
.body_Forest .rspSlideContent,
.body_Forest
{
  background-color: #d1deb6 !important;
}
.body_Forest
{
  background: url(back_forest.png) repeat-x;
}
.body_Forest .tree
{
  background: url(sidebar_forest.png) repeat-x;
}
.body_Forest .toolbar
{
  background: url(backtoolbar_forest.png) repeat-x;
}
.body_Forest .toolbar_extend_button a,
.body_Forest .toolbar_extend_button a:visited
{
  color:#aadcaf;
}


/*hay*/
.body_Hay .rspSlideContent,
.body_Hay
{
  background-color: #ffffff !important;
}
.body_Hay
{
  background: url(back_hay.png) repeat-x;
}
.body_Hay .tree
{
  background: url(sidebar_hay.png) repeat-x;
}
.body_Hay .toolbar
{
  background: url(backtoolbar_hay.png) repeat-x;
}
.body_Hay .toolbar_extend_button a,
.body_Hay .toolbar_extend_button a:visited
{
  color:#2bff0f;
}


/*sunset*/
.body_Sunset .rspSlideContent,
.body_Sunset
{
  background-color: #f1e9dc !important;
}
.body_Sunset
{
  background: url(back_sunset.png) repeat-x;
}
.body_Sunset .tree
{
  background: url(sidebar_sunset.png) repeat-x;
}
.body_Sunset .toolbar
{
  background: url(backtoolbar_sunset.png) repeat-x;
}

/*telerik*/
.body_Telerik .rspSlideContent,
.body_Telerik
{
  background-color: #d5d5d5 !important;
}
.body_Telerik
{
  background: url(back_telerik.png) repeat-x;
}
.body_Telerik .tree
{
  background: url(sidebar_telerik.png) repeat-x;
}
.body_Telerik .toolbar
{
  background: url(backtoolbar_telerik.png) repeat-x;
}

/*telerik*/
.body_Telerik .rspSlideContent,
.body_Telerik
{
  background-color: #d5d5d5 !important;
}
.body_Telerik
{
  background: url(back_telerik.png) repeat-x;
}
.body_Telerik .tree
{
  background: url(sidebar_telerik.png) repeat-x;
}
.body_Telerik .toolbar
{
  background: url(backtoolbar_telerik.png) repeat-x;
}

/*web20*/
.body_Web20 .rspSlideContent, 
.body_Web20
{
  background-color: #dfe6f4 !important;
}
.body_Web20
{
  background: url(back_web20.png) repeat-x;
}
.body_Web20 .tree
{
  background: url(sidebar_web20.png) no-repeat;
}

/*Office2010Black*/
.body_Office2010Black .rspSlideContent, 
.body_Office2010Black
{
  background-color: #b9c3cd !important;
}
.body_Office2010Black
{
  background: url(back_office2010black.png) repeat-x;
}
.body_Office2010Black .tree
{
  background: url(sidebar_office2010black.png) no-repeat;
}

/*Transparent*/
.body_Transparent .rspSlideContent, 
.body_Transparent
{
  background-color: #ececec !important;
}
.body_Transparent
{
  background: url(back_transparent.png) repeat-x;
}
.body_Transparent .tree
{
  background: url(sidebar_default.png) no-repeat;
}
/*Transparent_additional*/
.RadSplitter_Transparent TD.rspPane
{
  background: transparent !important;
}
.RadComboBox_Transparent TD.rcbInputCell input.rcbInput
{
  background: transparent !important;
}