/* SpaceStationPlaza.com MAIN SITE-WIDE CSS file */  

body {
	margin: 5px 4px 0px 11;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	color: black;
	background-color: #EEE;
}

	 
td.list {
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: top;
}

INPUT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px 4px 4px 4px;
	font-size: 12px;
	color: Black;
	background-color: #DEF;
	border: 0px;
	margin-bottom: 0px;
}

TEXTAREA, OPTION, SELECT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	font-size: 12px;
	color: Black;
	background-color: #DEF;
	border: 0px;
	margin-bottom: 0px;
}

INPUT:focus {
	background: none;
	background-color: #EEC;
	border: 0px;
	margin-bottom: 0px;
}

TEXTAREA:focus, OPTION:focus, SELECT:focus {
	background: none;
	background-color: #EEC;
}


/* FORM SUBMIT BUTTON BEHAVIOR IE COMPATIBLE? */  
input.btn {
	color: white;
	background-color: green;
	border: 1px groove;
	border-color: #c63 #930 #930 #c63;
	font: bold 12px Arial, Helvetica, sans-serif;
} 

/* FORM SUBMIT BUTTON BEHAVIOR IE COMPATIBLE? */  
input.btnhov {
	color: #050;
	background-color: silver;
	border: 1px groove;
	border-color: #696 #363 #363 #696;
	font: bold 12px Arial, Helvetica, sans-serif;
}

fieldset.lights {
	float: left;
	clear: both;
	width: 90%;
	padding: 5px 15px 0px 5px;
	border: 1px solid #FF0000;
	background-color: #000000;
	background-image: url(/images/space_station_anim.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

fieldset.plain {
	float: left;
	clear: both;
	width: 95%;
	padding: 5px 15px 15px 5px;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}


legend {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: silver;
}

label {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 12px 10px 0px 4px;
	display: block;
	text-align: left;
}

.indent {
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 10px;
	color: silver;
	font-weight: normal;
	line-height: 14px;
}

.indent15 {
	margin-left: 15px;
}

.indent30 {
	margin-left: 30px;
}

.indent45 {
	margin-left: 45px;
	margin-top: 2px;
	margin-bottom: 0px;
}

.indent60 {
	margin-left: 60px;
}

.indent75 {
	margin-left: 75px;
}

.list_head{
	font-size: 10px;
	color: gold;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

.memo {
	background-color: purple;
	border-bottom: thick ridge Blue;
	border-left: thick ridge Blue;
	border-right: thick ridge Blue;
	border-top: thick ridge Blue;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 5px 0px 10px 0px;
}

div#tzolkin_kin a span {
	display: none;
}

div#tzolkin_kin a:hover span {
	display: block;
	position: absolute;
	color: YELLOW;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	z-index: 1;
	background: Black;
	margin-bottom: 0px;
	margin-top: 0px;
	border: medium groove #FFD700;
	float: left;
}

.tribe_color_RED {
	font-size: 14px;
	color: RED;
	font-weight: bold;
	line-height: 20px;
}

.tribe_color_WHITE {
	font-size: 14px;
	color: WHITE;
	font-weight: bold;
	line-height: 20px;
}

.tribe_color_BLUE {
	font-size: 14px;
	color: #44aaFF;
	font-weight: bold;
	line-height: 20px;
}

.tribe_color_YELLOW {
	font-size: 14px;
	color: YELLOW;
	font-weight: bold;
	line-height: 20px;
}

.sm_tribe_color_RED {
	font-size: 10px;
	color: RED;
	font-weight: bold;
	line-height: 20px;
}

.sm_tribe_color_WHITE {
	font-size: 10px;
	color: WHITE;
	font-weight: bold;
	line-height: 20px;
}

.sm_tribe_color_BLUE {
	font-size: 10px;
	color: navy;
	line-height: 14px;
}

.sm_tribe_color_YELLOW {
	font-size: 10px;
	color: YELLOW;
	font-weight: bold;
	line-height: 20px;
}

.HEADER_WHITE {
	font-size: 20px;
	color: WHITE;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font: bold;
	padding: 0;
}

.BIG_HEADER_WHITE {
	font-size: 24px;
	color: WHITE;
	font-weight: bold;
	line-height: 30px;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: bold;
	padding: 0;
	font-stretch: wider;
}

.bot_marg{
	
	margin-bottom: 10px;
}