/* 
 Released SpireVersion 1.0
 @Author Priya.S
*/

/* for spire/widget/TableWidget*/
.field-_delete{ /* checkbox */
    width: 20px;
}

.AClass:link { text-decoration: none; padding:5px}
.AClass:visited { text-decoration: none;padding:5px}
.AClass:active {  text-decoration: none;padding:5px}
.AClass:hover { background-color: #ACD7FF; text-decoration: none;padding:5px}

.field-_duplicate{ /* checkbox */
    width: 24px;
}
/* end spire/widget/TableWidget*/

/* for spire/widget/ToolBarMenu*/
.menuButtonStyle{
    -moz-box-shadow: 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color:#f9f9f9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    color:#666666;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
    padding:3px 5px;
    text-decoration:none;
    text-shadow:0px -1px 17px #ffffff;
}.menuButtonStyle:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color:#e9e9e9;
}.menuButtonStyle:active {
    position:relative;
    top:1px;
}
/* end spire/widget/ToolBarMenu*/