/*CSS document for no side bars */

.Maincontentarea{
width:870px; float:left; overflow:visible; background-color:#333333;
}

.featimg{
float:left; border-left:1px solid black; border-right:1px solid black;
}

.contentarea{
width:870px; float:left; z-index:3; 
}
.left{
width:27px; height:209px; float:left; border-left:1px solid black; z-index:3;
}
.right{
width:27px; height:209px; float:left; border-right:1px solid black; z-index:3;
}

.sidebar{
width:130px;
height:640px; 
background-color: #333333;
color:#c6c6bd; 
float:left; 
z-index:0;
border-left:2px solid black; 
border-right:2px #333333;
border-bottom:2px solid black;
padding-left:10px; 
padding-top:10px; 
padding-right:10px;
padding-bottom:20px;
overflow:visible;
}

.subcontentarea{
width:836px;
height:640px; 
background-color: #333333; 
float:left;
border-left:2px solid black;
border-right:2px solid black;
border-bottom:2px solid black;
color:#c6c6bd; 
padding-left:10px; 
padding-top:10px; 
padding-right:10px; 
padding-bottom:20px;
overflow: visible;
}

.subcontentnosidebar{
width:1000px;
background-color:#FFFFFF; 
float:left; 
border-right:0px; 
color:#c6c6bd;
padding:10px;
overflow: auto;}

.menubar{
width:996px;
height:20px;
border-top:2px solid black;
border-left:2px solid black;
border-right:2px solid black;
border-bottom:2px solid black;
z-index:1;
text-align:center;
}

.footer{
border-left:1px solid black;
border-right:1px solid black; 
width:758px;
height:15px;
color:#c6c6bd;
padding-top: 5px;
font-size:9px;
z-index:3;
float:left;
text-align:center;
}

.menuItem{
width: 120px; 
height: 20px; 
padding:0px;
margin:0px;
color:#FFFFFF; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
float:left;
text-align:center;
z-index:2;
}

.menuItem:link{
color:#FFFF33; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
float:left;
text-align:center;
z-index:2;
}

.menuItem:visited{
color:#FFFF33; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
float:left;
text-align:center;
z-index:2;
}

.menuItem:hover{
color:#FF9933; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
float:left;
text-align:center;
z-index:2;
}




body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6c6bd;
}
body {
	background-color: #1a1a1a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #6872F0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6872F0;
}
a:hover {
	text-decoration: none;
	color: #BE1C14;
}
a:active {
	text-decoration: none;
	color: #6872F0;
}
h1 {
	font-size: 18px; color:	#FFFF2A;
}
		.item {	margin: 10px; overflow: hidden; }
		.with_border { border: 1px solid black; }
		.item_contents { margin-left: 20px; }
		.visible .item_contents { display: block; }
		.invisible .item_contents { display: none; } 
		.hide { display: none; }
		
.Data {
/* general margins - top right bottom left */
    MARGIN: 3px 0px 3px 0px;
	padding: 2px 2px 2px 2px;
    white-space: nowrap;
    COLOR: #000000;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}

.DataWhite{
	background-color: #FFFFFF;	white-space: nowrap;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}

.DataGrey{
	background-color: #C0C0C0;	white-space: nowrap;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}
.DataSm {
    FONT: 11px/14px 'Trebuchet MS', Arial, 'MS Sans Serif';
/* general margins - top right bottom left */
    MARGIN: 3px 0px 3px 0px;
    COLOR: #000000
}

.DataRight {
/* general margins - top right bottom left */
    text-align: right;	white-space: nowrap;
    COLOR: #000000;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}

/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	width: 940px;
	height: 490px;
	margin: 0 auto;
	background: url("slideshow_engine/images/back.png") no-repeat scroll 0 0 transparent; 
}
.slideshow a img {
	border: 0;
}
/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	width: 900px;
	height: 450px;
	left: 20px;
	top: 20px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
	position: static;
}
