/********************* Sensitive Tables **************/
#webinars-table{
	font-family:	Geneva, Arial, Helvetica, sans-serif
	font-size: 12px;
	/*width: 480px;*/
	text-align:left; 
	border-collapse:collapse;
	/**margin:20px;*/
}
#webinars-table thead th.rounded-company{
	font-family:	"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: #835fa8 /**#b9c9fe */
	url(../../style/images/roundtable-left.02.png) left -1px no-repeat;
}
#webinars-table thead th.rounded-q1{
	font-family:	"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: #835fa8 /**#b9c9fe */;
}
#webinars-table thead th.rounded-q2{
	font-family:	"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: #835fa8 /**#b9c9fe */;
}
#webinars-table thead th.rounded-q4{
	font-family:	"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: #835fa8 /**#b9c9fe */
	url(../../style/images/roundtable-right.02.png) right -1px no-repeat;
}
#webinars-table th{
	font-weight:normal;
	font-size:13px;
	color:#E6E2CB;/**#039;*/
	background:#b9c9fe;
	padding:8px;
}
#webinars-table td{
	background:#d7d4c2;/*#e8edff;*/
	/**border-top:1px solid #fff;**/
	border-top:1px solid #fff;
	color:#000000;
	padding:8px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:16px;
	vertical-align:top;
}
#webinars-table td.noBorderPad{
	background:#d7d4c2;/*#e8edff;*/
	border-top:0px solid #fff;
	color:#000000;
	padding:0px;
	vertical-align:top;
}

#webinars-table td.default{
	background:#e6e1c4;
	/**border-top:1px solid #fff;**/
	color:#000000;
	padding:8px;
	padding-bottom:16px;
	vertical-align:top;
}

#webinars-table td.completed{
	background:#e6e1c4;
	/**border-top:1px solid #fff;**/
	color:#999999; /*#d7d4c2;*/
	padding:8px;
	padding-bottom:16px;
	vertical-align:top;
}


#webinars-table tfoot td.rounded-foot-left{
	background:#835fa8 /**#e8edff */
	url(../../style/images/roundtable-botleft.02.png) left bottom no-repeat;
}
#webinars-table tfoot td.rounded-foot-right{
	background:#835fa8 /**#e8edff */
	url(../../style/images/roundtable-botright.02.png) right bottom no-repeat;
}



#webinars-table tbody tr:hover td{
	background:#e6e2cb; /**#d0dafd;*/
}
#webinars-table tbody tr:hover td.pdf{
	background:#e6e2cb /**#d0dafd;*/
	url(../../style/images/pdf.24.png) right -1px no-repeat;	
}


#webinars-table td span{
	display:none;
}
#webinars-table tbody tr:hover td span {
	background:#e6e2cb; /**#d0dafd;*/
	display:block;
}




#webinars-table tbody td.new{
	background:#e6e1c4
	url(../../style/images/new-video.png) right bottom no-repeat;		
	color:#000000;
	padding:8px;
	padding-bottom:16px;
	vertical-align:top;
}
#webinars-table tbody tr:hover td.new{
	background:#e6e2cb /**#d0dafd;*/
	url(../../style/images/new-video.hover.png) right bottom no-repeat;	
}
#webinars-table tbody tr:hover td.new:hover{
	background:#e6e2cb /**#d0dafd;*/
	url(../../style/images/new-video.hover.png) right bottom no-repeat;	
}

#webinars-table tbody a.npiwebN:link,  #webinars-table tbody a.npiwebN:visited  {
	background-image: url('../../images/npi_web.icn.png');
	display: inline-block;
	width:97px;
	height:97px;
	text-decoration:none; 
	background-position: 0px 0px;	
}

#webinars-table tbody a.npiwebN:hover  {
	background-position: 0px 97px;	
}

#webinars-table tbody a.LT64:link,  #webinars-table tbody a.LT64:visited, #sub-box-copy a.LT64:link,  #sub-box-copy a.LT64:visited  {
	background-image: url('../images/collab.ltrans.64h.athumb.png');
	display: inline-block;
	width:151px;
	height:64px;
	text-decoration:none; 
	background-position: 0px 0px;	
}

#webinars-table tbody a.LT64:hover, #sub-box-copy a.LT64:hover  {
	background-position: 0px 64px;	
}

#webinars-table tbody a.STEK64:link,  #webinars-table tbody a.STEK64:visited, #sub-box-copy a.STEK64:link,  #sub-box-copy a.STEK64:visited  {
	background-image: url('../images/collab.stek.64h.athumb.png');
	display: inline-block;
	width:151px;
	height:64px;
	text-decoration:none; 
	background-position: 0px 0px;	
}

#webinars-table tbody a.STEK64:hover, #sub-box-copy a.STEK64:hover  {
	background-position: 0px 64px;	
}



/********************* Buttons for app-notes **************/

/** register **/

/* @group button wReger */
#sub-box-copy a.button.wReger {
	font-weight: 700; 
	font-style: normal; 
	padding: 1px 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	text-align: center;
	text-decoration: none;
	background: #8F71A4; /* Old browsers */
	background: -moz-linear-gradient(top, #8F71A4 0%, #6C3594 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8F71A4), color-stop(100%,#6C3594)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8F71A4 0%,#6C3594 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8F71A4 0%,#6C3594 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8F71A4 0%,#6C3594 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F71A4', endColorstr='#6C3594',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8F71A4 0%,#6C3594 100%); /* W3C */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#sub-box-copy a.button.wReger:hover {
	text-decoration: none;
	background: #6C4A8B; /* Old browsers */
	background: -moz-linear-gradient(top, #6C4A8B 0%, #572C89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C4A8B), color-stop(100%,#572C89)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6C4A8B 0%,#572C89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6C4A8B 0%,#572C89 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6C4A8B 0%,#572C89 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C4A8B', endColorstr='#572C89',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6C4A8B 0%,#572C89 100%); /* W3C */
}
#sub-box-copy a.button.wReger, #sub-box-copy a.button.wReger:hover, #sub-box-copy a.button.wReger:focus {
	color:#ffffff; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-size: 11px;
}
a.button.wReger:active {-webkit-transform: scale(.99); -moz-transform: scale(.99); transform: scale(.99);}

/** video **/

/* @group button wVideo */
#sub-box-copy a.button.wVideo {
	font-weight: 700; 
	font-style: normal; 
	padding: 1px 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	text-align: center;
	text-decoration: none;
	background: #8F71A4; /* Old browsers */
	background: -moz-linear-gradient(top, #c4de1b 0%, #90b21e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4de1b), color-stop(100%,#90b21e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c4de1b 0%,#90b21e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c4de1b 0%,#90b21e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c4de1b 0%,#90b21e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4de1b', endColorstr='#90b21e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c4de1b 0%,#90b21e 100%); /* W3C */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#sub-box-copy a.button.wVideo:hover {
	text-decoration: none;
	background: #aec900; /* Old browsers */
	background: -moz-linear-gradient(top, #aec900 0%, #759800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aec900), color-stop(100%,#759800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aec900 0%,#759800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aec900 0%,#759800 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #aec900 0%,#759800 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aec900', endColorstr='#759800',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #aec900 0%,#759800 100%); /* W3C */
}
#sub-box-copy a.button.wVideo, #sub-box-copy a.button.wVideo:hover, #sub-box-copy a.button.wVideo:focus {
	color:#ffffff; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-size: 11px;
}
a.button.wVideo:active {-webkit-transform: scale(.99); -moz-transform: scale(.99); transform: scale(.99);}


/** chip Button **/

#chipButton {margin: 0px 0; font-size: 20px;}
/* @end */

