/** Grayscale Stylesheet for the RnD Documentation
  * Francesco S. Carta, e-mail: jongo@iol.it
  */

/*
    This stylesheet sets the colors for the documents.
    Adding this stylesheet to the Base stylesheet
    will give a gray scale layout.
*/

body {
	background-color: #FFF; color: #000 !important;
}

.images {
	background: #AAA;	color: #000;
}

.navigation {
	background: #CCC; color: #000;
}

.updates {
	background-color: #CCC; color: #000;
}

.txtfile , .txtfile ul {
	background: #FFF; color: #000;
}

.idest {
	background: #DDD;color: #000;
}

a.note {
    background: #CCC; color: inherit;
}

.hl {
	background: #CCC; color: inherit;
}

table .hl {
	background: #CCC;  color: inherit;
}

/* Color of the border around the elements in the Elements List when the mouse hovers on */
.elementslist a:hover {
	border: #DDD;
}

p , h1 , h2 , h3 , h4 , h5 ,
ul , ol , table , div {
	background: #EEE; color: #000; border-color: inherit;
}

h1 {
	background: #DDD; color: #000;
}
h2 {
	background: #CCC; color: #000;
}
h3 {
	background: #BBB; color: #000;
}
h4 {
	background: #AAA; color: #000;
}
h5 {
	background: #999; color: #000;
}

a:link    {
	background: inherit; border-color: #00A; color: #00A;
}
a:visited {
	background: inherit; border-color: #050; color: #050;
}
a:hover   {
	background: #CCC; border-color: #000; color: #000;
}

body.index {
	background: url('../res/bg-index-bw.gif');
	background-color: #EEE;
}
body.faq {
	background: url('../res/bg-faq-bw.gif');
	background-color: #DDD;
}
body.manual {
	background: url('../res/bg-manual-bw.gif');
	background-color: #CCC;
}
body.reference {
	background: url('../res/bg-reference-bw.gif');
	background-color: #BBB;
}
body.tutorial {
	background: url('../res/bg-tutorial-bw.gif');
	background-color: #AAA;
}

body.index ,
body.faq ,
body.manual ,
body.reference ,
body.tutorial {
	border-color: #000;
}


a.note {
    background: #DDD; color: inherit;
}

