﻿/* Telerik */
.RadAsyncUpload .ruFakeInput
{
    margin-top: 1px;
}

.RadToolTip table.rtShadow .rtCloseButton 
{
    margin-top: 6px;
}

div.RadGrid_Office2010Blue .rgBatchChanged
{
    background-image:none;
    background-color:aliceblue;
}
div.RadGrid, div.RadGrid table.rgMasterTable thead
{
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.RadGrid .rgCommandRow 
{
    height:40px;
}
.RadGridFrozenColumn
{
    background-color: #dde9f2;
}
div.RadGrid_Office2010Blue .rgMultiHeaderRow th.rgSorted
{
    background-position: 0 -2600px;
    background-color: #FFF27E;
}
div.RadGrid_Default th.rgSorted
{
    background-position: 0 -2600px;
    background-color: #FFF27E;
}
.RadGridHeaderTextCenter
{
    text-align:center;
}
.rgFooter td
{
    font-weight:bold;
    font-style:normal;
}

div.RadGrid,
div.RadGrid .rgMasterTable,
div.RadGrid .rgDetailTable,
div.RadGrid .rgGroupPanel table,
div.RadGrid .rgCommandRow table,
div.RadGrid .rgEditForm table,
div.RadGrid .rgPager table,
div.RadComboBox .rcbInput,
div.RadComboBoxDropDown,
div.RadBoxDropDownTree,
div.RadTreeView,
div.RadInput .riTextBox,
span.GridToolTip,
html.RadForm.rfdTextbox input[type="text"],
html.RadForm.rfdTextbox input[type="password"],
html.RadForm.rfdTextarea textarea,
html.RadForm.rfdTextarea textarea[disabled]:hover,
html.RadForm.rfdTextbox input[disabled][type="text"]:hover,
html.RadForm.rfdTextbox input[disabled][type="password"]:hover,
html.RadForm .rfdCheckboxChecked,
html.RadForm .rfdInputDisabled.rfdCheckboxChecked:hover,
html.RadForm .rfdCheckboxUnchecked,
html.RadForm .rfdInputDisabled.rfdCheckboxUnchecked:hover,
html.RadForm.rfdLabel label,
html.RadForm .rfdAspLabel,
html.RadForm .rfdRadioUnchecked,
html.RadForm .rfdInputDisabled.rfdRadioUnchecked:hover,
html.RadForm .rfdRadioUnchecked:hover,
html.RadForm .rfdRadioChecked,
html.RadForm .rfdInputDisabled.rfdRadioChecked:hover,
html.RadForm .rfdRadioChecked:hover,
html.RadForm .riTextBox, /* prevents text flcikering in IE8, when TadTextBox is used with RDF */
html.RadForm .rfdValidationSummaryControl,
html.RadForm .rfdLoginControl,
html.RadForm .rfdSelectText,
html.RadForm legend
{
    font-family:'Open Sans','HelveticaNeueLTStd-Roman', Arial, sans-serif;
}
