﻿body.espn360, body.pr360 .pr360
{
    display: block;
    height: 	3000px;
}
body.frontpage
{
    background-color: #000000;
}
body.frontpage .bg-elements
{
    background: transparent url('Images/np-vault-graphics.jpg') 50% 50px no-repeat;
    margin-top: -55px;
    padding-top: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.bg-elements
{
    height: 795px;
}
.modalBackground { 
background-color:#000000; 
filter:alpha(opacity=70); 
opacity:0.7px; 
} 
.menupanel
{
    margin-left: 10px;
}
.headerBG
{
    background-color: transparent;
}
.menu { color: #FFFFFF; }
a.menu            { color: #FFFFFF; text-decoration: none; font-weight:bold }
a.menu:active     { color: #FFFFFF; text-decoration: none;font-weight:bold}
a.menu:link       { color: #FFFFFF; text-decoration: none;font-weight:bold}
a.menu:visited    { color: #FFFFFF; text-decoration: none;font-weight:bold}
a.menu:hover      { text-decoration: underline; color: #FFFFFF; font-weight:bold}

.popupControl
{
 visibility:hidden;
}
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor: default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	margin-left:0px;
	background-color: #999999;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	margin-left:0px;
	background-color : window;
	color : windowtext;
	padding : 1px;
}

A:link
{
    border-style: none;
    border-width: 0px;
    text-decoration: none;
    color: #5B2E00;
}

A:visited
{
     border-style: none;
    border-width: 0px;
 text-decoration: none;
  color: #5B2E00;
}

A:active
{
     border-style: none;
    border-width: 0px;
 text-decoration: none;
  color: #5B2E00;
}

A:hover
{
     border-style: none;
    border-width: 0px;
 text-decoration: underline;
  color: #5B2E00;
}



