.style1 {
    width: 15%;
}

.style2 {
    width: 20%;
}

.labels {
    font-family: Arial;
    font-size: 10pt;
}

#divMain {
    background-color: #DBE6F4;
    width: 100%;
    height: 100%;
}

a.ActivePageLink {
    text-decoration: none;
    font-family: Arial;
    font-size: 9pt;
    color: black;
}

a.InActivePageLink {
    text-decoration: underline;
    font-family: Arial;
    font-size: 9pt;
    color: #FF00FF;
}

fieldset legend {
    font-family: Arial;
    font-size: 10pt;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0;
    width: 99.8%;
}

table {
    font-size: 1em;
}

.multilinetextbox {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
}

/* borrowed from Styles/jquery-ui-1.8.13.custom.css, class ui-state-hover */
.contextMenuClick {
    padding: 3px 2px 2px 2px !important; /* from Telerik rtHover - padding must be 1px smaller all around to account for border */
    border: 1px solid #448dae !important;
    background: #79c9ec url(Styles/start/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x !important;
    font-weight: normal !important;
    color: #026890 !important;
}

/* fixing a bug in the layout with the banner, this div is being generated by the telerik stuff and I don't think there is any other way to apply styles to it directly. --Paisley Mahern */
#bnr_rcmHelpPanel {
    position: absolute;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.classCloseImage
{
    background: url(images/Close.gif);
    background-position: 0 0;
    width: 150px;
    height: 94px;
}

.filterRadNumericTextBox {
    width: 100% !important;
}

.filterCellsForTextBox {
    padding: 0px 3px 0px 3px !important;
}

div .RadTreeView .rtMinus:before, div .RadTreeView .rtPlus:before{
    content: none;
}

.RadTreeView .rtIn{
    padding: 3px !important;
    border: 1px solid transparent !important;
}

.RadTreeView .rtOut{
    padding: 1px !important
}

.RadTreeView .rtImg{
    margin-top: 1px;
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus{
    margin:7px 6px 0 -20px !important;
    padding:0 !important;
    width:11px !important;
    height:11px !important;
    background-repeat:no-repeat !important;
    font-size:0 !important;
    display:inline-block !important;
    vertical-align:top !important;
    cursor:pointer !important;
    top:unset !important;
    left:5px !important;
    line-height:unset !important;
    position:relative !important;
}

.RadTreeView .rtPlus
{
background-position:0 0
}

.height-halfish {
    height: 45%;
    margin:0;
    padding:0;
    overflow:hidden;
}
.height-75 {
    height: 75%;
    margin:0;
    padding:0;
    overflow:hidden;
}
.largeFont {
      font-size: 2.5em; /* 40px/16=2.5em */
}
.medLargeFont {
      font-size: 1.8em;
      vertical-align: middle;
      align-content:center;
}

.contentAlignLeft {
    text-align:left;
    align-content:flex-start;
}

.contentAlignRight {
   
    text-align:left;
    align-content:flex-end;
}
.borders {
    
    border-width:1px;
    border-color:red;
    border:solid;
}

div .RadTreeView .rtMinus:before, div .RadTreeView .rtPlus:before{
    content: none;
}

.RadTreeView .rtIn{
    padding: 3px !important;
    border: 1px solid transparent !important;
}

.RadTreeView .rtOut{
    padding: 1px !important
}

.RadTreeView .rtImg{
    margin-top: 1px;
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus{
    margin:7px 6px 0 -20px !important;
    padding:0 !important;
    width:11px !important;
    height:11px !important;
    background-repeat:no-repeat !important;
    font-size:0 !important;
    display:inline-block !important;
    vertical-align:top !important;
    cursor:pointer !important;
    top:unset !important;
    left:5px !important;
    line-height:unset !important;
    position:relative !important;
}

.RadTreeView .rtPlus
{
background-position:0 0
}

.RadTreeView .rtPlusHover
{
background-position:0 -22px
}

.RadTreeView .rtMinus
{
background-position:0 -11px
}

.RadTreeView .rtMinusHover
{
background-position:0 -33px
}

.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus
{
margin-left:6px;
margin-right:-17px
}

.RadTreeView_rtl .rtPlus
{
background-position:-11px 0
}

.RadTreeView_rtl .rtPlusHover
{
background-position:-11px -22px
}

.RadTreeView_rtl .rtMinus
{
background-position:-11px -11px
}

.RadTreeView_rtl .rtMinusHover
{
background-position:-11px -33px
}

div .RadTreeView_designtime .rtOut
{
position:relative
}

div .RadTreeView_designtime .rtPlus,
div .RadTreeView_designtime .rtMinus
{
margin:0;
position:absolute;
left:3px;
top:4px
}

.RadTreeView_Office2007{
    color:#333;font-size:12px;font-family:"Segoe UI",Arial,Helvetica,sans-serif
}

.RadTreeView_Office2007 .rtHover .rtIn{
    border-color:#ffd563;color:#00156e;background-color:#ffd563;background-image:linear-gradient(#ffe391,#ffd563)
 }
                                                                                                    
.RadTreeView_Office2007 .rtSelected .rtIn{
    border-color:#f99631;color:#000;background-color:#f99631;background-image:linear-gradient(#faad60,#f99631)
}
                                                                                                                                                                                                                                                         
.RadTreeView_Office2007 .rtChecked,.RadTreeView_Office2007 .rtUnchecked,.RadTreeView_Office2007 .rtIndeterminate{
    background-image: url('images/rtChecked.png')
}                                                                                                                                                                            
.RadTreeView_Office2007 .rtLoadingIcon{
    background-image: url('images/rtLoadingIcon.gif')
}                                                                                                                                                                                                                                                                                                                                                                                                                                                 
.RadTreeView_Office2007 .rtPlus,.RadTreeView_Office2007 .rtMinus{ 
    background-image: url('images/rtPlusMinus.png')
}


.RadTreeView_Office2007 .rtLines .rtLI,
.RadTreeView_Office2007 .rtLines .rtFirst .rtUL
{
   background:url(NodeSpan.gif) repeat-y 0 0;
}
.RadTreeView_Office2007 .rtLines .rtFirst
{
   background:url(FirstNodeSpan.gif) no-repeat 0 15px;
}
.RadTreeView_Office2007 .rtLines .rtFirst .rtUL
{
   background:url(FirstNodeSpan.gif) repeat-y 0 15px;
}
.RadTreeView_Office2007 .rtLines .rtLast,
.RadTreeView_Office2007 .rtLines .rtLast .rtUL
{
   background:none;
}
.RadTreeView_Office2007 .rtLines .rtTop
{
   background:url(TopLine.gif) 0 0 no-repeat;
}
.RadTreeView_Office2007 .rtLines .rtLast .rtTop
{
   background:url(SingleLine.gif) 0 0 no-repeat;
}
.RadTreeView_Office2007 .rtLines .rtBot
{
   background:url(BottomLine.gif) 0 0 no-repeat;
}