/**********************************************************************
 * TITLE: Color Scheme Stylesheet for Tierra Verde                    *
 * URI  : http://www.oswd.org/design/???/tierraverde/color-scheme.css *
 * MODIF: 2003-02-01 1904 +0800                                       *
 **********************************************************************/


/* ###### General Colors ###### */

/*** Text Color (darker): ***/
  body, #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a
  { color: #22464f; }

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, .sideBar a:hover, #footer, #footer a
  { color: #006400; }
  
  .sideBarBis a:hover
  {
	color: #FF8C00;
}

/*** Border Color: ***/
/*  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, .sideBar a:hover, .sideBar span,
  #footer a:hover, .subFooter a
  { border-color: #22464f; } */

/*** Background Color (darker): ***/
  #header, #footer
  { background-color: #FFFFFF; }
  
  #bodyText
  { background-color: #FFFFFF; }

/*** Background Color (lighter): ***/
  #bodyText .boxedLight, .sideBarTitle
  {
	background-color: #E2E6E9;
}
  
  .boxedDark
  {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #EBEDEF; /* background-color: #F2F0FD; */
}
  .boxedSearch
  {
	background-color: #D5F8D5;
}

  .boxedSearchBis
  {
	background-color: #FFFFFF;
	text-align: center;
}

/* ###### Special Colors ###### */

#header { border-color: #FFFFFF; }

.headerTitle { color: #ffad29; }

.menuBar a:hover { color: #fefecb; }

body {
	background-color: #FFFFFF;
}

#bodyText .boxedDark { color: black; }

#footer a { border-color: white; }

.subFooter a:hover { border-color: #FFFFFF; }