/* BUTTONS */

.buttons a, .buttons button {
    display:block;
    float:left;
    margin:0 18px 0 0;
    background: #ffffff url(/images/admin/icons/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; 
    border:1px solid #aaaaaa;
    border-top:1px solid #eeeeee;
    border-left:1px solid #eeeeee;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:80% !important;
    line-height:120%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:4px 9px 5px 7px; /* Top,Right,Bottom,Left clockwise for Links */
}
* html .buttons button, *:first-child+html .buttons button {
    width:auto;
    overflow:visible;
    padding:3px 9px 3px 7px !important; /* IE6 */
}
.buttons button[type]{
    padding:3px 9px 3px 7px; /* Firefox */
    line-height:15px; /* Safari */
}
*:first-child+html button[type]{
    padding:3px 9px 3px 7px !important; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 0px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

.buttons button:hover, .buttons a:hover{
    background: #e6e6e6 url(/images/admin/icons/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border:1px solid #999999;
	border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    color:#fd5b1d;
}
/*
.buttons a:active{
    background-color:#dff4ff;
    border:1px solid #1B60A1;
    border-top:1px solid #c2e1ef;
    border-left:1px solid #c2e1ef;
    color:#1B60A1;
}
*/

/* POSITIVE */

.buttons button.positive, .buttons a.positive {
    color:#529214;
}

.buttons a.positive:hover, .buttons button.positive:hover{
    background: #e6e6e6 url(/images/admin/icons/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border:1px solid #999999;
	border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    color:#529214;
}
/*
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    border-top:1px solid #C6D880;
    border-left:1px solid #C6D880;
    color:#529214;
}
*/
/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}

.buttons a.negative:hover, button.negative:hover{
    background: #e6e6e6 url(/images/admin/icons/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border:1px solid #999999;
	border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    color:#d12f19;
}
/*
.buttons a.negative:active{
    background-color:#fbe3e4;
    border:1px solid #d12f19;
    border-top:1px solid #fbc2c4;
    border-left:1px solid #fbc2c4;
    color:#d12f19;
}
*/