/* * * * * * * * * * * * * * * * * * * */
/* Copyright 2006 by Mono Systems GmbH */
/*         All rights reserved         */
/* * * * * * * * * * * * * * * * * * * */

/* Table Schema */

body {
	margin: 0px auto 0 auto;
	background-color: #e6eff6;
	background-image: url(/lib/outershadow.png);
	background-position: center;
	background-repeat: repeat-y;
}

table.head {
	width: 850px;
	height: 64px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: none;
	background-color: #ffffff;
	background-image: url(/lib/revbar.png);
	background-position: center;
}

table.main {
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #ffffff;
}

table.nav {
	width: 178px;
	margin: 32px 6px 10px 12px;
	border-width: 0px;
	border-style: none;
	background-color: #ffffff;
	padding: 0px;
}

table.body {
	width: 600px;
	margin: 10px 12px 10px 6px;
	border-width: 0px;
	border-style: none;
	background-color: #ffffff;
	padding: 0px;
}

table.widebody {
	width: 800px;
	margin: 10px 19px 10px 19px;
	border-width: 0px;
	border-style: none;
	background-color: #ffffff;
	padding: 0px;
}

table.subtable {
	margin: 0px;
	border-width: 0px;
	border-style: none;
	padding: 0px;
}

table.vtbl {
	width: 600px;
	margin: 0px;
	border-width: 0px;
	border-style:hidden;
	background-color: #ffffff;
	padding: 0px;
}



tr {
	vertical-align: top;
}

td.nav {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}
	
td.navnil {
	padding: 0px;
	border-style: none;
	border-width: 0px;
}

td.spacer {
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}

td.widespacer {
	width: 20px;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}


/* Visible Table */

td.vtblfirst {
	padding: 0px 8px 4px 8px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	/* border-bottom: solid 1px #e4e4e4; */
	
	/* border-top: solid 1px #fff; */
	/* border-bottom: solid 1px #e6e6e6; */
	border-bottom: solid 1px #e4e4e4;
	
	background-color: #f7f7f7;
}

td.vtbl {
	padding: 0px 8px 4px 8px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	/* border-top: solid 1px #fff; */
	/*border-bottom: solid 1px #e8e8e8; */
	border-bottom: solid 1px #e8e8e8;
	
	/* background-color: #fff; */
	background-color: #fff;
}

td.vtblheadfirst {
	padding: 0px 8px 2px 8px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	background-color: #555;
	border-bottom: solid 2px #fff;
	/* background-color: #3e79dc; */
}

td.vtblhead {
	padding: 0px 8px 2px 8px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	border-left: solid 1px #fff;
	border-bottom: solid 2px #fff;
	background-color: #777;
}

td.vtblred {
	padding: 0px 8px 4px 8px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	border-bottom: solid 1px #e8e8e8;
	background-color: #f1e3e8;
}




/* Navigation Link Level 1 */


p.navlink1 {
	width: 170px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;

}

p.navlink1 a {

	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink1 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink1 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 1 */

p.navcurrent1 {
	width: 170px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent1 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent1 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent1 a:visited {
	text-decoration: none;
	color: #3e79dc;
}

/* Navigation Link Level 2 */

p.navlink2 {
	width: 158px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navlink2 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink2 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink2 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 2 */

p.navcurrent2 {
	width: 158px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 12px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent2 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent2 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent2 a:visited {
	text-decoration: none;
	color: #3e79dc;
}

/* Navigation Link Level 3 */
	p.navlink3 {
	width: 146px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 24px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navlink3 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink3 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink3 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 3 */

p.navcurrent3 {
	width: 146px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 24px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent3 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent3 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent3 a:visited {
	text-decoration: none;
	color: #3e79dc;
}

/* Navigation Link Level 4 */

p.navlink4 {
	width: 134px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 36px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navlink4 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink4 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink4 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 4 */

p.navcurrent4 {
	width: 134px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 36px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent4 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent4 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent4 a:visited {
	text-decoration: none;
	color: #3e79dc;
}


/* Navigation Link Level 5 */

p.navlink5 {
	width: 122px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 48px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navlink5 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink5 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink5 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 5 */

p.navcurrent5 {
	width: 122px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 48px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent5 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent5 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent5 a:visited {
	text-decoration: none;
	color: #3e79dc;
}



/* Page Path */

.pagepath {
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 10px;
}

p.pagepath a {
	text-decoration: none;
}

p.pagepath a:hover {
	color: #444444;
	text-decoration: underline;
}



/* Training Navigation */

.trainingnav {
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 10px;
}

p.trainingnav a {
	color: #888888;
	text-decoration: none;
}

p.trainingnav a:hover {
	color: #888888;
	text-decoration: underline;
}



/* Content */

p {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.titletext {
	margin-top: 20px;
	margin-bottom: 12px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #3e79dc;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.subtitletext {
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
	
.bodyfirst {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.bodytext {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-indent: 20px;
}

.bodytextright {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align:right;
}

.blackbody {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.bluebody {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #3e79dc;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.fatbodyblue {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #3e79dc;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

.fatcell {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

.firstcolumn {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #444;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.fatbody {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

.fatbodyright {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align:right;
}

.fatbodywhite {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

.fatbodywhiteright {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align:right;
}

.fatbodyred {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	/* color: #e40020; */
	color: #90000;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

.fatbodyredright {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #e40020;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align:right;
}

.numberedlist {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #fff;
	background-color: #666;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	/* vertical-align: text-top; */
}

.lightbody {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.lightbody a {
	color: #666666;
}


.paneltitle {
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

.panelbody {
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #555555;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}


.tablebody {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 42px;
	margin-right: 0px;
	padding: 0px;
	width: 516px; 
	border: 0px;
	color: #888888;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

ul.bodylist {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 12px;
	padding: 0 0 0 0;
	border: none;
	background-color: #ffffff;
		padding: 0px;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.timestamp {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #888888;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}


/* Boxes */

.boxgrey {
	font-size: 12px;
	line-height: 20px;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	color: #444444;
	padding: 10px 14px;
}

.boxred {
	font-size: 12px;
	line-height: 20px;
	background-color: #f1e3e8;
	border: 1px solid #d15052;
	color: #444444;
	padding: 10px 14px;
}

.boxthree {
	font-size: 12px;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	color: #444444;
	width: 33%;
	padding: 10px 14px;
	margin: 0px;
}

.boxfour {
	font-size: 12px;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	color: #444444;
	width: 25%;
	padding: 10px 14px;
	margin: 0px;
}

.box {
	font-size: 12px;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	color: #444444;
	width: 570px;
	padding: 10px 14px;
}

.pict {
	border: 0px;
	margin-top: 20px;
	margin-bottom: -6px;
}

.thumb {
	border: 0px;
	margin-top: 20px;
}

.borderless {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

li.box {
	list-style-type: disc;
}


/* Footer */
	
p.foot {
	padding: 0;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-align: right;
}


/* Links */

a:link {
	text-decoration: underline;
	color: #000000;
}
	
a:visited {
	text-decoration: underline;
	color: #000000;
}
	
a:active {
	text-decoration: underline;
	color: #888888;
}
	
a:hover {
	text-decoration: underline;
	color: #444444;
}