/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Filename: style.css	
' Author: Jac Cotelin
' Creation Date: 01/15/2008
' Description: CSS file for the Odyssey Template
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

/* INITIAL RESETS */
* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 10px;
}

h2{font-size: 1.2em;}
h3{font-size: 1.1em;}

li, dd {
	margin-left:5%;
}

fieldset {
	padding: .5em;
}

img {
	border: 0;
}
/* END INIIAL RESETS */

/********** Thick Box ***********/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://www.darkjedibrotherhood.com/dbjedi/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #111;
	z-index: 102;
	color:#eee;
	display:none;
	border: 4px solid #000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #000;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#333;
	color: #fff;
	height:29px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:0px;
}


/************* Begin Styles ***********/

body {
	background-color: #000000;
	color: #ffffff;
	font: 12px Verdana, sans-serif;
	background-image: url("/dbjedi-dev/odyssey/images/background_default2.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #007698;
}

p.pad{
	padding-left: 20px;
	margin: 0;
}

.admin{
	color: #007698;
}

.dark h2{
	margin-left: 0;
	margin-right: 0;
}
.dark h3{
	margin: 0;
}

.dark .section{
	padding-left: 10px;
}

.dark ul.section{
	list-style-type: none;
	margin: 0;
}

.dark ul.section li{
	margin-left: 0;
}

.dark ul.section li label{
	color: #999;
	margin: 0;
}

.dark ul.section li small{
	padding-left: 20px;
}

.dark ul.section li.pad-bottom{margin-bottom: 1.5em;}

.dark .admin a{
	color: #666;
}

.dark .admin a:hover{
	color: #ccc;
	text-decoration: underline;
}

.dark .award-list td, .dark .fancy td{
	padding: 0.25em;
}

.hover-admin .admin{
	display: none;
}

.hover-admin:hover .admin{
	display: inline;
}

.clear{
	clear: both;
}

#page-container {
	margin: auto;
	background-image: url("/dbjedi-dev/odyssey/images/background_default.jpg");
	background-repeat: no-repeat;
	background-position: -150px 0px;
	width: 1000px;
	height: 1000px;
	padding: 0px 20px 0px 20px;
}

#header-container {
	float: left;
	width: 960px;
	position:absolute;
}
	
	#header-left {
		width: 305px;
		height: 130px;
		float: left;
		padding: 0px;
		border: 0px solid #F00;
	}
	
	#header-right {
		width: 305px;
		height: 130px;
		float: left;
		border: 0px solid #00F;
		_margin-left: -5px;
	}
	
	#header-flash {
		width: 350px;
		height: 130px;
		float: left;
		border: 0px solid #0F0;
		_margin-left: -5px;
	}
	


#main-container {
	float: left;
	width: 960px;
	margin-top: 120px;
	
}

#box-holocron-title {
	background: url('/dbjedi-dev/odyssey/images/box_holocron_title.png') no-repeat;
	width: 100%;
	height:25px;
	padding: 20px 0px 0px 50px;
	font: 16pt Tahoma;
	color: #ddffff;
}
	
	#box-holocron-content-container {
		border: 1px solid #236066;
		margin-left: 40px;
	}
	
	#box-holocron-content {
		border: 4px solid #0d2326;
		background: url('/dbjedi-dev/odyssey/images/box_holocron_content_background.png');
		padding: 10px;
	}
	
#box-100 {
	width: 940px; 
	vertical-align: top; 
	margin:20px;
}

	#box-100-top {
		background: url('/dbjedi-dev/odyssey/images/box_100_top.png') no-repeat; 
		width: 940px; 
		height: 26px; 
		float: left; 
		text-align: center; 
		line-height: 18px; 
		font-weight:bold;
	}
	
	#box-100-content-background {
		background: url('/dbjedi-dev/odyssey/images/box_100_background_ie6.png') repeat-y;
		float: left;
	}
	
	html>body #box-100-content-background { background: url('/dbjedi-dev/odyssey/images/box_100_background.png') repeat-y; 
	}
	
	#box-100-content-background-top {
		background: url('/dbjedi-dev/odyssey/images/box_100_background_top.png') no-repeat top right; 
		width: 940px;
	}
	
	#box-100-content {
		padding: 0px 10px 0px 10px;
	}
	
	#box-100-bottom {
		background: url('/dbjedi-dev/odyssey/images/box_100_bottom.png') no-repeat; 
		width: 940px; 
		height: 20px; 
		float: left;
	}
	
#box-75-25 {
	width: 940px; 
	vertical-align: top; 
	margin:20px;
}

	#box-75 {
		width: 700px; 
		float: left;
	}
	
		#box-75-top {
			background: url('/dbjedi-dev/odyssey/images/box_75_top.png') no-repeat; 
			width: 700px; 
			height: 26px; 
			float: left; 
			text-align: center; 
			line-height: 18px; 
			font-weight:bold;
		}
		
		#box-75-content-background {
			background: url('/dbjedi-dev/odyssey/images/box_75_background_ie6.png') repeat-y; 
			float: left;
		}
		
		html>body #box-75-content-background {	background: url('/dbjedi-dev/odyssey/images/box_75_background.png') repeat-y;
		}
		
		#box-75-content-background-top {
			background: url('/dbjedi-dev/odyssey/images/box_75_background_top.png') no-repeat top right; 
			width: 700px;
		}
		
		#box-75-content { 
			padding: 0px 20px 0px 20px;
		}
		
		#box-75-bottom {
			background: url('/dbjedi-dev/odyssey/images/box_75_bottom.png') no-repeat; 
			width: 700px; 
			height: 20px; 
			float: left;
		}
		
	#box-75-25-spacer {
		width: 20px; 
		float: left;
	}
	
	#box-25 {
		width: 220px; 
		float: left;
	}
	
		#box-25-top {
			background: url('/dbjedi-dev/odyssey/images/box_25_top.png') no-repeat; 
			width: 220px; 
			height: 29px; 
			float: left; 
			text-align: center; 
			line-height: 22px; 
			font-weight:bold;
		}
		
		#box-25-content-background {
			background: url('/dbjedi-dev/odyssey/images/box_25_background_ie6.png') repeat-y; 
			float: left;
		}
		
		html>body #box-25-content-background { background: url('/dbjedi-dev/odyssey/images/box_25_background.png') repeat-y;
		}
		
		#box-25-content-background-top {
			background: url('/dbjedi-dev/odyssey/images/box_25_background_top.png') no-repeat top right; 
			width: 220px; 
			float: left;
		}
		
		#box-25-content { 
			padding: 0px 10px 0px 10px; 
		}
		
		#box-25-bottom {
			background: url('/dbjedi-dev/odyssey/images/box_25_bottom.png') no-repeat; 
			width: 220px; 
			height: 32px; 
			float: left;
		}
		
		
#box-75-25-connected {
	width: 940px; 
	vertical-align: top; 
	margin:20px;
}

	#box-75 {
		width: 700px; 
		float: left;
	}
	
		#box-75-top-connected {
			background: url('/dbjedi-dev/odyssey/images/box_75_top_connected.png') no-repeat; 
			width: 700px; 
			height: 26px; 
			float: left; 
			text-align: center; 
			line-height: 18px; 
			font-weight:bold;
		}
		
		#box-75-content-background-top-connected {
			background: url('/dbjedi-dev/odyssey/images/box_75_background_top_connected.png') no-repeat top right; 
			width: 700px;
		}
		
	#box-75-25-spacer-connected {
		background: url('/dbjedi-dev/odyssey/images/box_connector.png') no-repeat; 
		width: 20px; 
		height: 102px; 
		float: left;
	}
	
	#box-25-content-background-top-connected {
		background: url('/dbjedi-dev/odyssey/images/box_25_background_top_connected.png') no-repeat top right; 
		width: 220px; 
		float: left;
	}
	

#box-60-40 {
	width: 940px; 
	vertical-align: top; 
	margin:20px;
}

	#box-60 {
	width: 600px; 
	float: left;
	}
	
		#box-60-top {
			background: url('/dbjedi-dev/odyssey/images/box_60_top.png') no-repeat; 
			width: 600px; 
			height: 26px; 
			float: left; 
			text-align: center; 
			line-height: 18px; 
			font-weight:bold;
		}
		
		#box-60-content-background {
			background: url('/dbjedi-dev/odyssey/images/box_60_background_ie6.png') repeat-y; 
			float: left;
		}
		
		html>body #box-60-content-background {background: url('/dbjedi-dev/odyssey/images/box_60_background.png') repeat-y;
		}
		
		#box-60-content-background-top {
			background: url('/dbjedi-dev/odyssey/images/box_60_background_top.png') no-repeat top right; 
			width: 600px;
		}
		
		#box-60-content { 
			padding: 0px 20px 0px 20px;
		}
		
		#box-60-bottom {
			background: url('/dbjedi-dev/odyssey/images/box_60_bottom.png') no-repeat; 
			width: 600px; 
			height: 20px; 
			float: left;
		}
		
	#box-60-40-spacer {
		width: 20px; 
		float: left;
	}
	
	#box-40 {
		width: 320px; 
		float: left;
	}
	
		#box-40-top {
			background: url('/dbjedi-dev/odyssey/images/box_40_top.png') no-repeat; 
			width: 320px; 
			height: 29px; 
			float: left; 
			text-align: center; 
			line-height: 22px; 
			font-weight:bold;
		}
		
		#box-40-content-background {
			background: url('/dbjedi-dev/odyssey/images/box_40_background_ie6.png') repeat-y; 
			float: left;
		}
		
		html>body #box-40-content-background {	background: url('/dbjedi-dev/odyssey/images/box_40_background.png') repeat-y;
		}
		
		#box-40-content-background-top {
			background: url('/dbjedi-dev/odyssey/images/box_40_background_top.png') no-repeat top right; 
			width: 320px; 
			float: left;
		}
		
		#box-40-content { 
			padding: 0px 20px 0px 20px; 
		}
		
		#box-40-bottom {
			background: url('/dbjedi-dev/odyssey/images/box_40_bottom.png') no-repeat; 
			width: 320px; 
			height: 32px; 
			float: left;
		}
		

#box-60-40-connected {
	width: 940px; 
	vertical-align: top; 
	margin:20px;
}

	#box-60 {
		width: 600px; 
		float: left;
	}
	
		#box-60-top-connected {
			background: url('/dbjedi-dev/odyssey/images/box_60_top_connected.png') no-repeat; 
			width: 600px; 
			height: 26px; 
			float: left; 
			text-align: center; 
			line-height: 18px; 
			font-weight:bold;
		}
		
		#box-60-content-background-top-connected {
			background: url('/dbjedi-dev/odyssey/images/box_60_background_top_connected.png') no-repeat top right; 
			width: 600px;
		}
		
	#box-60-40-spacer-connected {
		background: url('/dbjedi-dev/odyssey/images/box_connector.png') no-repeat; 
		width: 20px; 
		height: 102px; 
		float: left;
	}
	
	#box-40-content-background-top-connected {
		background: url('/dbjedi-dev/odyssey/images/box_40_background_top_connected.png') no-repeat top right; 
		width: 320px; 
		float: left;
	}	

/* FORMS */
	#dossier-field {
		color: #FFFFFF;
		background: #000000 none;
		font : xx-small Arial, Helvetica, sans-serif;
		height : 12px;
	}

	input {
		 font: normal normal bold 12px arial, helvetica, sans-serif;
		 color: #000000;
		 background: #CCCCCC none;
	}

	select {
		font: normal normal bold 12px arial, helvetica, sans-serif;
		color: #000000;
		background: #CCCCCC none;
	}
	
	textarea {
		font: normal normal bold 12px arial, helvetica, sans-serif;
		color: #000000;
		background: #CCCCCC none;
	}
	
	.TextBox {
		color: #FFFFFF;
		background: #000000 none;
		font : 12px Arial Helvetica sans-serif;
	}
	
	.TextBoxsmall {
		color: #FFFFFF;
		background: #000000 none;
		font : xx-small Arial, Helvetica, sans-serif;
		height : 17px;
		width : 110px;
	}
	
	.TextBoxsmall2 {
		color: #FFFFFF;
		background: #000000 none;
		font : xx-small Arial, Helvetica, sans-serif;
		height : 17px;
		width : 33px;
	}


/* TEXT */
	#NavHeading {
		font: normal normal bold 16px sans-serif;
		color: #CCCCCC;
	}
	
	.NavItemSmall {
		color: #CCCCCC;
		text-decoration: none;
		font : 10px Arial, Helvetica, sans-serif;
	}
	
	#PageHeading {
		font: normal normal 20px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFF;
	}
	
	#SectionHeading {
		font: normal normal 14px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFF;
	}
	
	#AdmMessage {
		font: normal normal bold 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FF0000;
	}
	
	p {
		font: 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFFFFF;
	}

	.P2 {
		font: 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFFFFF;
		margin: 5mm;
	}
	
/* LINKS */
	a:link, a:Active, a:Visited {
		font: normal normal normal 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFFFFF;
		text-decoration: underline;
	}

	a:hover {
		font: normal normal normal 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFFFFF;
		text-decoration: underline overline;
	}

	a.Nav:active, a.Nav:link, a.Nav:visited {
		color: #FFFFFF;
		text-decoration: none;
		font : 12px Arial, Helvetica, sans-serif;
	}

	a.Nav:hover {
		color: #FFFFFF;
		font: 12px Arial, Helvetica, sans-serif;
		text-decoration : overline underline;
	}

	a.NavDC:active, a.NavDC:link, a.NavDC:visited {
		color: #FFFFFF;
		text-decoration: none;
		font : 10px Arial, Helvetica, sans-serif;
	}

	a.NavDC:hover {
		color: #FFFFFF;
		font: 10px Arial, Helvetica, sans-serif;
		text-decoration : overline underline;
	}

	a.Button:active, a.Button:link, a.Button:visited {
		font: normal normal bold 12px Tahoma, Arial, Helvetica, Sans-Serif;
		background: #ece9d8 none;
		color: #000000;
		border-style: outset;
		border-width: thin;
		text-decoration: none;
	}

	a.Button:hover {
		font: normal normal bold 12px Tahoma, Arial, Helvetica, Sans-Serif;
		background: #aca899 none;
		color: #FFFFFF;
		border-style: inset;
		border-width: thin;
		text-decoration: none;
	}

	a.ButtonSmall:active, a.ButtonSmall:link, a.ButtonSmall:visited { /*Used for the Dossier "Go" Button on the news page */
		font: normal normal bold 8px Tahoma, Arial, Helvetica, Sans-Serif;
		background: #ece9d8 none;
		color: #000000;
		border-style: outset;
		border-width: thin;
		text-decoration: none;
	}

	a.ButtonSmall:hover {
		font: normal normal bold 8px Tahoma, Arial, Helvetica, Sans-Serif;
		background: #aca899 none;
		color: #FFFFFF;
		border-style: inset;
		border-width: thin;
		text-decoration: none;
	}

	
/* TABLES */
	th {
		font: normal normal bold 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFFFFF;
	}
	
	td {
		font: normal normal normal 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFFFFF;
	}

	th.News {
		font: normal normal 18px Arial, Helvetica, sans-serif;
		color: #CCCCCC;
	}
	
	td.NewsPost {
		font: normal normal 12px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}
	
	th.Type2 {
		font: normal normal bold 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFFFFF;
		background: #216363 none;
	}
	
	td.Row2 {
		font: normal normal normal 12px Tahoma, Arial, Helvetica, Sans-Serif;
		color: #FFFFFF;
		background: #222 none;
	}
	
/* START: colors for the news content */

#posts .report h3 a{
		color:#AC9E6D;
	}

	#posts .news h3 a{
		color:#4ad6e3;
	}
	
	#posts .fiction h3 a{
		color: #ab79c2;
	}
	
	.news-tabs{
		background: #000;
		border-bottom: 1px solid #333;
		list-style-type: none;
		margin: 0;
		padding: 5px 5px 0 5px;
		opacity: 0.8;
		alpha: filter(opacity=0.8);
	}
	
	.news-tabs li{
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 0;
	}
	
	.news-tabs li a{
		background: #111;
		border-top: 1px solid #222;
		color: #999;
		display: block;
		padding: 5px 10px;
		width: 80px;
		text-align: center;
		text-decoration: none;
	}

	.news-tabs li a:hover{
		background: #222;
		border-top: 1px solid #333;
		color: #ccc;
	}
	
	.news-tabs li.selected a{
		background: #333;
		border-top: 1px solid #444;
		color: #fff;
	}

	hr.clear{
		clear: both;
		visibility: hidden;
	}
/* END: colors for the news content */

/* KICKASS AWSOME MENU BY SIL! */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h0 , ul#navmenu-h1{
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 24px;
  margin-top: 32px;
}

#navmenu-h0 ul.left, #navmenu-h1 ul.left{
  margin-left: -320px;
}


ul#navmenu-h0{
  width: 310px; /*For KHTML*/
}

ul#navmenu-h1{
  width: 310px; /*For KHTML*/
}

ul#navmenu-h0 li, ul#navmenu-h1 li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h0 ul, ul#navmenu-h1 ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h0 ul:after, ul#navmenu-h1 ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h0 ul li, ul#navmenu-h1 ul li  {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h0 a, ul#navmenu-h1 a {
  border: 0px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  /*background: #EEE; */
  /*color: #666;*/
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h0 a:hover,
ul#navmenu-h0 li:hover a,
ul#navmenu-h0 li.iehover a {
}

/* 2nd Menu */
ul#navmenu-h0 li:hover li a, ul#navmenu-h1 li:hover li a,
ul#navmenu-h0 li.iehover li a, ul#navmenu-h1 li.iehover li a  {
	border: 1px solid #000;
	float: none;
	color: #99FFFF;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	background-color: #000000;
	padding-left: 7px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h0 li:hover li a:hover, ul#navmenu-h1 li:hover li a:hover,
ul#navmenu-h0 li:hover li:hover a, ul#navmenu-h1 li:hover li:hover a,
ul#navmenu-h0 li.iehover li a:hover, ul#navmenu-h1 li.iehover li a:hover,
ul#navmenu-h0 li.iehover li.iehover a, ul#navmenu-h1 li.iehover li.iehover a {
	border: 1px solid #000;
	color: #CDFFFF;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	background-color: #000000;
	padding-left: 7px;
}

/* 3rd Menu */
ul#navmenu-h0 li:hover li:hover li a, ul#navmenu-h1 li:hover li:hover li a,
ul#navmenu-h0 li.iehover li.iehover li a, ul#navmenu-h1 li.iehover li.iehover li a  {
	border: 1px solid #000;
	float: none;
	color: #99FFFF;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	background-color: #000000;
	padding-left: 7px;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h0 li:hover li:hover li a:hover, ul#navmenu-h1 li:hover li:hover li a:hover,
ul#navmenu-h0 li:hover li:hover li:hover a, ul#navmenu-h1 li:hover li:hover li:hover a, 
ul#navmenu-h0 li.iehover li.iehover li a:hover, ul#navmenu-h1 li.iehover li.iehover li a:hover,
ul#navmenu-h0 li.iehover li.iehover li.iehover a, ul#navmenu-h1 li.iehover li.iehover li.iehover a  {
	border: 1px solid #000;
	color: #CDFFFF;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	background-color: #000000;
	padding-left: 7px;
}

/* 4th Menu */
ul#navmenu-h0 li:hover li:hover li:hover li a, ul#navmenu-h1 li:hover li:hover li:hover li a,
ul#navmenu-h0 li.iehover li.iehover li.iehover li a, ul#navmenu-h1 li.iehover li.iehover li.iehover li a {
	border: 1px solid #000;
	float: none;
	color: #99FFFF;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	background-color: #000000;
	padding-left: 7px;
}

/* 4th Menu Hover */
ul#navmenu-h0 li:hover li:hover li:hover li a:hover, ul#navmenu-h1 li:hover li:hover li:hover li a:hover,
ul#navmenu-h0 li:hover li:hover li:hover li:hover a, ul#navmenu-h1 li:hover li:hover li:hover li:hover a,
ul#navmenu-h0 li.iehover li.iehover li.iehover li a:hover, ul#navmenu-h1 li.iehover li.iehover li.iehover li a:hover,
ul#navmenu-h0 li.iehover li.iehover li.iehover li.iehover a, ul#navmenu-h1 li.iehover li.iehover li.iehover li.iehover a    {
	border: 1px solid #000;
	color: #CDFFFF;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	background-color: #000000;
	padding-left: 7px;
}

ul#navmenu-h0 ul ul, ul#navmenu-h1 ul ul,
ul#navmenu-h0 ul ul ul, ul#navmenu-h1 ul ul ul  {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h0 li:hover ul ul, ul#navmenu-h1 li:hover ul ul,
ul#navmenu-h0 li:hover ul ul ul, ul#navmenu-h1 li:hover ul ul ul,
ul#navmenu-h0 li.iehover ul ul, ul#navmenu-h1 li.iehover ul ul,
ul#navmenu-h0 li.iehover ul ul ul, ul#navmenu-h1 li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h0 li:hover ul, ul#navmenu-h1 li:hover ul,
ul#navmenu-h0 ul li:hover ul, ul#navmenu-h1 ul li:hover ul,
ul#navmenu-h0 ul ul li:hover ul, ul#navmenu-h1 ul ul li:hover ul,
ul#navmenu-h0 li.iehover ul, ul#navmenu-h1 li.iehover ul,
ul#navmenu-h0 ul li.iehover ul, ul#navmenu-h1 ul li.iehover ul,
ul#navmenu-h0 ul ul li.iehover ul, ul#navmenu-h1 ul ul li.iehover ul  {
  display: block;
}


/* SORRY. END OF KICKASS AWSOME MENU BY SIL! :( :(   */

.hide { display: none;}

#important-headlines a{text-decoration:none;}

#important-headlines ul.images{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#important-headlines ul.images li{
	margin: 0;
	padding: 0;
}

#important-headlines ul.posts{
	list-style-type: none;
	padding: 0;
	margin: 45px 0 0 0;
}

#important-headlines ul.posts li{
	width: 200px; 
	border: 1px solid #236066; 
	background: url('/dbjedi-dev/odyssey/images/box_holocron_content_background.png'); 
	padding: 3px;
	margin: 0 0 3px 0;
	height: 2.5em;
}

#important-headlines ul.posts li.roll{
	border: 1px solid #4ad6e3; 
}

/* Pluses and Minuses for Character Sheets */

img.plus-minus-icon {
	background: url('/dbjedi-dev/odyssey/images/plusminus.jpg') no-repeat;
	height: 22px;
	width: 24px;
	vertical-align: middle;
}
	
img.plus-icon {
	background-position: -24px 0px;
}

img.plus-icon-hover {
	background-position: -72px 0px;
}

img.plus-icon-click {
	background-position: -120px 0px;
}

img.minus-icon {
	background-position: 0px 0px;
}

img.minus-icon-hover {
	background-position: -48px 0px;
}

img.minus-icon-click {
	background-position: -96px 0px;
}

img.inactive{
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	KHTMLOpacity: 0.4;
}

/******** [ Character Sheet ] ************/
.charsheet-overview{
	width: 731px;
}

.charsheet-overview .title{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #007698;
}

.charsheet-overview .trait-category-name{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #007698;
}

.charsheet-overview .trait-column{
	margin-left: 10px; 
	float: left; 
	width: 135px; 
	height: 40px; 
	list-style-type: none;
	text-align: left; 
	text-align: center;
}

.charsheet-overview .trait-group-name{
	font-size: 12px; 
	font-color: #007fa4; 
	border-bottom: 1px solid #023843;
	clear: left;
}

.charsheet-overview .trait-group-space{
	margin-left: 10px; 
	float: left; 
	width: 135px;
}	

.charsheet-overview .trait-rating{
	margin: 0px 0px 3px 10px; 
	float: left; 
	list-style-type: none;
	width: 135px; 
	text-align: left;
}

.charsheet-overview .trait-rating a{
	text-decoration: none;
}

.charsheet-overview .trait-first{
	clear: left;
}

.charsheet-overview .trait-icon{
	border: none; 
	margin: 6px 3px 3px 0px;
}

.charsheet-overview .trait-name{
	margin: 0px 0px 10px 10px; 
	text-align: left; 
	float: left; 
	width: 150px; 
	font-weight: bold;
}

.charsheet-overview .trait-option-name{
	margin: 0px 0px 10px 0px; 
	text-align: left; 
	float: left; 
	width: 550px;
}

.charsheet-overview hr{
	clear: both;
	visibility: hidden;
	margin-bottom: 20px;
}

.character-sheet-details .details-close{
	clear: both;
}

/******** Post Report *********/
.post-report{font-size: 1.0em;}
.post-report .header,
.post-report .divider{
	text-align: center;
}
.post-report .header img,
.post-report .divider img{
	display: block;
	margin: 0 auto;
}
.post-report h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 3px 0px;
}
.post-report h3{
	font-size: 1.1em;
	font-weight: bold;
	margin: 3px 0px;
}
.post-report h4{
	color: orange;
	font-size: 1.1em;
	font-weight: bold;
	margin: 3px 0px;
}
.post-report strong{
	color: orange;
	font-weight: bold;
}
.post-report .status{
	color: #60e6f6;
	font-weight: normal;
}
.post-report .ul{
	text-decoration: underline;
}

/********** Innerindex ***********/
.innerindex{
	background: #111;
	border: 1px solid #007698;
	color: #999;
	float: right;
	font-size: 0.9em;
	margin: 5px 5px 10px 10px;
	padding: 10px 10px 10px 10px;
	opacity: 0.7;
	filter: alpha(opacity=0.7);
	z-index: 100;
}	

.innerindex ol{
	margin: 0;
	padding: 0 0 0 20px;
}

.innerindex h3{
	border-bottom: 1px solid #007698;
	font-size: 1.1em;
	margin-top: 0;
}

/*********** About Us ************/
.about p{
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 2.5em;
}
.about-img{
	border: 2px solid #000;
}

.about-img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.about-img-right{
	float: right;
	margin: 0 0 10px 10px;
}

.about strong{
	color: orange;
	font-weight: normal;
}

.about .section{
	background: #000;
	padding: 10px 5px;
	opacity: 0.8;
	filter: alpha(opacity=0.8);
}

.about .top-section{
	border-top: 1px solid #007698;
}
.about h2{
	margin-bottom: 0;
}

.about a.about-join{
	background: #222;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.about a.about-join:hover{
	background: #333;
	text-decoration: none;
}

.link-block h2{
	margin-left: 0;
	margin-bottom: 0.5em;
}

.link-block h3{
	color: #999;
	font-size: 1.0em;
	margin: 0;
}

.link-block td{
	padding: 5px 5px 20px 5px;
}

.link-block ul{
	color: #333;
	margin: 0 0 0.5em 0;
}