/*	$Id: site.css,v 2.14 2009/10/05 19:13:20 spud Exp $	*/
			
	body {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
		
	#container {
		width: 870px;
		margin: 10px auto;
		background-color: #fff;
		color: #333;
		line-height: 110%;
	}

	#top {
		padding: 0;
		background-color: #fff;
		border-bottom: 2px solid #2d569c;
		position: relative;
	}

	#top h1 {
		padding: 0;
		margin: 0;
	}
			
	#brag {
		position: absolute;
		top: 10px;
		right: 0;
		font-style: italic;
		font-size: 12px;
		font-weight: bold;
		color: #808284;
	}
	
	#nav ul {
		float: right;
		padding: 0;
		margin: 60px 0 0 0;
	}
	
	#nav li {
		display: inline;
		list-style-type: none;
		padding-left: 10px;
		font-size: 12px;
		font-weight: bold;
	}
	
	#nav li a {
		color: #2d569c;
		text-decoration: none;
	}
	
	#nav li a:hover, #nav li a.active {
		color: #ed2432;
	}
			
	dt {
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		color: #2d569c;
	}
			
	dd {
		margin: 0 20px 10px 20px;
	}

	h3 {
		color: #2d569c;
	}

	#leftnav {
		float: left;
		width: 130px;
		margin: 5px 0 0 0;
		padding: 1em;
		font-size: 12px;
		color: #2d569c;
	}

	#content {
		margin-left: 150px;
		border-left: 2px solid #2d569c;
		padding: 20px 0 0 20px;
		font-size: 12px;
		color: #808284;
	}
	
	#content2col {
		color: #545454;
		margin-left: 150px;
		border-left: 2px solid #2d569c;
		padding: 20px 0 0 20px;
		font-size: 12px;
	}

	#content1col {
		color: #545454;
		padding: 1em 0;
		margin: 0;
		max-width: 870px;
		position: relative;
	}

	#homecontent {
		margin-left: 0;
		padding: 1em 0;
		font-size: 12px;
		color: #545454;
		padding-top: 20px;
		text-align: justify;
	}
	
	a {
		text-decoration: none;
		color: #2d569c;
	}
	
	a:hover {
		text-decoration: underline;
	}

	#footer {
		clear: both;
		margin: 0;
		padding: .5em;
		color: #2d569c;
		border-top: 2px solid #2d569c;
		font-size: 10px;
	}
	
	#footer a {
		text-decoration: none;
		color: #2d569c;
	}
	
	#footer a:hover {
		color: #e4002b;
		text-decoration: underline;
	}

	#leftnav p { margin: 0 0 1em 0; }
	#content h2 { margin: 0 0 .5em 0; }
			
	#leftnav ul {
		padding: 0;
		margin: 2px 0 0 -8px;
	}
			
	#leftnav ul li {
		list-style-type: none;
		margin-left: 0;
		margin-top: 2px;
		font-size: 12px;
	}
			
	#leftnav ul li a {
		color: #2d569c;
		text-decoration: none;				
	}
			
	#leftnav ul li a:hover, #leftnav ul li.active a {
		color: #ed2432;
	}

	#icon {
		margin-top: 0; 
		margin-left: 0;
		float: left;
	}
	
	#bowe {
		margin-top: 0;
		margin-right: 0;
		float: right;
	}
	
/*	HOME PAGE SPECIFIC	*/
			
	#bucketbar {
		width: 870px;
		margin: 20px 0;
		border-top: 2px solid #2d569c;
		vertical-align: top;
	}

	div.lbucket {
		width: 276px;
		float: left;
		margin: 0 8px 5px 0;
		vertical-align: top;
		font-size: 11px;
	}

	div.cbucket {
		width: 278px;
		float: left;
		margin: 0 10px 5px 10px;
		vertical-align: top;
		font-size: 11px;
	}

	div.rbucket {
		width: 276px;
		float: left;
		margin: 0 0 5px 8px;
		vertical-align: top;
		font-size: 11px;
	}
			
	div.lbucket h3, div.cbucket h3, div.rbucket h3 {
		padding: 0;
		margin: 10px 0 0 0;
		font-size: 13px;
		font-weight: bold;
		color: #2d569c;
	}
			
	div.lbucket p, div.cbucket p, div.rbucket p {
		margin-top: 4px;
	}
			
	div.lbucket a, div.cbucket a, div.rbucket a {
		color: #dc2c51;
		text-decoration: none;			
	}
			
	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 
		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 876px;	/* IE 5.x */
		width/* */:/**/870px;	/* Other browsers */
		width: /**/870px;
		
		/* CSS HACK */
		height: 331px;	/* IE 5.x */
		height/* */:/**/325px;	/* Other browsers */
		height: /**/325px;

		position:relative;	/* Never change this value */
	}

	.imageInGallery{		
		width:870px;
		height:325px;
		background-color:#000;

		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
		
	#imageSlideshowHolder img{
		position:absolute;
	}
	
/*	END	*/

/*	Starlog CSS Defines	*/

		
	#syndata1 { border: none; border-collapse: collapse; margin-top: 0; padding-top: 0; }
	#syndata1 tr { padding: 20px; }
	#syndata1 td { border: none; }
	#syndata1 td.synthumb {
		border-top: 1px solid #808284;
		padding: 10px 10px 10px 10px;
		text-align: left;
		width: 198px;
	}
			
	#syndata1 td.synthumb a img {
		border: 1px solid #808284;
	}
			
	#syndata1 td.syntitle {
		border-top: 1px solid #808284;
		padding-left: 22px;
		padding-top: 20px;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, Sans-serif;
		color: #545454; 
	}
			
	#syndata1 td.syntitle a {
		color: #2d569c;
		text-decoration: none;
		font-size: 14px;
	}
			
	#syndata1 td.syntitle a:hover {
		text-decoration: underline;
	}
			
	#syndata1 td.synstats {
		padding: 0 10px 0 22px;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-style: italic;
		border: none;
		color: #545454; 
	}
			
	#syndata1 td.synsummary {
		padding: 10px 10px 10px 22px;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #545454;
		border: none;
		border-bottom: none;
	}
			
	#syndata1 td.syninstruct {
		padding: 10px 10px 10px 22px;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 14px;
		font-style: italic;
		color: #545454;
		border: none;
		border-top: 1px solid #808284;
		border-bottom: none;
	}
			
	#syndata1 td.synadobe {
		border-top: 1px solid #808284;
		padding: 10px 10px 10px 45px;
	}
			
	#syndata1 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%; }

			
/*	STARLOG TABLE CSS	*/
			
	table#starlog { border-collapse: collapse; border-spacing: 0; width: 100%; }
	#syndata2thumb { border: none; border-collapse: collapse; border-spacing: 0; margin-top: 1px; }
	#syndata2thumb td img { margin: 20px 0 0 0; border: 1px solid #808284; }

	#syndata2 {  border: none; border-collapse: collapse; }
	#syndata2 tr { padding: 10px; }
	#syndata2 th { text-align: left; padding: 4px; border-right: none; font-size: 12px; }
	#syndata2 th.synissue { color: #808284; }
	#syndata2 th.syntitle { color: #808284; }
	#syndata2 th.synsize { color: #808284; }
	#syndata2 th.synnew { }
			
	#syndata2 td { vertical-align: middle; border: 1px solid #808284; padding: 4px; }
	#syndata2 td.synissue { border-right: 1px solid #808284; }
	#syndata2 td.syntitle { border-left: 1px solid #808284; border-right: 1px solid #808284;  }
	#syndata2 td.syntitle a { color: #808284; text-decoration: none; }
	#syndata2 td.syntitle a:hover { color: #dc2c51; }
	#syndata2 td.synsize { border-left: 1px solid #808284; text-align: right; }
	#syndata2 td.synnew { width: 23px; border: none; vertical-align: middle; text-align: center; }
	#syndata2 td.synnew img { border: 1px solid #808284; }
			
	#syndata2 td.synthumb { padding: 2px 10px 0 10px; }
	#syndata2 td.synstats { padding: 0 10px 10px 10px; font-size: 10px; font-style: italic; border: none; }
	#syndata2 td.synsummary { padding: 0 10px 5px 10px; border: none; text-align: justify; }
	#syndata2 td.syninstruct { padding: 10px; font-size: 10px;  border: none; border-top: 1px solid #808284; }
	#syndata2 td.synadobe { padding: 10px; text-align: center; }
	

/*	PROJECT LOADER CSS	*/

	#bml {
		float: right;
		margin-left: 20px;
		margin-top: 20px;
		font-size: 10px;
		font-weight: normal;
	}
			
	.bmltag {
		color: #dc2c51;
		font-size: 10px;
		font-weight: bold;
	}

	.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: #fff
		font-size: 16px;
		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: #f00;
	}
	
	.success {
		color: #360;
	}
	
	table.image_loader {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	table.image_loader td {
	}
	
	table.image_loader td.radio {
		width: 20px;
	}
	
	fieldset {
		border: 1px solid #fff;
		padding: 10px;
	}
	
	legend {
		margin: 0 5px;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
	}


