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

body {
	background-color: #000000;
	margin: 4px 4px 4px 4px;
	font-family: verdana;
	font-size: 11px;
	color: white;
}

/* Standard Anchor Tags with no class entry */  

A:link, A:visited, A:active {
	color: #FFFFDB;}

A:hover	{
	color: White;
/*	background-color: Black; */
}

/* A Variety of ANCHOR styles */  

A.hm_popup_anchor:link, A.hm_popup_anchor:visited, A.hm_popup_anchor:active {
	color: Blue;
	text-decoration: none;
}

A.hm_popup_anchor:hover {
	color: #F00;
	text-decoration: none;
	background-color: transparent;
}

A.ev_name:link, A.ev_name:visited, A.ev_name:active {
	color: #FFFFDB;	text-decoration: none;
}
A.ev_name:hover {
	color: Black;
	background-color: White;
}

A.tool:link, A.tool:visited {
	font-size: 11px;
	line-height: 22px;
	color: #FFFF99;
	background-color: Black;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 3px 3px 3px 3px;
}

A.tool:active	{
	font-size: 11px;
	line-height: 22px;
	color: White;
	background-color: Black;
 	font-weight: bold;
	border: 1px solid #FF0000;
	padding: 3px 3px 3px 3px;
}

A.tool:hover	{
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: #33FF00;
	background-color: Black;
	border: 1px solid #FF0000;
	padding: 3px 3px 3px 3px;
}

A.tool_short:link, A.tool_short:visited, A.tool_short:active {
	font-size: 10px;
	color: #FFFF99;
	text-decoration: none;
	border: 1px solid #000000;
}

A.tool_short:hover	{
	font-size: 10px;
	color: #33FF00;
	text-decoration: none;
	border: 1px solid #FF0000;
}


a.hideit:link    { color:black; text-decoration:none; }
a.hideit:visited { color:black; text-decoration:none; }
a.hideit:hover   { color:white; text-decoration:none; }
a.hideit:active  { color:black; text-decoration:none; }

a.link_on_wht:link, a.link_on_wht:visited {
	font-size: 11px;
	color: #0000FF;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
/*	padding: 2px 2px 2px 2px; */
}

a.link_on_wht:hover, a.link_on_wht:active {
	font-size: 11px;
	color: #FFFFaa;
	text-align: left;
	background-color: Green;
}



a.highlight:link, a.highlight:visited {
	font-size: 14px;
	color: Black;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


a.highlight:hover, a.highlight:active {
	font-size: 14px;
	color: #FFFFCA;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.ctr_p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* A Variety of TABLE CELL styles */  

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: #EFDEFE;
	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: #EFDEFE;
	border: 0px;
	margin-bottom: 0px;
}

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

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


/* 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.plain {
	float: left;
	clear: both;
	width: 90%;
	border: 1px solid #FF0000;
	padding: 5px 10px 10px 5px;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.lights {
	position: absolute;
	width: 350px;
	top: 100px; 
	left: 600px;
	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;
	margin-left: -20px;
	z-index: 9;
}

fieldset.popup_forms {
	position: absolute;
	width: 270px;
	top: 100px; 
	left: 600px;
	border: 1px solid #FF0000;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -20px;
	z-index: 9;
}

table.popup_form_rep {
	position: absolute;
	width: 270px;
	top: 100px; 
	left: 600px;
	border: 1px solid #FF0000;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -20px;
	z-index: 9;
}

fieldset.reading {
	text-align: left;
	float: left;
	clear: both;
	width: 90%;
	padding: 5px 15px 15px 5px;
	border: 1px solid #FF0000;
	background-color: #000000;
	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;
	border: thin solid Purple;
}

label.ed_form {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

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

.lft_sm_wht {
	font-size: 10px;
	line-height: 15px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

.lft_sm_blk {
	font-size: 10px;
	line-height: 12px;
	color: Black;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
}

.rt_sm_blk {
	font-size: 10px;
	line-height: 12px;
	color: Black;
	font-family: Arial;
	font-weight: normal;
	text-align: right;
}

.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: 11px;
	color: #FFD700;
	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;
}

.bold_light {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Silver;
	font-weight: bold;
	line-height: 20px;
}

.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: 11px;
	color: RED;
	font-weight: bold;
}

.sm_tribe_color_WHITE {
	font-size: 11px;
	color: WHITE;
	font-weight: bold;
}

.sm_tribe_color_BLUE {
	font-size: 11px;
	color: #44aaFF;
	font-weight: bold;
}

.sm_tribe_color_YELLOW {
	font-size: 11px;
	color: YELLOW;
	font-weight: bold;
}


.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;
	padding: 0;
}

.HEADER_ORANGE {
	font-size: 16px;
	color: #FFCC99;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

H1.BIG_WHITE {
	font-size: 24px;
	color: WHITE;
	font-weight: bold;
	line-height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0px -12px 0px;
}

H1.BIG_HEADER_RED {
	font-size: 24px;
	color: RED;
	font-weight: bold;
	line-height: 30px;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

H1.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;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

H1.BIG_HEADER_BLUE {
	font-size: 24px;
	color: #44aaFF;
	font-weight: bold;
	line-height: 30px;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

H1.BIG_HEADER_YELLOW {
	font-size: 24px;
	color: YELLOW;
	font-weight: bold;
	line-height: 30px;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

H2.MED_HEADER_BLUE {
	font-size: 18px;
	color: #44aaFF;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

.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;
	padding: 0;
}

.bot_marg {
	
	margin-bottom: 10px;
}

.short {display:inline;}
.long {display:none; background-color: #ffff99;}

td.lit_kin_td {
	text-align: center;
	border-bottom: thick ridge White;
	border-left: thick ridge White;
	border-right: thick ridge White;
	border-top: thick ridge White;
}

td.unlit_kin_td {
	text-align: center;
}

div#dp_info a span {
	display: none;
}

div#dp_info a:hover span {
	display: block;
	position: absolute;
	font-size: 12px;
	text-align: left;
	color: Black;
	padding: 5px 5px 5px 5px;
	margin: 80px;
	z-index: 9;
	background: White;
	margin-bottom: 0px;
	margin-top: 20px;
	border: medium groove #FFD700;
	float: left;
}

img.img_hlt {
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}

img.img_hlt:hover {
	border: 1px solid #33FF00;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}

th.usr_list_hdr {
	font-size: 12px;
	color: Navy;
	background-color: Silver;
	text-decoration: none;
}

td.usr_list_cell {
	text-align: left;
	font-size: 10px;
	color: Black;
	background-color: White;
	text-decoration: none;
}

.wob /* White on Blue */
{
	background-color: #0000FF;
	color: #FFFFFF;
}

.wor /* White on Red */
{
	background-color: #FF0000;
	color: #FFFFFF;
}

.bow /* Black on White */
{
	background-color: #FFFFFF;
	color: #000000;
}

.boy /* Black on Yellow */
{
	background-color: #FFFF00;
	color: #000000;
}

.Link_Summ {
	color: Silver;
	font-size: 10px;
	margin-left: 20px;
}

#countdown_frame {
    width: 280px;
    height: 60px;
    border: none;
}

h1.home_tag {
	font-size: 20px;
	color: Navy;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.home_tagline {
	font-size: 20px;
	color: Navy;
	font-weight: bold;
}

.home_tagline_sm {
	font-size: 18px;
	color: Navy;
}

.home_tagline_itm {
	font-size: 16px;
	color: Navy;
	font-weight: bold;
	font-style: italic;

}

.list_short{
	font-size: 10px;
	color: #FFFF99;
	text-decoration: none;
	border: 1px solid #000000;
}

td.chrom{
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

img.special {
	border: 3px double Lime;
}