/*
 * Simple Web Buttons
 *
 * The CSS3 version of the Simple Web Buttoms designed by Orman Clark http://www.premiumpixels.com/
 * Author: Raspo http://tommasoraspo.com/
 * 
 * HTML Markup required:
 * A simple anchor with a class of 'button' and a second class to indicate the color
 * 
 * i.e. <a href="#" class="button blue"></a>
 *
 * 10 colors available: white, grey, pink, orange, green, blue, purple, teal, darkblue, black
 *
 */



.quoll_button{
    display: inline-block !important;
    text-decoration: none !important;
    font: bold 12px/12px HelveticaNeue, Arial !important;
    padding: 8px 11px !important;
    color: #555 !important;
    border: 1px solid #dedede !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.quoll_button.white{
    background: #f5f5f5 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0) !important;
    border-color: #dedede #d8d8d8 #d3d3d3 !important;
    color: #555 !important;
    text-shadow: 0 1px 0 #fff !important;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb !important;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb !important;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb !important;
}
.quoll_button.white:hover{
    background: #f4f4f4 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8) !important;
    border-color: #c7c7c7 #c3c3c3 #bebebe !important;
    text-shadow: 0 1px 0 #fdfdfd !important;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3 !important;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3 !important;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3 !important;
}

.quoll_button.grey{
    background: #bdbdbd !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae) !important;
    border-color: #b5b5b5 #a1a1a1 #8f8f8f !important;
    color: #555 !important;
    text-shadow: 0 1px 0 #d4d4d4 !important;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7 !important;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7 !important;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7 !important;
}
.quoll_button.grey:hover{
    background: #c2c2c2 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2) !important;
    border-color: #989898 #8e8e8e #878787 !important;
    text-shadow: 0 1px 0 #dadada !important;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc !important;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc !important;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc !important;
}

.quoll_button.pink{
    background: #f67689 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #f78297, #f56778) !important;
    border-color: #df6f8b #da5f75 #d55061 !important;
    color: #913944 !important;
    text-shadow: 0 1px 0 #f89ca9 !important;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1 !important;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1 !important;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1 !important;
}
.quoll_button.pink:hover{
    background: #f67c90 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #f56c7e, #f78297) !important;
    border-color: #c36079 #c25669 #c14e5c !important;
    text-shadow: 0 1px 0 #f9a6b4 !important;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e !important;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e !important;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e !important;
}

.quoll_button.orange{
    background: #fecc5f !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a) !important;
    border-color: #f5b74e #e5a73e #d6982f !important;
    color: #996633 !important;
    text-shadow: 0 1px 0 #fedd9b !important;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395 !important;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395 !important;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395 !important;
}
.quoll_button.orange:hover{
    background: #fecb5e !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #fec354, #fecd61) !important;
    border-color: #d29a3a #cc9436 #c89133 !important;
    text-shadow: 0 1px 0 #fee1a0 !important;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e !important;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e !important;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e !important;
}

.quoll_button.green{
    background: #b7d770 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57) !important;
    border-color: #adc671 #98b65b #87aa4a !important;
    color: #5d7731 !important;
    text-shadow: 0 1px 0 #cfe5a4 !important;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4 !important;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4 !important;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4 !important;
}
.quoll_button.green:hover{
    background: #b9d972 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #b8d872, #b9d972) !important;
    border-color: #8bb14d #83a648 #7d9e45 !important;
    text-shadow: 0 1px 0 #d5e8aa !important;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295 !important;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295 !important;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295 !important;
}

.quoll_button.blue{
    background: #92dbf6 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #abe4f8, #6fcef3) !important;
    border-color: #8dc5da #76b7cf #63abc7 !important;
    color: #42788e !important;
    text-shadow: 0 1px 0 #b6e6f9 !important;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa !important;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa !important;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa !important;
}
.quoll_button.blue:hover{
    background: #92dbf6 !important;
    border-color: #7caec0 #68a3ba #5a9cb5 !important;
    text-shadow: 0 1px 0 #bee9fa !important;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8 !important;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8 !important;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8 !important;
}

.quoll_button.purple{
    background: #dfaeda !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #e8c4e4, #d494ce) !important;
    border-color: #bc9db9 #ad89aa #a1799d !important;
    color: #7b5777 !important;
    text-shadow: 0 1px 0 #eacae6 !important;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb !important;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb !important;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb !important;
}
.quoll_button.purple:hover{
    background: #e0b1db !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #deabd9, #e0b1db) !important;
    border-color: #a482a0 #9b7897 #947090 !important;
    text-shadow: 0 1px 0 #ecd0e9 !important;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc !important;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc !important;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc !important;
}

.quoll_button.teal{
    background: #9cedef !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #b7f2f4, #7ce7ea) !important;
    border-color: #90c6c8 #78bdc0 #65b6ba !important;
    color: #437b7d !important;
    text-shadow: 0 1px 0 #bef3f5 !important;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7 !important;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7 !important;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7 !important;
}
.quoll_button.teal:hover{
    background: #9fedf0 !important;
    border-color: #7db9bb #6bb2b5 #5dacaf !important;
    text-shadow: 0 1px 0 #c5f4f6 !important;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4 !important;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4 !important;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4 !important;
}

.quoll_button.darkblue{
    background: #a5b8c6 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #becbd6, #88a1b4) !important;
    border-color: #a2afb8 #8696a1 #6f818f !important;
    color: #515f6a !important;
    text-shadow: 0 1px 0 #c4d0d9 !important;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0 !important;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0 !important;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0 !important;
}
.quoll_button.darkblue:hover{
    background: #adbfcb !important;
    border-color: #8996a0 #798791 #6c7a85 !important;
    text-shadow: 0 1px 0 #ced9e0 !important;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8 !important;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8 !important;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8 !important;
}

.quoll_button.black{
    background: #525252 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343') !important; /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)) !important; /*  WebKit */
    background: -moz-linear-gradient(top,  #5e5e5e, #434343) !important;
    border-color: #4c4c4c #313131 #1f1f1f !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #2e2e2e !important;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686 !important;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686 !important;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686 !important;
}
.quoll_button.black:hover{
    background: #5a5a5a !important;
    border-color: #2c2c2c #1c1c1c #101010 !important;
    text-shadow: 0 1px 0 #363636 !important;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383 !important;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383 !important;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383 !important;
}
