/* SKIN - IMAGES AND COLORS */
/*background: background-color | background-image | background-repeat | background-attachment | background-position*/

body { background: #003366; color: #FFFFFF;}
h1 { background: url(skin/apexLogo.gif) no-repeat left top;}
a { color: #FFFFFF;}

#container { background: url(skin/TopBanner.jpg) no-repeat left top;}
#nav { background: #CC9930;}

#pastsessions li { background: #EBEBEB; border-top: 2px solid #666666;}
#pastsessions a { color: #000000;}

.data_table { border-top: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF;} 
.data_table th, 
.data_table td { border-bottom: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF;}

#participant_list { background: url(skin/participant_list.gif) no-repeat center top;}
#agenda { background: url(skin/agenda.gif) no-repeat center top;}
#photographs { background: url(skin/photographs.gif) no-repeat center top;}
#evaluation_report { background: url(skin/evaluation_report.gif) no-repeat center top;}
#presentations { background: url(skin/presentations.gif) no-repeat center top;}
#readinglist { background: url(skin/readinglist.gif) no-repeat center top;}
