
/*
 *=============================================================================
 *	***** Standard layout *****
 *=============================================================================
 *
 *-----------------------------------------------------------------------------
 *	DEFAULTS
 *-----------------------------------------------------------------------------
 */

TABLE {
	border-width: 0;
	color: black;
}

INPUT,OPTION,SELECT {
	font-size: medium;
}

SELECT {
	font-size: small
}

OPTION {
	font-size: small
}

LI {	margin-left: 0;}

PRE {	padding-left: 8px }

A {	text-decoration: none;
	font-size: 1.0em;
	border: none;
}

P {	margin: 4px 0px;}

H1 {	margin: 16px 0px; }

H2,H3,H4,H5,H6 {	margin: 12px 0 4px 0; }


/*
 *-----------------------------------------------------------------------------
 *	Body, background
 *-----------------------------------------------------------------------------
 */

BODY {
/*	border-top: 4px solid #223C81;	*/
	padding: 10px 0px 8px 30px;
	margin-top: 10px;
	font-family: sans-serif;
/*	-- see http://www.1ngo.de/web/em.html -- */
	font-size: 100.1%;
	color: black;
	background-color: #E3F2F5;
	background-image: url('/images/BGimg.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
}



/*
 *-----------------------------------------------------------------------------
 *	Heading
 *-----------------------------------------------------------------------------
 */

#hdg_div {
	position: relative;
	height: auto;
	float: right;
width: 494px;
height: 209px;
}

H1.hdg {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}

/*
 *-----------------------------------------------------------------------------
 *	Menu bar at top of page
 *-----------------------------------------------------------------------------
 */

.menu {
	background-color: #223C81;
	color: #FAE605;
	border: 0;
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-family: sans-serif;
	white-space: nowrap;
}

INPUT.menu {
	text-decoration: none;
}

A.menu {
	font-size: 0.8em;
}


TABLE.menu { border-collapse: collapse }

/* Highlighted */

.menu_hi {
	background-color: #223C81;
	color: #FAE605;
	border: 0;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.9em;
	font-family: sans-serif;
}

INPUT.menu_hi {
	text-decoration: none;
	border: 1px solid #B85629;
}

A.menu_hi { font-weight: bold }

TABLE.menu_hi { border-collapse: collapse }


/*
 *=============================================================================
 *	Page content
 *=============================================================================
 */

#body_div {
	position: relative;
	height: auto;
	clear: both;
width: 800px;
}

/*
 *-----------------------------------------------------------------------------
 *	Content box
 *-----------------------------------------------------------------------------
 */

#content {
	position: relative;
	vertical-align: top;
	text-align: left;
	width: 100%;
	margin-left: 32px;
}

#layout_right {
}

#layout_left {
width: 216px
}

/*
 *-----------------------------------------------------------------------------
 *	Navigation sidebar
 *-----------------------------------------------------------------------------
 */

#nav_div {
	height: 100%;
	width: 200px;
}

#nav_tbl {
	position: relative;
	top: 0;
}

#nav_tbl td {
	height: 100%;
	font-size: smaller;
}

.nav {
	background-color: #C3CCE0;
	color: #223C81;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: sans-serif;
	text-decoration: none;
	white-space: nowrap;
	font-size: 1.0em;
}

A.nav  {
	color: blue;
}

INPUT.nav {
	border: 3px groove #223C81}

TABLE.nav {	border-collapse: collapse }

/* Highlighted */

.nav_hi {
	background-color: #F1B610;
	color: #223C81;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

LI.nav_hi { font-size: 0.9em }

INPUT.nav_hi {
	text-decoration: none;
}


A.nav_hi { text-decoration: none }

TABLE.nav_hi {	border-collapse: collapse }


/*
 *-----------------------------------------------------------------------------
 *	Footer
 *-----------------------------------------------------------------------------
 */

#footer {
	clear: both;
}

/*
 *-----------------------------------------------------------------------------
 *	Layout helps
 *-----------------------------------------------------------------------------
 */

.layout {
	color: black;
	border: 0;
	padding: 0;
	background-color: transparent;
	font-family: sans-serif;
}

TABLE.layout {
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

/*	- Separator strip - */
.sep {
	background-color: #223C81;
	font-size: x-small;
	font-family: sans-serif;
	color: #FAE605;
}

/*
 *-----------------------------------------------------------------------------
 *	Forms and template stuff
 *-----------------------------------------------------------------------------
 */

.forms {
	background-color: #C3CCE0;
	color: #223C81;
	font-size: small;
}


INPUT.forms {
	font-size: medium;
	background-color: white;
	border: thin dotted #223C81
}

INPUT.forms[type='submit'] {
	font-size: medium;
	background-color: #F1B610;
	border: 3px groove
}


TEXTAREA.forms {
	font-size: medium;
	background-color: white;
	border: thin dotted #223C81
}

TR.forms {
	padding-bottom: 2px;
}

TH.forms, TD.forms {
	padding: 2px;
	border: 1px solid #223C81;
}

/*	- Compressed style: same as above, but denser - */

.forms0 {
	background-color: #C3CCE0;
	color: #223C81;
	font-size: small;
	margin: 0;
	padding: 0;
	border: 0
}

INPUT.forms0 {
	font-size: medium;
	background-color: white;
	border: thin dotted #223C81
}

INPUT.forms0[type='submit'] {
	font-size: medium;
	background-color: #F1B610;
	border: 3px groove
}

TEXTAREA.forms0 {
	font-size: medium;
	background-color: white;
	border: thin dotted #223C81
}

TABLE.forms0 {
	border-collapse: collapse;
}

TR.forms0 {
	padding-bottom: 2px;
}

/*
 *-----------------------------------------------------------------------------
 *	Messages
 *-----------------------------------------------------------------------------
 */

.error {
	background-color: yellow;
	color: red;
	font-weight: bold;
	font-family: sans-serif
}

DIV.error {
	padding: 8px
}

.warning {
	background-color: yellow;
	color: green;
	font-weight: bold;
	font-family: sans-serif
}

DIV.warning {
	padding: 8px
}

.message {
	color: green;
	font-family: sans-serif
}

DIV.message {
	padding: 8px
}



