<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bottomBorder
{
    border-bottom: 2px solid #ddd8c7;
}
.bgImage
{
    background-image: url('images/titlebar.png');
}
.calHeader
{
    font-weight:bold;
    font-size:8px;
    color:#ddd8c7;
    height:8px;
}
.calTitle
{
    color:White;
    font-weight:bold;
    font-size:12px;
    border:1 solid black;
    height:30px;
    background-color:#ddd8c7;
}
.headingClass
{
    visibility:hidden;
}
.tableHead
{
    background-color:transparent;
    height:150px;
    width:800px;
}
.tableHead2
{
    background-color:transparent;
    height:175px;
    width:800px;
}
.accordionHeader
{
    color: white;
    
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin:0px;
    cursor: pointer;
    height:31px;
     
    background-image: url('images/titlebar.png');
    background-color:#eadbcd;

} 
body 
{
    background-color:#ddd8c7;
    font-size:12px; font-weight:normal;
}
.gridHeaderStyle
{
    background-color:#ddd8c7;
    color:White;
    border-color:#eadbcd;
}
.mainLogo
{
 	background-image: url('images/smalllogo.png');
	background-repeat: no-repeat;
	height:150px;
	width:800px;
}
.rowOver
{
    background-color:white;
}
.rowOver:hover
{
    background-color:#a48456;
}
.rowOverAlt
{
   background-color:#eeeeee;
}
.rowOverAlt:hover
{
    background-color:#a48456;
}
.noteDivFooter
{
    border-bottom:1px solid #eadbcd;
    height:25px;
    font-size:small;   
}
.textboxClass
{
    margin-left:5pt;
    border-right: #ddd8c7 1px solid;
	border-top: #ddd8c7 1px solid;
	border-left: #ddd8c7 1px solid;
	border-bottom: #ddd8c7 1px solid;
	background-color: #eeeeee;
	text-align:left;
	width:75%;	
}
.tableFullBorder
{    
    background-color:#eadbcd;
    border-left: 2px solid #ddd8c7;
    border-right: 2px solid #ddd8c7;
    border-bottom: 2px solid #ddd8c7;
    border-top:2px solid #ddd8c7;
      border-top-left-radius:     20px;
    border-top-right-radius:    20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:  20px;
   
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;

    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;  
}
.tableLeftBorder
{    
    border-left: 1px solid #ddd8c7;
}
.tableRightBorder
{    
    border-right: 1px solid #ddd8c7;
}
.tableTopBorder
{
    border-top:2px solid #ddd8c7;
}
.tableImage
{
    background-color:#ddd8c7;
    color:White;
    font-size:small;
    height:450px;
    width:100%;
    
    font-weight:normal;    
}
.tableSubHeader
{
    background-color:#a48456;
    color:Black;
    font-size:small;
    height:20px;
    
    font-weight:normal;
}
.tableHeader
{
    background-image: url('images/titlebar.png');
   	background-repeat:repeat;
 
    background-color:#ddd8c7;
    color:White;
    font-size:medium;
    height:26px;
    
    font-weight:normal;
vertical-align:bottom;
    text-indent:5px;
    
    border-top-left-radius:     17px;
    border-top-right-radius:    17px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius:  0px;
   
    -moz-border-radius-topleft: 17px;
    -moz-border-radius-topright: 17px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;

    -webkit-border-top-left-radius: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px; 
}
.topFullBorder
{
    background-color:#eadbcd;
    height:25px;
    vertical-align:middle;
    margin:0 auto;
    border-left: 2px solid #ddd8c7;
    border-right: 2px solid #ddd8c7;
    border-bottom: 2px solid #ddd8c7;
    border-top:2px solid #ddd8c7;
}
.topBorder
{
   	background-image: url('images/titlebar.png');
   	background-repeat:repeat;
 
    background-color: #eadbcd;
    height:25px;
    vertical-align:middle;
    margin:0 auto;
}
.userDivHeader
{
    border-top:1px solid #eadbcd;
    height:25px;
    font-weight:bold;
    font-size:small;   
}
.userDivEdit
{
    background-image: url('Images/edit2.gif');
    background-repeat: no-repeat;
    background-position:left center;
    border-top:1px solid #eadbcd;
    height:25px;
    cursor:pointer;    
    font-size:x-small;    
}

.userDivHeaderNB
{
    border-top:1px solid #eadbcd;
    height:25px;
    font-size:small;   
}
.userDivFooter
{
    border-bottom:1px solid #eadbcd;
    height:25px;
    font-weight:bold;
    font-size:small;   
}
.userDivFooterNB
{
    border-bottom:1px solid #eadbcd;
    height:25px;
    font-size:small;   
}
.userHelpBorder
{
    background-image: url('images/helpbackground.png');
   	background-repeat:repeat;
 
    text-align:center;
    background-color:#eeeeee;
    color:black;
    font-style:italic;
    font-size:small;
}
</pre></body></html>