/* 

	contains:
	content colours, background images, borders   

*/

body { background: #eee url(/images/interface/uc.gif) top left repeat-y;	}


#breadcrumbtrail {background: #fff;}  
#graphicalmenubar {background: #fec;}

#rightRegion, #leftRegion, #footer, #footerLeft, #footerRight {border: 1px solid #ccc;}

div.rightModule {border: 1px solid #ccc;}
div.leftModule {border: 1px solid #ccc;}

hr.sep {border: none 0; border-top: 1px dashed #ccc; height: 1px;}

h1, h2, h3, h4, h5, h6 {color: #552200;}

a.moreLink { border-bottom: 0px; }
a.moreLink:visited { border-bottom: 0px; }




/* calendar selector */
.calendar {background-color: #eee; border: 1px solid #ccc;}
.calendar td a {display:block; width: 100%;}
.calendarSelectedDay {background: #ddd; }
.calendarSelectedItemDay {background: #ccc;}
.calendarUnselectedItemDay {}
.calendarToday {border: 1px solid #999; }
.calendarSelectedItemDay.calendarToday a {color:#f60;}
.calendarSelectedItemDay.calendarToday a:hover {color:white;}
.calendarTitle {background-color: #f60; border-width: 0px; font-weight: bold; color:White;}
.calendar1Item { background-image: url(/images/interface/calendar1Item.gif) }
.calendar2Items { background-image: url(/images/interface/calendar2Items.gif) }
.calendar5Items { background-image: url(/images/interface/calendar5Items.gif) }
.calendar10Items { background-image: url(/images/interface/calendar10Items.gif) }