/* Aspect */
BODY {
	background-color: #FFFFFF;
}
BODY, TABLE, TR, TD, DIV, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE {
	margin: 0px;
	padding: 0px;
	}
.centered { margin: 0px auto; }

/* Fonts */
BODY, TABLE, TR, TD, P, DIV, OL, UL, LI, A, SPAN, BLOCKQUOTE, H1, H2, H3, H4, H5, H6, SELECT, INPUT, BUTTON {
	font-family: Trebuchet MS, sans-serif; /* Arial, Helvetica, sans-serif; */
	color: #404040;
	}
A, I, B, U, SPAN, BLOCKQUOTE {
	color: inherit;
	}
H1, H2, H3, H4, H5, H6 { font-weight: normal; }		

/* Link */
A {
	text-decoration: none;
	}
A:hover {
	text-decoration: underline;
	}
A[target="gc"] {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC") no-repeat scroll right center transparent;
	padding-right: 13px;
	}
A[href^="mailto:"] {
	background: transparent url('/images/a_mail.png') no-repeat right center;
	padding-right: 17px;
	}

/* Main div */
DIV.main {
	margin: 10px auto;
	width: 900px;
	border: solid 1px #E0E0E0;
	background-color: #FFFFFF;
	}

/* Main Table */ 
DIV.main TABLE TD {
	padding: 5px;
	}	

/* Footer div */
DIV.footer {
	width: 900px;
	margin: 10px auto;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #808080;
	}

/* Header div */
DIV.header {
	height: 130px;
	width: 900px;
	background: transparent url('/images/header-image.png') no-repeat 5px 5px;
	}

/* Menu */
.menu {
	position: relative;
	top: -50px;
	left: 105px;
	height: 30px;
	width: 700px;
	background: url('/images/menu-bg.png') no-repeat top;
	padding: 5px;
	margin: 0px 5px;
	overflow: hidden;
	margin-bottom: -40px;
	}
.menu LI {
	float: left;
	list-style: none;
}
.menu LI.back {
	background: url('/images/menu-hilight.png') no-repeat right -20px;
	width: 10px;
	height: 20px;
	z-index: 8;
	position: absolute;
	margin: 5px 0px 0px 2px;
	}
.menu LI.back .left {
	background: url('/images/menu-hilight.png') no-repeat top left;
	height: 20px;
	margin-right: 10px;
	}
.menu LI A {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #1F5912;
	outline: none;
	text-align: center;
	height: 20px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 15px;
	}
.menu LI A:hover {
	text-decoration: none;
	}
/* Buttons */
BUTTON.smallImage, BUTTON.smallImageText, BUTTON.smallText {
	background-color: transparent;
	border-width: 1px;
	border-color: #FFFFF;
	height: 22px;
	cursor: pointer;
	margin: 2px 0px;;
}
BUTTON.smallImage { width: 22px; }
BUTTON.smallImageText, BUTTON.smallText { 
	font-size: 8pt;
	font-weight: bold;
	}
BUTTON.smallImageText {
	padding-left: 20px; 
	}

/* ModBase defaults */
DIV.modBase {
	padding: 5px 7px;
	font-size: 11pt;
	border: solid 1px transparent;
	border-radius: 10px;
	-moz-border-radius:10px;
}
DIV.modBase A.title5 {
	font-weight: bold;
	font-size: 13pt;
	margin: 20px 0px 5px 5px;
	}
DIV.modBase A.title6 {
	font-weight: bold;
	font-size: 12pt;
	/*margin: 15px 0px 5px 5px;*/
	}
DIV.modBase A.wip {
	background: transparent url('/images/a_wip.png') no-repeat right center;
	padding-right: 105px;
	}
DIV.modBase H3 {
	font-size: 15pt;
	margin: -3px 0px 15px 15px;
	}
DIV.modBase H3.centered {
	margin-left: 0px;
	text-align: center;
	}
DIV.modBase H3 .small {
	font-size: 13pt;
	}
DIV.modBase H3 .big {
	font-size: 20pt;
	color: #208020;
	}
DIV.modBase H4 {
	font-weight: bold;
	font-size: 14pt;
	margin: 20px 0px 10px 5px;
		}
DIV.modBase H5 {
	font-weight: bold;
	font-size: 13pt;
	margin: 15px 0px 7px 5px;
	}
DIV.modBase H6 {
	font-weight: bold;
	font-size: 12pt;
	}
DIV.modBase DIV {
	margin-top: 5px;
	text-align: justify;
	}
DIV.modBase BLOCKQUOTE {
	background-color: #FBFBFB;
	font-size: 9pt;
	margin-top: 5px;
	padding: 5px 5px 5px 45px;
	}
DIV.modBase BLOCKQUOTE.note {
	background: #FCFCFC url('/images/note.png') no-repeat 5px 5px;
	}
DIV.modBase BLOCKQUOTE.alert {
	background: #FCFCFC url('/images/note_alert.png') no-repeat 5px 5px;
	}
DIV.modBase BLOCKQUOTE.comment {
	background: #FCFCFC url('/images/note_comment.png') no-repeat 5px 5px;
	}
DIV.modBase UL, DIV.modBase OL {
	margin: 5px 0px;
	}
DIV.modBase LI {
	line-height: 110%;
	margin-left: 5px;
	margin-bottom: 3px;
	}
DIV.modBase LI.none {
	list-style: none;
	}
DIV.modBase LI.disc {
	list-style: disc;
	}
DIV.modBase LI.number {
	list-style: decimal;
	}
DIV.modBase LI.roman {
	list-style: lower-roman;
	}

/* ModBaseBoxed defaults */
DIV.modBaseBoxed {
	border-color: #E0E0E0;
	}

/* ModError defaults */
DIV.modError {
	font-size: 12pt;
}
DIV.modError H3 {
	color: #602020;
	}
	
/* modCII defaults */
DIV.modCII {
	border-color: #A0F0A0;
	background-color: #F0FFF0;
	position: relative;
	left: 657px;
	top: -113px;
	width: 75px;
	margin: 0px 0px -55px 0px;
	box-shadow: 0 0 15px #FFFFFF;
	-webkit-box-shadow: 0 0 15px #FFFFFF;
	text-shadow: 0px 0px 3px #A0F0A0;
	}
DIV.modCII .number {
	font-size: 27px;
	font-weight: bold;
	text-align:center;
	line-height: 24px;
	height: 24px;
	line-spacing: 10px;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	}
DIV.modCII .comment {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12px;
	height: 12px;
	text-align:center;
	margin: 1px 0px -2px 0px;
	}

/* ModGAS defaults */
DIV.modGAS {
	border: solid 1px #E0E0E0;
	border-radius: 10px;
	-moz-border-radius:10px;
	}

/* Misc */
DIV.wipTooltip {
	background-color: #F0FFF0;
	color: #000000;
	font-size: 9pt;
	line-height: 18px;
	height: 18px;
	border: solid 1px ##F0F0F0;
	border-radius: 5px;
	-moz-border-radius:5px;
	padding: 1px 3px;
	box-shadow: 0 0 5px 1px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
	}

