﻿body {

}

a {
    outline: none;
    text-decoration: none;
}

    a:link {
        color: #BCBEC0;
    }

    a:visited {
        color: #BCBEC0;
    }

    a:focus {
        color: #E87D1E;
    
    }

    a:hover {
        color: #E87D1E;
    }

    a:active {
        color: #E87D1E;
    }

.loginstyle {
    color:#E87D1E;
}
.RadButton.rbRounded.css3Simple {
    border-radius: 5px;
}

.demo-container.size-custom {
    width: 700px;
    height: 580px;
}

div.notif-container {
    margin: 40px auto;
    padding: 0;
    border: none;
    background-image: url(Images/RadNotification-Overview-Light.png);
}

.background-black .demo-container,
.background-blackmetrotouch .demo-container,
.background-glow .demo-container,
.background-office2010black .demo-container {
    background-image: url(Images/RadNotification-Overview-Dark.png);
}

div.RadNotification_MetroTouch .rnTitleBarTitle,
div.RadNotification_BlackMetroTouch .rnTitleBarTitle,
div.RadNotification_Silk.RadNotification .rnTitleBarTitle,
div.RadNotification_Glow.RadNotification .rnTitleBarTitle {
    width: 80%;
}


