.bottomBorder 
{
    border-bottom: 2px solid #5D7B9D;
}
.bgImage
{
    background-image: url('images/titlebar.gif');
}
.calHeader
{
    font-weight:bold;
    font-size:8px;
    color:#5D7B9D;
    height:8px;
}
.calTitle
{
    color:White;
    font-weight:bold;
    font-size:12px;
    border:1 solid black;
    height:30px;
    background-color:#5D7B9D;
}
.headingClass
{
    visibility:visible;
}
.tableHead
{
    background-color:white;
    height:90px;
    width:800px;
}
.tableHead2
{
    background-color:white;
    height:115px;
    width:800px;
}
.accordionHeader
{
    color: white;
    
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin:0px;
    cursor: pointer;
    height:31px;
        
    background-image: url('images/titlebar.gif');
    background-color:#cbd5e0;

    border-left: 2px solid #5D7B9D;
    border-right: 2px solid #5D7B9D;
    border-bottom: 2px solid #5D7B9D;
    border-top:2px solid #5D7B9D;
}
.accordionContent
{
    background-color: #cbd5e0;
    border: 1px solid #5D7B9D;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    overflow:hidden;
}
.mainLogo
{
 	background-image: url('images/smalllogo.gif');
	background-repeat: no-repeat;
	height:90px;
	width:300px;
}
.noteDivFooter
{
    border-bottom:1px solid #96c7f3;
    height:25px;
    font-size:small;   
}
.tableHeader
{
    color:Black;
    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; 
   
    background-image: url('images/titlebar.gif');
     
}
.tableLeftBorder
{    
   border-left: 1px solid #5D7B9D;
 }
.tableRightBorder
{    
    border-right: 1px solid #5D7B9D;
}
.tableFullBorder
{
    background-color:#cbd5e0;
    border-left: 2px solid #5D7B9D;
    border-right: 2px solid #5D7B9D;
    border-bottom: 2px solid #5D7B9D;
    border-top:2px solid #5D7B9D;
    
    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;  
}
.tableImage
{
    background-color:#5D7B9D;
    color:White;
    font-size:small;
    height:450px;
    width:100%;
    
    font-weight:normal;    
}
.tableTopBorder
{
    border-top:2px solid #5D7B9D;
}
.textboxClass
{
    border-right: #5D7B9D 1px solid;
    border-top: #5D7B9D 1px solid;
    border-left: #5D7B9D 1px solid;
    border-bottom: #5D7B9D 1px solid;
    background-color: #eeeeee;
    text-align: left;
    margin-left:5pt;
    width:75%;
}
.topBorder
{
    background-image: url('images/titlebar.gif');
    background-repeat:repeat;
 
    background-color : #96c7f3;
    height:25px;
    vertical-align:middle;
    margin:0 auto;
}
.tableSubHeader
{
    background-color:#bac6d5;
    color:Black;
    font-size:small;
    height:20px;
    
    font-weight:normal;
}
.rowOver
{
    background-color:white;
}
.rowOver:hover
{
    background-color:#bac6d5;
}
.rowOverAlt
{
   background-color:#eeeeee;
}
.rowOverAlt:hover
{
    background-color:#bac6d5;
}
.topFullBorder
{
    background-color: #96c7f3;
    height:25px;
    vertical-align:middle;
    margin:0 auto;
    border-left: 2px solid #5D7B9D;
    border-right: 2px solid #5D7B9D;
    border-bottom: 2px solid #5D7B9D;
    border-top:2px solid #5D7B9D;
}
.userDivHeader
{
    border-top:1px solid #96c7f3;
    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 #96c7f3;
    height:25px;
    cursor:pointer;    
    font-size:x-small;    
}
.userDivFooter
{
    border-bottom:1px solid #96c7f3;
    height:25px;
    font-weight:bold;
    font-size:small;   
}
.userDivFooterNB
{
    border-bottom:1px solid #96c7f3;
    height:25px;
    font-size:small;   
}
.userDivHeaderNB
{
    border-top:1px solid #96c7f3;
    height:25px;
    font-size:small;   
}
.userDivHeaderNBNL
{
    height:25px;
    font-size:small;   
}
.userHelpBorder
{
    text-align:center;
    background-color:#eeeeee;
    color:black;
    font-style:italic;
    font-size:medium;
    border-left: 2px dashed #5D7B9D;
    border-right: 2px dashed #5D7B9D;
    border-bottom: 2px dashed #5D7B9D;
    border-top:2px dashed #5D7B9D;
}
body 
{
    background-image: url('Images/Bkgd-Site-Stripes.jpg');
    background-repeat:repeat;
    background-attachment:fixed;
    font-size:12px; font-weight:normal;
}
