/* The style sheet for the 2008-? NSBE Region 6 website */

html
{
  height:100%;
}
body
{
  color: black;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #ffffff url(images/shadow.gif) repeat-y;
  margin-left: 55px;
  margin-top: 0px;
  margin-bottom: 0px;
}
table, thead, tbody, tr, td, th {
  color: black;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* PAGE TITLES*/
h2 { 
  font-size: 15pt;
  padding-bottom: 5px;
  margin-top: 5px;
}

/* LINKS */
a:link {
    text-decoration: none;
    color: #0000ff;
}
a:visited {
	text-decoration: none;
    color:#0000ff;
}
a:hover {
	text-decoration: underline;
    color:#0000ff;
}
a:active {
	text-decoration: none;
}

/* MENU */
.menu{
    font-size: 7pt;
    color: white;
}
a.menu:link{
    color: white;
}
a.menu:visited{
    color: white;
}
a.menu:hover{
    color: #77ffff;
    text-decoration: none;
}

.blkmenu{
    font-size: 7pt;
}

.menutitle{
    cursor:pointer;
    background-color:#1C5ED7;
    color:#ffffff;
    width:150px;
    padding:2px;
    text-align:center;
    /*/*/border:0px solid #000000;/* */
    font-family: Arial, Helvetica, sans-serif;
}

.submenu{
    background-color:#9EBE59;
    color:#FFFFFF;
    width:150px;
    padding:2px;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
}


#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0000FF;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
color: white;

}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: white;*/
color: #77FFFF;
}


//For spotlight image links
a.spotlight {
  border: 0px;
}
a.spotlight img{
  border: 0px solid black;
  padding: 4px;
}
a.spotlight:hover img{
  border: 3px solid #1C5ED7;
  padding: 1px;
}
