/* Lucky Sevens website style sheet */

a:active { /* FIX!! for Firefox 3 thing where they outline anything you click 8/30/2008*/
  outline: none;
}a:focus
{
-moz-outline-style: none;
}

body {
  margin: 0;
	/*font-family: "Georgia", "Arial", sans-serif;*/
	font-family: "Tahoma", "Geneva", sans-serif;
}

td.contentcell {
	padding: 1em 3em; /* vert then hori */
}

.normal {
	color: #DFDFDF;
	padding: 0em 0em;
	font-size: 9pt;
	letter-spacing: +1px;
	word-spacing: +1px;
	line-height: 135%;
	text-align: left;
}

.sideheadline {
	color: #e55039;
	/*line-height: 80%;
	font-weight: normal;*/
}

.sidetext {
	color: #DFDFDF;
	padding: 0 10px 0 10px;
	font-size: 9pt;
	letter-spacing: +1px;
	word-spacing: +1px;
	line-height: 135%;
	text-align: center; 
}

.headline {
	color: #FAA41C;
	font-family: "Arial", "Georgia", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.subheading {
	color: #e55039;
	line-height: 80%;
	font-weight: normal;
	font-size: 9pt;
	letter-spacing: +1px;
	word-spacing: +1px;
	/*font-style: italic;
	font-weight: bold;*/
}

.infoline {
	color: #b1a38f;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}

ul {
	margin: 0em; /* top & bottom = 1em, right & left = 2em */
	padding: 0em;
}

li {
	margin: 1em 2em;
}

table.twocolumn {
	color: #DFDFDF;
	font-size: 9pt;
	letter-spacing: +0px;
	word-spacing: +1px;
	line-height: 135%;
	text-align: center;
	margin: 0em;
	padding: 0em;
}

A:active {text-decoration: underline; }
A:hover {text-decoration: underline; }

a {
	color: #80a0dd;
	text-decoration: none;
}

img {
	border-style: none;
}

.uparrow { /*should match <a> except text-decoration*/
	color: #80a0dd;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.bioheader {
	color: #DFDFDF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: +2px;
}

.announcement {
	border-style: solid;
	border-width: 1px;
	padding: 1em;
	text-align: center;
}

.ann_headline {
	color: #e55039;
	font-size: 10pt;
	letter-spacing: +1px;
	word-spacing: +1px;
	font-weight: bold;
}

.minorline {
	font-size: smaller;
}

/* ID's */
#importantcredits {
	color: #DFDFDF;
	padding: 0em;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	letter-spacing: +1px;
	word-spacing: +1px;
	line-height: 135%;
}

#othercredits {
	font-weight: normal;
	text-align: center;
}

td#creditscell {
	padding: 10px 5px 10px 11px;
}

td#presscell {
	padding: 10px 20px 10px 23px;
}

td#imagescell {
	padding: 32px 0 10px 2px;
}

#bios {
	padding: 1em 2em;
}

#philfooter {
	color: #b1a38f;
	padding: 0em 0em;
	font-size: 8pt;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
/*	position: absolute;
	bottom:20px;*/
}

tr#menurow {
	vertical-align: top;
}

