/*
Formatting Buttons
------------------------------------------------------ */

div.comment_buttons {

  margin:5px 0px 2px 0px;

}

.buttonMode {
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 10px;
color: #73769D;
background-color: transparent;
white-space: nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
background-color: #f6f6f6;
padding: 0;
border-top: #333 1px solid;
border-right: #333 1px solid;
border-bottom: #333 1px solid;
}
.htmlButtonOuterL {
border-left: #333 1px solid;
}
.htmlButtonInner {
background-color: transparent;
text-align: center;
padding: 0 3px 0 3px;
border-left: #fff 1px solid;
border-top: #fff 1px solid;
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}
.htmlButtonOff {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOff a:link {
color: #000;
text-decoration: none;
border-style:none;
white-space: nowrap;
}
.htmlButtonOff a:visited {
text-decoration: none;
border-style:none;
}
.htmlButtonOff a:active {
text-decoration: none;
border-style:none;
color: #999;
}
.htmlButtonOff a:hover {
background-color: #fff;
text-decoration: none;
border-style:none;
color: #999;
}
.htmlButtonOn {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: 11px;
font-weight: bold;
background: #f6f6f6;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOn a:link {
color: #990000;
border-style:none;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOn a:visited {
text-decoration: none;
border-style:none;
}
.htmlButtonOn a:active {
text-decoration: none;
border-style:none;
color: #999;
}
.htmlButtonOn a:hover {
background-color: #fff;
border-style:none;
color: #999;
text-decoration: none;
}