﻿/* Generated by KSW */
/* DO NOT CHANGE THIS CODE MANUALLY */

/* -----zero-out------------------------------------------- */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote
{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {	font-size: 1em; }

a { text-decoration: none; }

a img { border: none; }

/* -----search-sync-close----------------------------------- */

#divtop
{
	height: 50px;
	background: white url(repeat.png) left bottom repeat-x;
}
#listclose
{
	float: right;
	height: 3em;
	line-height: 3em;
	white-space: nowrap;
}
#listclose li
{
	display: inline;
	padding: 0px 5px 0px 0px;
}
#logolink
{
	padding: 0px 0px 0px 5px;
}

/* -----project-links----------------------------------------- */

/* note the links' properties in this section are defined repeatedley */
/* the "active HI page" link properties win over those under #listproj, because .c1 #c1:link is more specific than #listproj a:link */

#divproj
{
	padding: 15px 0px 15px 0px;
}
#listproj
{
	font-family: verdana,sans-serif;
	font-size: 68.75%;
	line-height: 32px;
	text-align: center;
	padding: 0px 15px 0px 15px;
}
#listproj li
{
	display: inline;
}
#listproj a
{
	padding: 2px 7px 4px 22px;
}
#listproj li:nth-child(3) a
{
	padding-left: 26px;			/*Biblia*/
}

/* background gif proj links */
#c1 { background: transparent url(toc.gif) 8% 45% no-repeat; }
#i1 { background: transparent url(index.gif) 8% 45% no-repeat; }
#c2 { background: transparent url(c2.gif) 8% 45% no-repeat; }
#c3 { background: transparent url(c3.gif) 8% 45% no-repeat; }

#listproj a:link, .instrDiv a:link
{
	text-decoration: none;
	color: royalblue;
}
#listproj a:visited, .instrDiv a:visited
{
	text-decoration: none;
	color: royalblue;
}
#listproj a:hover, .instrDiv a:hover
{
	text-decoration: underline;
}
#listproj a:active, .instrDiv a:active
{
	color: blue;
}

/* "active HI page" html has only one class of this group */
.c1 #c1:link, .c1 #c1:visited, .c1 #c1:hover, .c1 #c1:active,
.i1 #i1:link, .i1 #i1:visited, .i1 #i1:hover, .i1 #i1:active,
.c2 #c2:link, .c2 #c2:visited, .c2 #c2:hover, .c2 #c2:active,
.c3 #c3:link, .c3 #c3:visited, .c3 #c3:hover, .c3 #c3:active
{
	text-decoration: none;
	background-color: ghostwhite;
    border: 1px solid royalblue;
	color: royalblue;
	cursor: default;
}

/* --------------------------------------------------------- */

#mainDiv, #whiteDiv
{
     font-family: verdana,sans-serif;
     font-size: 68.75%;
     font-weight: normal;
     background-color: ghostwhite;
     color: black;
     overflow: auto;
}
#mainDivEx, #whiteDivEx
{
     padding: 0px 0px 0px 12px;
}

#footerex
{
	font-family: verdana,sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	text-align: center;
	color: royalblue;
	white-space: nowrap;
	padding: 3px 0px 3px 0px;
}
