@charset "UTF-8";
/* CSS Document */

/* MASTER COLORS
PURPLE
	background-color: #c3c4d5;
	color: #373c74;
GREEN
	background-color: #e6e9bb;
	color: #afbd22;
ORANGE
	background-color: #f6e5b8;
	color: #eaae15;
*/

/* TEXT STYLES */
body, td, th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #58595b;
	font-size: 14px;
	line-height: 18px;
}
a:link {
	color: #afbd22;
	text-decoration:none;
}
a:visited {
	color: #afbd22;
	text-decoration:none;
}
a:hover {
	color: #afbd22;
	text-decoration:none;
}
a:active {
	color: #afbd22;
	text-decoration:none;
}

h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 30px;
	font-weight: normal !important;
	color: #eaae15;
	margin:0 0 6px 0;
}

h2 { 
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight: normal !important;
	margin: 0 0 2px 0;
	color: #373c74;
}

h3 { 
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	margin: 0 0 2px 0;
	color: #373c74;
}

p {
	margin: 0 0 20px 0;
}

ul {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 16px 14px;
}

hr {
	color: #FFFFFF;
	background-image:url(../images/gr_bracket_hr.gif);
	background-repeat:no-repeat;
	height: 24px;
	border: none;
	/*border-top: 1px #666666 solid;*/
	margin: 16px 0;
}

.hrWide {
	color: #FFFFFF;
	background-image:url(../images/gr_bracket_hrWide.gif);
	background-repeat:no-repeat;
	height: 24px;
	border: none;
	/*border-top: 1px #666666 solid;*/
	margin: 16px 0;
}

/*hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
	border: none;
	border-top: 1px #666666 solid;
	margin: 16px 0 16px 0;
}*/



h4, .largeText {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #58595b;
	font-size: 16px;
	line-height: 20px;
	margin-top: 0; padding: 0;
	font-weight: normal !important;
}
h4, .largeText a:link {
	color: #58595b;
}
h4, .largeText a:visited {
	color: #58595b;
}
h4, .largeText a:hover {
	color: #58595b;
}
h4, .largeText a:active {
	color: #58595b;
}

.copyright {
	color: #808285;
	/*margin-bottom: 30px;*/
}

.required {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
	line-height: 18px;
}

.quoteText {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #eaae15;
	font-size: 14px;
	line-height: 18px;
}

.callout {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #58595b;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}


/* COURSES */
.courseHead {
	color: #373c74;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: capitalize;
}

/* TABLES */
.checkoutTable {
	/*border-right: 1px solid #CCCCCC;*/
}

.checkoutTableDataLeft { 
	border-bottom: 1px solid #9C9C9C; /*#afbd22; */
}

.checkoutTableDataRight, .checkoutTableDataRightPad {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9C9C9C;
	border-left-color: #9C9C9C;
}

.checkoutTableData {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #373c74;
}

.checkoutTableData a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #afbd22;
	text-decoration: none;
}

td.checkoutTableData, td.checkoutTableDataLeft {
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

td.checkoutTableDataRightPad { /* for a two column form that needs left padding */
	padding: 3px;
}
