/* $Id: ccc-styles.css,v 1.9 2011/05/22 06:28:33 damien Exp $ */
html {
  background-color: #a19975;
  color: #525236;
}
.clear-both {
  clear: both;
}
#doc4 {
  background-color: #c6c1a1;
  border: 2px solid #dcd9c6;
}
#hd {
  padding-left: 1em;
  font-size: 108%;
  /*background: no-repeat url(images/igd-banner.gif) right center;*/
}
#hd h1 {
  font-size: 200%;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.main {
  background-color: #dcd9c6;
  background-image: url(./images/bg-playgroup.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  padding-left: 10px;
  padding-right: 130px;
  min-height: 460px;  /* Height of ccc-background.jpg with some padding. */
}
.background2 {
  background-image: url(./images/ccc-background.jpg);
}
.yui-g h1 {
  margin-top: 0pt;
}
.yui-g a:link, .yui-g a:hover, .yui-g a:active {
  color: #908121;
}
.yui-g a:visited {
  color: #525236;
}

table {
  font: normal normal normal 85% Veranda;
  border: 2px solid #999;
  margin: 0 0 20px 0;
}

table caption {
  border: 2px solid #999;
  font-weight: bold;
  font-size: 150%;
}

td, th {
  text-align: left;
  vertical-align: top;
  padding: 1px 4px;
  border: 2px solid #999;
  background: #ffc;
}

th {
  background: #eee;
}

tbody tr:nth-child(even) td, tbody tr.even td  { 
	background: #e5ecf9; 
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu {
  border: 1px solid #C0C0C0;
  background-color: white;
  border-bottom-width: 0;
  width: 12.3em;
}

/*IE only rule. Original menu width minus all left/right paddings */
* html .wireframemenu {
  width: 12.2em;
}

.wireframemenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wireframemenu li {
  list-style-type: none;  /* Added by Damien to get rid of bullet on left. */
}
.wireframemenu li.active {
  background-color: #dcd9c6;
}
.wireframemenu a {
  font-weight: bold;
  font-size: 100%;
  padding: 4px 3px;
  display: block;
  width: 100%; /* Define width for IE6's sake. */
  color: #595959;
  text-decoration: none;
  border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited {
  color: #595959;
}

html>body .wireframemenu a { /*Non IE rule*/
  width: auto;
}

.wireframemenu a:hover {
  background-color: #F8FBBD;
  color: black;
}

/* Development only - used to highlight TODO notes. */
.todo {
  border: 2px solid #aa0000;
  font-size: 108%;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  background-color: #222;
  padding: 1em;
  display: inline-block;
display: none;
}

/* From Blueprint CSS forms.css */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;} 
/* End Blueprint CSS. */

/* Footer */
#ft {
  padding-top: 1em;
  font-size: smaller;
  margin-bottom: 0em;
  height: 1.5em;
}
/* Left align the copyright information. */
#ft .copyright {
  float: left;
  margin-left: 1em;
}
/* Right align the designer link. */
#ft .designer-link {
  float: right;
  margin-right: 1em;
}

