/* public_control ===================================================== */
.message .publicControls .item {
-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
box-shadow: 0px 1px 0px 0px #f0f7fa;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #65A5F1), color-stop(1, #019ad2));
background:-moz-linear-gradient(top, #65A5F1 5%, #019ad2 100%);
background:-webkit-linear-gradient(top, #65A5F1 5%, #019ad2 100%);
background:-o-linear-gradient(top, #65A5F1 5%, #019ad2 100%);
background:-ms-linear-gradient(top, #65A5F1 5%, #019ad2 100%);
background:linear-gradient(to bottom, #65A5F1 5%, #019ad2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65A5F1', endColorstr='#019ad2',GradientType=0);
background-color:#65A5F1;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #057fd0;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:10px;
font-weight:bold;
padding:4px 8px;
text-decoration:none;
text-shadow:0px -1px 0px #5b6178;
}
.message .publicControls .item:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #65A5F1));
background:-moz-linear-gradient(top, #019ad2 5%, #65A5F1 100%);
background:-webkit-linear-gradient(top, #019ad2 5%, #65A5F1 100%);
background:-o-linear-gradient(top, #019ad2 5%, #65A5F1 100%);
background:-ms-linear-gradient(top, #019ad2 5%, #65A5F1 100%);
background:linear-gradient(to bottom, #019ad2 5%, #65A5F1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#65A5F1',GradientType=0);
background-color:#019ad2;
}
.message .publicControls .item:active {
position:relative;
top:1px;
}
/* MultiQuoteControl ================================================= */
.message .publicControls .MultiQuoteControl {
border-radius: 6px !important;
margin-left: 8px;
padding: 4px 8px !important;
}
/* private_control ==================================================== */
.message .privateControls .item {
-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
box-shadow: 0px 1px 0px 0px #f0f7fa;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #65A5F1), color-stop(1, #019ad2));
background:-moz-linear-gradient(top, #65A5F1 5%, #019ad2 100%);
background:-webkit-linear-gradient(top, #65A5F1 5%, #019ad2 100%);
background:-o-linear-gradient(top, #65A5F1 5%, #019ad2 100%);
background:-ms-linear-gradient(top, #65A5F1 5%, #019ad2 100%);
background:linear-gradient(to bottom, #65A5F1 5%, #019ad2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65A5F1', endColorstr='#019ad2',GradientType=0);
background-color:#65A5F1;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #057fd0;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:10px;
font-weight:bold;
padding:4px 8px;
text-decoration:none;
text-shadow:0px -1px 0px #5b6178;
}
.message .privateControls .item:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #65A5F1));
background:-moz-linear-gradient(top, #019ad2 5%, #65A5F1 100%);
background:-webkit-linear-gradient(top, #019ad2 5%, #65A5F1 100%);
background:-o-linear-gradient(top, #019ad2 5%, #65A5F1 100%);
background:-ms-linear-gradient(top, #019ad2 5%, #65A5F1 100%);
background:linear-gradient(to bottom, #019ad2 5%, #65A5F1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#65A5F1',GradientType=0);
background-color:#019ad2;
}
.message .privateControls .item:active {
position:relative;
top:1px;
}
/* private_control_muted:none ==================================================== */
.message .privateControls .muted {
background:none;
background-color:none;
border-radius:none;
border:none;
display:inline-block;
color:#969696;
font-family:Trebuchet MS;
font-size:11px;
font-weight:none;
text-shadow:none;
}
.message .privateControls .muted:hover {
background:none;
background-color:none;
}