
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
	background: #0a1f4a;
	width: 195px;
	margin-top:10px;
}

/* accordion header */

.toolsaccordion h2 {
    background: url(images/wf_menubutton.jpg);
    background-repeat: no-repeat;
    width: 183px;
    height: 27px;
     margin-left:10px;
     margin-top:0px;
     margin-bottom: 0px;
     border: 0;
     padding: 0px;
     line-height: 1.5;
}

    .toolsaccordion h2 a:link, .toolsaccordion h2 a:visited {
        font-size:11px;
	    font-weight:bold;
	    cursor:pointer;
        color: #ffffff;
         font-family:Arial;
         padding-left: 0px;
    }

.toolsaccordion h3{
	background: url(images/wf_menubutton.jpg) no-repeat;
    width: 183px;
    height: 27px;
    margin-left:10px;
     margin-top:5px;
      margin-bottom: 0px;	
      border: 0;	
      padding-bottom: 0px;
}

    .toolsaccordion h3 a:link, .toolsaccordion h3 a:visited {
         line-height:1.5;
      font-family:Arial;
      font-size:11px;
	font-weight:bold;
	cursor:pointer;
     color: #ffffff;
      width: 183px;
    height: 27px;
    margin-left:10px;
     margin-top:0px;
      margin-bottom: 0px;	
      border: 0;	
      padding-bottom: 0px;
      
    }

    .toolsaccordion h3 a:hover, .toolsaccordion h3 a:hover {
        color: #ffffff;
    }
/* currently active header */



    /*.toolsaccordion h3:hover, .toolsaccorion h3:active {
      background: url(images/wf_mo_menubutton.jpg);
    background-repeat: no-repeat;
    width: 195px;
    height: 31px;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
     margin-top:0px;
      margin-bottom: 0px;	
      border: 0;	
      padding-bottom: 0px;
      color: #ffffff;
    }*/



/* accordion pane */
.toolsaccordion div.pane {
	display:none;
	margin-left:10px;
	background-color:#0a1f4a;
	font-size:11px;
    width: 189px;
    color: white;
}

/* entry inside pane with no link */
.toolsaccordion div.pane div {
	color:#ffffff;
}

/* a title inside pane */
.toolsaccordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999999;
}

.toolsaccordion A:link,  .toolsaccordion A:visited, .toolsaccordion A:active{
	color: #19407c;
    font-weight: bold;
    font-family: Arial;
	text-decoration: none;
    margin-left: 10px;
    margin-bottom: 5px;
    
}


.pane a:link, .pane a:visited{
    color: white;
    line-height: 120%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.pane a:link:hover, .pane a:link:active {
    color: #b4b3b3;
}


