/*
	 top right bottom left
*/
body
{
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ececec;
	background-image: url(../image/nbbBackground.gif);
	margin: 0.2em 0.4em 0.4em 0.4em;
	font-size: 0.9em;
	text-align: justify;
}

/* ~~~~~~~ */
/* Links  */
/* ~~~~~~~ */
a
{
}

/* ~~~~~~~ */
/* Headers  */
/* ~~~~~~~ */
h1, h2, h3, h4, h5
{
	color: #1E5596;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

h1
{
	font-size: 1.7em;
	font-weight: bold;
	text-transform: capitalize;
}
h2
{
	font-size: 1.45em;
	text-transform: smallcaps;
}
h3
{
	font-size: 1.3em;
	text-transform: smallcaps;
}
h4
{
	font-size: 1.1em;
	text-transform: smallcaps;
}
h5
{
	font-size: 1em;
	text-transform: smallcaps;
}

/* ~~~~~ */
/* LISTS */
/* ~~~~~ */
ul, ol, dl
{
	/*margin: 10px 0px 10px 40px;*/
}

/* ~~~~~ */
/* FORMS */
/* ~~~~~ */

form
{
	margin: 2px 0px 2px 0px;
}

label
{
}

input
{
	background: #ececec;
	vertical-align: middle;
}

select
{
	background: #ececec;
}

fieldset
{
	font-size: 1.4em;
	padding: 5px;
}

/* ~~~~ */
/* DIVS */
/* ~~~~ */
div#headerDiv
{
	background-color: #1e5596;
	width: 100%;
	height: 100px;
	margin: 0em;
	margin-top: 0.3em;
	vertical-align: middle;
	border: 1px solid gray;
}

div#headerDiv img
{
	display: inline;
	float: left;
	break: none;
	border: 0px;
}

div#MenubarDiv
{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	background-color:#ececec;
	width: 100%;
	height: 20px;
	margin: 0em;
	margin-bottom: 0.3em;
	vertical-align: middle;
	padding: 2px 0 2px 0;
}

div#btnBar 
{
	height: 20px;
	display: inline;
	float: left;
	clear: none;
	break: none;
}

div#btnBar img
{
	border: 0px solid yellow;
}

div#langSelection
{
	float: right;
	break: none;
	clear: none;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
}

div#siteTitle
{
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	display: inline;
	float: right;
	break: none;
	line-height: 50px;
	padding: 25px 50px 25px 0;
}

div#siteTitle a
{
	text-decoration: none;
	color: white;
}

div#contentDiv
{
	width: 100%;
	margin: 0.3em 0.0em 0.3em 0.0em;
}

div#footerDiv
{
	width: 100%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

div#copyrightFooter
{
	text-align: right;
	font-size: 0.7em;
	padding-right: 10px;
}

/* ~~~~~~~~~~ */
/* ALL TABLES */
/* ~~~~~~~~~~ */
tr.even
{
	background: transparent;
}

tr.odd
{
	background: #DCE6F3;
}

table th
{
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border-color: gray;
}

table td
{
	font-size: 0.7em;
	padding: 1px;
	vertical-align: middle;
	border-color: gray;
}


