/** Multicolor Stylesheet for the RnD Documentation
  * Francesco S. Carta, e-mail: jongo@iol.it
  */

/*
    This stylesheet sets the colors for the documents.
    This is the default additional stylesheet to the
    Base stylesheet (base.css). This stylesheet
    will give a colorful layout.
*/

body {
	background-color: #FFF; color: #000 !important;
}

.images {
	background: #AAA;	color: #000;
}

.navigation {
	background: #FFC; color: #000;
}

.updates {
	background-color: #ADF; color: #000;
}

.txtfile , .txtfile ul {
	background: #FFF; color: #000;
}

.idest {
	background: #CFC;color: #000;
}

.hl {
	background: #0F0; color: inherit;
}

table .hl {
	background: #FFC;  color: inherit;
}

/* Color of the border around the elements in the Elements List when the mouse hovers on */
.elementslist a:hover {
	border: #F33;
}

p , h1 , h2 , h3 , h4 , h5 ,
ul , ol , table , div {
	background: #EEF; color: #000; border-color: inherit;
}

h1 {
	background: #AFA; color: #000;
}
h2 {
	background: #FAA; color: #000;
}
h3 {
	background: #BBF; color: #000;
}
h4 {
	background: #9DD; color: #000;
}
h5 {
	background: #CCC; color: #000;
}

a:link    {
	background: inherit; border-color: #00A; color: #00A;
}
a:visited {
	background: inherit; border-color: #050; color: #050;
}
a:hover   {
	background: #CCF; border-color: #000; color: #000;
}

body.index {
	background: url('../res/bg-index.gif');
	background-color: #9D9;
}
body.faq {
	background: url('../res/bg-faq.gif');
	background-color: #D99;
}
body.manual {
	background: url('../res/bg-manual.gif');
	background-color: #33F;
}
body.reference {
	background: url('../res/bg-reference.gif');
	background-color: #FC8;
}
body.tutorial {
	background: url('../res/bg-tutorial.gif');
	background-color: #999;
}

body.index ,
body.faq ,
body.manual ,
body.reference ,
body.tutorial {
	border-color: #000;
}

a.note {
    background: #FF0; color: inherit;
}
