﻿:root {
    /*--primary-color: #14508c;
    --primary-color-darker: #1a4bc7;
    --primary-color-lighter: #2160ff;
    --secondary-color: #e57f1c;
    --alternate-row-color: #cccccc;
    --data-border-color: #cccccc;
    --nav-text: white;
    --nav-hover-text: white;
    --nav-sub-text: #999;
    --nav-sub-background-color: #ffffff;
    --nav-sub-hover: #ccc;
    --nav-sub-text-hover: black;
    --nav-pill-text: #999;
    --heading-color: #14508c;
    --text-color: #333333;
    --lc-text-size: 16px;
    --breadcrumb-color: #fff;*/
    --link-color: #0176c8;
    /*--primary-text-color: #fff;
    --lc-text-size-menu: 16px;*/
}

.is-wrapper .is-box .is-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.is-container {
    padding: 0 10px;
}

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 {
}

.payment {

}

.BillingInfoHeader {

}

td.NewUser {

}

.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 {
width:auto;
}

.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
{
text-decoration:none !important;
}

.MyAccountIcon {
    color: #ffffff;
}

.course-container, .files-container, .modules-container {
    border-bottom: solid 1px #cccccc;
}