/*	$Id: screen.css,v 1.2 2009/10/05 20:25:29 spud Exp $	*/

	
	html {
		background-image: url(../../graphics/elements/background_html.gif);
		background-repeat: repeat-both;
		background-position: top left;
		margin: 0;
		padding: 0;
	}

	body	{
		background-image: url(../../graphics/elements/background_body.gif);
		background-repeat: repeat-x;
		background-position: top;
		margin: 0;
		padding: 0;
	}
	
	#container {
		position: relative;
		width: 780px;
		margin: 0;
		padding: 0;
	}

	#header {
		height: 58px;
		width: 780px;
		margin: 0;
		padding: 0;
	}
	
	#navbar {
		width: 780px;
		padding: 5px 0 0 0;
		text-align: right;
	}
	
	#navbar ul {
		height: 25px;
		margin: 0;
		padding: 0;
	}
	
	#navbar li {
		display: inline;
		list-style-type: none;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-weight: bold;
		font-size: 11px;
		color: #000;
	}
	
	#navbar li a {
		text-decoration: none;
		padding: 7px 0 7px 20px;
		color: #000;
	}
	
	#navbar ul li a:hover {
		color: #930;
	}
	
	#pageid {
		position: absolute;
		top: 151px;
		right: auto;
		bottom: auto;
		left: 0;
		width: 103px;
	}

	#content {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		margin: 60px 0 0 163px;
	}
	
	#content ul.capabilities li {
		list-style-type: disc;
		list-style-image: url(../../graphics/elements/bullet_capabilities.gif);
	}
	
	#content ul.contact li {
		list-style-type: disc;
		list-style-image: url(../../graphics/elements/bullet_contact.gif);
		padding: 2px 0;
	}
	
	#content ul.contact li a {
		text-decoration: none;
		color: #ae3095;
	}
	
	#content ul.contact li a:hover {
		text-decoration: none;
		color: #930;
	}
	
	#footer {
		margin: 20px 0 0 0;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 9px;
	}
	
	
	table #starlog { border: none; border-collapse: collapse; border-spacing: 0; }
	table #syndata2thumb { border: none; border-collapse: collapse; border-spacing: 0; }
	table #syndata2thumb td img { margin: 16px 0 0 10px; border: 1px solid #666; }
		
	table #syndata2 { border: none; border-collapse: collapse; }
	table #syndata2 tr { padding: 10px; }
	table #syndata2 th { border: none; border-bottom: 1px solid #999; font-weight: bold; font-size: 11px; text-align: left; padding: 3px 3px 0 3px; }
	table #syndata2 th.synissue { border-rght: 1px solid #999; }
	table #syndata2 th.syntitle { border-left: 1px solid #999; border-right: 1px solid #999; }
	table #syndata2 th.synsize { border-left: 1px solid #999; }
	table #syndata2 th.synnew { border: none; }
	
	table #syndata2 td { border: none; border-bottom: 1px solid #999; padding: 5px; }
	table #syndata2 td.synissue { border-rght: 1px solid #999; font-size: 11px; }
	table #syndata2 td.syntitle { border-left: 1px solid #999; border-right: 1px solid #999; font-size: 11px; }
	table #syndata2 td.syntitle a { font-size: 11px; text-decoration: none; color: #448; }
	table #syndata2 td.syntitle a:hover { border-color: #efc841; }
	table #syndata2 td.synsize { border-left: 1px solid #999; font-size: 11px; text-align: right; }
	table #syndata2 td.synnew { width: 23px; border: none; vertical-align: middle; text-align: center; }
	table #syndata2 td.synnew img { border: 1px solid #333; }
	
	table #syndata2 td.synthumb { padding: 0 10px; }
	table #syndata2 td.synstats { padding: 0 10px 10px 10px; font-size: 9px; font-style: italic; border: none; }
	table #syndata2 td.synsummary { padding: 0 10px 5px 10px; font-size: 11px; line-height: 95%;  border: none; text-align: justify; }
	table #syndata2 td.syninstruct { padding: 10px; font-size: 10px; line-height: 95%;  border: none; border-top: 1px solid #d4d4d4; }
	table #syndata2 td.synadobe { padding: 10px; text-align: center; }
		