/* CSS Document */

 body {margin:0px; 
       padding-top:15px; 
	   background-image: url(images/bg.jpg);
	   background-position:top;
	   background-repeat:repeat-x;
	   background-color:#3B6AB7 }
  
  .title
  {font-family:arial; 
   font-size:12px;  
   color:#5490F2; 
   text-decoration:none }
  .content
  {font-family:arial; 
   font-size:11px;  
   color:#777777; 
   text-decoration:none; 
   line-height: 20px }
  .blue
  {font-family:arial;
   font-size:11px;
   color:#5490F2;
   text-decoration:none }
  .pink
  {font-family:arial; 
   font-size:11px; 
   color:#F25488; 
   text-decoration:none }
  .links
  {font-family:arial; 
   font-size:11px; 
   color:#F25488; 
   text-decoration:none }
  
  .navigation
  {font-family:arial;
   font-size:13px;
   color:#5490F2;
   text-decoration:none; 
   width:90px}
   .navigation-pink
  {font-family:arial;
   font-size:13px;
   color:#F25488;
   text-decoration:none }
  .navigation-blue
  {font-family:arial;
   font-size:13px;
   color:#5490F2;
   text-decoration:none }
  a:hover 
  {color:#F25488; 
   text-decoration:none }
  
  
  .table-main
  {background-color:#FFFFFF
   }
  .menu
  {border-right:7px solid white; 
   width:450px}
  .banner
  {border-top:7px solid white;
   border-left: 7px solid white;
   border-right: 7px solid white;
   width: 650px;
   height: 219px }
  .bottom
  {border-top: 7px solid white;
   border-bottom: 7px solid white;
   border-left: 7px solid white;
   border-right: 7px solid white }
  .field
  {border-top: 7px solid white;
   border-left: 7px solid white;
   border-right: 7px solid white }
  .field-content
  {background-color: #F4F4F4;
   width: 475px }
   
  
  .border-top
  {background-image: url(images/top.jpg); 
   height: 5px }
  .border-bottom
  {background-image: url(images/bottom.jpg);
   height: 5px }
  .border-left
  {background-image: url(images/left.jpg);
   width: 4px }
  .border-right
  {background-image: url(images/right.jpg);
   width: 4px }
  .border-cnt
  {background-image: url(images/border.jpg); 
   height: 1px }
 

.cal_day { width: 40px; height: 40px; font-family: tahoma, arial; color: #6f6f6f; font-size: 14px; font-weight: bold; text-align: center; }
.cal_blank { width: 40px; height: 40px; font-family: tahoma, arial; color: #6f6f6f; font-size: 14px; font-weight: bold; text-align: center; }
.cal_blue { width: 40px; height: 40px; font-family: tahoma, arial; color: #6f6f6f; font-size: 11px; font-weight: bold; text-align: left; background: #bbdcf4; }
.cal_pink { width: 40px; height: 40px; font-family: tahoma, arial; color: #ffffff; font-size: 11px; font-weight: bold; text-align: left; background: #F25488; }
