﻿.sitemapdivWOER
{
    width: 665px;
    background-color: #fff;
    color: #fff;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 5px;
    border-top: #909090 1px dotted;
    border-bottom: #909090 1px dotted;
}
.sitemaplineWOER
{
    font-size:12px;
    color:#666666;
}
.sitemaplineWOER a
{
    color:#000;
}


/*navigation for account info*/
#nvlist
{
padding: 3px 0;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #778;
font: bold 11px arial;
}

#nvlist li
{
list-style: none;
margin: 0;
display: inline;
}

#nvlist li a
{
text-align:left;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #fadfad2;
text-decoration: none;
}

#nvlist li a:link { color: #448; }
#nvlist li a:visited { color: #667; }

#nvlist li a:hover
{
color: #000;
background: #fff8dc;
border-color: #227;
}

#nvlist li a#current
{
background: #eee8aa;
border-bottom: 1px solid #eee8aa;
}


/*Styles for the Grid on the main search page*/
.GVSearchRow, .GVSearchRow td
{
    font-family:Arial; font-size:11px;
    color: black;
    background-color: #eeeeee;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-color:#fff;
    border-right-width:2px;
    border-left-style:none;
    height:27px;
    text-align:left;
    padding-left:4px;
}

.GVSearchRowHover,.GVSearchRowHover td
{
    font-family:Arial; font-size:11px;
    color: black;
    background-color: #dcdcdc;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-color:#fff;
    border-right-width:2px;
    border-left-style:none;
    height:27px;
    text-align:left;
    padding-left:4px;  
    cursor:pointer;
}

.GVSearchHeader 
{
    font-family:Arial; font-size:12px;
    color: black;
    background-color: #c9c9c9;
    height:27px;
    text-align:left;
}
.GVSearchHeader a
{
    color:Black;
}
.GVSearchHeader th
{   
    padding-left:4px;  
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-color:#fff;
    border-right-width:2px;
    border-left-style:none;
}

/*Styles for the Repeater Cells*/
td.setUrl
{
    color: #000;
    font-size: 12px;
    font-style: normal;
    margin: 0px 0px 1px;
    padding: 1px 5px 1px 5px;
    background-color: #ffffff;
    border-bottom:  1px dashed;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
	cursor:	pointer;
}

td.loseUrl
{
    color: #000;
    font-size: 12px;    
    font-style: normal;
    margin: 0px;
    padding: 1px 5px 1px 5px;
    background-color: #dee4ec;
    border-bottom: 1px dashed;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}


.collapsedpanel
{
    height:0;
    overflow:hidden;
}

.headerpanel
{
    cursor:pointer;
    background-color:#D2B48c;
}