﻿body 
	{
		background-image:url(/Themes/BLACK_NIGHT/images/background.gif);
		background-repeat:repeat-x;
		background-position:top left;
		background-color:Black;
		background-attachment:fixed;
		font-family:Verdana,sans-serif;
		font-size:62.5%; 
		/* Browser Medium Text Size should = 10px */
		/*
			0.8em = 8px			
			1.0em = 10px
			1.6em = 16px
		*/
		margin:5px 0px 5px 0px;	
		color:#333333;
	}

a 
	{
		text-decoration:none;
		color:#333333;
	}
	
a:hover
	{
		text-decoration:underline;
		color:#333333;
	}	

#BOD
	{
		margin:0 auto;	
		padding:0px 0px 0px 0px;
		width:800px;
		background-color:White;
		border: solid 1px #000000;
		min-height:500px;
		display:block;
	}

#BOD .RSS_INFO
	{
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#999999;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}    

#BOD .RSS_INFO TABLE a
    {
        text-decoration:underline;
        font-size:10px;
        color:Maroon;
        font-weight:normal;
    }	
	
#BOD .LEADERBOARD
	{
		background-image:url(/Themes/BLACK_NIGHT/images/BANNER_HOLDER.gif);
		background-repeat:no-repeat;
		background-position:left top;
		width:800px;
		height:95px;
		background-color:Black;
		padding:5px 0px 0px 0px;
		text-align:center;
	}

#BOD .PAGE_TITLE
	{
		font-size:18px;
		font-weight:bold;
		color:#666666;	
		font-variant:small-caps;
	}

#BOD .TITLE_BOX
	{
		width:200px;
		padding:1px;
		background-color:#dddddd;
		color:black;
		font-weight:bold;
		font-variant:small-caps;
		font-size:12px;	
		text-align:left;
		text-indent:3px;
		border:ridge 2px #000000;
		/*border-style:groove*/

	}	
	
#BOD #TOP_MENU
	{
		height:25px;
		width:800px;	
		background-image:url(/Themes/BLACK_NIGHT/images/top_background.gif);
		background-repeat:repeat-x;
	}	
	
#BOD #TOP_MENU .TOP_LEFT
	{
		float:left;
		width:500px;
	}

#BOD #TOP_MENU .TOP_LEFT .MENU_ITEM
	{
		padding:3px;
		border:solid 1px #333333;
		font-size:.9em;	
		float:left;
		margin-left:2px;
		margin-top:2px;
	}	
	
#BOD #TOP_MENU .TOP_LEFT .MENU_ITEM a
	{
		color:Black;
		text-decoration:none;
	}	
	
#BOD #TOP_MENU .TOP_LEFT .MENU_ITEM a:hover
	{
		color:Black;
		text-decoration:underline;
	}

#BOD #TOP_MENU #TOP_RIGHT
	{
		float:right;
		width:295px;
		text-align:right;
		font-size:10px;
		margin-right:5px;
	}

#BOD #LOGO
	{
		padding:5px;
		font-size:2.5em;
		letter-spacing:.8em;
	}

#BOD #LOGO img
	{
		vertical-align:middle;
		padding-right:7px;
	}			
	
#BOD form.TOP_FORM
	{
		margin:2px 2px 0px 0px;
		padding:0px 0px 0px 0px;	
	}	

#BOD input.TOP_TEXT_BOX
	{
		border:solid 1px #333333;
		font-size:.9em;
		background-color:Transparent;
		margin-right:2px;
	}	
	
#BOD input.TOP_SUBMIT
	{
		border:solid 1px #333333;
		font-size:.9em;
		background-color:Transparent;
		cursor:pointer;
	}
	

	
	
/*  begin dropdown menu */
/* begin dropdown menu*/
.chromestyle
	{
		width: 99%;
		font-weight: bold;
	}

.chromestyle:after
	{ /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

.chromestyle ul
	{
		border: 1px solid #BBB;
		width: 100%;
		background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
		padding: 4px 0;
		margin: 0;
		text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li
	{
		display: inline;
	}

.chromestyle ul li a
	{
		color: #494949;
		padding: 4px 7px;
		margin: 0;
		text-decoration: none;
		border-right: 1px solid #DADADA;
	}

.chromestyle ul li a:hover
	{
		background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	}

.chromestyle ul li a[rel]:after
	{ /*HTML to indicate drop down link*/
		content: " v";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
	{
		position:absolute;
		margin-top:5px;
		padding:5px;
		top: 0;
		border: 1px solid #BBB; /*THEME CHANGE HERE*/
		border-bottom-width:2px;
		font:normal 1em arial;
		z-index:100;
		background-color: white;
		width: auto;
		visibility: hidden;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}


.dropmenudiv a
	{
		width: auto;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
		padding: 2px 0;
		text-decoration: none;
		font-weight: bold;
		color: black;
	}

* html .dropmenudiv a
	{ /*IE only hack*/
		width: 100%;
	}

.dropmenudiv a:hover
	{ /*THEME CHANGE HERE*/
		background-color: #F0F0F0;
	}
/* end dropdown menu*/

/* end dropdown menu */	