/*	--------------------------------------------------
	Buttons Start
	-------------------------------------------------- */

.awesome, .awesome:visited {
    background: #222 url('../img/alert-overlay.png') repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);

    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
}
.awesome:hover {
    background-color: #111;
    color: #fff;
}
.awesome:active {
    top: 1px;
}
.small.awesome, .small.awesome:visited {
    font-size: 12px;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -khtml-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -o-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome, .large.awesome:visited {
    font-size: 16px;
    padding: 8px 14px 9px;
}
.green.awesome, .green.awesome:visited {
    background-color: #91bd09;
}
.green.awesome:hover {
    background-color: #749a02;
}

.deepgreen.awesome, .green.awesome:visited {
    background-color: #5bb302;
}
.deepgreen.awesome:hover {
    background-color: #418102;
}

.blue.awesome, .blue.awesome:visited {
    background-color: #2daebf;
}
.blue.awesome:hover {
    background-color: #007d9a;
}

.deepblue.awesome, .blue.awesome:visited {
    background-color: #0047b4;
}
.deepblue.awesome:hover {
    background-color: #003381;
}

.red.awesome, .red.awesome:visited {
    background-color: #e33100;
}
.red.awesome:hover {
    background-color: #872300;
}

.darkred.awesome, .red.awesome:visited {
    background-color: #a10000;
}
.darkred.awesome:hover {
    background-color: #6E0000;
}

.deepred.awesome, .red.awesome:visited {
    background-color: #E80000;
}
.deepred.awesome:hover {
    background-color: #B50000;
}

.magenta.awesome, .magenta.awesome:visited {
    background-color: #a9014b;
}
.magenta.awesome:hover {
    background-color: #630030;
}

.violet.awesome, .magenta.awesome:visited {
    background-color: #bc038a;
}
.violet.awesome:hover {
    background-color: #9a0274;
}

.orange.awesome, .orange.awesome:visited {
    background-color: #ff5c00;
}
.orange.awesome:hover {
    background-color: #d45500;
}

.yellow.awesome, .yellow.awesome:visited {
    background-color: #ffb515;
}
.yellow.awesome:hover {
    background-color: #fc9200;
}

.gray.awesome, .yellow.awesome:visited {
    background-color: #6c6c6c;
}
.gray.awesome:hover {
    background-color: #535353;
}

.darkgray.awesome, .yellow.awesome:visited {
    background-color: #4f4f4f;
}
.darkgray.awesome:hover {
    background-color: #363636;
}

.black.awesome, .yellow.awesome:visited {
    background-color: #363636;
}
.black.awesome:hover {
    background-color: #101010;
}
.liBtn { padding-top: 12px; margin-left: 7px; }
.aBtn, .bBtn, .xBtn { margin: 0 7px; }

/*	--------------------------------------------------
	Buttons Ende
	-------------------------------------------------- */