BODY {
	color:#696969;
    /*color:#111111;*/
    background: #e5e5e5;
}

H1 {
    color: #696969;
    background: transparent;
}

H2 {
    color: #ffa34f;
    background: #006699;
    background-image: url(theme/cellpic3.gif);
/*    border-bottom: 1px solid #000000;*/
}

H3 {
    color: #696969;
    background: #ffffff;
}

A {
    color: #3a3a3a;
    background: transparent;
}

A:hover {
    color: #dd6900;
}


.pleaseNote {
    background: #9c9c9c;
    color: #ffff99;
    padding: 1ex;
    font-weight: bold;
}

#imageHeaderBar {
    background: #d3d3d3;
    background-image: url(theme/cellpic32.gif);
    background-repeat: repeat-x;
    background-position: center;
/*    border-bottom: 1px solid #000000;*/
}
#imageToolBar {
    background: #eeeeee;
    border: 1px solid #d3d3d3;
}
#imageToolBar * {
    background: inherit;
}

#imageToolBar A, #imageToolBar A:hover {
    border-bottom: none;
}
#imageToolBar A:hover {
    background: #d3d3d3;
}

#theImage IMG {
    border: 3px solid #d3d3d3;
}
A.navThumb, A.navThumb:hover {
    border-bottom: none;
}


#content {
    border: 1px solid #006699;
    background:#efefef;
}

#content H3 {
    text-align: center;
}

#content UL.thumbnail IMG {
    border: 1px solid #a0a0a0;
}

/* So that non-links are slightly greyed out */
#content .navigationBar {
    color: #696969;
}
#content .pageNumberSelected {
    color: #000000;
}


#menubar DL {
    border: 1px solid #006699;
    background: #efefef;
}

#menubar DT {
    color: #ffa34f;
    background: #006699;
    background-image: url(theme/cellpic3.gif);
}

#menubar DD {
    background:#efefef;
}


#comments BLOCKQUOTE {
    background: #eeeeee;
    border-left: 2px solid #696969;
}

/* Tables & forms */
.throw {
	color: #ffa34f;
	background-color: #006699;
	background-image: url(theme/cellpic3.gif);
}
input, select, textarea {
	color:black;
	background-color: lightgrey;
        border: 1px solid gray;
}

#errors { /* Errors display */
  color: red;
  background-color: #ffe1e1;
  font-weight: bold;
  text-align: left;
  margin: 5px;
  border: 1px solid red;
  background-image: url(admin/images/errors.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 10px 50px 10px 10px;
}

#errors ul li
{
  font-weight: normal;
}

/**
 * Informations box in administration
 */
#infos {
  text-align: left;
  background-color: palegreen;
  background-image: url(admin/images/infos.png);
  background-repeat: no-repeat;
  background-position: top right;
  color: darkgreen;
  font-weight: bold;
  margin: 5px;
  border:1px solid gray;
  padding: 10px 50px 10px 10px;
}

LEGEND {
  font-style: italic;
}

FIELDSET {
  border: 1px solid gray;
}
