.newbtn-box {
    display: block;
    width: 197px;
    border: 1px solid #E4E4E4;
    margin: 0px auto 7px;
    padding: 4px;
}

.newbtn-box, .newbtn-box:before, .newbtn-box:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.newbtn {
    display: block;
    color: #F2F5F1;
    text-shadow: #8B8B8B 0px 1px 0;
    text-decoration: none;
    font-family: 'Arial Regular', arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 6px 8px 4px 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newbtn:hover {
    color: #F2F5F1;
    text-decoration: none;
}

.newbtn span {
    margin-left: 4px;
}

.btn-green {
    background: #6ec658; /* Old browsers */
    background: -moz-linear-gradient(top, #6ec658 0%, #66b951 53%, #5db048 54%, #5db048 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ec658), color-stop(53%, #66b951), color-stop(54%, #5db048), color-stop(100%, #5db048)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6ec658 0%, #66b951 53%, #5db048 54%, #5db048 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6ec658 0%, #66b951 53%, #5db048 54%, #5db048 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6ec658 0%, #66b951 53%, #5db048 54%, #5db048 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6ec658 0%, #66b951 53%, #5db048 54%, #5db048 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec658', endColorstr='#5db048', GradientType=0); /* IE6-9 */
}

.btn-orange {
    background: #f39404; /* Old browsers */
    background: -moz-linear-gradient(top, #f1b253 0%, #efa22c 53%, #f39404 54%, #f39404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1b253), color-stop(53%, #efa22c), color-stop(54%, #f39404), color-stop(100%, #f39404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1b253 0%, #efa22c 53%, #f39404 54%, #f39404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1b253 0%, #efa22c 53%, #f39404 54%, #f39404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1b253 0%, #efa22c 53%, #f39404 54%, #f39404 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1b253 0%, #efa22c 53%, #f39404 54%, #f39404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b253', endColorstr='#f39404', GradientType=0); /* IE6-9 */
}

.button-container {
    width: 100%;
    padding: 16px 0;
}

.button-container .button-holder {
    float: right;
}

.pia-dashboard-button,
.moduleItems .pia-dashboard-button {
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    background: #066caa; /* Old browsers */
    background: -moz-linear-gradient(top, #066caa 0%, #0e72b0 11%, #1272af 13%, #1578b1 20%, #1d7db9 27%, #2382bc 36%, #2382ba 38%, #2483bd 39%, #2382bc 68%, #2180b8 74%, #227fba 78%, #1f7dba 86%, #1c7fb8 88%, #1b7bb7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #066caa), color-stop(11%, #0e72b0), color-stop(13%, #1272af), color-stop(20%, #1578b1), color-stop(27%, #1d7db9), color-stop(36%, #2382bc), color-stop(38%, #2382ba), color-stop(39%, #2483bd), color-stop(68%, #2382bc), color-stop(74%, #2180b8), color-stop(78%, #227fba), color-stop(86%, #1f7dba), color-stop(88%, #1c7fb8), color-stop(100%, #1b7bb7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #066caa 0%, #0e72b0 11%, #1272af 13%, #1578b1 20%, #1d7db9 27%, #2382bc 36%, #2382ba 38%, #2483bd 39%, #2382bc 68%, #2180b8 74%, #227fba 78%, #1f7dba 86%, #1c7fb8 88%, #1b7bb7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #066caa 0%, #0e72b0 11%, #1272af 13%, #1578b1 20%, #1d7db9 27%, #2382bc 36%, #2382ba 38%, #2483bd 39%, #2382bc 68%, #2180b8 74%, #227fba 78%, #1f7dba 86%, #1c7fb8 88%, #1b7bb7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #066caa 0%, #0e72b0 11%, #1272af 13%, #1578b1 20%, #1d7db9 27%, #2382bc 36%, #2382ba 38%, #2483bd 39%, #2382bc 68%, #2180b8 74%, #227fba 78%, #1f7dba 86%, #1c7fb8 88%, #1b7bb7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #066caa 0%, #0e72b0 11%, #1272af 13%, #1578b1 20%, #1d7db9 27%, #2382bc 36%, #2382ba 38%, #2483bd 39%, #2382bc 68%, #2180b8 74%, #227fba 78%, #1f7dba 86%, #1c7fb8 88%, #1b7bb7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#066caa', endColorstr='#1b7bb7', GradientType=0); /* IE6-9 */
}

.pia-button-link,
.pia-button {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #046EAF;
    font-weight: bold;
    font-size: 13px;
    height: 22px;
    padding: 1px 5px;
    cursor: pointer;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 26%, #eeeeee 74%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(26%, #fcfcfc), color-stop(74%, #eeeeee), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 26%, #eeeeee 74%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 26%, #eeeeee 74%, #eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 26%, #eeeeee 74%, #eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 26%, #eeeeee 74%, #eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
}

a.pia-button {
    text-decoration: none;
    margin-right: 4px;
    display: inline-block;
    height: 18px;
}

.pia-button-link {
    text-decoration: none;
    margin-right: 4px;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    height: inherit;
}
.pia-button-link:hover{
    text-decoration: none;
}

.moduleContainer .pia-button {
    font-size: 11px;
    text-align: left;
    padding-left: 6px;
    border-radius: 4px;
    height: 17px;
}

.moduleContainer a.pia-button {
    line-height: 1.1em;
    height: 14px;
}

#treeitem .pia-button {
    font-size: 11px;
    font-weight: normal;
}

.pia-button.red {
    color: #CE3402;
}

.pia-button.green {
    color: #4E9F39;
}

.pia-button.orange {
    color: #ff8a00;
}

.pia-button:disabled,
.pia-button.disabled {
    color: #d7d7d7;
}

.pia-button.back {
    color: #666666;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

#treeitem a.pia-button {
    height: 15px;
    line-height: 16px;
}
