﻿/* RadGrid ... */
.gridrowsele, tr.gridrowsele, tr.gridrowsele td
{
    background: gray !important;
}

.GridRowOver_Gray, .GridEditRow_Gray
{
    background: none !important;
}

.GridCommandRow_Gray
{
    background: none !important;
}

.RadGrid_Gray .rgCollapse
{
    background-image: url('img/minus.gif') !important;
    background-position: 0 0 !important;
}

.RadGrid_Gray .rgExpand
{
    background-image: url('img/plus.gif') !important;
    background-position: 0 0 !important;
}
/* ... RadGrid */


/* RadUpload ... */
.ruFakeInput 
{
    height:20px !important;
}

.RadUpload_Vista .ruRemove
{
	padding-right: 12px !important;
	background: transparent url('img/vista_button.gif') no-repeat scroll 0 0 !important;
	width: 65px !important;
}
/* ... RadUpload */

/* RadToolbar ... */
.RadToolBar
{
    float: none !important;
}
/* ... RadToolbar */

/* RadWindow ... */
div.radwindow.radwindow_Black.inactivewindow,
div.radwindow.radwindow_Black.inactivewindow,
div.radwindow.radwindow_Black .corner,
div.radwindow.radwindow_Black .titlebar,
div.radwindow.radwindow_Black .footercenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
	opacity: 100 !important; -moz-opacity: 100 !important;
}

div.radwindow.normalwindow.transparentwindow td.corner,
div.radwindow.normalwindow.transparentwindow td.titlebar,
div.radwindow.normalwindow.transparentwindow td.footercenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
	opacity: 100 !important; -moz-opacity: 100 !important;
}


/* inactive window settings */
div.radwindow.inactivewindow,
div.radwindow.inactivewindow
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;
	opacity: .3 !important;
	-moz-opacity: .3 !important;
}

div.radwindow.maximizedwindow
{
	width:100% !important;
	height:100% !important;	
}

.numericcolumn, .rowsum, .columnSum, .columnsumpositive, .columnsumnegative, .columnsumzero,.style1
{
    text-align:right !important;
}

/* ... RadWindow */

.RadTreeView_Office2007 {
    overflow: visible!important;
    height: auto!important;
}

.FileTreeRadPanel {
    max-height: 600px !important;
}


/* Fixed toolbar */
.FixedToTopToolbar {
    width:100%;
    position:fixed;
    top:0px;
}

.marginTop {
    margin-top:20px;
}

.RadTreeView_Office2007 .rtSelected .rtIn 
{
    background-color:#ADD8E6 !important;
    background-image:none !important;
   
}

.RadTreeView_Office2007 .rtHover .rtIn 
{
    background-color:#ADD8E6 !important;
    background-image:none !important;
    
    
}

.RadTreeView_Office2007_disabled .rtIn, .RadTreeView_Office2007 .rtDisabled .rtIn 
{
    color: #CCCCCC !important;
}

.RadComboBoxWithLabel .rcbLabel
 {
    vertical-align: top;
    padding-right: 10px;
    line-height: 3px !important;
    }

table.webDateChooser tbody tr td input {
    height: 18px !important;
    border-style: none !important;
    width: 235px !important;
}

table.webDateChooser tbody tr td {
   border-style: solid !important;
   border-width: 1px;
   width: 250px !important;
}
