/*	$Id: site.css,v 1.12 2009/10/05 19:08:04 spud Exp $	*/

			body {
				background-color: #000;
				margin: 0 auto;
			}
			
			#outer {
				position: relative;
				margin: 0 auto;
				width: 1004px;
				background-color: #fff;
			}
			
			#header {
				position: relative;
				width: 1004px;
				height: 247px;
			}
			
			#identity {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
				width: 1004px;
				height: 247px;				
			}
			
			#rotor {
				position: absolute;
				top: 0;
				right: 0;
				z-index: 0;
				overflow: hidden;
				width: 830px;
				height: 224px;	
			}
			
			#homeclik {
				position: absolute;
				z-index: 4;
				top: 20px;
				left: 1px;
				height: 160px;
				width: 190px;
				border: none;
			}
			
			#starnet {
				z-index: 2;
				position: absolute;
				top: 187px;
				right: 40px;
			}
			
			#nav {
				z-index: 2;
				position: absolute;
				top: 193px;
				left: 237px;
				color: #fff;
			}
			
			#nav ul {
				margin: 0;
				padding: 0;
			}
			
			#nav ul li {
				display: inline;
				list-style-type: none;
			}
			
			#nav ul li a {
				padding-right: 20px;
				text-decoration: none;
				font-family: Verdana, Sans-Serif;
				font-size: 12px;
				font-weight: bold;
				color: #fff;
			}
			
			#nav ul li a:hover, #nav ul li.active a {
				color: #d60f22;
			}
			
			#subnav {
				z-index: 2;
				position: absolute;
				bottom: 4px;
				left: 237px;
				color: #fff;
			}
			
			#subnav ul {
				margin: 0;
				padding: 0;
			}
			
			#subnav ul li {
				display: inline;
				list-style-type: none;
			}
			
			#subnav ul li a {
				padding-right: 5px;
				text-decoration: none;
				font-family: Verdana, Sans-Serif;
				font-size: 11px;
				font-weight: bold;
				color: #fff;
			}
			
			#subnav ul li a:hover, #subnav ul li.active a {
				color: #000;
			}
			
			#inner {
				width: 1004px;
				background-color: #fff;
				padding: 0;
				margin: 0;
			}
			
			#content {
				margin-left: 202px;
				margin-right: 386px;
				width: 416px;
				border-bottom: 2px solid #000;
				margin-bottom: 20px;
				padding-bottom: 30px;
				font-family: Verdana, Sans-Serif;
				font-size: 12px;
			}
			
			.bevel { 
				margin-top: 10px; margin-bottom: 10px; margin-left: 10px; width: 722px; float: right; background:#eee; padding:10px; line-height:1.2em; font-size: 10px; -webkit-border-radius: 5px;text-align: left;}
			
			#content_wide {
				margin-left: 202px;
				margin-right: 50px;
				margin-bottom: 20px;
				width: 752px;
				padding-bottom: 30px;
				border-bottom: 2px solid #000;
				font-family: Verdana, Sans-Serif;
				font-size: 12px;
			}
			
			#content_home {
				margin-left: 202px;
				margin-right: 0;
				width: 802px;
				margin-bottom: 20px;
				padding-bottom: 30px;
				font-family: Verdana, Sans-Serif;
				font-size: 12px;
			}
			
			#content a, #content_wide a, #content_full a {
				color: #d60f22;
				text-decoration: none;
			}
			
			#content a:hover, #content_wide a:hover, #content_full a:hover {
				color: #000;
			}
			
			.button_cdocs {
				background: url(../../graphics/elements/button_cdocs.png);
				background-repeat: no-repeat;
				height: 36px;
				width: 147px;
				float: right;
			}
			
			.button_vdocs {
				background: url(../../graphics/elements/button_vdocs.png);
				background-repeat: no-repeat;
				height: 36px;
				width: 147px;
				float: right;
			}
			
			.button_contracts {
				background: url(../../graphics/elements/button_contracts.png);
				background-repeat: no-repeat;
				height: 36px;
				width: 147px;
				float: right;
			}
			
			.button_msds {
				background: url(../../graphics/elements/button_msds.png);
				background-repeat: no-repeat;
				height: 36px;
				width: 147px;
				float: right;
			}
			
			.button_starlog {
				background: url(../../graphics/elements/button_starlog.png);
				background-repeat: no-repeat;
				height: 36px;
				width: 147px;
				float: right;
			}
			
			.button_cdocs:hover, .button_vdocs:hover, .button_contracts:hover, .button_msds:hover, .button_starlog:hover { background-position: 0 -36px; }
			
			h1 {
				text-align: right;
				width: 255px;
				border-bottom: 2px solid #000;
				font-weight: bold;
				font-family: Verdana, Sans-Serif;
				color: #d60f22;
				font-size: 18px;
			}
			
			h2 {
				font-weight: bold;
				font-family: Verdana, Sans-Serif;
				color: #d60f22;
				font-size: 13px;
			}
			
			dt {
				font-weight: bold;
				font-family: Verdana, Sans-Serif;
				color: #d60f22;
				font-size: 13px;
			}
			
			#copyright {
				position: absolute;
				bottom: 0;
				left: 30px;
				width: 200px;
				font-family: Arial, Verdana, Sans-Serif;
				color: #666;
				font-size: 10px;
			}
			
			#click2view {
				font-family: Arial, Verdana, Sans-Serif;
				color: #666;
				font-size: 10px;
				padding-bottom: 2px;
			}
			
			#copyright a {
				text-decoration: none;
				color: #d60f22;
			}
			
			#copyright a:hover {
				color: #666;
			}

			#admin {
				position: absolute;
				bottom: 0;
				right: 0;
				height: 10px;
				width: 10px;
				z-index: 5;
			}
			
			sup {
				vertical-align: top;
				font-size: .5em;
			}
			
			
			div.small_image {
				float: right;
				margin-left: 20px;
				width: 422px;
				margin-bottom: 20px;
				text-align: right;
			}
			
			div.small_image a {
				color: #d60f22;
				font-weight: bold;
				text-decoration: none;
			}
			
			div.small_image a:hover {
				color: #000;
			}
			
			div.small_copy {
				text-align: justify;
				font-size: 12px;
				width: 470px
			}

			.error {
				font-weight: bold;
				color: #f00;
			}

			.warning {
				font-weight: bold;
				color: #f00;
			}
			
			.message {
				font-weight: bold;
				color: #36f;
			}
			
			
/*	PROJECT LOADER CSS	*/

			#bml {
				float: right;
				margin-left: 20px;
				margin-top: 0;
				font-family: Verdana, Sans-Serif;
				font-size: 12px;
				font-weight: normal;
			}
			
			.bmltag {
				color: #d60f22;
				font-family: Verdana, Sans-Serif;
				font-size: 11px;
				font-weight: normal;
			}

			.lefty {
				float: left;
				text-align: left;
				font-weight: bold;
				color: #fff;
				width: 49%;
			}

			.righty {
				float: right;
				text-align: right;
				font-weight: bold;
				color: #fff;
				width: 49%;
			}
			
			div.spacer {
				clear: both;
			}

			label {
				font-weight: bold;
				color: #000
				font-size: 23px;
				padding: 4px 4px 4px 0;
			}
			
			input, select, textarea {
				display: block;
				margin-bottom: 1.0em;
			}
			
			input[type="radio"] {
				display: inline;
			}
			
			select {
				width: 200px;
			}
			
			textarea {
			}
			
			.button {
				width: 75px;
				margin-left: 75px;
				color: #2a2a2a;
			}
			
			.levelbutton {
				display: inline;
				width: 75px;
				color: #2a2a2a;
				margin-top: 10px;
			}
			
			.bigbutton {
				width: 150px;
				margin-left: 75px;
				color: #2a2a2a;
			}
			
			.error {
				color: #ccc;
			}
			
			table.image_loader {
				border-collapse: collapse;
				border-spacing: 0;
			}
			
			table.image_loader td {
			}
			
			table.image_loader td.radio {
				width: 20px;
			}
			
			fieldset {
				border: 1px solid #000;
				padding: 10px;
				margin-bottom: 10px;
			}
			
			legend {
				margin: 0 5px;
				font-family: Verdana, Sans-Serif;
				font-size: 12px;
				color: #000;
				font-weight: normal;
			}


/*	STARLOG TABLE CSS	*/
			
			
			
			#syndata7 { border: none; border-collapse: collapse; margin-top: 0; padding-top: 0; }
			#syndata7 tr { padding: 20px; }
			#syndata7 td { border: none; }
			#syndata7 td.synthumb {
				padding: 20px 10px 10px 10px;
				text-align: left;
				width: 198px;
			}
			
			#syndata7 td.synthumb a img {
				border: 1px solid #000;
			}
			
			#syndata7 td.syntitle {
				border-top: 2px solid #000;
				padding-left: 22px;
				padding-top: 20px;
				font-weight: bold;
				font-size: 13px;
				font-family: Verdana, Sans-Serif;
				color: #ad1f23; 
			}
			#syndata7 td.syntitle a {
				color: #d60f22;
				text-decoration: none;
			}
			#syndata7 td.syntitle a:hover {
				color: #000;
			}
			#syndata7 td.synstats {
				padding: 0 10px 0 22px;
				font-family: Verdana, Sans-Serif;
				font-size: 11px;
				font-style: italic;
				border: none;
				color: #000; 
			}
			#syndata7 td.synsummary {
				padding: 10px 10px 10px 22px;
				font-family: Verdana, Sans-Serif;
				font-size: 12px;
				color: #000;
				border: none;
				border-bottom: 2px solid #000;
			}
			#syndata7 td.syninstruct {
				padding: 10px 10px 10px 22px;
				font-family: Verdana, Sans-Serif;
				font-size: 14px;
				font-style: italic;
				color: #ad1f23;
				border: none;
				border-top: 2px solid #000;
				border-bottom: 2px solid #000;
			}
			#syndata7 td.synadobe {
				padding: 10px 10px 10px 45px;
			}
			
			#syndata7 td.synthumb img { border: 1px solid #ddd; }
			
			td.starthumb { padding: 10px 0 10px 10px;}
			td.starthumb img { border: 1px solid #ddd; }
			td.startitle { font-size: 11px; font-weight: bold; margin: 10px; text-align: left; background: #f60; }
			td.starstats { font-style: italic; font-size: 12px; }
			td.starsummary { font-size: 10px; line-height: 100%; }