/*
 * ColorStyleCeboa.css
 * Business Intelligence Systems Inc. (c) 2003 - 2008
 * author R.D. Franke
 * version 1.0
 * since JDK 1.5
 * Last Edit:   - 05/09/08 - Created
 * 
 * Open Issues: - 
 * Future:      -
 */

/* Ceboa green: 004518 (hex); R0, G69, B24
 * Ceboa red: 7D0000 (hex); R125, G0, B0


 * 
 * www.colorschemer.com/online.html
 * (color names in parentheses from RDF)
 * light compliment of green: C5C55E (light green olive)
 * light compliment of green: D1D180 (green tan)
 * light compliment of green: DDDDA2 (light green tan)
 * 
 * light compliment of red: 
 * 
 */

#frame { background-color: White; }
#frame th { background-color: #C5C55E; color: 004518; }
#frame table.list { background-color: White; }
#frame table.data { background-color: White; }
#frame table.form { background-color: #DDDDA2; }
#frame table.select { background-color: transparent; }
#frame .button, #frame .buttonspecial, #frame .buttonsubmit, #frame .buttondelete { background-color: #D1D180 ; }

#headerdiv table.header, #trailerdiv table.trailer { background-color: #D1D180; border: 1px solid #D1D180; }
#headerdiv .banner { background-color: #004518; color: White; }
#headerdiv A:link, #headerdiv A:visited, #trailerdiv A:link, #headerdiv A:visited { color: #004518; }
#headerdiv A:hover, #trailerdiv A:hover { color: #7D0000; }

/* myinformation */
div#myinformation .tabon { background-color: #7D0000;  color: White; }
div#myinformation .tabs { border-color: #7D0000;}

/* calendar */
div#calendar .tabon { background-color: 7D0000; color: white;}
div#calendar .taboff { background-color: white; color: 7D0000;}
div#calendar .daydaytitle { background-color: #D1D180; }
div#calendar .weekdaytitle { background-color: #D1D180; }
div#calendar .weektodaybackground { background-color: #DDDDA2; }
div#calendar .monthdaytitle { background-color: #D1D180; }
div#calendar .monthtodaybackground { background-color: #DDDDA2; }

/* sitemap */
div#sitemap div.servicetitle { color: 004518; background-color: #DDDDA2; }
div#sitemap td.sitelinks { background-color: white; }

/* article manager */
div#articlemanager .articlebackground { background-color: #C5C55E; color: White; }
div#articlemanager .articlebackgroundborder { background-color: #C5C55E; color: White; border: 1px solid #C5C55E; }

.subcattabs .tabon { background-color: #7D0000; color: white; }
.subcattabs .taboff { background-color: white; color: #7D0000; }
.sidebar { background-color: #DDDDA2; }

div#buildtabs .tabon { background-color: #7D0000; color: white; }

/* table,td,tr,th { border: 1px solid blue;  border-collapse: separate; } /* use for debug */

