
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
	margin-top:70px;
	
   
  
}

/* accordion header */

.toolsaccordion h2 {
    font-family: Arial;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
     color: #787456;	
     margin-top:30px;
     margin-bottom: 0px;
     margin-left: 0px;	
     background: url(images/wf_menubuttondouble.png) no-repeat;	
}

.toolsaccordion h2:hover {
    background: url(images/wf_mo_menubuttondouble.png) no-repeat;
}

.toolsaccordion h3 {
	font-family: Arial;
	font-size:17px;
	font-weight:normal;
	cursor:pointer;
     color: #b10223;	
     margin-left:15px;
     margin-top:0px;
     margin-bottom: 5px;
     line-height:110%;
     background: url(images/wf_menubuttondouble.png) repeat-y 50% 0%;	
}

.toolsaccordion h3:hover {
    background: url(images/wf_mo_menubuttondouble.png) repeat-y 50% 0%;
    color: white;
}


.currentBlock starredBlock{
    color:#b10223;


}

/* currently active header */
    .toolsaccordion h3.current {
       font-family: Arial;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
     color: #96323e;	
     margin-left:13px;
     margin-top:0px;
     margin-bottom: 8px;	
    }

/* accordion pane */
.toolsaccordion div.pane {
	display:none;
	padding-left:5px;
	color:#ffffff;
	font-size:14px;
    margin-left:9px;
}



/* 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 {
	color: #5e5d5d;
    font-family: Arial;
	text-decoration: none;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold; 	
}



.toolsaccordion A:active, .toolsaccordion A:hover{
    color:  #053981;
    font-family: Arial;
	text-decoration: none;
    margin-bottom: 5px;
    font-weight: bold; 	
    }


.toolsaccordion H3 A:link, .toolsaccordion H3 A:visited, .toolsaccordion H3 A:active {
	color: #b10223;
    font-family: Arial;
    font-size: 17px;
    
}

.toolsaccordion H3 A:hover {
   color: white;
}

.toolsaccordion H2 A:link, .toolsaccordion H3 A:visited, .toolsaccordion H3 A:active {
	color: #b10223;
    font-family: Arial;
    font-size: 17px;
     
}

.toolsaccordion H2 A:link:hover, .toolsaccordion H3 A:visited:hover, .toolsaccordion H3 A:active:hover {
    color: white;
}

h3 {
    margin-bottom: 8px;
    letter-spacing: normal;
    line-height: 25px;
}

.home a:link, .home a:visited {

    color: #b10223;
    font-family: Arial;
	text-decoration: none;
    margin-left: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    
}

.home A:hover{
    color:  #787456;
    font-family: Arial;
	text-decoration: none;
    margin-bottom: 5px;
    
    }