@import url("tree.css");

<!-- Blank background for pane -->

#Content{
	margin-left:5px;
	width:690px;
}


#LeftPane{
	float:left;
	width: 133px;
}
#CenterPane{
	float:left;
	margin-left:10px;
	width: 410px;
	text-align: justify;
}
#MiddlePane {
	width:99%;
	float:left;
}
#RightPane{
	float:right;
	width: 133px;
}

.SectionHeading {
	background-image : url("../message_board/templates/Solaris/images/table_cell_bg1.jpg");
	background-repeat : repeat-x;
	background-color: #000000;
	background-position: top;
	
	border:1px solid #444444;
	font-weight: bold;
	font-size: 12px ;
	letter-spacing: 1px;
	color : #FFFFFF;
}



body,td,th {
	font-size: 0.8em;
}

h2 {
	text-align: center;
}

table {
	border-collapse: collapse;
}

	th {
		background-image : url("../message_board/templates/Solaris/images/table_cell_bg1.jpg");
		background-repeat : repeat-x;
		background-color: #000000;
		background-position: top;
	}

.NavMenu {
	list-style-type: none;
	margin: 0px;
	position: relative;
	cursor: default;
	
	
}

.NavBox {

	cursor: default;
	display: block;
	float: left;
	width: 100px;
	
	background-color: #555555;
	background-image : url("../message_board/templates/Solaris/images/table_cell_bg1.jpg");
	border: 1px solid #999999;
	
	
	margin: 4px;
	padding: 0px;
	
	font-size: 0.8em;
	
	opacity: .8;
	background-opacity: 50%;
	filter: alpha(opacity=80);
}

.NavLink{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	
	text-align: center;
}


.PageTitle {
	text-align: center;
}


.Hidden {
	display: none;
	text-align: justify;
}

.Shown {
	
	text-align: justify;
}

.InputCharacterCounter {
	/* BOX MODEL */
	width: 145px;
	
	/* VISUAL FORMATTING MODEL */
	background: none;
	border: none;
	
	/* TEXT FORMATTING */
	text-align: right;
	font-size:0.8em;
}
.InputLabel {
	text-align: right;
	font-weight: bold;
	color: #F8A406;
}

.Error {
	color: #FF0000;
}

.TransferRow , .TransferRow td, .NonHighlightLine, .NonHighlightLine td {
	border: 1px solid #444444;
}

.HighlightLine, .HighlightLine td {
	border: 1px solid #444444;
	background-color: #F8A406;
	color: #000000;
	
	cursor: hand;
	cursor: pointer;
}

.BorderBox {
	border: 1px solid #444444;
}

	.ConsoleActiveTab {
		background-image : url(../images/heading_selected.jpg);
		background-color: #F8A406;
		background-repeat : repeat-x;
		background-position: bottom;
	
		text-align: center;
		font-weight: bold;
		border: 1px solid #444444;
		color: #000000;
		
		cursor: hand;
		cursor: pointer;
	}
	
	.ConsoleTab {

		background-image : url("../message_board/templates/Solaris/images/table_cell_bg1.jpg");
		background-repeat : repeat-x;
		background-color: #000000;
		background-position: top;
	
		text-align: center;
		font-weight: bold;
		border: 1px solid #444444;
		color: #F8A406;
		
		cursor: hand;
		cursor: pointer;
	}
	
	.ConsoleBlankTab {
		border-bottom: 1px solid #444444;
	}
	
	.ConsoleBody {
		border-left: 1px solid #444444;
		border-right: 1px solid #444444;
		border-bottom: 1px solid #444444;
	}
	
.YesNoButton {
	width: 75px;
}

.MediumButton {
	width: 95px;
}

.LargeButton {
	width: 125px;
	margin: 8px;
}

.RosterBox {
	height: 100px;
	overflow: auto;
}

.UnreadMessage{
	font-weight: bold;
}

.CenterBox {
	text-align: center;
}

.HalfBox {
	width: 50%;
}

.ScrollableContent{
	overflow: auto;
}

.BlankControl {
	background: none;
	border: none;
}

.CenterMenu {
	font-size:0.8em;
}

.SelectedCenterMenu {
	font-size:0.8em;
	background-image : url(../images/heading_selected.jpg);
	background-repeat : repeat-x;
	background-position: bottom;
	background-color : #F8A406;
	color : #000000;
}

.SelectedCenterMenu a:visited, .SelectedCenterMenu a:hover, .SelectedCenterMenu a {
	color: #000000;
}

.OrderList .HighlightLine, .OrderList .HighlightLine td {
	border: none;
	background-color: #F8A406;
}

.OrderList .NonHighlightLine, .OrderList .NonHighlightLine td {
	border: none;
	background-color: none;
}
.ProductionImage {
	border: none;
}

		.MapGrid {
			border-top:1px solid #666666;
			border-left:1px solid #666666;
			width: 60px;
			height: 60px;
			padding: 0px;
		}
		.SelectedGrid {
			width: 60px;
			height: 60px;
			padding: 0px;
			border:1px solid #FF0000;
		}
		.GridReference {
			width: 60px;
			height: 60px;
			padding: 0px;
			text-align: center;
			font: 18pt Tahoma;
			color: #F8A406;
		}


.site-description {
	padding-left: 20px;
}

.site-description .title {
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'Bungee Hairline', cursive;
	font-size: 34px;
	letter-spacing:4px;
	word-spacing:4px;
	color: white;
	font-weight: bold;
}

.site-description .strap-line {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.7em;
	margin-bottom: 25px;
	color: #e69b09;
	font-weight: bold;
}
