/* PAGUNAN MASKS STYLE SHEET */

*{ border: 0; margin: 0; padding: 0; }

html, body
{
	width: 100%;
	z-index: 0;
	position: relative;
}

a, a:visited { color: #654; text-decoration: underline; }
a:hover { color: #090; text-decoration: none; }

body
{
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
	line-height: 1;
	font-size: 1em;
	color: #321;
	text-align: center;
	background: url(images/bkgd.gif);
}

.shell
{
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.container
{
	position: relative;
	border: 1px inset #987;
	background: #FFF7EE url(images/moon.jpg) 70% 160px no-repeat;
}

.topp
{
	background: url(images/header.jpg) top center no-repeat;
	height: 150px;
}

.upper
{
	z-index: 25;
	top: 150px;
	left: 50%;
	margin-left: -250px;
}

.lower
{
	z-index: 0;
	top: 150px;
	left: 50%;
	margin-left: -257px;
}

.bott
{
	height: 50px;
	padding: 0 10px;
	font-size: .7em;
	line-height: 10px;
	color: black;
	background: #CCC8C3 url(images/footer.jpg) bottom right no-repeat;
	border-top: 1px solid #605856;
}

.bott a, .bott a:visited { color: #432; }
.bott a:hover { color: #060; }

.spacer { height: 10px; }

.main
{
	position: relative;
	z-index: 5;
	margin: -4px 143px 0 155px;
	min-height: 450px;
	overflow: auto;
}

.menudesc
{
	font-weight: normal;
	font-size: .8em;
}

a.splash, a.splash:visited
{
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	border: 1px outset;
}

a.splash:hover { border: 1px inset; }

.contents
{
	z-index: 0;
	position: absolute;
	top: 160px;
	left: 3px;
	margin: 0;
	color: #EEE6DD;
	width: 135px;
	padding: 32px 8px 14px 6px;
	background: url(images/contentbkgd.jpg) top left repeat-y;
}

.contents p
{
	width: 132px;
	margin: 0;
	padding: 1px 3px;
	font-weight: bold;
	text-align: left;
	background: none;
}

.contents a { position: relative; }

.contents a p, .contents a:visited p
{
	border-top: 1px solid #432;
	border-bottom: 1px outset #432;
	font-size: .8em;
	color: #CCC8C3;
	text-decoration: none;
}

.contents a:hover p
{
	border-top: 1px inset;
	border-bottom: 1px inset;
	background: url(images/menuselect.jpg) top left;
	color: #FFFBF7;
	cursor: hand;
}

.mtop { top: -3px; }
.mbot { bottom: 0; z-index: 0; }

.contents img { position: absolute; left: 0; }

.mask
{
	position: absolute;
	z-index: 10;
	top: 160px;
	right: -1px;
	margin: 0;
	color: #EEE6DD;
	width: 128px;
	padding: 32px 6px 13px 8px;
	background: url(images/maskbkgd.jpg) top left repeat-y;
}

.mask p
{
	width: 120px;
	margin: 0;
	padding: 1px 3px;
	font-size: .75em;
	text-align: left;
	font-weight: normal;
}

.mask a:link, .mask a:visited { color: #CCC8C3; text-decoration: none; }
.mask a:hover { color: #0B0; text-decoration: underline; }

.mask img { position: absolute; left: 0; }

iframe.masque
{
	position: relative;
	width: 127px;
	height: 210px;
	margin: 0 0 5px -2px;
	bottom: 0;
	padding: 0;
	float: left;
	border-top: 1px solid #654;
	border-bottom: 1px solid #654;
}

.if { background: #CCC8C3; }
.if p.maskinfo { font-weight: bold; padding: 0 0 0 3px; }
.if p a:link, .if p a:visited { color: black; text-decoration: none; font-weight: normal; }
.if p a:hover { color: #060; text-decoration: underline; }

.maskimg { border: 1px solid #CCC8C3; }

/* POSITIONING */
.relative { position: relative; }
.absolute { position: absolute; }
.static { position: static; }
.fixed { position: fixed; }

/* TEXT POSITIONING */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.justify { text-align: justify; }
.uptop { vertical-align: top; }
.upmid { vertical-align: middle; }
.top { top: 0; }
.bottom { bottom: 0; }
.ableft { left: 0; }
.abright { right: 0; }
/* FONT STYLES */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.norm { font-weight: normal; }

/* FONT SIZES */
.tiniest {font-size: .5em; }
.tiny {font-size: .58em; }
.littler { font-size: .67em; }
.little { font-size: .75em; }
.smaller { font-size: .84em; }
.small { font-size: .94em; }
.regular { font-size: 1em; }
.large { font-size: 1.08em; }
.larger { font-size: 1.17em; }

/* ELEMENT CLASSES */
p
{
	font-size: 1em;
	padding: 5px 0;
	margin: 5px 0;
	text-align: justify;
}

pre { text-align: left; }

h2
{
	font-size: 1.2em;
	padding: 5px 0;
	text-align: left;
	margin: 5px 0;
	font-weight: bold;
}

h1
{
	font-size: 1.4em;
	padding: 0;
	margin: 10px;
	text-align: center;
	font-weight: bold;
}

h1.imte { font-weight: normal; font-size: 12pt; }
.imte i { display: none; }

h3
{
	font-weight: bold;
	font-size: 1.15em;
	padding: 0;
	text-align: left;
	text-indent: 10px;
	margin: 10px 2px 5px 2px;
}

h4
{
	font-size: 1.15em;
	padding: 0;
	text-align: center;
	margin: 5px;
	font-weight: bold;
	font-style: italic;
}

h5
{
	font-size: 1.05em;
	padding: 0;
	text-align: left;
	text-indent: 10px;
	margin: 10px 5px 5px 5px;
	font-style: italic;
}

ul { color: #321; }

/* SPECIAL POSITIONING */

.closed, .closed p { padding: 0; margin: 0 0 1px 0; }
.lowspace, .lowspace p, .clfofi .boite p { padding: 0; margin: 5px 0; }
.unobtrusive { line-height: 0.0; margin: 0; padding: 0; }
.topclose { margin-top: 0;  padding-top: 0; }
.botclose { margin-bottom: 0;  padding-bottom: 0; }
.leftclose { margin-left: 0;  padding-left: 0; }
.rightclose { margin-right: 0;  padding-right: 0; }

.botfive { margin-bottom: 5px; }
.botten { margin-bottom: 10px; }
.botfifteen { margin-bottom: 15px; }
.bottwenty { margin-bottom: 20px; }
.bottwentyfive { margin-bottom: 25px; }
.botfifty { margin-bottom: 50px; }

.topfive { margin-top: 5px; }
.topten { margin-top: 10px; }
.topfifteen { margin-top: 15px; }
.toptwenty { margin-top: 20px; }
.toptwentyfive { margin-top: 25px; }
.topfifty { margin-top: 50px; }

.upfive { margin-top: -5px; }
.upten { margin-top: -10px; }
.upfifteen { margin-top: -15px; }
.uptwenty { margin-top: -20px; }
.uptwentyfive { margin-top: -25px; }

/* UNSEEN CLASSES */
.tfsp
{
	visibility: hidden;
	font-size: 0em;
	line-height: 0.0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.unseen { visibility: hidden; }

/* OPACITY */

.opaque
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

.devetpet
{
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}

.devadesat
{
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
}

.osmpet
{
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}

.osmdesat
{
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
}

.sedmpet
{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.sedmdesat
{
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity:0.70;
}

.sedesat
{
	filter: alpha(opacity=60);
	opacity: 0.60;
	-moz-opacity:0.60;
}

.padesat
{
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}

.tretina
{
	filter: alpha(opacity=33);
	opacity: 0.33;
	-moz-opacity:0.33;
}

.deset
{
	filter: alpha(opacity=10);
	opacity: 0.10;
	-moz-opacity:0.10;
}

/* FLOATS */

.pleft { margin: 8px 10px 5px 0; }
.pright { margin: 8px 0 5px 10px; }

.fleft { float: left; }
.fright { float: right; }

.cleft { clear: left; }
.cright { clear: right; }

.clear { clear: both; }

.quote, blockquote
{
	 margin: 10px 25px;
	color: black;
	font-size: .9em;
}

.picbord { border: 1px solid #654; }

a.buli, a.buli:visited { border: 1px solid #321; }
a.buli:hover { border: 1px solid #090; }

.lh
{
	position: absolute;
	top: -27px;
	z-index: 100;
	left: 50%;
	margin-left: 193px;
}
