/*
 * JScience - Java(TM) Tools and Libraries for the Advancement of Sciences.
 * Copyright (C) 2005 - JScience (http://jscience.org/)
 * All rights reserved.
 * 
 * Permission to use, copy, modify, and distribute this software is
 * freely granted, provided that this notice is preserved.
 */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body {
    background-color: rgb(235,225,253);/*#F3EBC6;*/
	font-family: Verdana;
	font-size: 17px;
	color: #3E3E3E;
}
a {
	font-weight:     bold;
	color:           rgb(0,0,132); /*rgb(184,111,1);*//*#76A32C;*/
	text-decoration: none;
}
.style0 {
	font-family: Trebuchet MS;/*Verdana;*/
	font-size:   22px;
	color:       rgb(183, 91, 0);/*#B60606;*/
}
.style1 {
	font-family: Verdana;
	font-size:   22px;
	color:       #3E3E3E;
}
.style2{
	font-family: Verdana;
	font-size:   17px;
	color:       rgb(172, 172, 0);
}
.style3{
	font-family: Courier New;
	font-weight: bold;
	font-size:   17px;
	color:       rgb(128, 64, 0);
}
.javakeyword{
	font-family: Courier New;
	color: rgb(127,0,85); 	
	font-weight: bold;
}
/* Headings */
h1 { font-size: 145% }

a:hover {
    background: rgb(75%,75%,100%);
	color: #CF4705;
	text-decoration: underline;
}

/* Table colors */
.TableHeadingColor     { background: rgb(137, 80, 243)/*#F4DEAC*/ } 
.TableSubHeadingColor  { background: rgb(223, 207, 253)/*#F4DEAC*/ }
.TableRowColor         { background: rgb(223, 207, 253)/*#F0D898*/ } 

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 120%; font-family: Verdana }
.FrameHeadingFont { font-size: 100%; font-family: Verdana }
.FrameItemFont    { font-size: 100%; font-family: Verdana }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:rgb(223, 207, 253)/*#F4DEAC*/ }
.NavBarCell1Rev { background-color:rgb(130, 29, 254)/*#B24B0A*/ } 
.NavBarFont1    { font-family:  Verdana; color:#506474;}
.NavBarFont1Rev { font-family:  Verdana; color:#F3EBC6;}

.NavBarCell2    { font-family:  Verdana; background-color:rgb(235,225,253)/*rgb(223, 207, 253)*//*#F4DEAC;*/}
.NavBarCell3    { font-family:  Verdana; background-color:rgb(223, 207, 253)/*#F4DEAC;*/}

