﻿div.button{display:inline-block;height:24px;}
div.button > a{display:block;float:left;height:24px;text-decoration:none;min-width:60px;border:1px solid #35861c;cursor:default;}
div.button > a span{display:block;float:left;height:24px;text-align:center;}

div.button > a.enabled span.center span.text, 
div.button > a.disabled span.center span.text, 
div.button > a.focused span.center span.text{min-width:60px;height:18px;margin:5px 5px 0 5px;font:normal 11px tahoma, geneva, sans-serif;color:#ffffff;}

div.button > a.enabled{background-color:#4ba82e;padding-left:2px;}
div.button > a.enabled span.center{background-color:#4ba82e;}
div.button > a.enabled span.right{background-color:#4ba82e;padding-right:2px;}

div.button > a.disabled{background-color:#d3d3d3;padding-left:2px;}
div.button > a.disabled span.center{background-color:#d3d3d3;}
div.button > a.disabled span.right{background-color:#d3d3d3;padding-right:2px;}

div.button > a.focused{background-color:#4ba82e;padding-left:2px;}
div.button > a.focused span.center{background-color:#4ba82e;}
div.button > a.focused span.right{background-color:#4ba82e;padding-right:2px;}

/*win button*/

div.winbutton{display:inline-block;height:24px;}
div.winbutton > a{display:block;float:left;height:24px;text-decoration:none;min-width:60px;cursor:default}
div.winbutton > a span{display:block;float:left;height:24px;text-align:center;}

div.winbutton > a.enabled span.center span.text, 
div.winbutton > a.focused span.center span.text{min-width:60px;height:18px;margin:5px 5px 0 5px;font:bold 11px tahoma, geneva, sans-serif;color:#373737;}

div.winbutton > a.disabled span.center span.text{min-width:60px;height:18px;margin:5px 5px 0 5px;font:bold 11px tahoma, geneva, sans-serif;color:#b8b8b8;}

div.winbutton > a.enabled{background: url(img/winbutton/left.png) no-repeat 0% 0%;padding-left:2px;}
div.winbutton > a.enabled span.center{background: url(img/winbutton/center.png) repeat-x 0% 0%;}
div.winbutton > a.enabled span.right{background: url(img/winbutton/right.png) no-repeat 0% 0%;padding-right:2px;}

div.winbutton > a.disabled{background: url(img/winbutton/left.png) no-repeat 0% 0%;padding-left:2px;}
div.winbutton > a.disabled span.center{background: url(img/winbutton/center.png) repeat-x 0% 0%;}
div.winbutton > a.disabled span.right{background: url(img/winbutton/right.png) no-repeat 0% 0%;padding-right:2px;}

div.winbutton > a.focused{background: url(img/winbutton/left.png) no-repeat 0% 50%;padding-left:2px;}
div.winbutton > a.focused span.center{background: url(img/winbutton/center.png) repeat-x 0% 50%;}
div.winbutton > a.focused span.right{background: url(img/winbutton/right.png) no-repeat 0% 50%;padding-right:2px;}
