body { /* default text COLOR */
   color: #000000;
   margin: 0px;
font-family: sans-serif;}
body.print { /* for printable version */
   color: #000000;
   background: #ffffff;
   margin: 8px}
a:link { /* link COLOR */
   color: #0000cc;}
a:visited { /* visited link COLOR */
   color: #551a8b}
a:active { /* link when-pressed COLOR */
   color: #ff0000}
a.external:link { /* external link COLOR */
   color: #007700}
a.external:visited { /* external visited link COLOR */
   color: #004400}
a.external:active { /* external link when-pressed COLOR */
   color: #ff0000}
h1,h2,h3,H1,H2,H3 { /* sans-serif family for headings */
   font-family: sans-serif}
li {margin-bottom: 0.2em}
td.banner { /* background for banner */
   background: #f3d76c url(/CreativeIT/uploads/top-main.jpg)}
td.buttons { /* background for buttons */
   background-color: #f9d028}
th.fancybanner { 
   background-color: #f9d028}
td.menu { /* background for menu */
   background: #f3d76c; width: 100px; padding: 8px}
td.menu table.calendar { /* make calendar fit into menu */
   font-size: smaller}
td.main { /* background for main */
   background: #ffffdd;
   padding: 0px;
}
td.general { /* background for areas, such as editing */
   background: #ffffff}
td.header { /* background for inlined tables, such as uploads */
   background: #dddddd}
td.row1 { /* background for inlined rows of tables */
   background: #ffffff}
td.row1Graph { /* background for inlined rows of tables */
   background: #ffffff url(/schemesAni/white/graphback.gif)}
td.row2 { /* background for inlined rows of tables */
   background: #eeeeee}
td.row2Graph { /* background for inlined rows of tables */
   background: #eeeeee url(/schemesAni/white/graphback.gif)}
td.dayExists { /* background for existing day in a calendar */
   background: #ffcc00}
table.mainTable {
   padding: 0px;
   border-collapse: collapse;
}

div.title a {text-decoration:none}
div.title td {background: #dddd88;
	border:none;
	padding: 0px 0px 0px 0px;
	}

/* make text areas, for editing, as large as possible */
textarea {
   width: 100%;
   margin-bottom: 0.5ex;
   margin-top: 0.5ex;
   margin-left: 0.5ex;
   padding: 5px;
}