/* Happy CSS */

html { background: black; }
body { margin: 0; }
img { border: 0; }
p { margin: 1em; }

a:link { color: black; }
a:hover { color: gray; }
a:active { color: black; }
a:visited { color: black; }

/* Happy Screen */

#happy-screen {
	position: relative;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0;
	
	width: 720px;
	min-width: 720px;
	
	color: black;
	font-size: 11pt;
	font-family: "Helvetica", Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	//text-indent: 1.3em;
	//line-height: 1.3em;
}

/* Happy Content */

#happy-content {
	position: relative;
	padding: 0;
	
	height: 420px;
	min-height: 420px;
	
	overflow: hidden;
	background-color: #ffcc44;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.8);
	box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.8);
}

/* Loader Page */

#clientLogin {
	position: absolute;
	
	//top: -1em;
	bottom: 0.75em;
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	font-size: 8pt;
	text-align: center;
}

#loader {
	padding: 100px;
	text-align: center;
}

#loader table {
	width: 100%;
	border-width: 0.5em;
	border-spacing: 0;
	border-style: hidden;
	text-align: center;
}

#loader table td {
	padding: 0;
	vertical-align: bottom; 
}

/* Content Table */

.contentTable {
	width: 100%;
	height: 100%;
	border-spacing: 0;
	padding: 1em;
	
	font-size: 10pt;
	line-height: 1.25em
}

.contentTable b {
	font-size: 11pt;
	font-weight: bold;
}

/* Nav Table */

.navTable {
	border: none;
	padding 0px;
	border-spacing: 0;
	
	font-family: "Helvetica", Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: normal;
	text-align: left;
}

.navTable th {
	padding: 0 1em 0.2em 1em;
	font-size: 10pt;
	font-weight: bold;
	//text-decoration: underline;
}

.navTable td {
	padding: 0 1.5em;	
	font-size: 9pt;
	font-style: italic;
	text-indent: 0.5em;
	line-height: 1.3em;
}

/* Header Table */

#headerTable {
	width: 100%;
	height: 80px;
	border-spacing: 0;
	margin: 0;
	font-size: 10pt;
}

/* Credits Table */

.creditsTable {
	width: 100%;
	height: 320px; // 420-70-30=315
	display: block;
	overflow: auto;
	text-align: center;
}

#creditsTable {
	width: 100%;
	border-spacing: 0.1em;
	margin: 1em 0;
	font-size: 10pt;
}

#creditsTable th {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#creditsTable td.l {
	width: 50%;
	text-align: right;
	padding: 0em 0.25em;
}

#creditsTable td.c {
	text-align: center;
}

#creditsTable td.r {
	width: 50%;
	text-align: left;
	padding: 0em 0.25em;
}

#creditsTable td.br {
	text-align: center;
	padding: 0.25em;
}

/*                   */
/* Footer Navigation */

#footer-navigation {
	position: relative;
	
	width: 720px;
	min-width: 720px;
	
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 9pt;
	color: lightGray;
	text-align: center;
}

#footer-navigation a:link { color: white; text-decoration: none; }
#footer-navigation a:hover { color: #ffcc44; text-decoration: none; }
#footer-navigation a:active { color: white; text-decoration: none; }
#footer-navigation a:visited { color: lightGray; text-decoration: none; }

/* Footer Copyright */

#footer-copyright {
	position: fixed;
	bottom: 0;
	
	margin: 0 1em 0.5em 0;
	
	width: 720px;
	
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	text-align: right;
}

/* DEBUG */

#debug {
	margin: 0;
	padding: 0.25em;
	font-size: 9pt;
	color: blue;
}

/* End */

