/* ****** Overwritten default element styles. ****** */

body
{
	font-size: 78%;
	font-family: Verdana,"Verdana CE",Arial,"Arial CE","Lucida Grande CE",lucida,"Helvetica CE",sans-serif;
	color: rgb(103,103,103);
}

h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CE5C00;
}

h1
{
	background-color: #3465A4;
	color: #3465A4;

	font-size: 1.4em;

	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1em;
	font-weight: normal;
}

img
{
	border: 0px none;
}

/* ****** Generic classes. ****** */

.quoted
{
	width: 60%;
	margin: 0.6em auto;
	padding-left: 1em;
}

/* Center alignment in pages */
.centerAlign
{
	width: 65%;
	margin-left: 20%;
	margin-right: auto;
}



/* ****** Special class elements. ****** */

h1.firstLine
{
	color: #b9cfff;
	padding-top: 1em;
	margin-bottom: 0px;
}

h1.secondLine
{
	color: white;
	padding-bottom: 1em;
	margin-top: 0px;
}

/* Horizontal menu */
ul.hMenu
{
	display: block;
	padding: 0px;
	margin: 0px;
}

td.hp
{
	visibility : hidden ;
}

/* LI items in UL are inline to display horizontally across page. */
ul.hMenu li
{
	display: inline;
	list-style: none;
	position: relative;
	padding: 0em 1em;
	margin: 0px;
}

ul.hMenu li a
{
	display: inline;
	color: #3465a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

ul.hMenu li a:visited
{
	color: #3465a4;
}

/* Left Navigation DIV */
div.left-navigation
{
	width: 20%;
	float: left;
	position: relative;
	vertical-align: top;
}

div.left-navigation ul
{
	width: 80%;
	list-style-type: none;
	padding: 0px 0px 1em 0px;
	margin: 0px;
}

div.left-navigation li
{
	font-family: tahoma, sans-serif;
	font-weight: bold;
	padding-top: 0.3em;
}

div.left-navigation a, div.left-navigation a:visited
{
	text-decoration: none;
	color: #3465a4;
}

div.left-navigation li.navigation-selected
{
	color: #729fcf;
}

div.left-navigation li.navigation-title
{
	color: rgb(206,92,0);

	font-family: Arial, "Arial CE", lucida, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.3px;

	padding-top: 2em;
	border-bottom: 1px solid rgb(175,175,175);
	margin: 0px;
}

div.left-navigation li.navigation-title a, div.left-navigation li.navigation-title a:visited
{
	color: rgb(206,92,0);
}

/* Table, in Index page, with functionalities description. */
table.indexTbl
{
	width: 100%;
	border-collapse: separate;
	margin-top: 1em;
}

table.indexTbl *
{
	padding: 0px;
	margin: 0px;
}

table.indexTbl td
{
	vertical-align: top;
	padding: 0 1em;
}



/* ****** Special identified elements. ****** */

#logoSlogan
{
	font-style: italic;
	color: rgb(103,103,103);
	padding: 0px;
	margin: 0px;
}

/* Top header links. */
#quick-links
{
	width: 100%;
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 0.5em;
	text-align: right;

	/* Needed by IE due #quick-link-try border. */
	padding-top: 2px;
}

#quick-link-try
{
	/* See #quick-links padding-top. */
	border: 2px dashed rgb(206, 92, 0);
	padding: 0px 0.5em;
}

/* Note in left navigation bar */
#left-navigation-note
{
	margin-top: 5em;
}

/* Footer */
#footer
{
	clear: both;
	width: 100%;

	color: #959595;
	text-align: center;

	padding-top: 0.5em;
	border-top: 1px dotted #d2d2d2;
	margin-top: 1em;
}

#footer *
{
	padding: 0px;
	margin: 0px;
}

