/* Global styles */
* {
	font-family: Helvetica;
}

/* HTML entities */
body {
	font-size: 12pt;
	background-color: #939393;
/*	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;*/
	text-align: center;
}

input, textarea, select {
	font-family: Helvetica;
	font-size: 10pt;
}

fieldset {
	border: 0;
}

img {
	border: 0;
}

td {
	text-align: left;
	vertical-align: top;
}

th {
	vertical-align: top;
}

p {
	padding-bottom: 1em;
}

.divider {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 3px;
	background-color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* The page */
#myForm {
	width: 980px;
	background-color: #D1D2D4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#heading {
	background-color: #000000;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	height: 188px;
	background-position: 0px 0px;
	padding: 30px 0 0 240px;
	text-align: left;
	font-size: 13pt;
	line-height: 18pt;
	font-weight: bold;
	color: #ffffff;
}

#heading-content {
	float: left;
}

#search-area {
	position: relative;
	top: -25px;
	float: right;
	padding-right: 8px;
	white-space: nowrap;
	text-align: center;
}

#search {
	background-repeat: no-repeat;
	background-position: 24px 4px;
}

#donate-link {
	font-weight: bold;
	color: #ffffff;
	font-size: 13pt;
}

#heading h1 {
	color: #B7153C;
	padding-bottom: 10px;
	font-size: 18pt;
}

#heading strong {
	color: #B7153C;
}

#heading img {
	border: 2px solid #000;
	margin: 0 25px 0 25px;
}

#menu {
	position: absolute;
	z-index: 10;
}

#menu ul {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu .top {
	background-image: url(/images/menu_button.gif);
	height: 37px;
	font-weight: bold;
	font-size: 13pt;
	padding-top: 9px;
}

#menu .top a {
	color: #fff;
	text-decoration: none;
}

#menu ul .item { 
	display: none;
}

#menu ul:hover .item {
	display: block;
	background: #939393;
	text-align: left;
	padding: 0 0 6px 4px;
	line-height: 11pt;
	font-size: 10pt;
	font-weight: bold;
	width: 129px;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
}

#menu ul:hover .last {
	border-bottom: 4px solid #000000;
}

#menu ul:hover .item a {
	color: #000000;
	text-decoration: none;
}

#menu ul:hover .item a:hover { 
	color: #ffffff;
}

.clear {
	clear: both;
	height: 46px;
}

#body {
	clear: both;
}

#subheading {
	background-color: #D1D2D4;
	border-top: 4px solid #000000;
}

.shadow {
	background-image: url(/images/250ds.gif);
	width: 250px;
	height: 220px;
	float: left;
	margin: 10px 0 5px 5px;
	top: -5px;
	position: relative;
}

.shadow object , .shadow embed {
	width: 230px;
	height: 200px;
	position: relative;
	top: 6px;
	left: -3px;
}

.long-shadow {
	background-image: url(/images/centerds.gif);
	width: 460px;
	height: 220px;
	float: left;
	top: 6px;
	position: relative;
	xmargin-left: 5px;
}

#scroller {
	width: 440px;
	background-color: #505050;
	color: #fff;
	height: 170px;
	padding-top: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 20pt;
	position: relative;
	top: 5px;
	left: 0px;
}

#main {
	clear: both;
	border-top: 8px solid #000000;
	border-collapse: collapse;
}

#submenu {
	padding: 10px;
	border-right: 8px solid #000000;
}

#submenu a {
	background-image: url(/images/left_blue_button.gif);
	width: 240px;
	height: 78px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18pt;
	padding-top: 27px;
}

#submenu a:hover {
	font-weight: bold;
}

#copy #bulletin {
	float: left;
	height: 500px;
	font-size: 9pt;
	padding: 6px;
	width: 190px;
	background-color: #B7153C;
	line-height: 12pt;
	color: #ffffff;
	font-family: Verdana;
	margin-right: 10px;
	margin-left: 8px;
}

#copy #bulletin a , #copy #bulletin strong {
	font-family: Verdana;
	color: #ffffff;
}

#copy #bulletin h2 {
	font-size: 11pt;
	color: #ffffff;
}

#copy {
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	font-family: Myriad Pro, Helvetica;
	width: 100%;
	line-height: 14pt;
}

#copy h1 {
	font-size: 14pt;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
#copy h2 {
	font-size: 14pt;
	text-transform: uppercase;
	color: #B7153C;
	text-align: center;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

#copy strong {
	color: #000;
}

#copy p.first-paragraph:first-letter {
	font-size: 1.5em;
	font-style: italic;
	font-family: Baskerville, Times New Roman, Times;
}

#copy .slogan {
	color: #ed1c24;
	font-weight: bold;
	text-align: center;
	line-height: 14pt;
}

.button {
	background-image: url(/images/button.gif);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 38px;
	width: 140px;
	padding-top: 8px;
}

/* Flickr */
#flickr {
	border: 1px solid #000;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: center;
	padding-bottom: 5px;
}

/* Search results */
#search-message {
	color: #B7153C;
	padding-bottom: 10px;
	font-size: 18pt;
	text-align: center;
}

.search-result-excerpt {
	font-size: 10pt;
	line-height: 12pt;
}

.search-result-url {
	font-size: 10pt;
	padding-bottom: 1em;
}

#search-results-nav {
	text-align: center;
}

/* Generic styles */
.label {
	vertical-align: top;
	font-weight: bold;
}

.value {
	vertical-align: top;
}

.number {
	text-align: right;
}

.dumpQuery {
	border-left: 1px solid #888;
	border-top: 1px solid #888;
}

.dumpQuery th , .dumpQuery td {
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 1px 3px 1px 3px;
}

.edit-table {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.edit-table th , .edit-table td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.edit-table td {
	padding: 0 3px 0 3px;
}

.center {
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
}

.center td {
	text-align: center;
}

.editable {
	font-style: italic;
}

#main0 {
	width: 1000px;
	text-align:  center;
	margin-left: auto;
	margin-right: auto;
	padding-top:  30px;
/*	border-style: outset;*/
	background-color: #3d3e79;
}

#abovemenu {
	width: 100%;
	text-align:  center;
	margin-left: auto;
	margin-right: auto;
/*	border-style: outset;*/
	background-color: #c4deff;
}

#main1 {
	border-top:  0px;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;
	border-left:  0px;
	width: 1000px;
	text-align:  center;
	margin-left: auto;
	margin-right: auto;
}

#main2 {
	border-top:  0px;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
	border-left:  0px;
	width: 998px;
	text-align:  center;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* Columns */
#left {
	width: 50%;
	float: left;
}

#right {
	width: 50%;
	float: right;
}

/* Page look-and-feel */
#header {
}

#header #logo {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#header #logo a {
	text-decoration: none;
	color: #00f;
}

#nav {
	text-align:  center;
	vertical-align: center;
	font-weight: bold;
	font-size: 12pt;
/*	background-color: #aaaaaa;*/
	margin-left: auto;
	margin-right: auto;
	background: url(http://hb545.espacecommunications.com/images/menubackground.gif);
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 25px;
	vertical-align: center;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0px 5px 0px 5px;
}

#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #939393;
}
#nav li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#instructions {
	margin-left: 15%;
	margin-right: 15%;
}

#body {
	padding: 0 0 0 0;
	/*border-top: 1px solid #aaa;*/
}

#footer {
	color: #fff;
	background-color: #000000;
	font-size: 8pt;
	padding-top: 4px;
}

#footer a {
	color: #fff;
}

/* Autocomplete */
div.autocomplete {
	position: absolute;
	width: 400px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	height: 20em;
	overflow: scroll;
	display: block
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 2px;
	height: 42px;
	cursor: pointer;
	line-height: 1em;
}

div.autocomplete ul li .informal {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1em;
}

#Play_Box, #My_Play_Box {
	background-color:#FFFFFF;
	border-color:#2b417b;
	border-style:solid solid solid solid;
	border-width:1px 1px 1px 1px;
/*	display:block;*/
	height:354px;
	width:423px;
	overflow:auto;
}

/* Screen only */
@media screen {

	.noprint { }

	* {
		margin: 0;
	}
}

/* Print only */
@media print {

	.noprint {
		display: none;
	}
}