
/*** Customer Education Pages Patch CSS ***/

body #breadcrumbcontainer{
	border-top: none;
	margin: 6px 0 12px 6px!important;
	padding-left: 0!important;
}
body #breadcrumbcontainer #breadcrumb, body #breadcrumbcontainer #breadcrumb a{
	font-size: 11px!important;
	letter-spacing: normal!important;
}
body #breadcrumbcontainer #breadcrumb{
	margin: 0!important;
	padding: 0!important;
}

#prod-tabs-daq{
	float: right;
	padding: 0;
	margin: 0;
	position: relative;
	top: -17px;
}

#search-daq{
	display: inline;
	margin: 0;
	float: right;
}

#search-daq form{
	float: none;
	display: inline;
}
#search-daq span{
	float: none;
	display: inline;
	top: 0;
}

#prod-toolbar-daq {
	padding: 0px;
	overflow: hidden;
	margin-top: 5px;
}

#prod-printToolBar-daq, #prod-emailToolBar-daq{
	padding: 1px 0 0 0;
}

#prod-emailToolBar-daq{
	background-position: 0 1px;
}


.module-featured-item h3 {
	color: #044123;
}

.generic_table thead{
	border: 1px solid #D6D6D6;
	background: #fff url("/images/gradients/neutral/code_gradient01.jpg") repeat-x 0 bottom;
	height: 44px;
	*height: 20px;
}

/*
use for the feature boxes

*/

.generic_table{
	width: 100%;
}

.generic_table th{
	font-weight: bold;
}

.generic_table th:nth-child(1){
	width: 20%;
}

.generic_table th.th-last{
	width: 11%;
}

.generic_table tr{
	vertical-align: top;
	border-bottom: 1px solid #D6D6D6;
}

.generic_table td, .generic_table th{
	padding: 12px 6px;
}

.generic_table.border-none tr{
	border: none;
}

/* TABLE STYLE FOR THE OFFERING OVERVIEW */

.generic_table_offer thead {
	border: 1px solid #D6D6D6;
	background: #fff url("/images/gradients/neutral/code_gradient01.jpg") repeat-x 0 bottom;
	height: 44px;
 *height: 20px;
}
/*
use for the feature boxes

*/

.generic_table_offer {
	width: 100%;
	margin-top: 16px;
}
.generic_table_offer th {
	font-weight: bold;
}
.generic_table_offer th:nth-child(1), .generic_table_offer td:nth-child(1) {
    width: 115px;
	word-wrap: break-word;
}
/* COMMENT */
.generic_table_offer th:nth-child(2), .generic_table_offer td:nth-child(2) {
    width: 105px;
}
.generic_table_offer th:nth-child(3), .generic_table_offer td:nth-child(3) {
    width: 150px;
	word-wrap: break-word;
}
.generic_table_offer th:nth-child(4), .generic_table_offer td:nth-child(4) {
    width: 80px;
}
.generic_table_offer th:nth-child(5), .generic_table_offer td:nth-child(5) {
    width: 145px;
}
.generic_table_offer td:nth-child(6) {
    border-left: 1px solid #D6D6D6;
}
.generic_table_offer th.th-last {
	width: 11%;
}
.generic_table_offer tr {
	vertical-align: top;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
.generic_table_offer td, .generic_table_offer th {
	padding: 12px 6px;
}
.generic_table_offer.border-none tr {
	border: none;
}
/* END OF OFFERING TABLE STYLE */

.alignAddCustEdInfo {
	padding: 17px;
}

.titleStyle {
	font-weight: bold;
	font-size: 12px;
}

/*FEATURED RESOURCES CONTAINER AND STYLES*/

.grid3featured{
	width: 240px;
}

.module-featured-item, .module-freqPurchased-item{
	background: #FCFCFC url("/images/global/neutral/sprites/ni_random_sprite-x.gif") 0 100% repeat-x;
	padding: 10px;
	border: 1px solid #CBCBCB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 10px 0 0;
}

.module-featured-item.last, .module-freqPurchased-item{
	margin-right: 0;
}

.module-freqPurchased-item{
	background: none;
}

.module-freqPurchased-item select{
	width: 80%;
	padding: 2px 0;
	margin-bottom: 3px;
}

ul.square{
	margin-top: 10px;
	list-style: square;
	list-style-position:inside;
}
ul.square li{
	margin: 0px 10px 10px;
}

.courseDesc h3{
	font-size: 16px;
	margin: 15px 0 5px 0;
}

.courseDesc p{
	line-height: 140%;
}	

.pagination{
	clear:both;
	margin: 5px 0;
}

.enrollCol{
	text-align: center;
}

.enrollCol p{
	font-size: 11px;
	white-space: nowrap;
}

.alignCenter{
    text-align:center;
}
 

.alignRight{
    text-align:right;
}

a.pdf {
	background:url("/images/global/us/pdf_icon.gif") no-repeat scroll 0 50% transparent;
	padding:4px 0 0 20px;
}

.bold{
	font-weight:bold;
}

.price{
	text-align:right;
}

input.reqSeats{
	text-align: center;
	width: 20px;
}

span a.buyTrainingCredits{
	padding-left: 2px;
}

span.icon-cta{
	background: url("/images/global/neutral/sprites/ni_icons_sprite.gif") 0 -142px no-repeat;
	float: left;
	display: block;
	height: 18px;
	width: 19px;
	margin-top: -4px;
	padding-right: 5px;
}

/**** modal window content */
#modal{
	display: none;
}

#modal .result{
	padding: 10px;
}

.creditsInfo{
	margin-bottom: 25px;
}

.creditsInfo h3{
	margin-bottom: 15px;
}

.creditsInfo h5{
    margin-bottom: 5px;
}

#creditsRadio{
    margin: 0px 0 20px 0;
}

.t-border{
	border-top: 1px solid #ccc;
}

.ui-dialog-titlebar-close {
	display:inline!important;
	position: absolute;
	right: 10px;
	top: 5px;
}

a.ui-dialog-titlebar-close{
	background: url("/images/global/neutral/modal_closeBtn.png") 0 -4px no-repeat;
	width: 22px;
	height: 20px;
}
a.ui-dialog-titlebar-close span{display: none;}


/**** Emergency Fix Flyout-Nav need to overwrite this *****/
ul.faceted-nav li, #main-nav-daq ul li{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

.nav-block2 ul li a, 
.nav-block2-daq ul li a:visited, 
.nav-block2-daq ul li a:hover, 
.nav-block2-daq ul li a:active{
	line-height: 20px;
}

/* patch to remove the grey line */
.generic_table #_id100\:tbody_element tr{
	border-bottom: none !important;
}

/*Override richfaces datatable style*/
table.dr-table {
	background-color: transparent;
	border: 0;
}
.generic_table .dr-table-header {
	background: transparent;
}
.generic_table .dr-table-headercell {
	border: 0;
	padding: 12px 6px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, "Arial Unicode", sans-serif;
}
.generic_table .dr-table-cell {
	background: #F2F2F2;
	border: 0;
	padding: 6px;
	font-size: 12px;
	font-family: Arial, "Arial Unicode", sans-serif;
}
.generic_table .dr-subtable-cell {
	border: 0;
	padding: 12px 6px;
	font-size: 12px;
	font-family: Arial, "Arial Unicode", sans-serif;
}

.courseDesc ul{
	list-style: inside disc;
	margin-left: 6px;
}

.courseDesc ul li{
	margin-bottom: 3px;
}

div.container {
	border: 0px solid #CCC;
	margin-top: 15px;
}

.alignAddCustEdInfo {
	padding: 17px;
}

#utilityBarRightDiv {
	width: 200px!important;
}
