/* CSS Document For Toolbar */

#ngsNav table {
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
}

#ngsNav table td {
text-align: center;
white-space: nowrap;
border-bottom: 1px solid #fc0;
padding-right: 5px;
padding-left: 5px;
}

#ngsNav table td.first { 
padding-right: 5px;
padding-left: 0;
}

#ngsNav table td.last { 
padding-right: 0;
padding-left: 5px;
}

#ngsNav table td.selected {
border-bottom: none;
border-top: 1px solid #fc0;
border-left: 1px solid #fc0;
border-right: 1px solid #fc0;
background-color: #fc0;
font-weight: bold;
}

#ngsNav table td a {
display: block; 
text-decoration: none;
padding: 3px 7px;
margin: 0;
border: 1px solid #fff;
border-bottom: none;
background-color: transparent;
color: #000;
}

#ngsNav table td.selected a {
border: 1px solid #fc0;
}

#ngsNav table td a:visited{
color: transparent;
}

#ngsNav table td.selected a:visited, #ngsNav table td.selected a:hover,
#ngsNav table td.selected a.current {
color: transparent;
border: 1px solid #fc0;
border-bottom: none;
background-color: #fc0;
}


#ngsNav table td a:hover, #ngsNav table td a.current{
background-color: #FFFAE5;
color: black;
border: 1px solid #fc0;
border-bottom: none;
}

#ngsNav table td a:active{
color: black;
}

.tabcontent{
display:none;
}

.tabcontent table{
width: 100%;
border: 0;
margin: 0;
padding: 0;
border-collapse: collapse;
background-color: #FFFAE5;
border-bottom: 1px solid #fc0;
border-right: 1px solid #fc0;
border-left: 1px solid #fc0;
}

.tabcontent table td {
text-align: center;
padding: 5px;
}

.tabcontent table td a, .tabcontent table td a:visited, 
.tabcontent table td a:hover, .tabcontent table td a:active {
display: block; 
text-decoration: none;
padding: 0;
background-color: transparent;
color: #000;
}