/* -- 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;
}
#BodyContent
{
    background-position: 0px;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 1008px;
     background-color: #000;
}
#TertiaryNav .not-selected img
{
    display: none;
}

#TertiaryNav .not-selected
{
    border: thin dashed #00FF00;
    padding: 10px 5px 10px 5px;
    margin: 5px 5px 5px 5px;
    font-family: 'Trebuchet MS';
    font-size: 100%;
    float: left;
    width: 180px;
    text-align: center;
    display: block;
}
#TertiaryNav a
{ 
    text-decoration: none;
    color: #00FFFF;
 }

#searchinput
{
    background-color: #fff;
}

#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;
}
