/* Layout Stylesheet */ 

#myGallery, #myGallerySet, #flickrGallery
{
	border: 1px solid #000066;
}

body {
 margin:20px;
 background-attachment: fixed;
 background-image: url(/startrek911/starfleet/bg1.jpg);
 background-color:#EFEFEF;
 background-repeat: repeat;
 background-align: center;
 color: #000000;
 text-align:center;
 padding:0;
 font-size:10pt;
 font-family: Trebuchet MS, Arial, sans-serif;
 }

#outer {
 text-align:left;
 border:1px solid #000066;
 width:780px;
 margin:auto;
 }

#hdr {
 height:120px;
 background:#E9E9E9;
 background-image: url(images/starfleetlogo.jpg);
 color: #333333;
 }

#bar {
 height:17px;
 background:#E9E9E9;
 color: #000033;
 border:solid #000066;	
 border-width:1px 0 1px 0;
 padding-top:1px;
 }

#bodyblock {
 position:relative;
 background: #E9E9E9;
 color: #333333;
 width:780px;
 padding:0;
 }

#l-col {
 float:left;
 background:#E9E9E9;
 color: #000033;
 width:144px;
 }

#cont {
 width:625px;
 background:#EFEFEF;
 color: #000000;
 border:solid #000066;	
 border-width:0 0 0 1px;
 text-align:center;
 padding: 0 5px 0 5px;
 }

#ftr {
 height:20px;
 background:#E9E9E9;
 color: #333333;
 border:solid #000066;
 border-width:1px 0 0 0;
 margin:0;
 padding-top:3px;
 }

a:link { color: #0000DD; text-decoration: none }
a:active { color: #0000DD; text-decoration: none }
a:visited { color: #000088; text-decoration: none }
a:hover { color: #000000; text-decoration: none; }

.link2 a:link { color: #000000; text-decoration:none }
.link2 a:active { color: #000000; text-decoration:none }
.link2 a:visited { color: #000066; text-decoration: none }
.link2 a:hover { color: #0000CC; text-decoration:none }

.link2 {
 padding-top:5px;
 }

 #navcontainer { width: 144px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Trebuchet MS, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 138px;
background-color: #E9E9E9;
border-bottom: 1px solid #000066;
}

#navcontainer a:link, #navlist a:visited
{
color: #000033;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #000033;
color: #fff;
}

table.table1 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: rgb(0, 0, 102) rgb(0, 0, 102) rgb(0, 0, 102) rgb(0, 0, 102);
	border-collapse: collapse;
	background-color: #E9E9E9;
	background-image: url();
	background-repeat: repeat;
	color: #000000;
}

td.bottom {
  border-width:0px 0px 1px 0px;
  border-color: #000066;
  border-style: none none solid none;
}

table.table2 {
  color: #F0F0F0;
}

.tabcontent {
	background-color: #E1E1E1;
}

.tabs li a.selected{ /*selected main tab style */
background-image: url();
background-color: #E1E1E1;
border-bottom-color: #E1E1E1;
border-bottom: 1px;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

h1 {
 font-size:14pt;
 }

h3 {
 margin:0;
 padding:5px 0;
 color: #F0F0F0;
 }

h4 {
 margin:0;
 padding:10px 0;
 color: #000033;
 }

.indent {
 padding-left: 10px;
 }

.indent2 {
 margin:0;
 padding-left: 15px;
 }

p
{ 
text-indent: 15px
}

.font1 {
 color: #000000;
}

.font2 {
 color: #000088;
}

/* COMMENTS SECTION */

#tb_form, #tb-form-edit {
	background: #EFEFEF;
	border: 1px solid #bbb;
	}
	
.tb-label {
    color: #000000;
	}

#tb-wrapper a, #tb-wrapper a:visited {
	text-decoration: none;
	color: #0000DD;
	}

#tb-wrapper a:hover {
	text-decoration: none;
	color: #000000;
	}

.tb-comment-legend {
	color: #A0A0A0;
	text-align: center;
	margin-top: 1em;
	}
.tb-closed-legend {
	color: #A0A0A0;
	text-align: center;
	}
.tb-leave-comment-legend {
	color: #A0A0A0;
	text-align: center;
	}