﻿
#ctl00_Content_ucInstructor_GridView2 td input[type="text"] {
	width:100px;
}

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;
}

.AccountFiles, .AccountFreeModules, .AccountRegCodes, .AccountCompletionReport, .AccountOrders, .AccountEditAccount, .AccountHighScore, .AccountButton, .AccountBadges {
    background-color:#482e1f;
    color:#ffffff;
}
    .AccountFiles:hover, .AccountFreeModules:hover, .AccountRegCodes:hover, .AccountCompletionReport:hover, .AccountOrders:hover, .AccountEditAccount:hover, .AccountHighScore:hover, .AccountButton:hover, .AccountBadges:hover {
text-decoration:none;
    color:#ffffff;
background-color:#482e1f;
    }

.AccountButton:hover h5, .AccountButton:hover p {
	color:rgb(229, 167, 19) !important;
}

.MyAccountIcon {
    color: #ffffff;
}

.course-container, .files-container, .modules-container {
    border-bottom: solid 1px #cccccc;
}

.bread-crumb {
	display:block;
	float:left;
}

.accountLinks {
	margin-top:17px;
	float:right;
}

.page-top h1, .page-top h2 {
	float:none;
}

table tbody th {
	color:#fff;
}

.button {
    padding: 12px 25px;
    background-color: #E5A713 !important;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
}

#ctl00_Content_ucCartPayment_trComments {
	display:none;
}

#ctl00_Content_Literal11 {
	display:block !important;
	width:auto !important;
}

#search-form {
float:right;
margin-left:20px;
margin-top:-4px;
}

input.submit {
border:none;
}

#search-text {
    background-color: #fff;
    padding: 4px;
    border: solid 1px #dedede;
    outline: none;
    font-weight: 400;
    color: #3a3c41;
}

#search-submit {
    background: url(../Images/search-submit.png) center no-repeat;
    width: 12px;
    height: 12px;

    z-index: 999;
    border: none;
    outline: none;
    padding: 0;
}

img {
	max-width:unset !important;
}

.externaltrainingtable input[type=text] {
	width:120px;
	padding:6px !important;
}