body {
	background-color: white; /*#FDEFCA*/
	color: black;
}

p, p.listHeader {
	text-align: justify;
	text-indent: 2%;
	margin-top: 0;
}

p.listHeader {
	margin-bottom: 0;
}

/* ************************* */
/* GLOBAL DOCUMENT STRUCTURE */
/* ************************* */

/* Top navigation bar => see #navigationBar */

#content {
	font-size: 0.9em;
}

#resources {
	width: 100%;
}

/* Bottom navigation bar => see #nav */

#footer {
	clear: both;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	padding-top: 1em;
	margin-top: 1em;
	border-top: solid 1px #3A3B3D;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.dispoOneThird {
	float: right;
	width: 40%;
	margin-left: 1em;
}

.dispoTwoThird {
	width: 60%;
}


/* ****************** */
/* TOP NAVIGATION BAR */
/* ****************** */

#navigationBar {
	clear: both;
	height: 2em;
	vertical-align: middle;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	background-color: #d9ddeb;
}

#navigationBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#navigationBar li {
	float: left;
	font-size: 1em;
	border-right: solid 1px white;
}

#navigationBar li#goto {
	margin-left: 2px;
	border-left: solid 1px white;
}

#navigationBar li a:link, #navigationBar li a:visited {
	display: block;
	text-decoration: none;
	color: #4a4a4a;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d9ddeb;
	padding: 0.5em;
	height: 1em;
}

#navigationBar li a:hover, #navigationBar li a:active {
	background-color: #8795cd;
	color: white;
}

#navigationBar li ul {
   display: none;
}

#navigationBar li:hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
   width: auto;
}

#navigationBar li:hover li {
   float: none;
   margin: 0;
}

#navigationBar li:hover li a {
   font-size: 0.8em;
   padding: 0.25em;
   font-variant: normal;
}

#navigationBar li.logo, #navigationBar li.firstLogo {
	float: right;
}

#navigationBar li.firstLogo {
	border-left: solid 1px white;
}

#navigationBar li.logo a, #navigationBar li.firstLogo a {
	padding-top: 0;
	height: 1.5em;
}

#navigationBar img {
	border: none;	
}


/* ********************* */
/* BOTTOM NAVIGATION BAR */
/* ********************* */

#nav {
	text-align: center;
	margin-top: 2em;
	clear: both;
}

#nav p {
	text-align: center;
	margin-top: 1.5em;	
}

#nav a.download {
	margin: 0;
	padding: 0.5em;
	padding-left: 40px;
	font-style: italic;
}

#nav a, #nav a.nav:visited {
	background-color: #d9ddeb;
	text-decoration: none;
	color: #4a4a4a;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em;
	height: 1em;
	border: outset blue 1px;
}

#nav a:hover {
	border: inset blue 1px;
	background-color: #8795cd;
	color: white;
	text-decoration: none;
	font-weight: bold;
}


/* ****** */
/* TITLES */
/* ****** */

h1 {
	text-align: center;
	color: #4a4a4a;
}

h1.subtitle {
	margin-bottom: 0em;
}

h2 {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 1.5em;
	color: #4a4a4a;
}

h2.subtitle {
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 2em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 1em;
	color: #4a4a4a;
	clear: both;
}

h4 {
	font-size: 1.2em;
	font-style: italic;
	padding-left: 2em;
	margin-top: 0;
	padding-top: 0.5em;
	margin-bottom: 0em;
	padding-bottom: 0.5em;
	color: #4a4a4a;
}

.dispoOneThird h3, .dispoTwoThird h3 {
	clear: none;
}


/* ***** */
/* LISTS */
/* ***** */

ul, ol{
	margin-left: 2em;
	margin-top: 0.2em;
	text-align: justify;
}

li {
	margin-bottom: 0.2em;
	margin-top: 0;
}


/* ****** */
/* IMAGES */
/* ****** */

.fullImg {
	text-align: center;
	margin: 0.5em;
	padding: 0;
}

.fullImg img {
	border: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}


/* ********************** */
/* LINKS & DOWNLOAD LINKS */
/* ********************** */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.download {
	list-style-type: none;
	padding: 0;
}

ul.download li {
	padding: 0;
	margin: 0;
	min-height: 40px;
}

a.jar, a.war, a.jar:visited, a.war:visited, a.pdf, a.pdf:visited, a.download, a.download:visited {
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0.5em;
	padding-left: 40px;
	min-height: 40px;
	font-weight: bold;
}

a.jar, a.jar:visited {
	background-image: url(../images/jar.png);
}

a.war, a.war:visited {
	background-image: url(../images/war.png);
}

a.pdf, a.pdf:visited {
	background-image: url(../images/pdf.png);
}

a.download, a.download:visited {
	background-image: url(../images/download.png);
}

a.jar:hover, a.war:hover, a.download:hover, a.pdf:hover {
	border: outset blue 1px;
	background-color: #8795cd;
	color: white;
	text-decoration: none;
	font-weight: bold;
} 

a.javadoc, a.javadoc:visited {
	color: navy;
	cursor: help;
}

a:visited {
	color: blue;
}


/* ***** */
/* TABLE */
/* ***** */

table {
	border-collapse:collapse;
}

table,th, td {
	border: 1px solid #fc8813;
}

th {
	background-color: #f29842;
	color: white;
	font-size: 1.1em;
}

tr.alt {
	 background-color: #ffdab6;
}


/* **** */
/* CODE */
/* **** */

pre {
	border-style: dotted;
	border-color: black;
	border-width: 1px;
	padding: 0.5em 0 0.5em 0.2em;
}

.codeJava, .codeXml {
	background-image: url(../images/ExampleIcon.png);
	background-repeat: no-repeat;
	padding: 32px 0 0.5em 0.2em;
}

.codeJava {
	border-style: none;
	background-color: #e8ffe4;
}


/* *********************** */
/* QUOTES, NOTES, WARNINGS  */
/* *********************** */

blockquote {
	text-align: justify;
	font-style: italic;
	margin: 1em;
	padding: 2px;
	padding-left: 26px;
	background-color: #f2f9ff;
	background-image: url(../images/citation.png);
	background-repeat: no-repeat;
	border-style: dotted;
	border-color: #97d3ff;
	border-width: 1px;
	min-height: 24px;
}

.note {
	font-style: italic;
	font-size: 1em;
	background-color: #ebf1ff;
	background-image: url(../images/note.png);
	background-repeat: no-repeat;
	margin: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 26px;
	padding-right: 1em;
	min-height: 24px;
	color: #2d4d97;
	text-indent: 0;
}

.note h1 {
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #2d4d97;
}

.note ul, .note li {
	margin: 0;
}

.note ul {
	margin-bottom: 0.5em;
	padding-left: 2em;
}

.note i {
	font-style: normal;
}

.warning, .important {
	font-style: normal;
	font-size: 1em;
	background-color: #fdddd9;
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
	margin: 1em;
	padding-top: 0.3em;
	padding-left: 26px;
	padding-right: 1em;
	min-height: 24px;
	border-style: none;
	border-width: 1px;
	border-color: #a80900;
	color: black;
	text-indent: 0;
}

.warning h1, .important h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding: 0;
}

.important {
	font-weight: bold;
	border-width: 2px;
}