@CHARSET "UTF-8";

#form\:tabs\:discussionComments_data tr td span.ui-icon-triangle-1-s {
	width: 32px;
	height: 32px;
	margin: 6px;
	background-image: url("../img/collapse.png");
	background-position: center;
	background-color: #e4e4e4;
	border: 1px solid black;
}

.ui-state-default .searchIcon {
	background-image: url("/javax.faces.resource/img/seach_icon.png.jsf");
	width: 23px;
	height: 23px;
}

.ui-state-default .settingsIcon {
	background-image: url("/javax.faces.resource/img/gear-settings-icon.png.jsf");
	width: 24px;
	height: 24px;
}

.ui-button-icon-only .searchIcon {
	margin-left: -12px !important;
	margin-top: -12px !important;
}

.ui-button-icon-only .settingsIcon {
	margin-left: -12px !important;
	margin-top: -12px !important;
}

#quick_search_form\:quick_search_btn {
	border-width: 0px;
}

#quick_search_form\:quick_search_btn .searchIcon{
	background-color:  #E3DEC7;
}

#quick_search_form\:quick_search_btn:hover {
	border: 1px solid black;
	border-radius: 3px;
	box-shadow: 2px 2px 1px grey;
}

#quick_search_form\:queryText {
	margin-right: 10px;
}

#quick_search_form\:quick_search_btn .ui-c {
	background-color:  #E3DEC7;
}

.hidden {
	display: none;
}

.textileNote {
	white-space: nowrap;
	position: absolute;
	top: 10px;
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: left top;
	font-size: 9pt;
}

.errorDialogText {
	margin: 25px 10px 25px 10px;
}

#attach_desc {
	margin: 20px;
}

#search_input\:searchHelp {
	font-size: 10pt;
}
#search_experience,
#search_setting_experience {
	font-size: 12pt;
}

.borderless.ui-panelgrid>*>tr,
.borderless.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

.searchOptDlgColumn {
	margin-left: 10px;
	margin-right: 10px;
}

.errorDialogFooter {
	margin-left: 25px;
	font-size: 8pt;
}

.material-table {
	border-width: 1pt;
	border-style: solid;
	border-collapse: collapse;
}

.validationError {
	color: red;
	font-weight: bold;
}

.instructorPortrait{
	padding-top: 20px;
}

.material-table td {
	border-width: 1pt;
	border-style: solid;
	padding: 6px 12px 6px 12px;
}

.material-table th {
	border-width: 1pt;
	border-style: solid;
	padding: 8px 12px 8px 12px;
}

.material-table-odd-row {
	background-color: #edede6;
	color: black;
}

.material-table-even-row {
	background-color: white;
}

.ui-widget {
	font-size: 14pt;
}

.reviewContent {
	border: 1px solid #a8a8a8;
	border-radius: 3px;
	margin: 6px 20px 6px 20px;
	padding: 6px 20px 6px 20px;
}

.ui-widget .ui-widget {
	font-size: 14pt;
}

.po .ui-widget .ui-widget {
	font-size: 12pt;
}

.po .ui-widget {
	font-size: 12pt;
}

.static-content {
	margin-right: 50px;
}

.ui-widget-content {
	color: #5E5E5E;
}

.i1 {
	width: 170px;
	background-color: blue;
}

.i3 {
	width: 200px;
}

#class_select\:classIter_head {
	display: none;
}

#class_select\:classIter_data {
	border: none;
}

#class_select\:classIter table {
	table-layout: auto;
	width: auto;
}

#class_select\:classIter tbody td {
	border: none;
}

#form\:tabs\:discussionComments span.ui-icon-triangle-1-e {
	width: 32px;
	height: 32px;
	margin: 6px;
	background-image: url("../img/expand.png");
	background-position: center;
	background-color: #e4e4e4;
	border: 1px solid black;
}

.dropbtn {
	background-color: #E3DEC7;
	color: black;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans',
		Freesans, sans-serif;
	font-size: 18px;
	border: none;
	cursor: pointer;
}

#selected_menu .dropbtn {
	background-color: #B5A481;
	color: black;
}

#selected_menu .dropdown-content a {
	color: black;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	z-index: 3;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	background-color: #f9f9f9;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #E3DEC7;
}

#selected_menu .dropdown-content a:hover {
	color: #A61D00;
}

.menu_item .dropdown-content a:hover {
	color: #A61D00;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

body {
	margin: 0px;
}

#header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

#header-content {
	background-color: #E3DEC7;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

#header-table {
	margin-left: 50px;
}

#TR {
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans',
		Freesans, sans-serif;
	font-size: 24pt;
}

#TR_cell {
	padding-left: 15px;
}

#passing {
	font-family: 'Apple Chancery', 'ITC Zapf Chancery', 'URW Chancery L',
		'Monotype Corsiva', cursive;
	font-size: 10pt;
}

#film-strip {
	background-color: #B5A481;
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 1;
	margin-top: 30px;
	margin-right: 90px;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans',
		Freesans, sans-serif;
	font-size: 16pt;
	color: #A61D00;
	padding: 15px;
	border: 1pt solid black;
}

.fb-share-button {
	position: absolute;
	top: 50px;
	right: 30px;
	z-index: 1;
}

.shareOnFacebook {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 114px;
	right: 30px;
	z-index: 1;
	background-image: url("../img/facebook_grey.png");
}

.shareOnFacebook:hover {
	background-image: url("../img/facebook_blue.png");
}

.shareOnGooglePlus {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 114px;
	right: 64px;
	z-index: 1;
	background-image: url("../img/google_share_grey.jpg");
}

.shareOnGooglePlus:hover {
	background-image: url("../img/google_share_red.jpg");
}

.shareOnPintrest {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 114px;
	right: 98px;
	z-index: 1;
	background-image: url("../img/pintrest_share_grey.jpg");
}

.shareOnPintrest:hover {
	background-image: url("../img/pintrest_share_red.jpg");
}

#menu {
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans',
		Freesans, sans-serif;
	font-size: 14pt;
	position: absolute;
	top: 110px;
	height: 30px;
	z-index: 2;
}

#menu table {
	border-collapse: collapse;
	background-color: #E3DEC7;
}

#menu table tr td {
	padding: 10px;
}

#menu td {
	/*border: 1pt solid black;*/
	padding: 10px;
}

#menu a {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: #A61D00;
	text-decoration: none;
}

#selected_menu a {
	color: #A61D00;
	text-decoration: none;
}

#selected_menu {
	border: 1pt solid black;
	background-color: #B5A481;
	color: #A61D00;
}

.menu_item {
	border: 1pt solid black;
}

#loginout {
	font-size: 10pt;
	border: 1pt solid #B5A481;
	background-color: white;
}

#loginout a {
	color: #A61D00;
}

#content {
	position: absolute;
	top: 170px;
	bottom: 50px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1;
}

#content-entry {
	margin-left: 25px;
	margin-right: 25px;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans',
		Freesans, sans-serif;
	color: #5E5E5E;
}

.dialog_content {
	margin-left: 25px;
	margin-right: 25px;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans',
		Freesans, sans-serif;
	color: #5E5E5E;
}

.dialog_buttons {
	text-align: right;
	margin-right: 20px;
}

div[id="growl_success_container"]>div {
	background-color: green;
}

div[id="growl_error_container"]>div {
	background-color: red;
}

#content h1 {
	font-size: 20pt;
}

#content a {
	color: #A61D00;
}

#footer {
	position: relative;
	z-index: 2;
}

#footer p {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans',
		Freesans, sans-serif;
	font-size: 10pt;
}

#footer a {
	color: #A61D00;
}

.instructor_name {
	font-size: 20pt;
	margin: 5px;
}

.sub_title
{
	font-size: 16pt;
	margin: 5px;
}

#content a.instructor_name {
	font-size: 20pt;
	margin: 5px;
	color: #5E5E5E;
	text-decoration: none;
}

.instructor_table {
	width: 100%;
	border: none !important;
}

.instructor_table td {
	padding: 10px 10px 30px 10px;
	vertical-align: top;
	border: none;
}

.instructor_table tr {
	border: none !important;
	background-color: transparent;
}

.previewVideo-cont {
	margin: auto;
	width: 95%;
	position: relative;
}

#buffering {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.previewVideo {
	margin: auto;
	width: 640px;
	max-width: 100%;
	height: auto;
	display: block;
}

.comment {
	width: 80%;
	padding: 10px;
	margin: 10px;
}

.po {
	font-size: 12pt;
	width: 300px;
	padding: 0px;
	margin: 0px;
}

#chapterTable {
	border-collapse: collapse;
}

#chapterTable tr:hover {
	background-color: #e3e3e3;
	cursor: pointer;
}

#chapterTable td {
	padding: 10px 5px 10px 5px;
}

.po td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#shopping_cart_icon_form\:shopping_cart_btn {
	position: fixed;
	top: 66px;
	right: 40px;
	width: 50px;
	height: 30px;
	overflow: hidden;
	background-image: url('../img/shopping_cart.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-left: 32px;
	padding-top: 8px;
	font-size: 14pt;
	font-weight: normal;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans';
	color: black;
	text-decoration: none;
}

#shopping_cart_icon_form\:shopping_cart_btn:hover {
	border: 1px solid black;
	border-radius: 3px;
	box-shadow: 4px 4px 3px grey;
}

.shopping_cart {
	width: 90%;
	margin: auto;
}

.shopping_cart th {
	margin-left: 5px;
	text-align: left;
}

.sc_sc {
	font-size: 20pt;
	font-weight: bold;
}

.shopping_cart td {
	border-collapse: collapse;
	border-top: 1px solid gray;
	padding: 5px;
}

.sc_title {
	padding: 5px;
	font-size: 16pt;
	font-weight: bold;
}

.sc_instructor {
	padding: 5px;
	font-size: 12pt;
}

.sc_opt {
	padding: 5px;
	font-size: 12pt;
}

.sc_remove {
	padding: 5px;
	font-size: 9pt;
}

.sc_subtotal {
	text-align: right;
}

.center {
	width: 90%;
	margin: auto;
}

.classes_table tr td {
	padding: 10px;
	margin: 10px;
}

.purchaseHistory tr td {
	border-collapse: collapse;
	border-top: 1px solid gray;
	padding: 10px 25px 10px 25px;
	vertical-align: top;
}

.classTitle {
	font-size: 16pt;
}

.classAvail {
	font-size: 10pt;
}

#addressBookWidgetDiv {
	width: 400px;
	height: 228px;
	min-width: 300px;
	max-width: 600px;
	min-height: 228px;
	max-height: 400px;
}

#walletWidgetDiv {
	width: 400px;
	height: 228px;
	min-width: 300px;
	max-width: 600px;
	min-height: 228px;
	max-height: 400px;
}

#AmazonPayWidgetContainer {
	width: 95%;
	height: 228px;
	margin: auto;
}

#continueBtn {
	margin: auto;
}

.ui-tree-container {
	width: 800px;
}

.commentTree {
	height: 300px;
}

.commentTree .commentTreeTable table {
	table-layout: auto;
}

.commentText {
	width: 400px;
	font-size: 10pt;
	color: black;
}

.commentAuthor {
	font-size: 8pt;
	color: black;
	text-align: right;
}

.commentAuthor .ui-widget {
	font-size: 8pt;
}

.commentPanel {
	width: 100%;
}

.commentPanel tr td {
	vertical-align: top;
	text-align: center;
}

.discountAmount {
	color: #A61D00;
}

.ToolMatTbl td {
	vertical-align: top;
	padding: 20px 5px 20px 5px;
	font-size: 12pt;
}

.ToolMatHeader {
	text-decoration: underline;
	font-size: 14pt;
	font-weight: bold;
}

.matProd {
	line-height: 200%;
	list-style-type: square;
	list-style-image: url('../img/shape.png');
}

.matProd li {
	line-height: 100%;
	list-style-type: disc;
	list-style-image: none;
}

.credits-list {
	line-height: 150%;
}

.credits-final {
	font-size: 10pt;
}

.checkbox {
	margin-left: 30px;
	vertical-align: middle;
}

.faq_question {
	width: 90%;
	max-width: 800px;
	margin-left: 50px;
	margin-top: 10px;
	padding: 5px;
	color: #A61D00;
	font-size: larger;
	color: #A61D00;
}

.faq_answer {
	width: 90%;
	max-width: 800px;
	margin-left: 75px;
	padding: 5px;
}

ol.begin {
  counter-reset: listcounter;
}

ol.begin > li,
ol.continue > li {
  list-style: none;
  text-indent: -1.2em;
}

ol.begin > li > ul > li,
ol.continue > li > ul > li {
  text-indent: 0em;
}

ol.begin > li:before,
ol.continue > li:before {
  content: counter(listcounter) ". ";
  counter-increment: listcounter;
}

.ui-helper-hidden {
	display: none;
}