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

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

H2 {
	color: #696969;
	background: #d3d3d3;
	text-indent: 15pt;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

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

A {
	color: #006699;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover {
    color: #858460;
}


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

#imageHeaderBar {
	background: #d3d3d3;
	margin-right: 12px;
	margin-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	vertical-align: middle;
}
#imageToolBar {
	background: #eeeeee;
	margin: 12px;
	padding: 3px;
	height: 30px;
	border-top: 1px solid #999999;
	border-right: 1px #d3d3d3;
	border-bottom: 1px solid #999999;
	border-left: 1px #d3d3d3;
}
#imageToolBar * {
    background: inherit;
}

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

#theImage IMG {
	background-color: #FFFFFF;
	border: 2px solid #333333;
}
A.navThumb:hover {
	text-align: center;
	vertical-align: middle;
}


#content {
	border: 0px solid #d3d3d3;
	background:#eeeeee;
	padding-bottom: 1em;
}

#content H3 {
    text-align: center;
}

#content UL.thumbnail IMG {
}

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


#menubar DL {
	border: #d3d3d3;
	background: #eeeeee;
}

#menubar DT {
	color: #696969;
	background: #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 15pt;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	padding: 10px;
}

#menubar DD {
	background:#eeeeee;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* User comments */
#content DIV.comment {
  border: 1px solid gray;
}

#content DIV.comment  A.illustration IMG {
  border: 1px solid gray;
}

#comments DIV.comment BLOCKQUOTE {
    border: 1px solid #d3d3d3;
    border-left: 2px solid #696969;
    background-color: #eee;
}

/* Tables & forms */
.throw {
	background-color:white;
}
input, select, textarea {
	color:black;
	background-color: lightgrey;
        border: 1px solid gray;
}

.errors {
	color: #333333;
	background-color: #FF4B0F;
	font-weight: bold;
	text-align: left;
	background-image: url(admin/images/errors.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px 50px 10px 10px;
	border-top: 1px solid red;
	border-right: 1px red;
	border-bottom: 1px solid red;
	border-left: 1px red;
}

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

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

LEGEND {
  font-style: italic;
}

FIELDSET {
  border: 1px solid gray;
}
A.navThumb { text-decoration: none }A.navThumb {
} 