﻿td.adminloginbox { background-image: url('Images/adminloginbox.jpg'); background-repeat: no-repeat; background-position: left top; }

td.adminbg { background-color: #124070; padding: 10px; }
td.adminpanelcontainer { background-color: #ffffff; border: solid 4px #055cc8; border-radius: 10px; padding: 10px;}

td.todolist 
{
    border: solid 1px #CACACA;
    border-radius: 2px;
    background: #f6f8f9;
    background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 94%, #d7dee3 95%, #e6eef7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(94%,#e5ebee), color-stop(95%,#d7dee3), color-stop(100%,#e6eef7));
    background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 94%,#d7dee3 95%,#e6eef7 100%);
    background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 94%,#d7dee3 95%,#e6eef7 100%);
    background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 94%,#d7dee3 95%,#e6eef7 100%);
    background: linear-gradient(top,  #f6f8f9 0%,#e5ebee 94%,#d7dee3 95%,#e6eef7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#e6eef7',GradientType=0 );
}

.adminwelcome 
{
    color: #000000;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
    background: #ffd65e;
    background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04));
    background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
    background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
    background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
    background: linear-gradient(top,  #ffd65e 0%,#febf04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
}