
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
	
	width: 221px;
	
}

/* accordion header */

.toolsaccordion h2 {
    background: linear-gradient(#3A498C, #181E4F);
        background-color:#181E4F;
    width: 195px;
    min-height: 31px;
    
     margin-top:0px;
     margin-bottom: 0px;
     border: 0;
     padding: 0px;
     line-height: 1.5;
}

    .toolsaccordion h2 a:link, .toolsaccordion h2 a:visited {
        font-size:12px;
	    font-weight:bold;
	    cursor:pointer;
        color: white;
         font-family:Verdana;
         padding-left: 0px;
    }

.toolsaccordion h3{
    background: linear-gradient( #3A498C, #181E4F);
    background-color:#181E4F;
    width: 195px;
    min-height: 31px;
  
     margin-top:0px;
      margin-bottom: 0px;	
      border: 0;	
      padding-bottom: 0px;
}

    .toolsaccordion h3 a:link, .toolsaccordion h3 a:visited {
         line-height:1.5;
      font-family:Verdana;
      font-size:12px;
	font-weight:bold;
	cursor:pointer;
     color: white;
      width: 185px;
   display: inline-block;
    margin-left:10px;
     margin-top:0px;
      margin-bottom: 0px;	
      border: 0;	
      padding-bottom: 0px;	 
    }

/* 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:0px;
	background-color:#395ea8;
	font-size:12px;
    width: 186px;
    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: 3px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.pane a:link:hover, .pane a:link:active {
    color: #d1cdb1;
}


