﻿/* COURSEWEBS - CART */

html
{
	height:100%;
}

body 
{
	font-family: Arial, Serif; 
	font-size:13px;
	color: #333333;
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #d0d1d7;
}

body.clsPopup
{
	background-color:White;
	padding:0px;
	margin:0px;
}

td.rightCheck .clsLSDCBCheckCell
{
	padding-right:5px;
}

span.clsHelp
{
	width:16px;
	background-image: url(_images_/header_help.png);
}

div.clsAccountDeactivated
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.ppCheckout
{
	/*display:none;*/
}

.clsContent
{
	width:1000px;
	margin: 0px auto 0px auto;
	background-color:White;
	border-left: solid 2px #EEEEEE;
	border-right: solid 2px #EEEEEE;
	overflow:auto;
	overflow-y:hidden !important;	/* IE7 */
	overflow-y:visible;		/* IE6 */
	min-height: 100%;
	height:auto	!important; /* modern browsers */
	height:100%;		/* IE */
}

a.clsCW:link
{
    color: blue;
    text-decoration: none;
    padding: 1px 2px 1px 2px;
}
a.clsCW:visited
{
    color: blue;
    text-decoration: none;
}
a.clsCW:hover
{
    color: white;
    text-decoration: none;
    background:	#FF8500;
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
}

a.clsCW_Selected:link
{
    color: white;
    text-decoration: none;
    background:	#FF8500;
}
a.clsCW_Selected:visited
{
    color: white;
    text-decoration: none;
    background:	#FF8500;
}
a.clsCW_Selected:hover
{
    color: white;
    text-decoration: none;
    background:	#FF8500;
}

a.clsAddToCart:link
{
}

a.clsAddToCart:visited
{
}

a.clsAddToCart:hover
{
}

td.clsLabel
{
	color: #635452; 
	background: #f3f3f3;
	text-align:right;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
}

td.clsInput
{
	text-align:left;
}

label.clsLabel
{
	cursor:pointer;
}

th.clsAlert, div.clsAlert
{
	color: #f8fa2a; 
	background: #326598; 
	font-weight: bold; 
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

th.clsNormal
{
	font-family: Verdana,Arial,Helvetica;
    color: #ffffff;
    background: #014360;
    font-size: large;
    
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // HEADER SECTION ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.clsHeaderSection
{
	background:#ffffff url(../logo.png) no-repeat scroll center 12px;
}
.clsInnerHeader
{
	padding:10px;
	height:96px;
}

.clsLoginInfo
{
	text-align:right;
	font-size:11px;
	color: #333333;
	font-weight:bold;	
}

.clsCustomHeader
{
	display:none;
}

.clsHeaderText
{
	text-align:center;
	margin: 0px auto 0px auto;
	font-size:x-large;
	font-weight:bold;
	display:none;
}

.clsDividerBar
{
	margin: 0px 0px 10px 0px;
	background-color:rgb(223,197,156);
	width: 100%;
	line-height: 35px;
	vertical-align:central;
}

.clsDividerBar a.clsCW, .clsDividerBar a.clsCW:link, .clsDividerBar a.clsCW:visited 
{
	color:white;
	text-decoration:underline;
}

.clsDividerBar a.clsCW:hover
{
	/*background-color:rgb(110,199,145);*/
	background-color:rgb(0,173,239);
}

#spanLoginName
{
	font-weight:bold;
	margin-left:5px;
}

a.clsDisabled, a.clsDisabled:hover
{
	color: #c0c0c0;
	cursor:default;
	text-decoration:none;
}

.clsDividerBar a.clsDisabled .clsDividerBar clsDisabled:hover
{
}

td.clsHeaderControlsCell
{
	height:27px;
	color:white;
}

td.clsHeaderControlsCell span
{
	color:white;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // CONTENT SECTION - CATALOG ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#divFilter
{
	width:156px;
	white-space: nowrap;
	overflow:auto;
	overflow-y:hidden;
	margin:auto;
}

#divOuterFilter
{
	padding-left:10px;
	padding-right:10px;
	border-right:solid 1px #a0a0a0;
	margin-bottom:10px;
}

#divList
{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#divCalendarFooter
{
	margin-top:10px;
	text-align:center;
}

#divCalendar
{
	background-color:#d0d0d0;
	border:solid 2px gray;
	padding:10px;
}

#txtSearch
{
	margin:0px;
	width:110px;
}

#imgSearch
{
	cursor:pointer;
	margin-left:5px;
}

a.clsOptionSelected:link, a.clsOptionSelected:visited 
{
    color: #333333;
  	background: url(../_images_/icon-link.gif) left no-repeat; 
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0 3px 1px 12px;
}

a.clsOptionSelected:hover
{
    color: #FF8500;
    text-decoration: underline
}

a.clsOptionUnselected:link, a.clsOptionUnselected:visited 
{
    color: #333333;
	cursor:pointer;
	font-size:12px;
	text-decoration:none;
	padding:0 3px 1px 12px;
}

a.clsOptionUnselected:hover
{
    color: #FF8500;
    text-decoration: underline
}

a.clsOptionsHeader:link, a.clsOptionsHeader:visited
{
	font-size:12px;
	text-decoration:none;
    color: #333333;
    padding:0 3px 1px 12px;
}

a.clsOptionsHeader:hover
{
    color: #FF8500;
    text-decoration: underline;
}

a.clsOptionsHeaderSelected:link, a.clsOptionsHeaderSelected:visited 
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
    color: #333333;
  	background: url(../_images_/icon-link.gif) left no-repeat; 
    padding:0 3px 1px 12px;
}

a.clsOptionsHeaderSelected:hover
{
    color: #FF8500;
    text-decoration: underline
}

span.clsOptionsHeader
{
	font-size:12px;
	font-weight:bold;
    color: #333333;
}

td.clsCatalogTableMain
{
}

td.clsCatalogCell_Category
{
	font-size:20px;
	text-align:left;
	padding-bottom:20px;
	font-weight:bold;
}

td.clsCatalogCell_CourseID
{
	text-align:left;
	vertical-align:top;
	padding-right:40px;
}

td.clsCatalogCell_Main_NoSchedule
{
	text-align:left;
	width:100%;
	vertical-align:top;
	padding-right:40px;
	padding-bottom:30px;
}

td.clsCatalogCell_Main_Schedule
{
	text-align:left;
	width:100%;
	vertical-align:top;
	padding-right:40px;
}

span.clsCatalogCell_Main_Name
{
	font-weight:bold;
}

span.clsCatalogCell_Main_Description
{
	
}

span.clsCatalogCell_Main_PriceDesc
{
}

span.clsCatalogCell_Main_CreditsDesc
{
}

span.clsCatalogCell_Main_Schedule
{
}

div.clsCatalogCell_Main_Schedule
{
	text-align:left;
	width:100%;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:30px;
}

td.clsCatalogCell_Buttons
{
	vertical-align:top;
	white-space:nowrap;
}

table.clsSchedule
{
	border-left:solid 1px #EEEEEE;
	border-top:solid 1px #EEEEEE;
}

tr.clsScheduleHeader
{
	background-color:rgb(110,199,145);
	color: white;
	font-weight:bold;
	cursor:default;
}

tr.clsScheduleHeader td
{
	padding-top:5px;
	padding-bottom:5px;
}

tr.clsSchedule_Row
{
	cursor:default;
}

tr.clsSchedule_RowAlternate
{
	background-color:#f3f3f3;
	cursor:default;
}

tr.clsSchedule_Row:hover, tr.clsSchedule_RowAlternate:hover
{
	/*background-color:#ebebeb;*/
	background-color:rgba(0,173,239, 0.1);
}

td.clsSchedule_CellSection
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	text-align:left;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_CellDate
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_CellTime
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_CellDays
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	text-align:right;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_CellPrice
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	text-align:right;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_CellLocation
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_CellInstructor
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	font-size:11px;
}

td.clsSchedule_CellSeats
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	text-align:center;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_MinPart
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	text-align:right;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_CellNotes
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	text-align:center;
	font-size:11px;
	white-space:nowrap;
}

td.clsSchedule_CellLinks
{
	padding: 2px 5px 2px 5px;
	border-right:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	text-align:center;
	font-size:11px;
	white-space:nowrap;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // POPUP SCREENS/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

body.popupBody
{
	background-color:White;
	height:auto;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // CART POPUP ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

div.clsCartPopup
{
	margin:10px;
}

#divCartPopupProgress
{
	margin:50px auto 0px auto;
	text-align:center;
}

#divCartLinks
{
	margin-top:10px;
	text-align:center;
}

#divCartPopupCartContents
{
}

table.clsCartPopupCartContents
{
	width:100%;
}

tr.clsCartPopupCartHeader
{
	background-color:rgb(110,199,145);
	color: #635452;
	font-weight:bold;
	cursor:default;
}
tr.clsCartPopupCartHeader td
{
	padding: 10px 5px 10px 5px;
	color:white;
	font-size:14px;
}

tr.clsCartPopupCartRow
{
	cursor:default;
}

tr.clsCartPopupCartRow_Alternate
{
	cursor:default;
}

tr.clsCartPopupCartRow td, tr.clsCartPopupCartRow_Alternate td
{
	padding: 7px 5px 7px 5px;
	font-size:13px;
}


tr.clsCartPopupCartRow:hover, tr.clsCartPopupCartRow_Alternate:hover
{
	/*background-color:#ebebeb;*/
	background-color:rgba(0,173,239, 0.1);
}

tr.clsCartPopupCartFooter td
{
	padding: 10px 5px 10px 5px;
	font-weight:bold;
	font-size:14px;
	cursor:default;
}

td.clsCartPopupCourseID
{
	font-size:12px;
}

td.clsCartPopupCourseName
{
	font-size:12px;
	width:100%;
}

td.clsCartPopupSection
{
	font-size:12px;
}

td.clsCartPopupDate
{
	font-size:12px;
}

td.clsCartPopupLocation
{
	font-size:12px;
}

td.clsCartPopupCoursePrice
{
	text-align:right;
	font-size:12px;
}

td.clsCartPopupCourseRemove
{
	text-align:center;
	font-size:12px;
}

* + html td.clsCartPopupCourseRemove	/*IE7 only; necessary because the link will partly be hidden because of the fact that the link has a padding set and hte name column is set to 100%.... IE doesn't like that.... */
{
	padding: 10px 18px 10px 5px;
	text-align:center;
}

* html td.clsCartPopupCourseRemove		/*Same hack, but for IE6*/
{
	padding: 10px 18px 10px 5px;
	text-align:center;
}

td.clsCartPopupCartTotal_Text
{
	text-align:right;
}

td.clsCartPopupCartTotal_Total
{
	text-align:right;
}

td.clsCartPopupCartTotal_Empty
{
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // CONTENT SECTION - REGISTRATION & PW RECOVERY  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.registrationBlock
{
	margin-top:50px;
}

.loginBox
{
	background-color:rgb(16,78,66);
	color:white;
	width:500px;
	padding-top:30px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	text-align:left;
}

.loginHeader
{
	font-size:32px;
	margin-bottom:25px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.createAccount
{
	font-size:14px;
	color:#e0e0e0;
	margin-top:7px;
}

.createAccount a, .createAccount a:visited
{
	color:white;
	margin-left:10px;
}

.loginControlsContainer
{
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

.loginLabel
{
	margin-bottom:5px;
	color:#e0e0e0;
}

.loginLabel label
{
	cursor:pointer;
}

.loginControl input
{
	width:100%;
	font-size:16px;
	padding:6px;
	border:none;
	box-sizing:border-box;
}

.secondRow
{
	margin-top:20px;
}

.loginControlsContainer select
{
	width:100%;
	padding:5px;
	border:none;
	margin-top:30px;
}

input[type=button]
{
	color:white;
	background-color:rgb(110,199,145);
	padding:10px 25px 10px 25px;
	border:none;
	font-size:16px;
	font-weight:bold;
	margin-top:25px;
	cursor:pointer;
}

.loginControlsContainer input[type=button]
{
	float: left;
}

.recoverPassword
{
	float:left;
	margin-top:37px;
	margin-left:15px;
}

.recoverPassword a
{
	font-size:14px;
	color:#e0e0e0;
	text-decoration:none;
}

.recoverPassword a:visited
{
	color:#e0e0e0;
}

.recoverPassword a:hover
{
	text-decoration:underline;
}

.languages
{
	margin-top:40px;
	text-align:center;
}

.largeError
{
	padding:8px;
	margin-top:25px;
	margin-bottom:25px;
	background-color:rgba(255, 0, 0, 0.7);
	width:500px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	box-shadow: 2px 2px 4px rgb(85, 15, 15);
	line-height:18px;
	box-sizing:border-box;
	display:none;
	color:white;
}

.largeProgress
{
	float:right;
	width:24px;
	height:24px;
	background-image: url("../_images_/login_progress.gif");
	margin-top:35px;
	display:none;
}


div.loginControls
{
	text-align:center;
}

#divPWRecovery
{
	margin-bottom:20px;
	text-align:center;
	background-color:rgb(110,199,145);
	width:500px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	padding-top:15px;
	padding-bottom:15px;
}

td.clsProfileSectionHeader
{
	color: #635452;
	background: #eeeeee;
	text-align: left;
	padding: 10px 5px 2px 5px;
	white-space: normal;
	font-weight: bold;
	font-size: 13px;
}

table.clsProfileHeader
{
	margin-left:auto;
	margin-right:auto;
}

td.clsProfileHeader
{
	text-align:center;
	padding-top:0px;
	padding-bottom:20px;
}

.alreadyRegistered
{
	margin-top:10px;
}

.alreadyRegistered span
{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // CONTENT SECTION - INDIVIDUAL COURSE PAGE /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.clsScheduledCourseMsg
{
	text-align:center;
	font-style:italic;
}

div.clsCourseInfo
{
	margin:50px;
}

table.clsCourseInfo
{
	margin-left:auto;
	margin-right:auto;
}	

td.clsCourseInfo_IDIndicator
{
	font-size:18px;
	font-weight:bold;
	white-space:nowrap;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align:top;
}

td.clsCourseInfo_IDText
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	vertical-align:top;
}

td.clsCourseInfo_NameIndicator
{
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
	padding-right:10px;
	padding-bottom:5px;
	vertical-align:top;
}

td.clsCourseInfo_NameText
{
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	vertical-align:top;
}

td.clsCourseInfo_DescIndicator
{
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	padding-right:10px;
	padding-bottom:15px;
	vertical-align:top;
}

td.clsCourseInfo_DescText
{
	font-size:12px;
	padding-bottom:15px;
	vertical-align:top;
}

td.clsCourseInfo_PriceIndicator
{
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	padding-right:10px;
	vertical-align:top;
}

td.clsCourseInfo_PriceText
{
	font-size:12px;
	vertical-align:top;
}

td.clsCourseInfo_ScheduleIndicator
{
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	padding-right:10px;
	padding-top:5px;
	vertical-align:top;
}

td.clsCourseInfo_ScheduleText
{
	padding-top:5px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // CONTENT SECTION - CHECKOUT ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body.clsCVVInfo
{
	margin:10px;
	background-color:White;
}

div.clsCompleteEnrollment
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}

div.printedNotesCharge
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

div.printedNotesCharge div
{
	font-weight:bold;
	text-align:center;
	margin-top:25px;
}

div.clsAboutToEnroll
{
	text-align:center;
	margin-top:20px;
}

div.clsCheckoutTable
{
	padding-left:50px;
	padding-right:50px;
}

div.clsInvalidCouponCode
{
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	color:Red;
}

table.clsCheckoutTable
{
	margin: 10px auto 20px auto;
}

tr.clsCheckoutTable_Row_Header
{
	background-color:rgb(110,199,145);
	color: white;
	font-weight:bold;
	cursor:default;
}

tr.clsCheckoutTable_Row_Header td
{
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}

tr.clsCheckoutTable_Row
{
	cursor:default;
}

tr.clsCheckoutTable_Row_Alternate
{
	cursor:default;
}

tr.clsCheckoutTable_Row td, tr.clsCheckoutTable_Row_Alternate td
{
	padding-top:7px;
	padding-bottom:7px;
	font-size:13px;
}

tr.clsCheckoutTable_Row:hover, tr.clsCheckoutTable_Row_Alternate:hover
{
	/*background-color:#ebebeb;*/
	background-color:rgba(0,173,239, 0.1);
}

td.clsCheckoutTable_Cell_ID
{
	padding: 4px 10px 4px 5px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

td.clsCheckoutTable_Cell_Name
{
	padding: 4px 10px 4px 10px;
	text-align:left;
	vertical-align:middle;
}

td.clsCheckoutTable_Cell_Credits
{
	padding: 4px 10px 4px 10px;
	text-align:right;
	vertical-align:middle;
}

td.clsCheckoutTable_Cell_Description
{
	padding: 4px 10px 4px 10px;
	text-align:left;
	vertical-align:middle;
}

td.clsCheckoutTable_Cell_Section
{
	padding: 4px 10px 4px 10px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

td.clsCheckoutTable_Cell_Date
{
	padding: 4px 10px 4px 10px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

td.clsCheckoutTable_Cell_Location
{
	padding: 4px 10px 4px 10px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

td.clsCheckoutTable_Cell_Price
{
	padding: 4px 10px 4px 10px;
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
}

td.clsCheckoutTable_Cell_Validate
{
	padding: 4px 10px 4px 10px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

td.clsCheckoutTable_Cell_Remove
{
	padding: 4px 10px 4px 10px;
	vertical-align:middle;
	white-space:nowrap;
}

td.clsCheckoutTable_Cell_SubTotal_Indicator,td.clsCheckoutTable_Cell_PrintedNotes_Indicator, td.clsCheckoutTable_Cell_LateRegFees_Indicator, td.clsCheckoutTable_Cell_StateTaxes_Indicator
{
	padding-top:5px;
	font-weight:normal;
	text-align:right;
}

td.clsCheckoutTable_Cell_SubTotal_Indicator hr
{
	border: solid 1px black;
}

td.clsCheckoutTable_Cell_SubTotal_Text, td.clsCheckoutTable_Cell_PrintedNotes_Text, td.clsCheckoutTable_Cell_LateRegFees_Text, td.clsCheckoutTable_Cell_Indicator_Text
{
	padding-top:5px;
	font-weight:normal;
	text-align:right;
}

td.clsCheckoutTable_Cell_SubTotal_Text hr
{
	border: solid 1px black;
	margin-left:5px;
}

td.clsCheckoutTable_Cell_Discount_Indicator
{
	padding-top:2px;
	font-weight:normal;
	text-align:right;
}

td.clsCheckoutTable_Cell_Discount_Text
{
	padding-top:2px;
	font-weight:normal;
	text-align:right;
}

td.clsCheckoutTable_Cell_Coupon_Indicator
{
	padding-top:2px;
	font-weight:normal;
	text-align:right;
}

td.clsCheckoutTable_Cell_Coupon_Text
{
	padding-top:2px;
	font-weight:normal;
	text-align:right;
}

td.clsCheckoutTable_Cell_Total_Indicator
{
	padding-top:10px;
	font-weight:bold;
	text-align:right;
}

td.clsCheckoutTable_Cell_Total_Text
{
	padding-top:10px;
	font-weight:bold;
	text-align:right;
}

td.clsCheckoutTable_Cell_Controls
{
	padding-top:20px;
}

td.clsCheckoutTable_Cell_BottomLine
{
}

td.clsCheckoutTable_Cell_BottomLine hr
{
	border: solid 1px black;
}

div.clsValidateMsg
{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding-bottom:20px;
}

#divPayment
{
	margin-top:20px;
	text-align:center;
	padding-bottom:20px;
}

#divExistingCoursesWarning
{
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}

#divExistingCoursesWarning span
{
	font-weight:bold;
}

table.clsDoubleCoursesTable
{
	margin:10px auto 10px auto;
}

tr.clsDoubleCoursesTable_Row_Header
{
	background-color:rgb(110,199,145);
	color: white;
	font-weight:bold;
	cursor:default;
	font-size:14px;
}

tr.clsDoubleCoursesTable_Row_Header td
{
	padding-top:10px;
	padding-bottom:10px;
}

tr.clsDoubleCoursesTable_Row
{
	cursor:default;
}

tr.clsDoubleCoursesTable_Row_Alternate
{
	cursor:default;
}

tr.clsDoubleCoursesTable_Row td, tr.clsDoubleCoursesTable_Row_Alternate td
{
	padding-top:7px;
	padding-bottom:7px;
}

tr.clsDoubleCoursesTable_Row:hover, tr.clsDoubleCoursesTable_Row_Alternate:hover
{
	/*background-color:#ebebeb;*/
	background-color:rgba(0,173,239, 0.1);
}

td.clsDoubleCoursesTable_Cell_ID
{
	padding: 4px 10px 4px 5px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

td.clsDoubleCoursesTable_Cell_Name
{
	padding: 4px 10px 4px 10px;
	text-align:left;
	vertical-align:middle;
}

td.clsDoubleCoursesTable_ID_Remove
{
	padding: 4px 10px 4px 10px;
	vertical-align:middle;
	white-space:nowrap;
}

#divPaymentSelector
{
	margin-bottom:20px;
}

#divPaymentSelector table
{
	margin-left:auto;
	margin-right:auto;
}

#divContinue
{
	text-align:center;
}

div.clsCopyProfileData
{
	padding-top:5px;
	padding-bottom:10px;
}

div.clsCopyProfileData span
{
	display:block;
	text-align:center;
}

div.clsCopyProfileData table
{ 
	margin-left:auto;
	margin-right:auto;
}

div.clsInvoiceHeader
{
	padding-top:20px;
	font-size:18px;
	font-weight:bold;
}

div.clsCCHeader
{
	padding-top:20px;
	padding-top:25px;
	font-size:14px;
	font-weight:bold;
}

.coupon-invoice
{
	background-color:red;
	font-weight:bold;
	padding:15px;
	color:white;
	margin-top:15px;
	margin-bottom:20px;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // CONTENT SECTION - ENROLLMENT COMPLETED ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

div.clsEnrollCompleted_ThankYou
{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}

div.clsTransActionSummary
{
	margin-top:30px;
	padding-left:50px;
	padding-right:50px;	
	text-align:center;
}

div.clsTransActionSummary table
{
	margin-left:auto;
	margin-right:auto;
}

div.clsTransActionSummary table th
{
	background-color:rgb(110,199,145);
	color: white;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	cursor:default;
}

td.clsTransActionSummary_Cell_Indicator
{
	text-align:left;
	white-space:nowrap;
	cursor:default;
	padding: 7px 10px 7px 4px;
}

td.clsTransActionSummary_Cell_Text
{
	text-align:left;
	cursor:default;
	padding: 7px 4px 7px 4px;
}

div.clsTransActionSummary_Courses
{
	margin-top:30px;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

div.clsTransActionSummary_Courses table
{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}

div.clsTransActionSummary_Courses table th
{
	background-color:rgb(110,199,145);
	color: white;
	font-weight:bold;
	cursor:default;
	padding: 10px 5px 10px 5px;
	white-space:nowrap;
}

th.clsTransActionSummary_Courses_Cell_CourseID
{
}

th.clsTransActionSummary_Courses_Cell_CourseName
{
}

th.clsTransActionSummary_Courses_Cell_Section
{
}

th.clsTransActionSummary_Courses_Cell_Date
{
}

th.clsTransActionSummary_Courses_Cell_Location
{
}

tr.clsTransActionSummary_Courses_Row
{
	cursor:default;
}

tr.clsTransActionSummary_Courses_Row_Alternate
{
	background-color:#f3f3f3;
	cursor:default;
}

tr.clsTransActionSummary_Courses_Row:hover, tr.clsTransActionSummary_Courses_Row_Alternate:hover
{
	background-color:#ebebeb;
}

td.clsTransActionSummary_Courses_Cell_CourseID
{
	padding: 7px 5px 7px 5px;
	white-space:nowrap;
}

td.clsTransActionSummary_Courses_Cell_CourseName
{
	padding: 7px 5px 7px 5px;
	white-space:normal;
}

td.clsTransActionSummary_Courses_Cell_Section
{
	padding: 7px 5px 7px 5px;
	white-space:nowrap;
}

td.clsTransActionSummary_Courses_Cell_Date
{
	padding: 7px 5px 7px 5px;
	white-space:nowrap;
}

td.clsTransActionSummary_Courses_Cell_Location
{
	padding: 7px 5px 7px 5px;
	white-space:nowrap;
}

div.clsPaymentProcessQuestions
{
	margin-top:30px;
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}

div.clsPrintTransactionSummary
{
	text-align:center;
	margin-bottom:30px;	
}

div.clsEnrollmentCompletedButtons
{
	margin-bottom:20px;
}

div.clsInvoiceSentMsg
{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // CONTENT SECTION - PAYPAL STANDARD COMPLETED ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

div.clsIPNResult
{
	text-align:center;
	padding-bottom:20px;
}

div.clsIPNProcessedMsg
{
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // SUBSCRIPTION COURSELIST //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

tr.clsSubscriptionCourseList
{
}

tr.clsSubscriptionCourseList_Alternate
{
	background-color:#f3f3f3;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // PROFILE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


table.clsProfileSubmit
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

div.clsProfileTable
{
}

table.clsProfileTable
{
	margin-left:auto;
	margin-right:auto;
}

div.clsProfileAlert
{
	color: #f8fa2a; 
	background: #326598; 
	font-weight: bold; 
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:400px;	
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // PROGRESS /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

div.clsModalProgressLayer
{
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	overflow:hidden;
	margin:0px;
	padding:0px;
	z-index:1000;
}

div.clsModalProgressContainer
{
	padding:30px;
	white-space:nowrap;
	border:solid 1px gray;
	background-color: white;
	text-align:center;
	z-index:1001;
}
