/* -- Global Styles */
html, body
{
	background-color: #000;
}
body
{
	margin:0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFF00;
	background-color: #000;
}
a
{
	color: #00FFFF;
}
a:link
{
    color: #00FFFF;
    text-decoration: none;
}

a:active
{
	color: #00FFFF;
}
a:hover
{
	color: #00FFFF;
}
a:visited
{
    color: #00FFFF;
    text-decoration: underline;
}

a:hover .navtitle
{
	color: #00FFFF;
}
table
{
	
}
h1
{
	font-size: 1.4em;
}
img
{
	display: none;
}
label
{
	font-weight: bold;
}
td
{
	vertical-align: top;
}
#MainLayoutTable
{
	width: 970px;
}
#LeftColumn 
{
	
}

#searchinput
{
    background-color: #000;
}
#LeftColumn .nav 
{
	
}
#LeftColumn .nav 
{

}
#LeftColumn .nav a


#LeftColumn .secondary 
{
	padding-left: 20px;
}


#LeftColumn .tertiary
{
	padding-left: 30px;
}
#LeftColumn .tertiary 
{
	display: block;
	width: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}
#LeftColumn .tertiary a
{
	display: block;
	font-size: 100%;
		font-weight: bold;

}
#LeftColumn  img
{
	display: none;
	
}
#CentreColumn 
{	
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

#breadcrumbs
{
	font-size: 0.8em;
	padding-left: 5px;
}

/* -- Footer */
#Footer
{
	text-align: center;
	border-top: none;
	font-size: 0.9em;
}
#Footer a
{
	color: #00FFFF;
}
#Footer a:active
{
	color: #00FFFF;
}
#Footer a:hover
{
	color: #00FFFF;
}
/* -- Boxes */

.box_table
{
	width: 100%;
	margin-bottom: 5px;
}
.box_header
{
	background-color: #000;
	border-bottom: none;
	padding: 3px;
}
.box_header h3
{
	color: #FFFF00;
	margin: 0px;
	font-size: 1em;
}
.box_body
{
	background-color: #000;
	padding: 5px;
}
.box_footer 
{
	background-color: #000;
}
.box_body ul 
{
	margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
	padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
.box_body li 
{
	margin: 0px 0px 5px 0px; /*removes indent IE and Opera*/
	padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
.similar_items .box_header
{
	background-color: #000;
	border-bottom: none;
}
.similar_items .box_body
{
	background-color: #000;
}
.hot_items .box_header
{
	background-color: #000;
	border-bottom: none;
}
.hot_items .box_body
{
	background-color: #000;
}
.hot_items .box_footer
{
	background-color: #000;
}
.HotItems2 .hot_items .box_header
{
	background-color: #000;
	border-bottom: none;
}
.HotItems2 .hot_items .box_body
{
	background-color: #000;
}
.HotItems2 .hot_items .box_footer
{
	background-color: #000;
}
.list_items .box_header
{
	background-color: #000;
	border-bottom: none;
}
.list_filter_body
{
    background-color: #000;
}

.list_items .box_body td
{
	padding-bottom: 10px;
}
.list_items .box_footer
{
	background-color: #000;
	text-align: center;
}
.list_items img
{
	margin: 0px;
	padding: 0px;
	float: none;
}
.list_filter .box_header
{
	background-color: #000;
	border-bottom: none;
}
.list_filter .box_body
{
	background-color: #000;
}
.list_filter .box_footer
{
	background-color: #000;
}
.LoginBox
{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.LoginBox .box_table
{
	background-color: #000;
}
.LoginButton input
{
	padding-left: 3px;
}


/* -- Form pages */
#EditorialComment
{
	background-color: #DDDDFF;
}
#ImageUpload
{
	background-color: #DDEEFF;
}
#WebURL
{
	background-color: #EEEEEE;
}
#FileUpload
{
	background-color: #FFCCCC;
}
#AccessLevel
{
	background-color: #FFFFCC;
}
.image_right
{
	float: right;
}

/* -- Begin Print */

@media print {
	h1, h2, h3,
	h4, h5, h6   { page-break-after: avoid; page-break-inside: avoid; color: #000000; }
	blockquote,pre { page-break-inside: avoid; }
	ul, ol, dl    { page-break-before: avoid; }
   
	body {background-color: #fff; color: #000000;}
	#Banner, #LeftColumn, #RightColumn, #Footer, .list_items, #breadcrumbs{display: none;}
   
}h1 {
	vertical-align: top;
}
