﻿
/*########################################*/
/*      Import UltraWave StyleSheets      */
/*########################################*/

@import url("../UltraWave/00-Reset.css");
@import url("../UltraWave/10-UltraWave.css");
@import url("../UltraWave/11-ObjectBrowser.css");

/***###################################***/
/***        ASPEN STYLE SHEET          ***/
/***###################################***/
/**
 * Aspen styles for iMIS - UltraWave
 *
 * This document contains styles specific to the Aspen theme.
 *
 * @colordef    #360    green           (links)
 * @colordef    #250    jungle green    (headers)
 * @colordef    #8ba05d moss green      (standard button background, left nav selected link highlight)
 * @colordef    #86934a a different moss(standard button border)
 * @colordef    #d4e5ba seafoam green   (selected item highlight, leftnav/tooltip link hover highlight, CalloutPart1 background, event program sort header background)
 * @colordef    #79be79 lily pad        (selected tab)
 * @colordef    #406e0b clean green     (total box background)
 * @colordef    #dfe9db soft green      (home page login box border)
 * @colordef    #d18b1c goldenrod       (primary button background)
 * @colordef    #c7620a fall orange     (primary button border)
 * @colordef    Blue    blue            (cart indicator)
 * @colordef    #94c2e6 sky blue        (CalloutPanelField1 label background)
 * @colordef    #044c88 dark blue       (CalloutPanelField1 label text)
 * @colordef    #013299 smalt blue      (Helper text)
 *
 * @colordef    #555    dark grey       (search box shadow, left nav header text)
 * @colordef    #606060 battleship grey (footer copyright text)
 * @colordef    #777    just grey       (search box text)
 * @colordef    #808080 magnetic grey   (CalloutBlockType1 background)
 * @colordef    #999    goose grey      (disabled tab text)
 * @colordef    #CCC    medium grey     (borders, OBO with contact set background, left nav header background)
 * @colordef    #E0E0E0 light grey      (footer copyright background)
 * @colordef    #EEE    whisper grey    (CCOGrayBG background, CalloutPart2 background)
 *
 * @colordef    Black   black           (background)
 * @colordef    #000    black           (misc.)
 * @colordef    White   white           (misc.)
 * @colordef    #FFF    white           (misc.)
 * 
 * TABLE OF CONTENTS:
 * General
 * Action Icons
 * MasterPage
 * Cart Indicator
 * Left Nav
 * Content Borders
 * Headers
 * Forms
 * Event Display
 * Rad Controls
 * Zones
 * iParts
 * PanelFields
 * Unauthenticated Home Page
 * Overrides
 * Page loading
 */
 
 /*********************************************/
 /*                  General                  */
 /*********************************************/

/* Defines the sprite for applicable elements */
#MainBody, #masterFooterCopyright, .TitleBarCaption span, .PanelTitle, 
#masterTopBarAuxiliary #SimpleSearchBlock input[type="text"], .cartSprite, .ProxyPanelContact, a.btn, 
 input[type="button"], input[type="submit"], .RadUpload input.ruButton
{
    background-image: url(images/AspenSprite.png);
}

 /* Defines link color */
a, .ContentPanel .InLineOption_Controls_Always_Display a, #AddButtonPanelTop a, a.NotPrinted
{
    color:#360;
}
.RadGrid a
{
    color:#360!important; /* !important needed for Telerik style override */
}
.RadGrid .rgSelectedRow a
{
    color:#FFF!important;
}

/******************************************/
/*         Action Icons Styling           */
/******************************************/

/* This is used to display the add, edit, delete, move up, and move down icons */
.IconSprite, 
.DeleteImage, .EditImage, .ArrowUp, .ArrowUpOff, .ArrowDown, .ArrowDownOff /* Classes on this row are needed for compatibility purposes */
{
    background-image: url(images/IconSprite.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    /*float: right;*/
}
.IconSprite.AddIcon, .IconSprite.SaveIcon, .IconSprite.AddIcon[disabled]:hover, .IconSprite.SaveIcon[disabled]:hover
{
    background-position: 0 0;
}
.IconSprite.AddIcon:hover, .IconSprite.SaveIcon:hover
{
    background-position: 0 -35px;
}
.IconSprite.EditIcon, .IconSprite.EditIcon[disabled]:hover,
.EditImage, .EditImage[disabled]:hover /* EditImage is for compatibility purposes */
{
    background-position: -35px 0;
}
.IconSprite.EditIcon:hover, .EditImage:hover /* EditImage is for compatibility purposes */
{
    background-position: -35px -35px;
}
.IconSprite.DeleteIcon, .IconSprite.DeleteIcon[disabled]:hover, 
.DeleteImage, .DeleteImage[disabled]:hover /* DeleteImage is for compatibility purposes */
{
    background-position: -70px 0;
}
.IconSprite.DeleteIcon:hover, .DeleteImage:hover /* DeleteImage is for compatibility purposes */
{
    background-position: -70px -35px;
}
.IconSprite.UpIcon, .IconSprite.UpIcon[disabled]:hover,
.ArrowUp, .ArrowUpOff, .ArrowUp[disabled]:hover /* ArrowUp and ArrowUpOff are for compatibility purposes */
{
    background-position: -105px 0;
}
.IconSprite.UpIcon:hover, .ArrowUp:hover /* ArrowUp is for compatibility purposes */
{
    background-position: -105px -35px;
}
.IconSprite.DownIcon, .IconSprite.DownIcon[disabled]:hover, 
.ArrowDown, .ArrowDownOff, .ArrowDown[disabled]:hover /* ArrowDown and ArrowDownOff are for compatibility purposes */
{
    background-position: -140px 0;
}
.IconSprite.DownIcon:hover, .ArrowDown:hover /* ArrowDown is for compatibility purposes */
{
    background-position: -140px -35px;
}
.IconSprite.SelectIcon, .IconSprite.SelectIcon[disabled]:hover
{
    background-position: -175px 0;
}
.IconSprite.SelectIcon:hover
{
    background-position: -175px -35px;
}
.IconSprite.CheckIcon, .IconSprite.CheckIcon[disabled]:hover
{
    background-position: -245px 0;
}
.IconSprite.CheckIcon:hover
{
    background-position: -245px -35px;
}
.IconSprite.UndoIcon, .IconSprite.UndoIcon[disabled]:hover, 
.IconSprite.ResetIcon, .IconSprite.ResetIcon[disabled]:hover
{
    background-position: -280px 0;
}
.IconSprite.UndoIcon:hover, .IconSprite.ResetIcon:hover
{
    background-position: -280px -35px;
}
.IconSprite.FindIcon, .IconSprite.FindIcon[disabled]:hover
{
    background-position: -315px 0;
}
.IconSprite.FindIcon:hover
{
    background-position: -315px -35px;
}
.IconSprite.CancelIcon, .IconSprite.CancelIcon[disabled]:hover
{
    background-position: -350px 0;
}
.IconSprite.CancelIcon:hover
{
    background-position: -350px -35px;
}
.ArrowUpOff, .ArrowDownOff
{
    opacity: .4;
    filter:alpha(opacity=40); /* filter needed for IE compatibility */
}

/**** End Action Icons Styling ****/
 
/******************************************/
/*           MasterPage Styling           */
/******************************************/
/* This section defines items that display on every page */

/* Defines the header logo */
#masterHeaderImage
{
    background-image:url(images/HeaderLogo.gif);
    background-repeat:no-repeat;
    /* Change the width and height to match your logo's dimensions */
    width:491px;
    height:50px;
}

#masterTopBarAuxiliary
{
    font-weight:bold;
}

#masterTopBarAuxiliary a
{
    text-decoration:none; 
}

#masterTopBarAuxiliary .NavigationUnorderedList li
{
    border-left:solid 1px #CCC;
}

/* Styling for the global search bar */
#masterTopBarAuxiliary #SimpleSearchBlock input[type="text"]
{
    width: 250px;
    height:14px;
    line-height:14px;
    color: #777;
    padding: 3px 12px;
    padding-left: 23px!important;
    border: 1px solid #CCC;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-color:#CCC;
    -moz-box-shadow: 0px 3px 4px #555 inset;
    -webkit-box-shadow: 0px 3px 4px #555 inset;
    box-shadow: 0px 3px 4px #555 inset;
    background-color: White;
    background-repeat:no-repeat;
    background-position:-277px -263px;
}

#masterTopBarAuxiliary #SimpleSearchBlock input[type="submit"]
{
    display:none;
}

/* The stylized background */
#MainBody
{
    background-repeat:repeat-x;
    background-position:0 -473px;
}
#MainHtml
{
    background-color:Black;    
}

/* Defines the background for the content area */
#masterWrapper, #ft
{
    background-color:White;
    border-right:solid 1px White;
    border-left:solid 1px White;
}

#masterFooterNavigation a
{
    color:#000;
}

/* Defines the copyright area of the footer and the footer logo */
#masterFooterCopyright
{
    color:#606060;
    background-color:#E0E0E0;
    background-repeat:no-repeat;
    background-position:100% -394px;
}

/* Defines the background of the Proxy panel when you are working on behalf of another account */
.ProxyPanelContact
{
    background-position:0 -132px;
    background-repeat:repeat-x;
    padding-bottom:.4em;
}

/**** End MasterPage Styling ****/

/******************************************/
/*         Cart Indicator Styling         */
/******************************************/
#masterTopBarAuxiliary .cartSprite
{
    background-repeat:no-repeat;
    height:14px;
    display:inline-block;
    padding-left:0!important;
    padding-right:0!important;
    vertical-align:top;
    position:relative;
    top:7px;
}

#masterTopBarAuxiliary .cartEmpty .cartSprite
{
    width:23px;
    background-position: 0 -267px;
}

#masterTopBarAuxiliary .cartLeft.cartSprite
{
    width:11px;
    background-position: -57px -267px;
}
#masterTopBarAuxiliary .cartCenter.cartSprite
{
    background-position: -68px -267px;
}
#masterTopBarAuxiliary .cartCenter span
{
    color:Blue;
    position:relative;
    top:-11px;
}
#masterTopBarAuxiliary .cartRight.cartSprite
{
    width:9px;
    background-position: -171px -267px;
}

#masterFooterNavigation .cartEmpty, #masterFooterNavigation .cartFull
{
    display:none;
}
/**** End Cart Indicator Styling  ****/

/***********************************************/
/*          Left Nav Styling                   */
/***********************************************/

#pagesubnav
{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
}

.SubNavPanelHead
{
    background-color:#CCC;
    color:#555;
    font-family: Trebuchet MS, Arial, Sans-Serif;
}

/**** End Left Nav Styling ****/


/******************************************************/
/*              Content Border Styling                */
/******************************************************/

/* Defines the border of the top iPart or standard panel with rounded corners */
.ContentBorder, .StandardPanel
{
    border-color:#CCC;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
}

.ContentBorder
{
    padding-top:.8em;
}

/* This puts a border around CCO content */
.ContentWizardDisplay
{
    padding:0.5em 0.5em 1em 1em;
    border:solid 1px #CCC;
    border-top:none;
}

/* This puts a border around content below a set of tabs (e.g. Contact Address Editor iPart)*/
.StandardPanel.ContentTabbedDisplay
{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;     
}

/**** End Content Border Styling ****/

/**************************************************/
/*               Header Styling                   */
/**************************************************/

/* Put the class "PageTitle" on a div to have the text inside act as a title */
h1, .PageTitle, h3, .SectionTitle, caption
{
    color:#0078a9; 
    font-family: Verdana, Geneva, sans-serif;
}

caption
{
    text-align: left;
    font-weight: bold;
    font-size: 1.4em;
}

/* Defines the green arrow next to the title bar caption */
.TitleBarCaption span, .PanelTitle
{
    font-family:Trebuchet MS, Helvetica, Sans-Serif;
    padding-left: 1.4em;
	background-repeat: no-repeat;
	background-position:0 -181px;
}

/* Need larger font size and extra padding for StandarPanel titles to compensate for different styling in UltraWave */
.PanelTitle
{
    line-height:normal;
    margin-left:0;
}

/* Defines the styling for the new title bar */
.TitleBarCaption, .PanelHead.Distinguish, h2, div.PanelTitle, div.ShowFieldset fieldset
{
    border-color:#CCC;
}

.PanelHead.Distinguish
{
    padding:.4em;
	padding-left:0px;
}

.PanelHeadCollapseImage
{
    padding-top:3px;
    padding-left:3px;
}

/**** TitleBarCaption -- Deprecated ****/

.TitleBarCaption
{
    padding:0 0 .5em;
}

.TitleBarCaption span
{
    font-size:1.5em;
}

/* This causes a title bar caption's border to reach to edges of the content border */
.ContentBorder div.TitleBarCaption
{
    margin-right:-0.313em;
    margin-left:-0.313em;
    padding-right:0.313em;
    padding-left:0.313em;
}

/* <inline options on the TitleBar> (e.g., add, edit) */
#AddButtonPanelTop a, a.NotPrinted
{
    text-transform:lowercase;
    text-decoration:none;
}

.ContentPanel .InLineOption_Controls_Always_Display a[id]:before, #AddButtonPanelTop a:before, a.NotPrinted:before
{
    content:'(';
}

.ContentPanel .InLineOption_Controls_Always_Display a[id]:after, #AddButtonPanelTop a:after, a.NotPrinted:after
{
    content:')';
}
/* </inline options> */

.HelperText
{
    color: #013299;
}

/***** End of Header Styling *****/


/**************************************************/
/*                 Form Styling                   */
/**************************************************/
/* These styles apply to form labels, fields and buttons */

/* This gives text fields, text areas and drop-down menus rounded corners */
input[type="text"], input[type="password"], textarea, select
{
    -moz-border-radius:0.231em;
    -webkit-border-radius:0.231em;
    border-radius:0.231em;
    border:1px solid DarkGray;
}

input[type="text"], input[type="password"]
{
    line-height:1.45em;
    height:1.45em;
    width:12.25em;
}

/* Styling for the buttons */
/* You can make html links use this style by applying the class "btn" to the <a> tag */
input[type="button"], input[type="submit"], a.btn
{
    background-color:#EC008C;;
    border:1px solid #000;
    background-position:0 -1px;
    height:25px;
    -moz-border-radius:0.385em;
    -webkit-border-radius:0.385em;
    border-radius:0.385em;
    color:#FFF;
    padding-left:0.385em!important;
    padding-right:0.385em!important;
	margin-bottom: 6px;
    font-weight:bold!important;
 background-image: url('') !important;
}

.RadUpload input.ruBrowse, .RadUpload .ruInputs .ruStyled input.ruBrowse, .RadUpload .ruRemove, .RadUpload input.ruClear
{
    background-position: 0 -1px!Important;
    color:White!important;
}

a.btn, a#ctl00_LoginStatus1
{
   /* padding:2px 10px; */
    text-decoration:none;
}

/* Defines the background and cursor for hovered buttons */
input[type="button"]:hover, input[type="submit"]:hover, a.btn:hover, a#ctl00_LoginStatus1:hover
{
    background-position:0 -26px;
    cursor:pointer;
}

/* Defines a second button in orange */
input[type="button"].SaveAndClose, input[type="button"].PrimaryButton, input[type="submit"].PrimaryButton,
input[type="button"][title="Save"], input[type="submit"][value="Add to Cart"], a.btn.PrimaryButton
{
    background-color:#d18b1c;
    background-position:0 -51px;
    border-color:#c7620a;
}

/* Defines hovered orange buttons */
input[type="button"].SaveAndClose:hover, input[type="button"].PrimaryButton:hover, input[type="submit"].PrimaryButton:hover, 
input[type="button"][title="Save"]:hover, input[type="submit"][value="Add to Cart"]:hover, a.btn.PrimaryButton:hover
{
    background-position:0 -76px;
    cursor:pointer;
}

/* Defines disabled buttons */
input[type="button"][disabled], input[type="submit"][disabled]
{
    background-position:0 -102px;
    border-color:#EEE;
    background-color:#CCC;
}
input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover
{
    background-position:0 -102px;
    cursor:auto;
}

/* This gives certain selected items (e.g., in the PeoplePanel in the Event Showcase) a colored background */
.SelectedItem
{
    background-color:#d4e5ba;
}
/**** End Form Styling ****/


/*******************************************/
/*          Event Display Styles           */
/*******************************************/
.EventSummary
{
    background-color: #EEE;
}

.EventSummary .PhotoArea
{
    padding: 2em 0 2em 2em;
}

.EventSummary .PhotoArea img
{
    border: 1px solid #CCC!important;
}

.EventSummary .Description
{
    padding: 2em;
}

.ProgramGroup .StandardPanel
{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ProgramGroup .PanelHead
{
    background-color: #d4e5ba;
}

.ProgramGroup .PanelTitle
{
    background-image: none;
    padding-left: 0;
    font-size: 130%;
    line-height: 1.7;
    color: #250;
}
/**** End Event Display Styles ****/


/***********************************************/
/*            Rad Control Styles               */
/***********************************************/

/*<RadTabStrip>*/
.RadTabStrip_Aspen .rtsOut, .RadTabStrip_Aspen .rtsIn, .RadTabStrip_Aspen .rtsLevel1 .rtsTxt
{
    padding:0!important;
}

.RadTabStrip_Aspen .rtsLevel1
{
    border-bottom:2px solid #79be79;
}

.RadTabStrip_Aspen .rtsLink
{
    color:#000;
    line-height: 36px;
    font-weight: bold;
    border:1px solid #CCC;
    border-bottom:none;
    margin-right:0.313em;
    -moz-border-radius:7px 7px 0 0;
    -webkit-border-radius:7px 7px 0 0;
    border-radius:7px 7px 0 0;
    padding:0 1.154em!important;
}

.RadTabStrip_Aspen .rtsSelected
{
    background-color:#79be79;
    color:#FFF;
}

.RadTabStrip_Aspen .rtsDisabled
{
    color: #999;
}

.RadTabStrip_Aspen .rtsLink:hover
{
    text-decoration: underline;
}

.RadTabStrip_Aspen .rtsDisabled:hover
{
    text-decoration:none;
}

/*<VerticalRadTabStrip>*/

.RadTabStripVertical.RadTabStrip_Aspen .rtsLevel1
{
    border-bottom:none;
}

.RadTabStripVertical.RadTabStrip_Aspen .rtsLink
{
    color:#000;
    line-height: 2em;
    border:none;
    border-bottom:1px solid #CCC;
    margin-right:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    padding:0 .5em!important;
    font-weight:normal;
    text-align:left!important;
}
.RadTabStripVertical.RadTabStrip_Aspen .rtsLink:hover
{
    background-color:#d4e5ba;
}
.RadTabStripVertical.RadTabStrip_Aspen .rtsSelected, .RadTabStripVertical.RadTabStrip_Aspen .rtsSelected:hover
{
    background-color:#8ba05d;
    color:White;
    font-weight:bold;
}

/*</RadTabStrip>*/


/*<RadToolTip>*/
/* Currently used by the QueryMenu iPart */
.RadToolTip_Telerik a:hover
{
    background-color:#d4e5ba;
}
/*</RadToolTip>*/


/**** End Rad Control Styles ****/

/******************************************************/
/*                   Zone Styles                      */
/******************************************************/
/* Add these classes to specific zones in WCM for some special styling */

/* Add zone style "CCOGrayBg" to give CCO content a gray background */
.CCOGrayBg .ContentWizardDisplay
{
    background-color:#EEE;
}

.CCOGrayBg .yui-g
{
    float:none;
}

/* Add zone style "TitleBarNoBorder" to remove the bottom border from the title bar caption */
.TitleBarNoBorder .TitleBarCaption
{
    border-bottom:none;
}

/* Add zone style "CalloutBlockType1" to give any iParts in the zone with the content border turned on a different look and feel */
.CalloutBlockType1 .ContentBorder
{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background:#808080 url('images/GrayContentBg.gif') repeat-x;
    border:none;
    padding: 0 10px 10px;
}

.CalloutBlockType1 .ContentBorder .TitleBarCaption
{
    margin-top:-5px;
    padding-top:10px;
    margin-right:-5px;
    margin-left:-5px;
    background:#808080 url('images/GrayContentBg.gif') repeat-x;
    border-bottom:none;
    color:White;
}

.CalloutBlockType1 .ContentBorder>div
{
    background-color:#CCC;
    padding:0.385em;
}

.CalloutBlockType1 .ContentBorder .TitleBarCaption span
{
    background:none;
    padding:0;
}

.CalloutBlockType1 .ContentBorder .InLineOption
{
    padding-bottom:.3em;
}

/**** End Zone Styles ****/

/*****************************************/
/*            iPart Styles               */
/*****************************************/
/* These classes may be used in iPart configuration */

/* Use the iPartChain class along with the appropriate placement class (FirstPart, MiddlePart or LastPart) 
to give several stacked iParts a conjoined look. */
.iPartChain.FirstPart .StandardPanel
{
    border-bottom-width:0px!important;
}

.iPartChain.MiddlePart .StandardPanel
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-width:0px!important;
    border-bottom-width:0px!important;
}

.iPartChain.LastPart .StandardPanel
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-width:0px!important;
}

.iPartChain.MiddlePart, .iPartChain.LastPart
{
    margin-top:-0.9em;
}

/* CalloutPart1 and CalloutPart2 may be used in iPart configuration to add a distinguishing background */
.CalloutPart1 .PanelBody
{
    background-color:#d4e5ba;
}

.CalloutPart2 .PanelBody
{
    background-color:#EEE;
}

/**** End iPart Styles ****/

/*****************************************/
/*          PanelField Styles            */
/*****************************************/
/* These styles can be used either as a wrapper for or directly on a PanelField to achieve a specific styling */

/* CalloutPanelField1 can be used on or as a wrapper for a PanelField, or on the PanelField directly, to 
create a callout on the label. (e.g., see the Tribute Gift Editor display) */
.CalloutPanelField1 .PanelField label:first-child, .PanelField.CalloutPanelField1 label:first-child
{
    width:auto;
    padding:.75em .75em 1.5em;
    margin:.25em;
    background: #94c2e6 url(images/BlueArrow.gif) no-repeat 50% 100%;
}

.CalloutPanelField1 .PanelField label:first-child, .PanelField.CalloutPanelField1 label:first-child
{
    color: #044c88;
}

/* TotalBox can be used as a wrapper for PanelFields, or on the PanelField directly, to visually distinguish a calculated total. */
.TotalBox .PanelField, .PanelField.TotalBox
{
    border-color: #CCC;
}

.TotalBox .PanelFieldLabel
{
    background-color:#406e0b;
    color:White;
    padding:.25em .75em;
}

.StandardPanel .TotalBox .PanelField .PanelFieldLabel label, .StandardPanel .PanelField.TotalBox .PanelFieldLabel label,
.TotalBox .PanelField .PanelFieldLabel label, .PanelField.TotalBox .PanelFieldLabel label
{
    color:White;
}

/**** End PanelField Styles ****/



/*****************************************************/
/*        Unauthenticated Home Page Styles           */
/*****************************************************/
/* These classes should be used specifically for the unauthenticated home page */

/* Add this class to a div to create the unauthenticated home page banner */
.homeBanner
{
    position:absolute;
    width:100%;
    height:359px;
    left:0;
    margin:0 -1px;
    border: 1px solid White;
    background:url('images/homebanner.jpg') no-repeat 100% 0;
}

/* Add this class to a div outside the .homeBanner div to create some spacing behind the banner*/
.homeBannerPush
{
    height:359px;
}

/* Add this class to a div to give it the look and feel of the login area on the unauthenticated home */
.homeLogin
{
    border:4px solid #dfe9db;
    position: relative; 
    background-color: white;
    width: 200px; 
    height: 254px; 
    top: 3em;
    padding:.5em;
}

.homeLogin h1
{
    font-size: 150%; 
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
}

.homeLogin h1, .homeLogin h4
{
    color:#360;
}

/**** End Unauthenticated Home Page Styles ****/


/***********************************************/
/*                  Overrides                  */
/***********************************************/
/* For the rad grid action buttons we have to override the hover control in order to avoid the button disappearing */
.RadGrid_Default .rgAdd:hover
{
    margin-right: 3px;
    background-position: 0 -1650px;
}
.RadGrid_Default .rgRefresh:hover
{
    margin-right: 3px;
    background-position: 0 -1600px;
}

/***********************************************/
/*                Page loading                 */
/***********************************************/
BODY.loadingBody
{
	background-color: #d4e5ba;
	margin: 0;
	padding: 0;
}
#loadingHeader
{
	width: 100%;
	background-color: #7c7c7c;
	color: #FFFFFF;
	padding: 3px;
	margin: 0;
	text-align: center;
}
#loadingHeader:before 
{ 
  content: "Loading...";
  display: inline;
}
#loadingSpinner 
{
	height: 50px;
	width: 50px;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-top: -25px; 
	margin-left: -25px;
	background-image:url('images/spinner.gif');	
}
