﻿/*ul.buttonList .azure a span {
    padding-left: 45px;
    background: url('images/azure-login.png') no-repeat 6px 7px;
}
ul.buttonList .azure a:after {
    position: absolute;
    left: 35px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(255,255,255,0.3);
}*/


/*AZURE*/
ul.buttonList li.azure a {
    /*background: #00abec url(images/azure-bg.png) repeat-x;*/
}
ul.buttonList .azure a {
    color: #fff;
    /*text-shadow: 0px -1px 0px rgba(0,0,0,0.4);*/
    /*border-color: #3d82a0;*/ /* dark teal blue */
    /*background-position: 0;*/
    background-color: #0086D1;
}
ul.buttonList .azure a:hover {
    color: #fff;
    /*border-color: #3d82a0;*/ /* dark teal blue */
    /*text-shadow: 0px -1px 0px rgba(0,0,0,0.4);*/
    /*background-position: 0 -50px;*/
    background-color: #0288D1;
}
ul.buttonList .azure a:active {
    /*background-position: 0 -100px;*/
    /*border-color: #3d82a0;*/ /* dark teal blue */
    background-color: #0086D1;
}
ul.buttonList .azure a.simple, ul.buttonList .azure a.simple:hover, ul.buttonList .azure a.simple:active {
    color: #ccc;
    background-color: transparent;
}
