/* toolbar.css */

/* APPLIES TO toolbar.html */

/*special resources*/
div.toolbutton {
margin: 4px 0px 1px;
background-color: #900;
color: #CCC;
padding: 4px;
text-align: center;
border: 2px solid #000;
font-weight: bold;
}

div.toolbutton a {
color: #CCC;
text-decoration: none;
}

div.toolbutton a:hover {
color: #FFF;
text-decoration: underline;
}


/*PIN categories*/
div.toolheading {
margin: 4px 0px 1px;
background-color: #CCC;
padding: 4px;
text-align: center;
border: 2px solid #000;
font-weight: bold;
}

div.toolbar {
border: 2px solid #900;
margin: 1px 0px 4px;
padding: 2px;
background-color: #D6B68C;
text-align: center;
font-size: .9em;
line-height: 1.5;
}

div.toolheading a {
color: black;
text-decoration: none;
}

div.toolheading a:hover {
text-decoration: underline;
}

div.toolbar a {
color: black;
text-decoration: none;
}

div.toolbar a:hover {
color: #900;
text-decoration: underline;
}


/* more... */
div.toolbar span.more {
font-style: italic;
font-size: .9em;
}
