﻿input[type=text], input[type=password], textarea, select {
    border: solid 1px #cccccc;
}

th {
    background-color:#777777;
    color: #ffffff;
}
    th a {
        color: #ffffff;
    }
        th a:hover {
            color: #ffffff;
        }

table, .Login, .DataGrid, #ctl00_Content_dlCalendar, .carttable, .payment, .GridView, .tableStatic {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.TableAlternating {
    background-color: #f5f5f5;
}

.button {
    border:solid 1px #cccccc;
    background-color:#f5f5f5;
}

.payment {
    background-color: #f5f5f5;
}

.BillingInfoHeader {
    background-color: #f5f5f5;
}

td.NewUser {
    background-color: #f5f5f5;
}

.ProductSubCatsItem {
    border: solid 2px #cccccc;
    background-color: #f5f5f5;
}

.ProductSubCatsItemImg {
    border:solid 1px #cccccc;
}

.AccountRegCodes,
.AccountOrders,
.AccountFreeModules,
.AccountCompletionReport,
.AccountFiles,
.Instructor,
.AccountForum,
.AccountBadges,
.AccountLeaderboard,
.AccountSavedPayments,
.AccountEditAccount,
.AccountHighScore,
.AccountButton {
    background-color:#777777;
    color:#ffffff;
}

.AccountRegCodes:hover,
.AccountOrders:hover,
.AccountFreeModules:hover,
.AccountCompletionReport:hover,
.AccountFiles:hover,
.Instructor:hover,
.AccountForum:hover,
.AccountBadges:hover,
.AccountLeaderboard:hover,
.AccountSavedPayments:hover,
.AccountEditAccount:hover,
.AccountHighScore:hover,
.AccountButton:hover
{
}

.MyAccountIcon {
    color: #ffffff;
}

.course-container, .files-container, .modules-container {
    border-bottom: solid 1px #cccccc;
}