
table.awec_calendar th {
/* table head: day of the week */
	
font-weight: bold;text-decoration:underline;
}


table.awec_calendar td.current {	
/* current day */

border: 1px solid white;
background-color: lightblue;

}


table.awec_calendar td.content {
/* day with some events */
	
border: 1px solid white;
background-color: blue;
}


table.awec_calendar td.empty {
/* day with no events */
	
border: 1px solid white;
}


table.awec_calendar td.weekend {
/* analogous for the list view except it is using rows instead of cells */

table.awec_list tr.odd {
	background-color: green;
}
table.awec_list tr.even {
	background-color: red;
}

table.awec_list tr.current  {
	background-color: yellow;
}



/* boxover */

.awec_bo_head {
        
border: 1px solid white;
background-color: #5c5b7e;
        
background-color: #555;
        
padding: 4px;
}



.awec_bo_body {
       
 border: 1px solid white;
background-color: #504f6d;
       
 background-color: #444;
        
padding: 4px;
}


.awec_bo_body ul {
 
border: 1px solid white;
margin: 0;
        
padding-left: 10px;
}


--end-copy--



/