﻿/* ----------------------------------------------------------
    Notes

    Color scheme: Blue / Green
    Blue: #0A75BC
	Green: #99CA3C
   
    
    Old Font:
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;



----------------------------------------------------------*/
/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #363636;
}


a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

i {
    color: #99CA3C;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

TEXTAREA, INPUT[type="text"]
{
    /* font size, line height, face */
   font-family: Arial, Verdana, Helvetica, sans-serif;
}

#ui-datepicker-div
{
    display: none;
}

/* this controls the light blue highlighting of table rows */

#content tbody tr.highlightrow:hover
{
    background-color: #ddf4fe;
}

.highlightrow :hover
{
    background-color: #ddf4fe;
}

.tdlabelcolumn
{
    white-space: nowrap;
    width: 10px;
    height: 25px;
}

.tdCustomlabelcolumn
{
    white-space: nowrap;
    width: 10px;
    height: 25px;
    color: #0A75BC;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5
{
    font-size: 1.5em;
    color: #333333;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 14px;
}

td {
    font-size: 12px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.hyperlinks
{
    color: #0A75BC;
    text-decoration: underline;
    cursor: pointer;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.item
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    color: #121212;
    width: 216px;
}

.itemCS
{
    float: left;
    margin-left: 2px;
    margin-right: 10px;
    color: #121212;
    min-width: 250px;
    height: 18px;
}

.itemSquare
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    color: #121212;
    min-width: 160px;
    min-height: 30px; 
}


.itemdisplay
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    color: #121212;
    height: 40px;
}

.itemNoSpace
{
    float: left;
    margin-left: 4px;
    margin-right: 1px;
    color: #121212;
}

.itemDisplay
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font: normal 9pt;
    color: #000000;
}

.itemPopup
{
    float: left;
    margin-left: 10px;
    font-weight: 600;
    color: #0D426B;
}

.itemNoSize
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    color: #121212;
}


/*
    Report Fields
*/
.itemReport
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    color: #121212;
    height: 24px;
}

.itemTitle
{
    margin-top: 5px;
    float: left;
    min-width: 110px;
}

.itemField
{
    float: left;
    min-width: 180px;
}


.CSTopItem
{
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 10px;
    color: #121212;
    height: 24px;
    min-width: 200px;
}

.CSTopTitle
{
    margin-top: 5px;
    float: left;
    position: relative;
    min-width: 60px;
}

.CSTopField
{
    float: left;
    position: relative;
}

.GSTopItem
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    color: #121212;
    height: 24px;
    min-width: 200px;
}

.GSTopTitle
{
    margin-top: 5px;
    float: left;
    min-width: 75px;
}

.GSTopField
{
    float: left;
}

.GSitemTitle
{
    margin-top: 5px;
    float: left;
    min-width: 100px;
}

.GSitemField
{
    float: left;
    min-width: 180px;
}

.page
{
    width: 1200px;
    background-color: #FFFFFF;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
    background-color: #F0F0F0;
}

.plainpage
{
    width: 325px;
    height: 475px;
    background-color: #FFFFFF;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
    background-color: #FFFFFF;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-image: url(../images/HeaderBackGround2.gif);
    background-repeat: repeat-x;
    height: 66px;
}

.loginheader
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 250px;
    background:url(../images/eleo_logo3.jpg) no-repeat center center;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1.75em;
}

.main
{
    padding: 0px 12px;
    margin: 6px 4px 4px 4px;
    min-height: 420px;
    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background: #0A75BC;
    color: #ffffff;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    height: 30px;
}

.loginfooter
{
    background: #4D7DA3;
    color: #ffffff;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    height: 30px;
    background-image: url(../images/HeaderBackGround2.gif);
    background-repeat: repeat-x;
}
.topTitle
{
    padding-left: 1px;
    padding-top: 1px;
    font-weight: bold;
    font-size: 14px;    
    margin-bottom: 5px;
    color: #000000;
    float: left;
}

.topControl
{
    padding-top: 4px;
    padding-right: 20px;
}

.GridRegion
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
    float: left;
    width: 100%;
}

.fr
{
    float: right;
    width: auto;
}

.fl
{
    float: left;
    width: auto;
}

.mainContent
{
    margin-top: 8px;
    float: left;
    width: 100%;
}

.mainContentTab
{
    border: 1px solid #C0C0C0;
    margin-top: 8px;
    float: left;
}

/* Show/ Hide Div
----------------------------------------------------------*/
.slidingDiv
{
    padding: 5px;
    margin-top: 5px;
}

.show_hide
{
    display: none;
}


/* Hr Line   
----------------------------------------------------------*/
div.hr
{
    height: 1px; /*background-color: #A6C9E2;*/
    margin-top: 2px;
    margin-bottom: 2px;
}
div.hr hr
{
    display: none;
}

div.hrline
{
    height: 2px;
    background-color: #0A75BC;
    margin-left: 2px;
    margin-top: 0px;
}

div.hrthinline
{
    height: 1px;
    background-color: #0A75BC;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.hr hr
{
    display: none;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#2AA1CC;*/
    background-color: #93A3BF;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 4px;
    float: right;
    min-height: 400px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #93A3BF;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
}

div.menu ul li a:hover
{
    background-color: #2C3367;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #93A3BF;
    color: #cfdbe6;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1px;
    padding: 4px 4px 4px 10px;
    border: 1px solid #0A75BC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1em;
    font-weight: bold;
    padding: 2px 6px 2px 6px;
    color: #0A75BC;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 500px;
    white-space:nowrap;
    color: #FFFFFF;
    text-transform: none;
    /*margin-top: 4px;*/
}


.Logintitle
{
    display: block;
    float: left;
    text-align: left;
    margin-top: 4px;
}

.NavBarTitle
{
    display: block;
    float: left;
    text-align: left;
}

.UserSettingsfr
{
    float: right;
    width: auto;
    text-align: right;
    padding: 8px;
    color: White;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*.MenuBar
{
    background-color: #F7F8FA;
    height: 25px;
    width: 100%;
    border-width: 1px;
    border-color: #C0C0C0;
    border-bottom-style: solid;
}*/

.MenuBarDivider
{
    border-width: thin;
    border-color: #C0C0C0;
    border-bottom-style: solid;
    background-color: #094C80;
    width: 100%;
    height: 1px;
}
.SubMenuBar
{
    border-width: thin;
    border-color: #C0C0C0;
    border-bottom-style: solid;
    background-color: #F3F4F6;
    width: 100%;
    height: 40px;
}

.titlesearch
{
    /*margin: 16px;*/
    padding: 2px;
    float: right;
    width: auto;
    /*height: 10px;*/
    /*background: #6F99BD;*/
}

/* Tab Content
----------------------------------------------------------*/

.tabContent
{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 1100px;
}

.tabContent2
{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.tabContentTabs
{
    border-style: none none solid none;
    border-width: 5px;
    border-color: #0A75BC;
    height: 24px;
    padding-top: 2px; /*background-color: #F3F4F6;*/
}

.tabwrapper
{
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #0A75BC;
    float: left;
    margin-left: 0px; 
    /*background-color: #EDF3F4;*/
    background-color: #FFFFFF;
}


.tabContentHeader
{
    width: 100%;
    height: 5px;
    padding-top: 0px;
    margin: 2px 0px 0px 4px;
}

.tabContentHeaderNoBorder
{
    width: 930px;
    height: 15px;
    padding-top: 0px;
    margin: 2px 0px 0px 4px;
    background-color: #FFFFFF;
}
.tabContentTitle
{
    float: left;
    padding-left: 2px;
    padding-top: 10px;
}

.tabContentButtons
{
    float: right;
    padding-right: 5px;
    padding-top: 5px;
    height: 20px;
}

.tabContentMain
{
    width: 100%;
    float: left;
}

.tabContentData
{
    padding: 10px;
}

.tabControl
{
    margin: 2px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
    height: 15px;
    white-space: nowrap;
}

.CSSTab
{
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    padding: 4px 5px 6px 5px;
    line-height: 4px;
    text-decoration: none;

}

.CSSTab :hover
{
    color: #0A75BC;
}

.CSSTab span
{
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 13px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 7px;
    margin-top: 2px;
}

.CSSTab span :hover
{
     color: #0A75BC;
}

.tabactive
{
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #0A75BC;
    background-color: #0A75BC; 
    color: #FFFFFF;
    margin-right: -4px;
}

.tabinactive
{
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #C0C0C0;
    background-color: #F1F2F4; 
    margin-right: -4px;
}

.tabactive span:hover
{
    
    color: #FFFFFF;
}


.tabinactive span:hover
{
    color: #0A75BC;
}

.tabdisable
{
    cursor: default;
}

.tabdisable span
{
    color: #999999;
}

.tabdisable span:hover
{
    color: #999999;
}

/* Buttons
----------------------------------------------------------*/
.button {
    padding: 4px;
    background: #99CA3C;
    border: 1px solid #99CA3C;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    text-decoration: none;
    color: white;
}

.ButtonDisabled {
    padding: 4px;
    background: #C0C0C0;
    border: 1px solid #C0C0C0;
    cursor:auto;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    text-decoration: none;
    color: white;
}

.ButtonDisabled:hover {
    color: #ffffff;
}

.button:hover
{
    color: #ffffff;
    /*background: url("/images/bg-buttonhover.gif") repeat-x ;*/
    background-color: #0A75BC;
    
}

.buttonPN
{
    padding: 2px 6px 2px 6px;
    background: url("/images/bg-button2.gif") repeat-x ;
    border: 1px solid #B6B6B6;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    text-decoration: none;
    color: white;

}

.buttonPN:hover
{
    color: #000;
    background: url("/images/bg-buttonhover.gif") repeat-x ;
    
}

.link
{
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    text-decoration: none;
}

.Spacer
{
    height: 10px;
    float: left;
    width: 100%;
    margin-left: 4px;
}

/* Labels
----------------------------------------------------------*/
.fieldlabels
{
    font-weight: 600;
}

.fieldlabelsblue
{
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    color: White;
    background-color: #0A75BC;
    font-weight: 600;
    width:75px;
    display:block;
}

.fieldlabelsgreen
{
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    font-weight: 600;
    color: White;
    background-color: #99CA3C;
    white-space: nowrap;
    width:75px;
    display:block;
}

.fieldlabelsorange
{
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    font-weight: 600;
    color: White;
    background-color: Orange;
    white-space: nowrap;
    width:75px;
    display:block;
}

.fieldlabelspurple
{
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    font-weight: 600;
    color: White;
    background-color: Purple;
    width:75px;
    display:block;
}

.fieldlabelsGrey
{
    white-space: nowrap;
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    font-weight: 600;
    color: White;
    background-color: #333333;
    width:75px;
    display:block;
}


.fieldlabelsPink
{
    white-space: nowrap;
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    font-weight: 600;
    color: White;
    background-color: #F781F3;
    width:75px;
    display:block;
}


.gridfieldlabels
{
    font-weight: bold;
    font-size: 0.90em;
}

.personallabels
{
    color: #000000; 
    font-weight: normal;
}

.Displaylabels
{
    font-weight: bold;
}

.giftgridrowHeight
{
    /*margin: 5px;*/
    height: 20px;
    padding: 2px;
}

.SearchCellType
{
    margin: 5px;
    height: 20px;
    padding: 5px;
}

.ContactCellType
{
    margin: 5px;
    height: 20px;
    padding: 5px;
    color: #363636;
    text-decoration: none;
}

/* Textboxes
----------------------------------------------------------*/

.readonly
{
    border: 1px solid #C0C0C0;
    background-color: #F7FAFB;
    padding-left: 2px;
    color: Black;
}

.editable {
    border: 1px solid #CCCCCC;
    background-color: white;

    padding: 3px 2px 3px 3px;
    box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
}

.editableLook {
    /*border: 1px solid #0A75BC;*/
    border: 1px solid #CCCCCC;
    background-color: white;

    padding: 3px 2px 3px 3px;
    box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
}

.editable:focus
{
    background-color: #FFFFCC; 
}


.editableWord
{
    border: 1px solid #0A75BC;
    background-color: white;
    padding-left: 2px;
    margin-left: 2px;
}

.editableWord:focus
{
    background-color: #FFFFCC; 
}

/* this controls the light blue highlighting of table rows */
#content tbody tr.highlightrow:hover
{
    background-color: #ddf4fe;
}

/* BirthDate Picker Styling
----------------------------------------------------------*/
.birthday-picker {
    border: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}   
.birth-year {
    /*border: 1px solid #0A75BC;*/
    border: 1px solid #CCCCCC;
    background-color: white;
    padding: 3px 2px 3px 3px;
    box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
}
.birth-year:focus
{
    background-color: #FFFFCC; 
}

.birth-day {
    /*border: 1px solid #0A75BC;*/
    border: 1px solid #CCCCCC;
    background-color: white;

    padding: 3px 2px 3px 3px;
    box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
}
.birth-day:focus
{
    background-color: #FFFFCC; 
}

.birth-month {
    /*border: 1px solid #0A75BC;*/
    border: 1px solid #CCCCCC;
    background-color: white;

    padding: 3px 2px 3px 3px;
    box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(221, 221, 221, 0.75);
}
.birth-month:focus
{
    background-color: #FFFFCC; 
}

/* Home Page Current Activities Panel
----------------------------------------------------------*/

.CurrentActivitiesPanel
{
    padding: 2px;
}

/* Dialog Box
----------------------------------------------------------*/

.dialogBox
{
    border: thin solid #C0C0C0;
    background-color: white;
}

/* Contact Page
----------------------------------------------------------*/
.WhiteNoBoarderFloatLeft
{
    margin: 1px;
    float: left;
    width: 100%;
}


.ContactPageContent
{
    margin: 0;
    padding: 0;
    border-width: thin;
    border-color: #C0C0C0;
    border-style: solid;
    width: 965px;
}

.ContactContent
{
    margin: 0px;
    padding: 0;

    display: table;
    width: 100%;

}

.ContactHeader
{
    height: 24px;
    margin: 0;
    padding: 2px 2px 1px 5px;
    font-weight: bold;
}

.ContactGroup
{
}

.ContactButtons
{
    height: 20px;
    float: right;
    font-weight: Normal;
}

.ContactSpacer
{
    height: 10px;
    float: left;
    width: 100%;
}

.ContactLeft
{
    margin: 2px;
    padding: 0;
    border-width: thin;
    border-color: #C0C0C0;
    border-style: solid;
    float: left;
    width: 48%;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 2px 2px 2px;
    background-color: #F7F7F7;
    min-height: 100px;
}

.ContactRight
{
    margin: 2px;
    border-width: thin;
    border-color: #C0C0C0;
    border-style: solid;
    float: right;
    width: 48%;
    border-radius: 4px 4px 4px 4px;
    padding: 2px 2px 2px 2px;
    background-color: #F7F7F7;
    min-height: 100px;
}

.ContactWhole
{
    border: 1px solid #989898;
    padding: 8px 8px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -moz-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
}


.ContactInsideDetail
{
    background-color: #DCEBF2;
}

.ContactInsideHeader
{
    padding: 4px 2px 2px 6px;
    background-color: #F3F4F6;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #AAAAAA;
    color: #000000;
    font-weight: bold;
    line-height: .90em;
    height: 14px;
}

.ContactHeaderRight
{
    height: 20px;
    float: right;
    background-color: #084b7f;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 2px 2px 1px 5px;
    width: 100%;
}

.ContactTabs
{
    float: left;
    width: 100%;
}


.SearchArea
{
    margin: 4px;
    float: left;
    width: 950px;
}

.ContactSummary
{
    padding-left: 1px;
    padding-top: 1px;
    margin-bottom: 5px;
    margin-left: 2px;
    color: #000000;
    float: left;
    width: 100%;
    border: #0A75BC 1px solid;
    border-radius: 5px 5px 5px 5px;
    min-height: 110px;
    background-color: #EAEAEA;
}
/* Content 
----------------------------------------------------------*/

.ContentGroup
{
    /*border: 1px solid #0A75BC;
    background-color: #F5F5F5;
    border-radius: 5px;*/
    border: 1px solid #989898;
    /*border: 2px solid #D8D8D8;*/
    padding: 8px 8px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -moz-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
}

.ContentHeader
{
    border-width: 1px;
    border-color: #0A75BC;
    height: 24px;
    margin-left: 2px;
    font-size: 1.3em;
    color: #0A75BC;
    font-weight: normal;
    float: left;
    width: 100%;
}

.ContentTitle
{
}

.ContentContent
{
    display: table;
    margin: 5px;
    padding: 0;
    width: 100%;
}


.blueline
{
    height: 1px; /*background-color: #135385;*/
    background-color: #C0DDE0;
}

.ContentButtons
{
    margin: 2px;
    height: 20px;
    float: right;
    font-weight: Normal;
}

.ContentButtonsLeft
{
    margin: 2px;
    height: 20px;
    float: Left;
    font-weight: Normal;
}


.GroupContentGroup
{
    border: 1px solid #A0A0A0;
    background-color: #F5F5F5;
}

.GroupContentHeader
{
    border-width: 1px;
    border-color: #A0A0A0;
    height: 16px;
    margin: 0;
    padding: 2px 2px 4px 5px;
    font-weight: bold;
    background-color: #F5F5F5;
    border-bottom-style: solid;
}

.GroupContentContent
{
    background-color: #F5F5F5;
}

.GiftContent td
{
    white-space: nowrap;
    height: 25px;
}

/* Repeater Grid
----------------------------------------------------------*/

.tablerepgrid
{
    border-width: 1px 0px 0px 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color:  #CFCFCF;
    border-collapse: separate;
    background-color: white;
}

.tablerepgrid th
{
    height: 18px;
    border-style: none solid none none;
    border-width: 1px;
    border-color:  #CFCFCF;
    background-color: #0A75BC;
    padding: 3px;
    color: white;
    font-size: 12px;
    font-weight: bold
}

.tablerepgrid td
{
    border-width: 0 1px 1px 0;
    padding: 3px;
    border-style: solid;
    border-color:  #CFCFCF;
    /*background-color: white;*/
    height: 18px;
}

.tablerepgridthtd
{
    height: 18px;
    border-style: none solid none none;
    border-width: 1px;
    border-color:  #CFCFCF;
    background-color: #0A75BC;
    padding: 3px;
    color: white;
    font-size: 12px;
    font-weight: bold
}

.tablerepgridtd
{
    border-width: 0 1px 1px 0;
    padding: 3px;
    border-style: solid;
    border-color:  #CFCFCF;
    background-color: white;
    height: 18px;
}


/* Letter Repeater Grid
----------------------------------------------------------*/

.Lettertablerepgrid
{
    border-width: 1px 0px 0px 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color:#E0E1E0;
    border-collapse: separate;
    background-color: white;
}

.Lettertablerepgrid th
{
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #E0E1E0;
    padding: 3px;
    background-color: white;
}

.Lettertablerepgridthtd
{
    height: 18px;
    background-color: #E0E1E0;
    padding: 3px;
    color: black;
    font-size: 12px;
    font-weight: bold
}

.Lettertablerepgridtd
{
    border-width: 0 1px 1px 0;
    padding: 3px;
    border-style: solid;
    border-color: #E0E1E0;
    background-color: white;
    height: 18px;
}

.Lettertablerepgridtd .hyperlinks {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

.hometd
{
    height: 23px;
    border-width: .25px;
    border-style: solid;
    border-color: rgb(126, 172, 177);
    background-color: #C0DDE0;
    background-position: center top;
    background-image: url("/App_Themes/Glass/GridView/gvHeaderBackground.gif");
    background-repeat: repeat-x;
    padding: 3px;
    color: Black;
    font: 9pt;
    font-weight: bold;
}

/* Collapsible Panels
----------------------------------------------------------*/
.collapsibleContainer
{
}

.collapsibleContainerTitle
{
    cursor: pointer;
}

.collapsibleContainerTitle div
{
    border-style: solid;
    border-width: 1px;
    padding: 4px 4px 2px 8px;
    height: 18px;
    background: url("/App_Themes/Glass/Web/rpHeaderBack.gif") repeat-x scroll left bottom White;
    border-color: #0A75BC;
    color: #313131;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.collapsibleContainerContent
{
    display: block;
    border-style: none solid solid solid; /*background: url("/App_Themes/Glass/Web/rpContentBack.gif") repeat-x scroll left bottom #EBF2F4;*/
    border-width: 1px;
    border-color: #0A75BC;
    padding: 4px;
}


.ContactSpan
{
    cursor: pointer;
    text-decoration: underline;
    color: #0A75BC;
    margin-left: 6px;
    height: 23px;
}


.ContactDivTab
{
    width: 100%;
    min-height: 400px;
}

.EventDivTab
{
    width: 100%;
    min-height: 700px;
}



/* Side by Side Tables with Blue Box
---------------------------------------------------*/

.SidebySide-TitleRow
{
    /*border-style: solid solid none solid;
    border-width: 1px;
    border-color: #0A75BC;
    padding: 2px 2px 2px 6px;
    background-image: url("/App_Themes/Glass/GridView/gvHeaderBackground.gif");
    height: 16px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    color: white;*/

    height: 16px;
    margin-left: 2px;
    font-size: 15.6px;
    color: #0A75BC;
    font-weight: normal;

    border: 1px solid #989898;
    border-style: solid solid none solid;
    padding: 8px 8px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    border-radius: 4px 4px 0px 0px;
    
    box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -moz-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);

}

.SidebySide-TitleRow td{
    height: 16px;
    margin-left: 2px;
    font-size: 15.6px;
    color: #0A75BC;
    font-weight: normal;
}

.SidebySide-ContentRow {
    /*
    padding: 2px;
    margin: 2px;
    border: 1px solid #0A75BC; 
    background-color: #F5F6F8;
    */
    border-width: 1px;
    border-color: #989898;
    margin-top: 4px;
    padding-top: 18px;
    color: #363636;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 12px;
    border-style: none solid solid solid;
    padding: 8px 8px;
    background-color: #FFFFFF;

    border-radius: 0px 0px 4px 4px;

    box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.71);
    -moz-box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.71);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.71);

}



/* Email Control Table
---------------------------------------------------*/
.EmailControlTable
{
    width: 100%;
    cursor: default;
}

.EmailControlTable-FirstTD
{
    width: 95%;
}

.EmailControlTable-SecondTD
{
    width: 5%;
}

/* Phone Control Table
---------------------------------------------------*/
.PhoneControlTable
{
    width: 100%;
    cursor: default;
}

.PhoneControlTable-FirstTD
{
    width: 20%;
}

.PhoneControlTable-SecondTD
{
    width: 75%;
}

.PhoneControlTable-ThirdTD
{
    width: 5%;
}


/* Address Control Table
---------------------------------------------------*/
.AddressControlTable
{
    width: 100%;
    cursor: default;
}

.AddressControlTable-FirstTD
{
    width: 15%;
}

.AddressControlTable-SecondTD
{
    width: 80%;
}

.AddressControlTable-ThirdTD
{
    width: 5%;
}


.NoWrapping
{
    white-space: nowrap;
    overflow:hidden;
}



/* Link Control Table
---------------------------------------------------*/
.LinkControlTable
{
    width: 100%;
    cursor: default;
}

.LinkControlTable-FirstTD
{
    width: 35%;
}

.LinkControlTable-SecondTD
{
    width: 60%;
}

.PhoneControlTable-ThirdTD
{
    width: 5%;
}

/* Floating - Used to show CUstom fields
---------------------------------------------------*/
.floating
{
    float: left;
    /*overflow: hidden;*/
    /*height: 24px;*/
}

.floatingNoHeight
{
    float: left;
    overflow: hidden;
}

/* Devexpress Grid Control Class
---------------------------------------------------*/

.dxgvPagerTopPanel
{
    background-color: #F5F5F5;
}

.dxgvControl, .dxgvDisabled
{
    background-color: #FFFFFF;
    border: 1px solid #0A75BC;
    color: Black;
    cursor: default;
}

.dxgvHeader
{
    border: 1px solid #0A75BC;
    background-color: #0A75BC;
    border-right: 1px Solid #CFCFCF;
    cursor: pointer;
    font-weight: normal;
    overflow: hidden;
    padding: 4px 6px 5px;
    text-align: left;
    white-space: nowrap;
    color: white;
}

.dxgvHeader td {
    white-space: nowrap;
    color: white;
    font-weight: bold;
}
.dxgvFooter
{
    background-color: #F4FAFB;
    white-space: nowrap;
}

.dxpcLite .dxpc-header, .dxdpLite .dxpc-header {
    color: white;
    font-weight: bold;
    background-image: url(../images/gvHeaderBackground.gif);
    border-bottom-color: rgb(82, 140, 166);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    cursor: move;
    visibility: visible;
}

.dxpLite {
	font: 12px;
	color: black;
	padding: 5px 2px;
	float: left;
}

.dxpLite .dxp-summary, .dxpLite .dxp-sep, .dxpLite .dxp-button, .dxpLite .dxp-pageSizeItem, .dxpLite .dxp-num, .dxpLite .dxp-current, .dxpLite .dxp-ellip {
	display: block;
	float: left;
	margin-left: 4px;
	font-weight: normal;
}

.dxgvEditFormDisplayRow td.dxgv, .dxgvDataRow td.dxgv, .dxgvDataRowAlt td.dxgv, .dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv {
    
    border-bottom: 1px Solid #CFCFCF;
    border-right: 1px Solid #CFCFCF;
    border-top-width: 0px;
    border-left-width: 0px;
    padding: 3px 6px 4px;
}

.dxgvPagerTopPanel, .dxgvPagerBottomPanel {
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid #CFCFCF;
}

.dxgvDataRow:hover
{
    
    /*
    background-color: #99CA3C;
    color: white;
    
	background-color: #E2E5E7;
	color: #000000;
    
	*/

    background-color: #ddf4fe;
    color: black;

    cursor: pointer;
}

.dxgvSelectedRow:hover
{
    background-color: #99CA3C;
    color: white;
    /*
    background-color: #ddf4fe;
    color: black;
    */
    text-decoration: underline;
    cursor: pointer;
    }

.divSettingsLinks
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.dxtcTab, .dxtcTabWithTabPositionLeft, .dxtcTabWithTabPositionBottom, .dxtcTabWithTabPositionRight {
    background-color: #E0E0E0;
    border: 1px solid #A8A8A8;
    padding-top: 3px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    text-align: center;
}

.dxtcControl {
    color: black;
    background: #f0f0f0;
}

.dxeListBoxItemSelected_Glass {
    background-color: #99CA3C;
}

/* Title Sections
-------------------------------------------------------*/
.TitleSections
{
    border-width: 2px;
    border-color: #0A75BC;
    width: 100%;
    border-bottom-style: solid;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Roundpanel
-------------------------------------------------------*/
.Roundpanel {
    border: 1px solid #0A75BC;
    background-color: #F5F5F5;
    width: 100%;
    border-radius: 5px;
}


.tdHeading {
    color: #0A75BC;
    font-weight: bold;
    text-decoration: underline;
}

/* Tool Tip
-------------------------------------------------------*/
.ui-tooltip, .arrow:after {
    background: #565656;
    border: 2px solid white;
    color: white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    font: bold 12px;
    width:100px;
}



/* Content Boxes
-------------------------------------------------------*/

.ContentBox {
    border: 1px solid #989898;
    /*border: 2px solid #D8D8D8;*/
    padding: 8px 8px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -moz-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);

}

.ContentBoxHeader {
    border-width: 1px;
    border-color: #0A75BC;
    height: 16px;
    margin-left: 2px;
    font-size: 1.3em;
    color: #0A75BC;
    font-weight: normal;
    float: left;
}

.ContentBoxContent {
    margin-top: 4px;
    padding-top: 18px;
    color: #363636;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 12px;
}

.tdContentlabelcolumn
{
    white-space: nowrap;
    width: 10px;
}



/* Client Header Control
-------------------------------------------------------*/
.TitleControlHeader {
    height: 16px;
    margin-left: 2px;
    font-size: 1.3em;
    color: #0A75BC;
    font-weight: normal;
    float: left;
}

.TitleControlContent {
    padding-top: 6px;
    font-size: 14px;
    color: #363636;
    font-weight: normal;
}

.TitleControlContent td{
    margin-top: 4px;
    font-size: 14px;
    color: #363636;
    font-weight: normal;
}


/* Mailing Boxes
-------------------------------------------------------*/



.MailingBox {
	border: 1px solid #989898;
	background-color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
	-moz-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
	

    float: left;
    font-size: 1.5em;
    /*color: #0A75BC;*/
    color: #000000;
    font-weight: bold;
    text-align: center;
    /*width: 220px;
    height: 65px;*/
  	width: 320px;
	height: 140px;

    
    margin: 10px;
    line-height: 70px;
}

.MailingBox:hover{
    cursor: pointer;
    border: 1px solid #000000;
    background: #BCBCBC;
}




.MailingBoxHeader {
    border-width: 1px;
    border-color: #0A75BC;
    height: 16px;

}

.MailingBoxContent {
    padding-top: 18px;
    color: #363636;
    line-height: 1.6em;
    font-size: 12px;
    font-weight: normal;
    width: 100%; 
    margin-top: 10px;
}



/* Mailing Buttons
----------------------------------------------------------*/
.MailingButton
{
    padding: 2px 6px 2px 6px;
    background: #0A75BC ;
    border: 1px solid #0A75BC;

    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px 2px 2px 2px;
    text-decoration: none;
    color: white;
    width: 200px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.MailingButton:hover
{
    background: #99CA3C;
    border: 1px solid #99CA3C;
    color: white;
}



/* Dashboard
-------------------------------------------------------*/

.DashboardBox {
    border: 1px solid #989898;
    /*border: 2px solid #D8D8D8;*/
    padding: 8px 8px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -moz-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(119, 119, 119, 0.71);
    width: 400px; 
    margin: 10px;
    padding: 15px;

}

.DashboardBoxHeader {
    border-width: 1px;
    border-color: #0A75BC;
    height: 16px;
    margin-left: 2px;
    font-size: 1.3em;
    color: #0A75BC;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
}

.DashboardBoxContent {
    padding-top: 18px;
    color: #363636;
    line-height: 1.6em;
    font-size: 12px;
    font-weight: normal;
    width: 100%; 
    margin-top: 10px;
}

.RepLink
{
    color: #0A75BC;
}

a:visited .RepLink
{
    color: #0A75BC;
    text-decoration: none;
}

/* menu
----------------------------------------------------------*/

.MenuBar {
    background-color: #F7F8FA;
    height: 25px;
    width: 100%;
    border-width: 1px;
    border-color: #C0C0C0;
    border-bottom-style: solid;
    z-index:500;
}

@-moz-document url-prefix() {
    .MenuBar {
        height: 26px;
    }
}

nav {
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

    nav ul ul {
        display: none;
        z-index:500;
    }

    nav ul li:hover > ul {
        display: block;
    }

    nav ul {
        background-color: #F7F8FA;
        padding: 0 10px 0 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        list-style: none;
        position: relative;
        display: inline-table;
        z-index:500;
    }

        nav ul:after {
            content: "";
            clear: both;
            display: block;
        }

        nav ul li {
            float: left;
            min-width: 70px;
            text-align: center;
            border-right: 1px solid #A5A6A8;
        }

            nav ul li:hover {
                /*background: #4b545f;*/
                background: #D9ECED;
            }

                nav ul li:hover a {
                    /*color: #fff;*/
                    color: #000;
                }

            nav ul li a {
                display: block;
                padding: 4px 10px 6px 10px;
                color: #000000;
                text-decoration: none;
            }

        nav ul ul {
                /*background: #5f6975;*/
                border-width: 1px;
                border-color: #7EACB1;
                background-color: #EDF3F4;
                /*border-radius: 0px;*/
                padding: 0;
                position: absolute;
                top: 100%;
                border-right-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
            }

            nav ul ul li {
                float: none;
                border-top: 1px solid  #7EACB1;
                position: relative;
                white-space: nowrap;
                text-align: left;
                border-right: none;
            }

                nav ul ul li a {
                    padding: 4px 10px 4px 10px;
                    color: #fff;
                }

                    nav ul ul li a:hover {
                        /*background: #4b545f;*/
                        background: #D9ECED;
                        color: #1D60FF;
                    }

            nav ul ul ul {
                position: absolute;
                left: 100%;
                top: 0;
            }

.MenuText {
    width:185px;
}

.MenuImage {
    float:right;
}

.CCFormText {
   padding-right: 10px
}
/* Home Repeater Grid
----------------------------------------------------------*/

.Homerepgrid
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color:  #0A75BC;
    border-collapse: separate;
    background-color: #FFFFFF;
    /*border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;*/
    font-weight: bold;
}


.Homerepgrid td
{
    padding: 3px;
    height: 18px;
}

.Homerepgridthtd
{
    border-width: 0px 0px 1px 0px;
    border-spacing: 0px;
    border-style: solid;
    border-color:  #E8E8E8 ;
    background-color: #0A75BC;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    /*border-top-left-radius: 2px;
    border-top-right-radius: 2px;*/

}

.Homerepgridtd
{
    height: 18px;
}


.HP_Header-Style {
    font-size: 12px;
    text-align: left;
    color: #0a75bc;
    font-weight: bold;
}


.HP_row-style {
    border-bottom: 1px solid #0A75BC;
}

.HP_row-white {
    background-color: #ffffff;
}
       
.HP_row-dark {
    background-color: #f8f8f8;
    border-bottom: 1px solid #F2F2F2;
}

.HP_td-border {
    border-bottom: 1px solid #cbcbcb;
}

.HP_hyperlinks {
    color: #0a75bc;
    text-decoration: none;
    cursor: pointer;
}
