/*
moonstyles.css
*/

/* ### BASIC HTML PAGE STYLES ### */

body
{
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	color: #CCFFFF;
	/*background-color: #000000;*/
	background: url("homestars.gif") repeat;
	text-align:center;
}

body.storeback
{
	/*background-color: #000000;*/
	background: url("bluespace.gif") repeat;
}

body.cardstock
{
	color:#000000;
	background-image:none;
	background-color:#FFFFFF;
}

p.smallhead
{
	font-size:75%;
}

table.imagePresent
{
	border: 0px;
	background-color: transparent;
}

th.imagePresent
{
	padding:5px;
	border:0;
	vertical-align:middle;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}

td.imagePresent
{
	padding:5px;
	border:0;
	vertical-align:top;
	text-align:center;
	font-size:70%;
}

table.imagePresentBar
{
	border: 0px;
	background-color: transparent;
}

td.imagePresentBar
{
	padding:5px 0px 5px 0px;
	border:0;
	vertical-align:top;
	text-align:center;
	font-size:70%;
}





#bigContainer	/* THIS CONTAINER HOLDS EVERYTHING ELSE */
{
/*top right bottom left*/
	margin: 0 auto;
	padding: 0px;
	/*width: 870px;*/
	width:90%;
	text-align:left;
}

#headerArea
{
/*  top right bottom left*/
	margin: 0px; 
	padding: 5px 0px 0px 0px;
	width: auto;
	text-align:center;
	color:#0000FF;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 200%;
	font-weight:bold;
/*  top width style color */
	border-bottom:2px solid #0000FF;
}

#header
{
	width: auto;
/*  top width style color */
	text-align:center;
	/*color:#0000FF;*/
	font-size: 200%;
	font-weight:bold;
	padding: 0px 0px 20px 0px; 
}

/* ### START MAIN CONTENT AND STYLES ### */

#mainContent
{
	font-family:Georgia, "Times New Roman", Times, serif;
	/*line-height: 90%;*/
/*  top right bottom left*/
	margin: 0px;
	padding:10px 20px 20px 10px;
	text-align: left;
	font-size:85%;
/*  top width style color */
}

#mainContent h1
{
	font-size: 150%;
	text-align:center;
}

#mainContent h2, h3, h4
{
	font-size: 120%;
}

#mainContent p
{
	padding-bottom: 5px; 
	/*font-size: 85%;*/
}

#mainContent ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 0px; 
}

#mainContent li
{
	padding-bottom: 5px;
}

#mainContent ol
{
	margin: 0px 0px 0px 20px; 
	padding: 0px 5px 0px 0px; 
}

#mainContent tr
{
	vertical-align:top;
}

#mainContent tr.propheight
{
	height:25%;
}

#mainContent td.boldface
{
	font-weight:bold;
}

#mainContent td.largebold
{
	font-weight:bold;
	font-size:200%;
}

#mainContent td.catalog
{
	font-weight:bold;
	text-align: center;
}

#mainContent td.catalog a.sel
{
	text-decoration:none;
	color:#0099FF;
}

#mainContent td.catalog a.sel:hover,
#mainContent td.catalog a.sel:active
{
	text-decoration:none;
	color:#CC99FF;
}

#mainContent caption
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 0px 5px 0px;
}

/* ### END MAIN CONTENT AND STYLES ### */

/* ### START FOOTER AREA ### */

#footer
{
/* 	clear: both;
 top right bottom left*/
	border-top:2px solid #CCCCCC;
	padding: 20px 0px 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 80%;
	width: auto;
}
