/*	$Id: site.css,v 1.19 2009/10/31 07:54:22 spud Exp $	*/

	body {
		background-color: #f3eee8;
		margin: 0 auto; 
		padding: 0;
		width: 698px;
		background-image: url(../../graphics/elements/background.jpg);
		background-repeat: repeat-x;
		text-align: center;
		font-family: Arial, Sans-Serif;
		color: #3c3c3e;
		font-size: 14px;
	}
			
	#logo {
		margin-top: 46px; margin-bottom: 6px;
	}

/*	NAVIGATION BAR	*/	
	#navcontainer {
		width: 698px;
		height: 38px;
		margin-top: 20px;
		margin-bottom: 9px;	
	}
	
	#navcontainer ul {
		width: 698px;
		height: 38px;
		padding: 0;
		margin: 0;
	}
	
	#navcontainer ul li {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		background: url(../../graphics/elements/nav_off.png) repeat-x 38px;
		font: 16px/38px "Lucida Grande", verdana, sans-serif;
		text-align: center;
	}

	#navcontainer a {
		text-decoration: none;
		display: block;
		width: 140px;
		border: none;
		color: #bbb;
	}

	#navcontainer li.last a {
		text-decoration: none;
		display: block;
		width: 138px;
		border: none;
	}

	#navcontainer li.active, #navcontainer li.active a { background: url(../../graphics/elements/nav_on.png) repeat-x 38px; color: #eee9e2; }
	#navcontainer a:hover { background: url(../../graphics/elements/nav_on.png) repeat-x 38px; color: #eee9e2; }

/*	SUBNAVIGATION BAR	*/
	#subnavcontainer {
		width: 698px;
		height: 28px;
		margin-top: 0;
		margin-bottom: 9px;	
	}
	
	#subnavcontainer ul {
		width: 698px;
		height: 38px;
		padding: 0;
		margin: 0;
	}
	
	#subnavcontainer ul li {
		list-style-type: none;
		margin: 0 10px 0 0;
		display: block;
		float: left;
		font: 12px/24px "Lucida Grande", verdana, sans-serif;
		text-align: center;
	}

	#subnavcontainer a {
		text-decoration: none;
		display: block;
		border: none;
		color: #3c3c3e;
		padding: 0 5px;
	}

	#subnavcontainer li.active, #subnavcontainer li.active a { background: url(../../graphics/elements/nav_on.png) repeat-x 38px; color: #eee9e2; }
	#subnavcontainer a:hover { background: url(../../graphics/elements/nav_on.png) repeat-x 38px; color: #eee9e2; }
	
	
	
	#content { float: left; position: relative; width: 698px; text-align: justify; margin-top: 10px; }
	
	#content a {
		color: #20929d;
		text-decoration: none;
		font-size: 14px;
	}
	
	#content a:hover { 
		text-decoration: underline;
	}
	
	
	#header { float:left; background:#2b2b2b; position:relative; margin-bottom:25px;}
	
	#address { float: left; margin-top: 6px; margin-right: 5px; position: relative; height: 54px; width: 344px; }
	
	#address_text { color: #fff; position: absolute; top: 10px; left: 70px; text-align: center; }
	
	#contact { float: left; margin-top: 6px; margin-left: 5px; position: relative; height: 54px; width: 344px; }
	
	#contact_text { color: #fff; position: absolute; top: 10px; left: 70px; text-align: center; }
	
	#address_text a, #contact_text a { color: #fff; text-decoration: none; }
	#address_text a:hover, #contact_text a:hover { color: #fff; text-decoration: underline; }
	
	#affiliations { clear: left; float: left; margin-top: 6px; display: none; }
	
	#copyright { font-family: Arial, Sans-Serif; color: #3c3c3e;font-size: 10px; clear: left; float: left; margin-top: 20px; }
	#copyright a, #copyright a:hover { text-decoration: none; color: #3c3c3e; }
	
	#bowe { clear: left; float: right; margin-top: 20px;}

/*	SLIDESHOW STUFF	*/

	#sslideshow { float: left; position: relative; height: 406px; width: 698px;}
		
	#monoSlideshow {
		position: absolute;
		left: 0;
		top: 0;
		width: 698px;
		height: 406px;
		z-index: 10;
	}

	
	#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: 704px;	/* IE 5.x */
		width/* */:/**/698px;	/* Other browsers */
		width: /**/698px;
	
/* CSS HACK */
		height: 409px;	/* IE 5.x */
		height/* */:/**/403px;	/* Other browsers */
		height: /**/403px;
		
		position:absolute;	/* Never change this value */
	
	}

	.imageInGallery{		
		width:698px;
		height:406px;
	
/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}

	#imageSlideshowHolder img{
		position:absolute;
	}

/*	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: 2px solid #b6681e;
		padding: 10px 10px 10px 10px;
		text-align: left;
		width: 198px;
	}
	
	#syndata1 td.synthumb {
		text-align: center;
	}
			
	#syndata1 td.synthumb a img {
		border: 2px solid #b6681e;
	}
			
	#syndata1 td.syntitle {
		border-top: 2px solid #b6681e;
		padding-left: 22px;
		padding-top: 10px;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, Sans-serif;
		color: #545454; 
	}
			
	#syndata1 td.syntitle a {
		color: #20929d;
		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-size: 12px;
		font-weight: bold;
		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: 12px;
		color: #fff;
		font-weight: bold;
	}


