/*
	DSPG Blueish theme
      by Daniel Roggen, 2009

	Derived from Stephane Magnenat, http://stephane.magnenat.net
*/
/*
	Background color: #e5e9ff;
*/

@charset "utf-8";

body
{
	background-color: #e5e9ff;
	font-family: sans-serif;
	font-size:12px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	line-height: 135%;
}

table
{
	padding: 5px;
	border: solid;
	border-width: 0px;
}

td.left
{
	padding: 4px;
	padding-left: 0px;
	padding-right: 10px;
	width:286px;
}

td.right
{
	padding: 4px;
	padding-right: 0px;
	padding-left: 10px;
	width:286px;
}

a:link
{
	color: #001080;
	text-decoration: none;
}

a:visited
{
	color: #001080;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*a.section:hover
{
	text-decoration: none;
}*/

a:active
{
	color: #000000;
}

div.page
{
	position: relative;
	width: 790px;
	margin:0 auto;
	background-color: #ffffff;
}

div.sidemenu
{
	position: absolute;
	left: 5px;
	width: 147px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 15px;
	padding-left:20px;
	padding-right:1px;
	padding-top: 6em;
}

div.content
{
	position: relative;
	left: 180px;
	width: 555px;
	min-height: 50em;
	padding: 30px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #eeeeee;
}

div.header
{
	position: relative;
	width: 790px;
	height: 20px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #e5e9ff;
}

div.footer
{
	position: relative;
	clear: both;
	width: 790px;
	margin:0 auto;
	text-align: center;
	padding-top: 5px;
	background-color: #e5e9ff;
	color: #8ca0ff;
	font-size: 8pt;
}

a.footer
{
	color: #8ca0ff;
}

div.db
{
	margin-bottom: 1.6em;
	margin-top: 1.6em;
	padding: 4px;
/*	background-color: #fafafa;*/
	border-style: solid;
	border-color: #c0c0f0;
	border-width: 0px;
}

div.dbdate
{
	float: right;
	margin-left: 2em;
}

img
{
	border: 0;
}

img.db
{
	vertical-align: text-top;
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.2em;
	border: 0;
}

table.db
{
	vertical-align: text-top;
	float: left;
	margin-right: 1.1em;
	border: 0;
	border-collapse:collapse;
	border-spacing:0;
}

td.db
{
	margin:0;
	padding:0;
}

img.tabledb
{
	margin:0;
	padding:0;
	border: 0;
	display:block;
}


img.index
{
	vertical-align: text-top;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

p
{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
/*
	Sidebar Style shX_[active|inactive]
*/
p.sh1_active
{
	margin-left: 0.0em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	background-color: #eeeeee;
	letter-spacing: 0.1em;
}

p.sh1_inactive
{
	margin-left: 0.0em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	letter-spacing: 0.1em;
}

p.sh2_active
{
	margin-left: 0.5em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	background-color: #eeeeee;
	letter-spacing: 0.1em;
}

p.sh2_inactive
{
	margin-left: 0.5em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	letter-spacing: 0.1em;
}

p.sh3_active
{
	margin-left: 1em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	background-color: #eeeeee;
	letter-spacing: 0.1em;
}

p.sh3_inactive
{
	margin-left: 1em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	letter-spacing: 0.1em;
}

p.db
{
	margin-top: -0.4em;
	margin-bottom: -0.4em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1
{
	color: #112651;
	text-align: left;
	font-size: 18px;
	letter-spacing: 0.3em;
	font-variant: small-caps;
	margin-bottom: 1.2em;
}

h2
{
	color: #112651;
	font-size: 12px;
	letter-spacing: 0.2em;
	padding-top: 0.5em;
}

dt
{
	margin-bottom: 3px;
}

dl
{
	padding-bottom: 10px;
}

.dbentrytitle
{
	margin-top: -8px;
	margin-bottom: -8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	/*font-weight: bold;*/
	text-align: left;
	letter-spacing: 0.1em;
}



