﻿
/*########################################*/
/*      Import UltraWave StyleSheets      */
/*########################################*/

@import url("../UltraWave/00-Reset.css");
@import url("../UltraWave/10-UltraWave.css");
@import url("../UltraWave/11-ObjectBrowser.css");
@import url("style.css");

/***###################################***/
/***        BIRCH STYLE SHEET          ***/
/**####################################***/
/**
 * Birch styles for iMIS - UltraWave
 *
 * This document contains styles specific to the Birch theme.
 *
 * @colordef    #039    cobalt blue     (links)
 * @colordef    #025    navy blue       (panel titles)
 * @colordef    #036    twilight blue   (header1s)
 * @colordef    #48c    danube blue     (header3s)
 * @colordef    #0338a2 int'l blue      (header banner)
 * @colordef    #124    midnight blue   (auxilairy link borders)
 * @colordef    #103584 ASI blue        (footer copyright background)
 * @colordef    #5487ca French blue     (standard button background, left nav header background, CalloutBlockType1 background)
 * @colordef    #4b76b0 San Marino blue (standard button border)
 * @colordef    #37a    clear ocean blue(CalloutBlockType1 border)
 * @colordef    #e8f3fc soft cloud blue (home page login box border)
 * @colordef    #94c2e6 sky blue        (CalloutPanelField1 label background, event program sort header background)
 * @colordef    #044c88 dark blue       (CalloutPanelField1 label text)
 * @colordef    #013299 smalt blue      (Helper text)
 * @colordef    #ff9500 tangerine       (selected tab, left nav selected link highlight)
 * @colordef    #d18b1c goldenrod       (standard button background)
 * @colordef    #c7620a fall orange     (standard button border)
 * @colordef    #efbc70 creamsicle      (selected item highlight, leftnav/tooltip link hover highlight, CalloutPart1 background)
 * @colordef    #FD0    pollen yellow   (cart indicator)
 *
 * @colordef    #555    dark grey       (search box shadow, masterWrapper shadow)
 * @colordef    #777    just grey       (search box text)
 * @colordef    #999    goose grey      (disabled tab text)
 * @colordef    #CCC    medium grey     (borders, OBO with contact set background)
 * @colordef    #E0E0E0 light grey      (background)
 * @colordef    #ebebeb whisper grey    (CCOGrayBG background, CalloutPart2 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
 */
 


/**********************************************/
/******   CUSTOM    ***************************/
/**********************************************/

a#ctl00_LoginStatus1
{
    
    
    }

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus
{
    outline: none;
    }





 /*********************************************/
 /*                  General                  */
 /*********************************************/

/* Defines the sprite for applicable elements */
 #masterTopBarAuxiliary #SimpleSearchBlock input[type="text"], .cartSprite
{
    background-image: url(images/BirchSprite.png);
}

 /* Defines link color */
a, .ContentPanel .InLineOption_Controls_Always_Display a, #AddButtonPanelTop a, a.NotPrinted
{
    color:#039;
}
.RadGrid a
{
    color:#039!important; /* !important needed for Telerik style override */
}
.RadGrid .rgSelectedRow a
{
    color:#FFF!important;
}

/******************************************/
/*             Action Icons               */
/******************************************/

/* 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: 20px;
    height: 20px;
    margin-top: 3px;
}
.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 */

#masterHeaderBackground
{
    background:url(scasiteinfo/Header.jpg) repeat-x scroll 0 0 transparent;
    
}

/* Defines the header logo */
#masterHeaderImage
{
    background-image:url(scasiteimages/Logo.png);
    background-repeat:no-repeat;
    /* Change the width and height to match your logo's dimensions */
    width:482px;
    height:55px;
}

#masterTopBarAuxiliary a
{
    /*color:#FFF;*/
    color: #0D3257;
    text-decoration:none; 
}

#masterTopBarAuxiliary .NavigationUnorderedList li
{
    border-left:solid 1px #124;
}

/* 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: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -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 -186px;
}

#masterTopBarAuxiliary #SimpleSearchBlock input[type="submit"]
{
    display:none;
}

#MainHtml
{
    background-color:#E0E0E0;    
}

/* Defines the background for the content area */
#masterWrapper, #ft
{
    background-color:white;
    border-right:solid 1px White;
    border-left:solid 1px White;
}

#masterWrapper
{
    -moz-box-shadow: 0 0 40px #555;
    -webkit-box-shadow: 0 0 40px #555;
    box-shadow: 0 0 40px #555;
}

/* Defines the copyright area of the footer and the footer logo */
#masterFooterCopyright
{
	background-color: #0d3257;">
}

/* Defines the background of the Proxy panel when you are working on behalf of another account */
.ProxyPanelContact
{
    background: #e7e7e7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e7e7e7 50%, #d3d3d3 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e7e7e7), color-stop(50%,#d3d3d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7e7e7 50%,#d3d3d3 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e7e7e7 50%,#d3d3d3 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e7e7e7 50%,#d3d3d3 50%); /* IE10+ */
    background: linear-gradient(top, #e7e7e7 50%,#d3d3d3 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-8 */
    -moz-box-shadow: 0px 5px 8px #555;
    -webkit-box-shadow: 0px 5px 8px #555;
    box-shadow: 0px 5px 8px #555;
    margin-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 -190px;
}

#masterTopBarAuxiliary .cartLeft.cartSprite
{
    width:11px;
    background-position: -57px -190px;
}
#masterTopBarAuxiliary .cartCenter.cartSprite
{
    background-position: -68px -190px;
}
#masterTopBarAuxiliary .cartCenter span
{
    color:#FD0;
    position:relative;
    top:-11px;
}
#masterTopBarAuxiliary .cartRight.cartSprite
{
    width:9px;
    background-position: -171px -190px;
}

#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:#5487ca;
    color:White;
    font-family: Helvetica, 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, div.ShowFieldset fieldset
{
    border-color:#CCC;
}

.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;
}

/**** End content border and title bar caption styling ****/


/**************************************************/
/*               Header Styling                   */
/**************************************************/

/* Put the class "PageTitle" on a div to have the text inside act as a title */
h1, .PageTitle
{
    /*color:#036;*/
    color: #0D3257; 
    font-family: Helvetica, Arial, sans-serif;
}

h3, .SectionTitle, caption
{
    /*color:#48c;*/
    color: #0D3257;
    font-family: Helvetica, Arial, sans-serif;
}

caption
{
    text-align: left;
    font-weight: bold;
    font-size: 1.4em;
}

/* Need larger font size and extra padding for StandarPanel titles to compensate for different styling in UltraWave */
.PanelTitle
{
    font-weight:normal;
    margin-left:0;
}

/* Defines the styling for the new title bar */
.TitleBarCaption, .PanelHead.Distinguish, h2, div.PanelTitle
{
    font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
    /*color:#025;*/
    color: #0D3257;
    border-color:#CCC;
}

.PanelHead.Distinguish
{
    padding:.4em;
}

.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.TextButton, input.TextButtonWithImage, a.btn, /*a#ctl00_LoginStatus1,*/
.RadUpload .ruButton, .RadUploadProgressArea .ruButton
{
     display: inline-block;
    background: #7baaea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiYWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzdiYWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzYxOTVkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDgyYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #7baaea 0%, #7baaea 48%, #6195d8 52%, #5082c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7baaea), color-stop(48%,#7baaea), color-stop(52%,#6195d8), color-stop(100%,#5082c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7baaea 0%,#7baaea 48%,#6195d8 52%,#5082c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7baaea 0%,#7baaea 48%,#6195d8 52%,#5082c5 100%);  /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7baaea 0%,#7baaea 48%,#6195d8 52%,#5082c5 100%); /* IE10+ */
    background: linear-gradient(top,  #7baaea 0%,#7baaea 48%,#6195d8 52%,#5082c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7baaea', endColorstr='#5082c5',GradientType=0 );/* IE6-8 */
    background-repeat: repeat-x;
    border:1px solid #386aad;
    line-height: 1.384615384615385em; /* 18px/13px */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#FFF;
    
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    padding: 4px 10px !important;
    font-weight:bold!important;
    cursor: pointer;
}

a.btn, a#ctl00_LoginStatus1
{
    text-decoration:none;
}

.RadUpload .ruButton, .RadUploadProgressArea .ruButton
{
    background-position: 0 0!important;
    cursor: pointer;
}

/* Defines the background and cursor for hovered buttons */
input.TextButton:hover, input.TextButtonWithImage:hover, a.btn:hover, /*a#ctl00_LoginStatus1:hover,*/
.RadUpload .ruButton:hover, .RadUploadProgressArea .ruButton:hover
{
    background: #93b8ea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzYjhlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzkzYjhlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzc1OWRkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTg3YmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #93b8ea 0%, #93b8ea 48%, #759dd2 52%, #6187bc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93b8ea), color-stop(48%,#93b8ea), color-stop(52%,#759dd2), color-stop(100%,#6187bc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #93b8ea 0%,#93b8ea 48%,#759dd2 52%,#6187bc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #93b8ea 0%,#93b8ea 48%,#759dd2 52%,#6187bc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #93b8ea 0%,#93b8ea 48%,#759dd2 52%,#6187bc 100%); /* IE10+ */
    background: linear-gradient(top,  #93b8ea 0%,#93b8ea 48%,#759dd2 52%,#6187bc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b8ea', endColorstr='#6187bc',GradientType=0 ); /* IE6-8 */
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

/* Defines a second button in orange */
.TextButton.SaveAndClose, .TextButtonWithImage.SaveAndClose, .TextButton.PrimaryButton, .TextButtonWithImage.PrimaryButton,
.TextButton.Save, .TextButtonWithText.Save, .btn.PrimaryButton, .UsePrimaryButton .TextButton, .UsePrimaryButton .TextButtonWithImage,
/*a#ctl00_LoginStatus1*/
{
    /*background: rgb(224,172,40);*/ /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwYWMyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2UwYWMyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2Q2OTcyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzc4MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
     background: -moz-linear-gradient(top, rgba(224,172,40,1) 0%, rgba(224,172,40,1) 48%, rgba(214,151,34,1) 52%, rgba(204,120,4,1) 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,172,40,1)), color-stop(48%,rgba(224,172,40,1)), color-stop(52%,rgba(214,151,34,1)), color-stop(100%,rgba(204,120,4,1)));*/ /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, rgba(224,172,40,1) 0%,rgba(224,172,40,1) 48%,rgba(214,151,34,1) 52%,rgba(204,120,4,1) 100%);/* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, rgba(224,172,40,1) 0%,rgba(224,172,40,1) 48%,rgba(214,151,34,1) 52%,rgba(204,120,4,1) 100%);/* Opera 11.10+ */
     background: -ms-linear-gradient(top, rgba(224,172,40,1) 0%,rgba(224,172,40,1) 48%,rgba(214,151,34,1) 52%,rgba(204,120,4,1) 100%); /* IE10+ */
     background: linear-gradient(top, rgba(224,172,40,1) 0%,rgba(224,172,40,1) 48%,rgba(214,151,34,1) 52%,rgba(204,120,4,1) 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ac28', endColorstr='#cc7804',GradientType=0 ); /* IE6-8 */
    border-color:#c7620a;
}

/* Defines hovered orange buttons */
.TextButton.SaveAndClose:hover, .TextButtonWithImage.SaveAndClose:hover, 
.TextButton.PrimaryButton:hover, .TextButtonWithImage.PrimaryButton:hover,
.TextButton.Save:hover, .TextButtonWithText.Save:hover, .btn.PrimaryButton:hover, 
.UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButtonWithImage:hover, .TextButton.Add:hover,
a.btn.PrimaryButton:hover /*, a#ctl00_LoginStatus1:hover */ 
{
    background: rgb(221,180,75); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYjQ0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2RkYjQ0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2QzYTE0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzdmMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(221,180,75,1) 0%, rgba(221,180,75,1) 48%, rgba(211,161,67,1) 52%, rgba(204,127,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,180,75,1)), color-stop(48%,rgba(221,180,75,1)), color-stop(52%,rgba(211,161,67,1)), color-stop(100%,rgba(204,127,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(221,180,75,1) 0%,rgba(221,180,75,1) 48%,rgba(211,161,67,1) 52%,rgba(204,127,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(221,180,75,1) 0%,rgba(221,180,75,1) 48%,rgba(211,161,67,1) 52%,rgba(204,127,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(221,180,75,1) 0%,rgba(221,180,75,1) 48%,rgba(211,161,67,1) 52%,rgba(204,127,28,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(221,180,75,1) 0%,rgba(221,180,75,1) 48%,rgba(211,161,67,1) 52%,rgba(204,127,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddb44b', endColorstr='#cc7f1c',GradientType=0 ); /* IE6-8 */
}

/* Defines disabled buttons */
.TextButton[disabled], .TextButtonWithImage[disabled], .TextButton[disabled]:hover, .TextButtonWithImage[disabled]:hover
{
    background: #e0e0e0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWM1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 48%, #cfcfcf 52%, #c5c5c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(48%,#e0e0e0), color-stop(52%,#cfcfcf), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%,#e0e0e0 48%,#cfcfcf 52%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%,#e0e0e0 48%,#cfcfcf 52%,#c5c5c5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%,#e0e0e0 48%,#cfcfcf 52%,#c5c5c5 100%); /* IE10+ */
    background: linear-gradient(top, #e0e0e0 0%,#e0e0e0 48%,#cfcfcf 52%,#c5c5c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-8 */
    border-color:#EEE;
    cursor: auto;
}

.TextButton.MediumButton, .TextButtonWithImage.MediumButton, .btn.MediumButton, 
.UseMediumButton .TextButton, .UseMediumButton .TextButtonWithImage
{
    font-size: 120% !important;
    padding: 9px 14px !important;
}

.TextButton.LargeButton, .TextButtonWithImage.LargeButton, .btn.LargeButton, 
.UseLargeButton .TextButton, .UsePrimaryButton .TextLargeWithImage
{
    font-size: 160% !important;
    padding: 14px 24px !important;
}

/* This gives certain selected items (eg. in the PeoplePanel in the Event Showcase) a colored background */
.SelectedItem
{
    background-color:#a8c2e0;
}
/**** End Form Styling ****/


/***********************************************/
/*            Rad Control Styles               */
/***********************************************/

/*<RadTabStrip>*/
.RadTabStrip_Birch .rtsOut, .RadTabStrip_Birch .rtsIn, .RadTabStrip_Birch .rtsLevel1 .rtsTxt
{
    padding:0!important;
}

.RadTabStrip_Birch .rtsLevel1
{
    border-bottom:2px solid #ff9500;
}

.RadTabStrip_Birch .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_Birch .rtsSelected
{
    background: #ffad00; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmYWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2ZmOTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffad00 0%, #ffad00 48%, #ff9500 52%, #ff9500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffad00), color-stop(48%,#ffad00), color-stop(52%,#ff9500), color-stop(100%,#ff9500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffad00 0%,#ffad00 48%,#ff9500 52%,#ff9500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffad00 0%,#ffad00 48%,#ff9500 52%,#ff9500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffad00 0%,#ffad00 48%,#ff9500 52%,#ff9500 100%); /* IE10+ */
    background: linear-gradient(top,  #ffad00 0%,#ffad00 48%,#ff9500 52%,#ff9500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ff9500',GradientType=0 ); /* IE6-8 */
    color:#FFF;
}
.RadTabStrip_Birch .rtsDisabled
{
    color: #999;
}

.RadTabStrip_Birch .rtsLink:hover
{
    text-decoration: underline;
}

.RadTabStrip_Birch .rtsDisabled:hover
{
    text-decoration:none;
}

/*<VerticalRadTabStrip>*/

.RadTabStripVertical.RadTabStrip_Birch .rtsLevel1
{
    border-bottom:none;
}

.RadTabStripVertical.RadTabStrip_Birch .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_Birch .rtsLink:hover
{
    background:#efbc70;
}
.RadTabStripVertical.RadTabStrip_Birch .rtsSelected, .RadTabStripVertical.RadTabStrip_Birch .rtsSelected:hover
{
    background:#ff9500;
    color:White;
    font-weight:bold;
}

/*</RadTabStrip>*/

/*<RadToolTip>*/
/* Currently used by the QueryMenu iPart */
.RadToolTip_Telerik a:hover
{
    background-color:#efbc70;
}
/*</RadToolTip>*/


/**** End RadTools 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:#ebebeb;
}

.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, .CalloutBlockType1 > .StandardPanel
{
    background-color:#5487ca;
    padding: .8em;
}

.CalloutBlockType1 .ContentBorder, .CalloutBlockType1 .ContentBorder .TitleBarCaption, 
.CalloutBlockType1 .PanelBody, .CalloutBlockType1 .PanelHead
{
    color:#FFF;
}

.CalloutBlockType1 .ContentBorder .TitleBarCaption, .CalloutBlockType1 .PanelHead.Distinguish
{
    border-bottom:2px groove #37a;
}

.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, .CalloutPart1 .PanelBody
{
    background-color:#efbc70;
}

.CalloutPart2 .PanelBody, .CalloutPart2 .PanelHead
{
    background-color:#EEE;
}

.CalloutPart1 .PanelHead.Distinguish, .CalloutPart2 .PanelHead.Distinguish
{
    background-color: transparent;
}

/* Use the CenterText class to center the text within the iPart */
.CenterText
{
    text-align: center;
}

/* Other iPart classes available: 
 * CalloutBlockType1 - styled like the Zone style of the same class
 * UsePrimaryButton - all buttons within this class will display as a primary button
 * UseMediumButton - all buttons within this class will display as the medium size
 * UseLargeButton - all buttons within this class will display as the large size
 * ProgressTracker - style the progress tracker iPart (option 1)
 * ProgressTracker2 - style the progress tracker iPart (option 2)
 */

/**** 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;
}

/* Need to determine an appropriate color for this style in Aspen2 - commenting out for now */
.TotalBox .PanelFieldLabel
{
    background-color:#e49b2d;
    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 Callout 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:424px;
    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:424px;
}

/* Updated class to be used by the contact sign in ipart */
.HomeLogin
{
    border:4px solid #e8f3fc;
    background-color: white;     
    top: 12em;    
    width: 400px;
    padding: 0.5em;
    position:static; 
    z-index: 1;    
}

.HomeLogin .Distinguish, .HomeLogin .PanelHead, .HomeLogin .PanelTitle
{
    font-size: 140%; 
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
    padding-left: .25em;
    padding-bottom: 0;
    min-height: 0;
    background-image: none;
    border-bottom-style: none;
    color:#039;
}

/* </unautenticated home page> */

/***********************************************/
/*                  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;
}

/**** End Overrides ****/

/*############################################################################*/
/*                       Specific iPart Styles                                */
/*############################################################################*/
/* These are styles used for styling of specific iParts */

/*****************************************/
/*            Search Results             */
/*****************************************/
.SearchField, .SearchResultSummary .ListItemTitle a
{
    display: block;
    background-color: #c6d4e4;
    padding: 8px 12px;
}
.SearchField label
{
    font-size: 120%;
    color: #025;
}
.SearchResultSummary .ListItemTitle a
{
    text-decoration: none;
    color: Black!important;
    margin: -4px -7px 0;
}

.SearchResultSummary .ListItemTitle a:hover
{
    background-color: #d1dae4;
    text-decoration: underline;
}

/**** End Search Results ****/


/*******************************************/
/*          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: #94c2e6;
}

.ProgramGroup .PanelTitle
{
    background-image: none;
    padding-left: 0;
    font-size: 130%;
    line-height: 1.7;
}
/**** End Event Display Styles ***/
/***********************************************/
/*             Progress Tracker                */
/***********************************************/
/* These are overrides for the colors and styles defined in 10-UltraWave.css */
/* <Progress Tracker (Default)> */
.ProgressTracker .count
{
    font-weight: bold;
}

.ProgressTracker .SuccessfulMessage, .ProgressTracker .ProgressBar > span
{
	background-color: #1f6eaf;
}

.ProgressTracker2 .ProgressBar > span 
{
	background-color: #efb448;
}

.ProgressTracker2 .ProgressTrackerPanel ul
{
    background-color: #81a5c1;
}

.ProgressTracker2 .ProgressTrackerPanel .inset
{
    color:#ffffff;
}

.ProgressTracker2 div p
{
    color: #025;
}

.ProgressTracker2 .SuccessfulMessage
{
	background-color: #ffb01f;
    color: Black;
}
/* </Progress Tracker 2> */

/**** End Progress Tracker ****/


/***********************************************/
/*        Filter Panel (Query Menu)            */
/***********************************************/
/* This is an alternate style for the Query Menu filter panel */
.StandardPanel.FilterPanel 
{
    background-color: #f8f8f8;
    border: none !important;
    margin-top: -3px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;    
}

.StandardPanel.FilterPanel .PanelTitle
{
    background-image: none;
    padding-left: 0.1em;
    line-height: normal;
    margin-left: 0;
    font-size: 140%;
}

.StandardPanel.FilterPanel .PanelHead.Distinguish
{
    border: none;
    min-height: 1em;      
}
/**** End Filter Panel ****/

/*#############   End Specific iPart Styling   #############*/