body, p, table {font-family:Verdana,Helvetica,sans-serif; font-size:12px;}

body {
	color:#FFFFFF; background-color:#000000;
	background-attachment:fixed; background-image:url('/mainpage/starsky.jpg');
}

a:link {color:#EAFFC1;}
a:visited {color:#D2E9A4;}
a:active {color:#FF4400;}
a:hover {color:#FFDD00;}


h1 {margin:0px; color:#A8E968; font-family:Verdana, Helvetica, sans-serif; font-size:22px; font-weight:bold;}

table td { vertical-align: top; }

.mainheading {color:#A8E968; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold;}

.smallheading {color:#A8E968; font-weight:bold;}
.smallheading a:link {color:#A8E968; text-decoration:none;}
.smallheading a:visited {color:#A8E968; text-decoration:none;}
.smallheading a:hover {color:#A8E968; text-decoration:underline;}

.normalsighting{}
.recentsighting{color:#BBAAFF;}



.city {color:#A8E968;}
	A.city:link {color:#A8E968;text-decoration:underline;}
	A.city:visited {color:#6EA636;text-decoration:underline;}
	.city A:link {color:#A8E968;text-decoration:underline;}
	.city A:visited {color:#6EA636;text-decoration:underline;}

.store {color:#DDDDFF;}
	A.store:link {color:#DDDDFF;text-decoration:underline;}
	A.store:visited {color:#CCCCEE;text-decoration:underline;}
	.store A:link {color:#DDDDFF;text-decoration:underline;}
	.store A:visited {color:#CCCCEE;text-decoration:underline;}

a.item:link {color:#FFFFFF;text-decoration:underline;}
a.item:visited {color:#BBBBBB;text-decoration:underline;}
a.item:active {color:#FFDD00;text-decoration:underline;}
a.item:hover {color:#FFDD00;text-decoration:underline;}



/*--------------------------------------------------
  Sightings page tabs
--------------------------------------------------*/

TABLE.sightings_page_tabs {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size:15px;

	border-spacing: 0px;
}

/* Regular tab */
TABLE.sightings_page_tabs TD {
	/*background-image: url("../images/tab_shaded.gif");
	background-position: bottom;
	background-repeat: no-repeat;*/
	
	background-color:#333;
	color: #888; /* tied to link color below */

	border: solid 0px #000000;
	border-bottom: solid 2px #BBBBBB;
	padding: 5px;
}

TABLE.sightings_page_tabs TD A:link {color: #888;}
TABLE.sightings_page_tabs TD A:visited {color: #888;}

/* Hover tab */
TABLE.sightings_page_tabs TD:hover {
	/*background-image: url("../images/tab_shaded_hover.gif");*/

	color:#bbb; /* tied to link color below */

	border: dashed 1px #BBBBBB;
	border-bottom-width: 0px;
	padding: 4px 4px 6px 4px;
}

TABLE.sightings_page_tabs TD.current_tab A:link {color: #bbb;}
TABLE.sightings_page_tabs TD.current_tab A:visited {color: #bbb;}


/* Current tab */
TABLE.sightings_page_tabs TD.current_tab {
	background-image: none;
	/*font-weight: bold;*/
	font-style: italic;

	background-color:#777;
	color: #fff; /* tied to link color below */

	border: solid 2px #BBBBBB;
	border-right-color: #444444;
	border-bottom-width: 0px;
	padding: 4px 4px 6px 4px;
}

TABLE.sightings_page_tabs TD.current_tab A:link {color: #fff;}
TABLE.sightings_page_tabs TD.current_tab A:visited {color: #fff;}


/* non-tab (spacer TD) */
TABLE.sightings_page_tabs TD.spacer {
	background: transparent;

	border: solid 0px #000000;
	border-bottom: solid 2px #BBBBBB;
	padding: 5px;
}



