﻿
/* Style of the popup panel for donor detail */
.popupPanel
{
    background-color: Silver;
    border-style: groove;
    border-bottom-width:thin;
    margin: auto auto auto auto;
    z-index: 100;
    padding: 5px 10px 10px 10px;
    white-space: nowrap;
}
/* back ground of the page when the popup is visible */
.modalBackground {
    background-color: Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.GridStyle
{
    border: solid 2px #DEDFDE; 
    margin-left: auto;
    margin-right: auto;
}
.GridStyle a:link, .GridStyle a:visited, .GridStyle a:hover, .GridStyle a:active
{
    text-decoration: none;
}
.GridStyle caption
{
    font-size: 1em;
    font-weight: bold;
    color: White;
    background-color: #661E1F;
}

/* input form style */
.inputtable
{
    border:none 0; 
    text-align: left;
    margin-left:5px;	
}
.inputtable td
{
    padding: 2px 8px 10px 0;
    white-space:nowrap;
}
/* scholarship information table style */
.formsTable
{
    border: solid 1px black; 
    text-align: left;
    margin-left:5px;
    color:Black;
    background-color:White;
    border-width:1px;
    border-style:Solid;
    border-collapse:collapse;
}

.formsTable caption
{
    padding: 2px 5px 2px 5px;
    color:White;
    background-color:#661E1F;
    font-weight:bold;
    text-align:left;
    text-indent: 10px;
    font-size:small;
}

.formsTable .hrow
{
    padding: 2px 5px 2px 5px;
    color:White;
    background-color:#661E1F;
    font-weight:bold;
    text-align:center;
    font-size:1.25em;
    vertical-align:top;
}

.mainCell
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    vertical-align:top;	
}
.dynamicCell
{
    margin: 0;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 0;
}
.mainBot
{
    margin: 0;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 3px 0 3px 3px;
    border-bottom: solid 1px black;	
}
.mainBotRight
{
    margin: 0;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 0;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}
.noWrapCell
{
    white-space: nowrap;
}
.onHoldCell
{
    background-color: Yellow;
}
.amtTable
{
    width: 100%;
    margin: 0;
    border-collapse: collapse;	
}

.ruleTable
{
    text-align: left;
    margin: 2px;
    width:100%;	
}

.ruleTableCol1 
{
    width: 500px;
}
.ruleTableCol2
{
    width: 170px;
} 
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
    margin: 0;
    padding-left: 0;
    background-color: Window;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : default;
    overflow : auto;
    height : 200px;
    text-align : left; 
    list-style-type : none;
    z-index:110;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
    background-color : window;
    color : black;
    padding : 1px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffff;
    color: #000000;
}
.MaskedEditMessage
{
    color: #ff0000;
    font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/* Popup calendar */
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:#BDCDDC;
    color: red;
}
.ajax__calendar_container td
{
    padding: 3px 3px 3px 3px;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/* controls used as targets for validators when the actual control(s)
   being validated cannot be targets */
.dummyTxt
{
    display:none;	
}

.validatorCalloutHighlight
{
    background-color: #FFFACD;
}

.popMsg
{
    background-color: #EEEEEE;
    border-style: outset;
    border-width: medium;
    border-color: Black;
    min-height: 100px;
    min-width: 150px;
    padding-top: 15px;
    padding-left:10px; 
    padding-right:10px;	
    font-size: 12pt;
    text-align:center;
    margin: auto auto auto auto;
}

.errorText
{
    color: Red;	
}

/* multi-select control styles */
.multiSelectControl
{
    font-size: 8pt;
    text-align: center;
}
.multiSelectControl table
{
    border: solid 2px gray;
    background-color: Silver;
}

.multiSelectControl #multiSelectControl_titleCell
{
    font-weight: bold;
    font-size: 10pt;	
}

.multiSelectControl input[type='button']
{
    width: 55px;
    margin-bottom: 5px;
}
.multiSelectControl select
{
    height: 128px;
    width: 200px;
    overflow:scroll;
}

/* Single-select control styles */
.singleSelectControl
{
    font-size: 8pt;
    text-align: center;
}
.singleSelectControl table
{
    border: solid 2px gray;
    background-color: Silver;
}

.singleSelectControl #singleSelectControl_titleCell
{
    font-weight: bold;
    font-size: 10pt;	
}

.singleSelectControl input[type='button']
{
    width: 55px;
    margin-bottom: 5px;
}
.singleSelectControl select
{
    width: 200px;
}

.sdrContent
{
    font-size: 8pt;	
    text-align: left;
    height:auto !important;
}

.sdrContent input, .sdrContent select, .sdrContent option, .sdrContent textarea
{
    font-size: 8pt;
}

.testRedBorder
{
    border: 2px solid Red;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px; 
}

.pseudoLink
{
    cursor: pointer;
    color: Blue;
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
}

/* link that displays the student detail popup */
.stdDet
{
    font-size: .75em;
}

/* student detail popup */
.studentDetail
{
    text-align: left;
    width: 100%;	
}

.studentDetail caption
{
    text-align: center;
    background-color: #661E1F;
    color: White;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
}

.studentDetail td, th
{
    padding: 2px 2px 2px 2px;
}

.warningCell
{
    color: Red;
    font-weight: bold;
    text-align: center;
}

.pagerStyle td
{
    padding-left: 5px;
    padding-right: 5px;
    border-spacing: 5px;
}
.pagerStyle td :link
{
    text-decoration: underline;
}
/* Prevalidation results tables */
.valResTbl
{
    border: 1px solid black;
    width: 80%;
    border-collapse: collapse;	
}
.labelCell
{
    border-bottom: 1px solid black;
    font-weight: bold;
    font-size: 1.25em;
    background-color: #661E1F;
    color: White;
    padding: 2px 5px 2px 5px;
}
.contErrCell
{
    border-bottom: 1px solid black;
    color: Red;
}
.watermark
{
    color: #9F9F9F;
}
.secHead
{
    font-size: large;
    margin-top: 10px;	
}
.sepBar
{
    width: 100%; 
    background-color: Black; 
    height: 2px; 
}
.emptyData
{
    font-size: large;
}
#dvCurrVend
{
    margin-left: 5px;
    margin-right: 5px;
    background-color: #E1E1E1;
}
.ueVendTbl
{
    margin: 5px auto 10px 20px;
    width: 350px;
    text-align: left;
}
.ueVendTbl caption
{
    font-size: large;
    border-bottom: 1px solid black;
    text-align: left;	
}

#dvVendResult
{
    margin: 5px 5px 0 5px;
    background-color: #E1E1E1;
    overflow: scroll;	
}
.errorSummary
{
    font-size: 14pt;
    font-weight: bold;
}
.errorSummary ul
{
    font-size: 8pt;
    color: red;
}
.zoomBtn
{
    height: 20px; 
    width: 20px; 
    cursor: pointer; 
    position: relative; 
    top: 6px;
}
/* SDR Change Form */
.subHead
{
    font-size: 10pt; 
    font-weight: bold;
    text-align: left;	
}
.padBor
{
    border-right: 1px solid black;
}
.sdrchgTable
{
    border: solid 1px black; 
    text-align: left;
    margin-left:5px;
    color:Black;
    background-color:White;
    border-width:1px;
    border-style:Solid;
    border-collapse:collapse;
}

.sdrchgTable caption
{
    padding: 2px 5px 2px 5px;
    color:White;
    background-color:#661E1F; /*#6B696B;*/
    font-weight:bold;
    text-align:left;
    text-indent: 10px;
    font-size:small;
}

.sdrchgTable .hrow
{
    padding: 2px 5px 2px 5px;
    color:White;
    background-color:#661E1F;
    font-weight:bold;
    text-align:center;
    font-size:1.25em;
    vertical-align:top;
}
.sdrchgTable td
{
    padding-right: 10px;
    padding-left: 10px;	
}
.reqInd
{
    font-weight: bold;
    color: Red;	
    margin-top: 0;
    margin-bottom: 0;
}
.pageTitle
{
    text-align: center; 
    font-size: large; 
    font-weight: bold;
    /*padding-bottom: 15px;*/
}
.linkList
{
    margin: auto auto auto 100px;
    line-height: 1.5em;	
    list-style-image: url('../../images/lilarrow.gif');
}
.linkList a:link
{
    text-decoration: none;
}
.linkList a:visited
{
    text-decoration: none;
}
.linklist a:hover
{
    text-decoration: none;
}
.linklist a:active 
{
    text-decoration: none;
}
.spaceItem
{
    padding-top: 10px;	
}
.bblHelp
{
    width: 12px;
    height: 12px;
    position: relative;
    top: -5px;
    cursor: pointer;	
}
.bblHelpSDR
{
    width: 14px;
    height: 14px;
    cursor: pointer;	
    position: relative;
    left:5px;
}
.bblHelpPMT
{
    width: 14px;
    height: 14px;
    cursor: pointer;	
    position: relative;
    left:5px;
}
.hhelp
{
    display: none; 
    z-index: 100;
    text-align: left; 
    height: auto; 
    width: 300px; 
    position: absolute; 
    background-color: #FFFF99;
    border-style: double; 
    border-width: 1px; 
    border-color: black; 
    margin-bottom: 10px; 
    margin-top: 10px;
    padding-left:10px; 
    padding-right:10px; 
    padding-bottom:10px; 
    padding-top:10px;
    font-size: 8pt;
    border-radius: 7px;
    -moz-border-radius: 7px;
    white-space: normal;
    color:Black;
}

/* Request Signature with Additional message Popup */
.reqSigMsgPanel
{
    background-color: Silver;
    border-style: groove;
    border-bottom-width:thin;
    border-color: Black;
    margin: auto auto auto auto;
    z-index: 100;
    padding-top: 5px; 
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.headText
{
    text-align: center;
    font-size: 10pt;
    font-weight: bold;	
    color: Black;
    padding-bottom: 5px;
}
.reqSigMsgPanel textarea
{
    width: 350px;
    height: 150px;
    font-size: 8pt;
}
/* END Request Signature with Additional message Popup */
.wavZm
{
    position:relative;
    top:6px;
    height:20px;
    width:20px;
    cursor:pointer;
}

/* Grid header sort styles */
.sortasc-header A
{
   background:url(../../images/sortascending.gif) right center no-repeat;
}

.sortdesc-header A
{
   background:url(../../images/sortdescending.gif) right center no-repeat;
}


TH A
{
   padding-right: 15px;
   text-decoration: none;
}

.editPanel{
    border: 1px #000000 groove;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.dialogControl{
    text-align: right;
}
.dialogControl input[type="image"]{
    margin-left: 10px;
    margin-top: 5px;
}
.titleBar{
    margin: 0;
    padding: 5px;
    color: white;
    background-color: #661E1F;
    width: 100%;
    font-size: 1.25em;
}
.editContent{
    padding: 20px 20px 5px 20px;
    text-align: left;
    background-color: white;
}
.editContent label{
    display: inline-block;
    width: 50px;
    text-align: left;
}
.editContent input[type="text"], .editContent select{
    width: 190px;
    margin-bottom: 5px;
}
.dialogValidator {
    margin-left: 53px;
}
.talabel{
    position: relative; 
    top: -50px;
}
.emptyDataRow{
    color: red;
    font-size: 1.5em;
    font-weight: bold;
}
.resultGrid{
    width: 100%;
    padding-top: 2px;
}
.lpBtn{
    margin-left: 15px;
}
.titleInput{
    width: 250px;
}
.errorTxt{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: red;
    font-size: 1.5em;
    font-weight: bold;
}
.autocomplete_completionListElementCust
{  
    margin: 0;
    padding-left: 0;
    background-color: Window;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : default;
    overflow : auto;
    height : 100px;
    text-align : left; 
    list-style-type : none;
    z-index:11001;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItemCust
{
    background-color: #ffff99;
    color: black;
    padding: 3px;
}

/* AutoComplete item */

.autocomplete_listItemCust
{
    background-color : window;
    color : black;
    padding : 3px;
}

.signatorySelect{
    width:250px;
}
.signedCell{
    background: url(../../images/ShieldLogo.png) left top;
    font-weight: 500;
    text-align: left;
}
.sigGrid td{
    padding: 2px 8px 10px 0;
    white-space: nowrap;
    text-align: left;
}
.chgSigPanel{
    text-align: center;
    max-width: 360px;
}
.fundNotice {
    border: 1px solid lightgray;
    background-color: #FFFF99;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.fundNotice .caption{
    color: Red; 
    font-weight: bold; 
    font-size: 1.5em;
    margin: 5px 5px 3px 5px;
}
.fundNotice hr{
    color:lightgray;
    margin-left:auto;
    margin-right: auto;
    margin-left:3px;
}
.fundNotice .noticeText{
    display:block;
    white-space: normal;
    padding: 3px 5px 5px 5px;
    font-size: 1.25em;
    line-height: 1.5em;
}
