/* mondedemain.org CSS page */

/* ============================================== */
/*                  DISPLAY INFO                  */
/* ---------------------------------------------- */
/* H1 >                                           */
/* H2 > Times 15pt bold - Underline silver/black  */
/* H3 > Arial 11pt bold - Underline silver/black  */
/* H4 >                                           */
/* H5 >                                           */
/* H6 > Arial 10pt normal gray                    */
/* H7 >                                           */
/* ---------------------------------------------- */
/* suite > Arial 7pt normal gray - Underline s/b  */
/* para > Arial 12pt bold center                  */
/* ============================================== */

body {
	height: 100%;
	color: black;
	background-color: white;
	background-image: url("/common/images/general/gray.png");
	background-position: left;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

img {
	border: 0;
	}

/* =================== */
/* Vertical Framework  */
/* =================== */

#framework {
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	background-image: url("/common/images/general/bg.png");
	background-repeat:  repeat-y;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

/* Note: "voice-family" is a Hack for IE5-Mac (footer) */

html>body #framework {
	height: auto;
	}


/* ========================== */
/* Scroll right (Cf. footer)  */
/* ========================== */

#scrollright {
	position: absolute;
	bottom: -0.1px;
	visibility: hidden;
	}


/* ================= */
/* Links by default  */
/* ================= */

a:link {
	color: #330033;
	text-decoration: none;
	border-bottom: 1px solid silver;
	}

a:visited {
	color: #330033;
	text-decoration: none;
	border-bottom: 1px solid silver;
	}

a:hover {
	color: #330033;
	text-decoration: none;
	border-bottom: 1px solid black;
	}
	

/* =================== */
/* Header & Menu tags  */
/* =================== */

#header {
	position: absolute;
	top: 0;
	left: 4px;
	width: 760px;
	height: 100px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	background: url("/common/images/header/mdd.gif") repeat-x top;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	border-top: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 0;
	}

#header ul {
	margin: 0;
	padding: 76px 12px 2px 12px;
	list-style: none;
	}

#header li { 
	background: url("/common/images/header/left.gif") no-repeat left top; 
	margin: 0; 
	padding: 0 0 0 8px; 
	float: left
	}

#header a  { 
	color: #222222; 
	font-weight: normal; 
	text-decoration: none; 
	background: url("/common/images/header/right.gif") no-repeat right top; 
	display: block;
	padding: 5px 12px 2px 3px; 
	float: left;
	border-bottom: medium none;
	}

/* Hack for IE5-Mac */
#header a {
	float: none;
	}
/* End IE5-Mac hack */

#header a:hover {
	color: #006699;
	}

#header #current { 
	background-image: url("/common/images/header/left_on.gif");
	border-width: 0;
	}

#header #current a { 
	color: black; 
	background-image: url("/common/images/header/right_on.gif"); 
	padding-bottom: 3px;
	}


/* ====================== */
/* Subheader & SearchBox  */
/* ====================== */

#subheader {
	position: relative;
	top: 100px;
	left: 0px;
	width: 762px;
	height: 60px;
	background-color: white;
	color: black;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	border-top: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 3px double gray;
	}

/* Style menu subheader */

#subleft {
	position: relative;
	left: 0;
  text-align: left;
  vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	padding-top: 22px;
	padding-left: 12px;
	padding-right: 0;
	padding-bottom: 1px; 
	Margin: 0;
	border: 0;
	}

#subright {
	position: relative;
	right: 0;
  text-align: right;
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 12px;
	padding-bottom: 0; 
	margin: 0;
	border: 0;
	}


/* ===================== */
/* General Content (div) */
/* ===================== */

#content {
	position: relative;
	top: 100px;
	left: 4px;
	width: 760px;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	border: 0;
	background-color: white;
	padding: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	border: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	}


/* ================== */
/* Footer & Copyright */
/* ================== */

#footer {
	position: relative;
	top: 50px;
	left: 0;
	bottom: 0;
	width: 762px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #222222;
	vertical-align: 0px;
	background-color: #eeeeee;
	padding: 0;
	margin: 0;
	border-top: 0;
	border-left: 4px solid #32c8fa;
	border-right: 4px solid #32c8fa;
	border-bottom: 4px solid #32c8fa;
	}

.footerbox {
	width: 760px;
	height: 28px;
	bottom: 0;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #222222;
	background-color: white;
	background-image: url("/common/images/footer/bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0;
	padding-top: 17px;
	margin: 0;
	border-top: 3px double gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 0;
	}


/* ======================== */
/* W3C Compliant until here */
/* ======================== */





/* =============== */
/* DISPLAY & CLASS */
/* =============== */

.display {
	padding: 0px;
	text-align: justify;
	}

/* H2 > Times 15pt bold - Underline silver/black */

.display h2 {
	font-family: times,serif;
	font-weight: bold;
	font-size: 15pt;
	color: #222222;
	line-height: 100%;
	padding: 0;
	margin: 0;
	}
		
		.display h2 a:link {
			color: #333333;
			text-decoration: none;
			border-bottom: 1px solid silver;
			}
		
		.display h2 a:visited {
			color: #333333;
			text-decoration: none;
			border-bottom: 1px solid silver;
			}
		
		.display h2  a:hover {
			color: black;
			text-decoration: none;
			border-bottom: 1px solid black;
			}
			
/* H3 > Arial 11pt bold - Underline silver/black */

.display h3 {
	font-family: arial,sans serif;
	font-weight: bold;
	font-size: 11pt;
	color: #222222;
	line-height: 100%;
	padding: 0;
	margin: 0;
	}
		
		.display h3 a:link {
			color: #333333;
			text-decoration: none;
			border-bottom: 1px solid silver;
			}
		
		.display h3 a:visited {
			color: #333333;
			text-decoration: none;
			border-bottom: 1px solid silver;
			}
		
		.display h3  a:hover {
			color: black;
			text-decoration: none;
			border-bottom: 1px solid black;
			}
			
/* H6 > Arial 10pt normal gray */

.display h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: gray;
	padding: 0;
	margin: 0;	
	}
	
/* .suite > Arial 8pt normal gray - Underline silver/black */

.suite {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	color: gray;
	padding: 0;
	margin: 0;
	}
	
		.suite a:link {
			color: gray;
			text-decoration: none;
			border-bottom: 1px solid silver;
			}
		
		.suite a:visited {
			color: gray;
			text-decoration: none;
			border-bottom: 1px solid silver;
			}
		
		.suite a:hover {
			color: gray;
			text-decoration: none;
			border-bottom: 1px solid black;
			}