@charset "utf-8";
/* CSS Document */
p {
margin:10px
}

#phpbb a:hover {
color:#000;
}
a {
font-weight:bold;
color:#EF9D0E;
text-decoration:underline
}

a:hover {
font-weight:bold;
color:#fff;
text-decoration:underline;
}

h3 {
margin:10px;
font-weight:bold;
color:#EF9D0E;
text-transform:uppercase;
font-size:14px
}

hr { 
	color:#EF9D0E;
	margin:0 10px 0 10px;
}


body {
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#142833;
	margin:0px; 
	padding:0px 0px 5px 0px;
	font-family:Arial, 
	Helvetica, sans-serif; 
	font-size:13px; 
	text-align:left;
	color:#CFCFCF;
	line-height:16pt
}

#border { 
    width:1000px;
    margin:10px auto;
  
	padding:10px;
	
}



#header {
width:998px;
	height: 40px;  
	margin:0px; 
	padding:0px;
	float:right;
	clear:both;
	border-left:1px solid #EF9D0E;
	border-right:1px solid #EF9D0E;
	border-top:1px solid #EF9D0E; 
	background-color:#111b22
}

/* Menu Body */
	ul#menu {
		width:100%;
		height:50px;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:0px;
		
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:right;
		
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(sprite.png) no-repeat scroll top left;
		display:block;
		height:40px;
		position:relative;
		text-decoration:none;
		
	}
	
	ul#menu li a {
		
		text-decoration:none;
		color:#EF9D0E
	}
	
	ul#menu li a b {
	position:absolute;
	top:10px;
	left:50px
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:249px;
	}
	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -81px;
	}

#flash_header {
clear:both;
	height:200px;
	text-align:center;  
	margin:0px; 
	padding:0px; 
	border:1px solid #EF9D0E; 
	background-color:#000;
	
}

#contact-form {
	width: 511px;
}

#contact-form p {
	float: right;
	width: 231px;
}

#contact-form strong {
	display: block;
	float: left;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.167em;
	color: #fff;
}

#contact-form textarea {
	background: #fff;
	width: 223px;
	height: 72px;
	padding: 3px;
	float: left;
	border: 1px solid #a09b96;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

#contact-form label {
	display: block;
	height: 57px;
	padding: 1px 0 0 0;
	overflow: hidden;
}

#contact-form input {
	background: #fff;
	width: 201px;
	height: 15px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #a09b96;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

#contact-form a {
	float: right;
	margin: -5px 0 0 23px;
	font-weight: bold;
	color: #c1bca7;
}

#notice {
	margin:0;
	 border-left:solid 1px #EF9D0E; 
	 border-right:solid 1px #EF9D0E; 
	 border-bottom:solid 1px #EF9D0E; 
	 background-color:#142833; 
	 color:#CCCCCC; 
	 padding-bottom:5px; 
	 text-align:center; 
	 margin-top:0px
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
 
}


#navbar {
width:998px;
float:right;
height:44px;
	color:#777777; 
	
	 padding:14px 0 0 0;
	text-align:center;
	background-image:url(images/nav_bar_left_over.jpg);
	background-repeat:repeat-x;
}
#navbar a {
	font-weight:bold; 
	color:#000;
	font-size:16px;
	text-decoration:none; 
	
	margin:45px 28px 0 0
}     
#navbar a:hover {
	font-weight:bold; 
	color:#333333; 
	text-decoration:underline;
	 
	
	background-image:url(images/nav_bar_a_hover.png);
} 

#main_area {
	height:auto; 
	margin-top:10px;
	border:1px solid #EF9D0E; 
	background-color:#31434f; 
	background-image:url(images/main_bg.jpg); 
	background-repeat:no-repeat;
}

#icon_box {
	width:244px; 
	height:100px; 
	
	float:left; 
	margin:10px 0 0 70px; 
	border:0;
	
	background-repeat:no-repeat
}
#icon_box img {
	 border:0;
}
#icon_box a:hover {background-image:url(images/icon_box.png); background-repeat:no-repeat}

#showcase_box {
padding:0px; 
width:320px; 
float:left;
}
#showcase_title {
height:30px; 
margin-top:20px; 
text-align:center;
}
#showcase_box_image {
	margin:0px 0 0 10px;
	border:solid 1px #EF9D0E;
	padding:5px
}

#main_box {
	clear:both;
	background-color:#242B33;
	margin:0px 10px;
	height:auto;
	border:solid 1px #EF9D0E
}

#main_box_image {
	margin:20px 0 0 10px;
	border:solid 1px #EF9D0E;
	padding:5px
}



#main_box_1 {
	float:left; 
	width:320px;
	margin-left:20px
}
#main_box_2 {
	float:left; 
	width:320px;
	margin:00px 0 0 40px
}
#main_box_3 {
	float:right; 
	width:260px;
	margin:10px 0 0 0px
}
#main_box_3 li {
margin-bottom:6px;
}

.moreInfo { /* wrapper for data and more link at bottom 4 col entries*/
	display:block;
	font-size:.85em;
	font-style:italic;
	margin-top:15px;
	text-align:right
	
}
.moreInfo a:hover {
	text-decoration:none;
}
.date {
margin-left:10px; 
font-size:10px; 
font-weight:bold;
float:left;
color:#EF9D0E
}
#news_title {
color:#FFFFFF;
font-weight:bold;
font-size:16px;

}

#footer {
	margin-top:20px;
}
#footer a {
	margin-right:20px;
	text-decoration:none
}
#yds {
	float:right;
	margin-right:20px;
}



#popup_box {
	float:right; 
	background-color:#142833; 
	padding:10px; 
	border:2px solid black;
	margin-right:0px;
	width:300px;
	color:#fff
} 

#popup_box_border {
	float:right; 
	background-color:#fff; 
	padding:0px; 
	border:4px solid #EF9D0E;
	margin-right:0px;
	width:324px;
	color:#fff
}
#popup_box_border2 {
	float:right; 
	background-color:#fff; 
	padding:0px; 
	border:2px solid #000;
	margin-right:20px;
	width:332px;
	color:#fff
}
#popup_close {
	float:right; 
	background-color:#AA0000; 
	color:#fff; 
	font-weight:bold; 
	width:20px; 
	text-align:center; 
	cursor:pointer;
	border:2px solid #EF9D0E;
}  

#profile_box {
width:300px;

margin:10px 0px 0 20px; 
float:left;
}

#coming_soon {
	margin:20px 100px 50px 100px; 
	text-align:center; 
	border:solid 1px #EF9D0E; 
	padding:30px; 
	background-color:#142833;
}
#shoutbox {
	margin:20px 10px 20px 10px; 
	text-align:left; 
	border:solid 1px #EF9D0E; 
	padding:30px; 
	background-color:#142833;
}

#chat_register {
	margin:20px 100px 50px 100px; 
	text-align:center; 
	border:solid 1px #EF9D0E; 
	padding:30px; 
	background-color:#142833;
	height:auto;
	}
	
	#video_register {
	margin:20px 100px 50px 100px; 
	text-align:left; 
	border:solid 1px #EF9D0E; 
	padding:30px; 
	background-color:#142833;
	height:auto;
	}

#user_info {
	margin:20px 100px 50px 100px; 
	 
	border:solid 1px #EF9D0E; 
	padding:30px; 
	background-color:#142833;
}

#chat_box {
	margin:10px 0px 20px 20px;
	width:600px;
	float:left;
	border:solid 1px #EF9D0E; 
	padding:0px 30px 30px 30px; 
	background-color:#142833;

}

#chat_box_post {
	margin:0px 0 10px 0;
	
	 
	border:solid 1px #EF9D0E; 
	padding:10px; 
	background-color:#242B33;
}

#edit_chat_post {
	margin:10px 5px 10px 5px; 
	text-align:left; 
	border:solid 1px #EF9D0E; 
	padding:10px; 
	background-color:#142833;
	color:#FFFFFF
}


	.searchstockdisplay table { background:#D3E4E5;
 border:1px solid gray;
 border-collapse:collapse;
 color:#fff;
 font:normal 12px verdana, arial, helvetica, sans-serif;
}

.searchstockdisplay td, th { color:#363636;
 padding:.4em;
}
.searchstockdisplay tr { border:1px dotted gray;
}
.searchstockdisplay thead th, tfoot th { background:#5C443A;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
}
.searchstockdisplay tbody td a { color:#363636;
 text-decoration:none;
}
.searchstockdisplay tbody td a:visited { color:gray;
 text-decoration:line-through;
}
.searchstockdisplay tbody td a:hover { text-decoration:underline;
}
.searchstockdisplay tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
.searchstockdisplay tbody th a:hover { color:#363636;
}
.searchstockdisplay tbody td+td+td+td a { background-image:url('bullet_blue.png');
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:15px;
}
.searchstockdisplay tbody td+td+td+td a:visited { background-image:url('bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
.searchstockdisplay tbody th, tbody td { text-align:left;
 vertical-align:top;
}
.searchstockdisplay tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.searchstockdisplay .odd { background:#fff;
}
.searchstockdisplay tbody tr:hover { background:#99BCBF;
 border:1px solid #03476F;
 color:#000000;
}




	
		#yahoo table {
	font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 4em 0;
	color:#fff;
	}

#yahoo td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
#yahoo tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
#yahoo tbody tr:hover td,
#yahoo tbody tr:hover th {
color:#000000;
	background:#ffffee;
	border-color:#523A0B;
	}
	
	
	

