﻿

body 
{
    background-color:#ACAFA7;
     min-height:100%;
     margin-top:0px;
}

#wrapper
{
 margin-top:0px;   
 width:960px;
 background-position:bottom;
 background-repeat:no-repeat;
 background-color:#F5F8EE;
 padding-bottom:25px;
 position:absolute;
 left:0;
 
 min-height:100%;
}


#header
{
  
 background-image:url('../images/System/calendarbanner.jpg');    
 height:122px;   
    
}


#nav
{
  
    width:100%;
    
    padding-top:5px; 
  height:25px;
 background-color:#E4EADD;
    text-align:left;
    vertical-align:middle;
    background-repeat:no-repeat;
 background-image:url('../images/system/tdjweb_05.gif');
 background-repeat:repeat-x;
 background-position:bottom;
}




#rightshadow
{
 float:left;
 width:10px;
 background-image:url('../images/system/tdjweb_04.gif')  ;
 background-repeat:repeat-y; 
   min-height:3750px;  
   position:absolute;
   left:960px;
}


#maincontent
{
    float:left;
    margin-left:0px;
 width:800px;
 margin-top:10px; 
   min-height:100%;
    background-color:#F5F8EE;   

}

#rightmargin
{
    
 float:left;
 background-color:#C5D4B4;   
 width:160px;
 min-height:3500px;
  padding-bottom:100px;
}

.ical
{
    float:right;
    cursor: pointer; 
    cursor: hand;
}

a:link       
{ text-decoration: underline; color: #888888 }

a:visited
{ text-decoration: underline; color: #339966 }

 .alert
 {
  font-size:15px;
  color:#990000;
  font-weight:bold;
     
 }