<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEFAULTS
----------------------------------------------------------*/
@page {
    margin: 0mm;
    margin-top:2mm;
}
@media print {

#page 
{
    width: 100%;
    margin: 0; padding: 0;
    background: none;
}
.topnav
{
    display: none;
}

.header
{
    display: none;
}

.footer
{
    display: none;
}

.pageTitle
{
    display: none;
}

.noPrint
{
    display: none;
}

.ecetFlyerHeader {
    border: none;
    height: 134px;
    font-family: Calibri;
    color: black;
    font-size: 28px;
    font-weight: bold;
    transform: translateX(4px);
    /*background-repeat: no-repeat;
    background-position-x: 4px;
    background-image: url('../ECET/images/headerBgrd.jpg');*/
}

.ecetFlyerHeaderImage
{
    right: 100px; 
    display: inline-block; 
    position: relative; 
    /*top: 10%;*/ 
    transform: translateY(-135px); 
    border: none; 
    width: 100%;
}

.ecetFlyerHeaderText
{
    z-index:10; 
    left: 14px; 
    display: inline-block; 
    position: absolute; 
    /*top: 28%;*/ 
    transform: translateY(-85%); 
    border: none; 
    width: 100%;
}


body   
{    
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/ADW_gradient.gif');
    background-repeat: repeat-x;
    background-position: top;
    color: #696969;
    
}
#mainPartDiv {
    height: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-left:14px;
    margin-right:14px;
    margin-top:4px;
    margin-bottom:0px;
    /* just for demo */
    min-width: 940px;
    max-width: 940px;
}

#mainPartDiv &gt; div {
    padding:8px;
    margin:4px;
    color:black;
    font-size:16px;
    min-height: 190px;
    vertical-align: top;
    border: thin solid #C0C0C0;
    display: inline-block;
    *display: inline;
     width: 188px;
     zoom: 1
}
#mainPartDiv:after {
    content: '';
    min-width: 160px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
 }

#mainPartDiv &gt; div:nth-child(odd) {
    
}
#mainPartDiv &gt; div:nth-child(even) {
    
}

nobr
{
    font-size: .80em;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    /*line-height: 1.6em;*/
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    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: 1em;
}

/* this rule styles &lt;h1&gt; and &lt;h2&gt; tags that are the 
first child of the left and right table columns */
.rightColumn &gt; h1, .rightColumn &gt; h2, .leftColumn &gt; h1, .leftColumn &gt; h2
{
    margin-top: 0px;
}

.watermarked
{
    color:Gray;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 96%;
    background-color: #fff;
    margin: 5px auto 5px auto;
    border: 1px solid #496077;
}

.header
{

    width: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding:0px 0px;
    margin: 5px 5px 5px 5px;
    min-height: 480px;
    min-width: 900px;
    background-color: #F0F2F4;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #F0F2F4;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

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: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    text-align:center;
}

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: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: gray;
}

.loginDisplay a:link
{
    color: gray;
}

.loginDisplay a:visited
{
    color: gray;
}

.loginDisplay a:hover
{
    color: gray;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.modalBackground 
{
   background-color:#000;
   filter:alpha(opacity=70);
   opacity:0.7;
}

.popUpControl 
{
  background-color:#AAD4FF;
  position:absolute;
  visibility:hidden;
  border-style:solid;
  border-color:Black;
  border-width:2px;
}

.HeaderGradient
{
    background-image: url('../images/HeaderGradiantGray_Small.gif');
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: bold;z
}
.HeaderGradientSelected
{
    padding: 0px;
    margin: 0px;
    background-image: url('../images/HeaderGradiant_Small.gif');
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: bold;
}

fieldset { -moz-border-radius: 8px; border-radius: px; }

.profileColL
{
  text-align: right;
  font-weight:bold;
  width: 150px;
  border-width: thin;  
  border-style:none;

}
.profileColR
{
  text-align: left;
  width: 150px;
  border-width: thin;  
  border-style:none;

}
table.infoPane
{
  padding:6px;
  margin:6px;
  border-width: thin;  
  border-style:none;
}
table.profile
{
  width:auto;
  border-width: thick;
  border-style:none;
}

/*
Fly Out Menu
*/
.IE8Fix
{
  z-index: 1000;
}
.menu1
{
  padding: 0px 0px 0px 0px;
  background-image: url('../images/MenuGradiant_Small.gif');
  background-repeat:repeat-x;
  border: 0px solid #4e667d;
  z-index: 1000;
  
}
    
.level1
{
    z-index: 1000;
    border: 1px solid #B5C7DE;
    display: block;
    line-height: 1.5em;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    white-space: nowrap;
    background-image: url('../images/MenuGradiant_Small.gif');
    background-repeat: repeat-x;
}
    
.level2
{
  border: 1px #4e667d solid;
  color: red;
  font-family: Gill Sans MT !important;
  font-size: medium;
  background-color: #ffffff;
  padding: 1px 5px;
  z-index: 1000;
  
}
    
.level3
{
  color: green;
  background-color: #ffffff;
  font-family: Gill Sans MT !important;
  font-size: small;
  border: 1px #4e667d solid;
  padding: 1px 5px;
  z-index: 1000;
  
}
    
.hoverstyle
{
    background-image: url('../images/MenuGradiantHighlite_Small.gif');
    background-repeat: repeat-x;
}
    
.sublevel1
{
  color: White !important;
  font-variant: small-caps;
  z-index: 10000;
}

/* GRID  
----------------------------------------------------------*/
.Grid                   { border: solid 2px #003187; }
.GridNoBorder           { border: none; }
.GridHeader             { color:gray; font-weight: Bold; background-color: #ffffff;text-align:left; padding-right:3px; padding-left:3px;height:20px; }
.GridHeadernew          { color:#FFFFFF; font-weight: Bold; background-color: #799CBF;text-align:center; padding-right:3px; padding-left:3px;height:20px; }
.GridHeader a           { text-decoration: none;color: #FFFFFF;padding-left: 3px; padding-right:3px; }
.GridHeader a:link      { color:#FFFFFF; text-decoration:underline; }
.GridHeader a:visited   { color:#FFFFFF; text-decoration:underline; }
.GridHeader a:hover     { color:red; text-decoration:underline; }
.GridHeader a:active    { color:red; text-decoration:underline; }
.GridHeader a:hover     { text-decoration: underline;color:#99FFFF; }
.Grid tr                { border:none;padding-left: 3px; }
.Grid td                { border:none;padding-left: 3px; }
.GridAltItem            { background-color: #FFFFFF; }
.GridItem               { background-color: #DCDCDC; }
.GridItemOverdue        { background-color: Red }
.ItemWBorder            { font-family : Verdana, Arial, sans-serif; font-size : 8pt; color : #000000; border-bottom: solid 1px #808080; padding-bottom:3; padding-top:5;padding-left:4;padding-right:4 }
.gridHover              { background-color: #FFCC66; }
.gridHoverLtBlue        { background-color: #CCE6FF; }
.gridHoverYellow        { background-color: #FFE0A3; color: #FF0000; }
.GridFooter             { background-color:#5280B1;border-top: solid 2px #003187;height:30px; }
.HiddenColumn           {width:0; display:none;}
.HiddenText label       {display:none;}
.GridCellHighliteBottom
{
    border-bottom: gray thick double;
}
.GridCellHighliteRight
{
    border-right: teal outset;
}

/* AutoComplete item */
 .AutoCompleteExtender_CompletionList 
{
background-color : window;
color : windowtext;
padding : 1px;
font-size: small;
background-color:Gray;
/*creates border with
autocomplete_completionListElement
background-color*/
 }
 
/*AutoComplete flyout */
 .AutoCompleteExtender_CompletionListItem 
{ 
text-align : left;
background-color:White;
 }
 
/* AutoComplete highlighted item */
 .AutoCompleteExtender_HighlightedItem
 {
background-color: Silver;
color: windowtext;
font-weight:bold;
font-size: small;
 }
 
.linksBackground
{
    background-position: bottom; background-image: url('/images/Links_BG_Slice.gif'); background-repeat: repeat-x; color: #0C0039; font-weight: bold;
}
}</pre></body></html>