/** 研討會詳細內容表格顏色 **/
$(document).ready(function() {
  $('#allwork th').addClass('table-heading');
  $('#allwork tr:not([th]):odd').addClass('odd');
  $('#allwork tr:not([th]):even').addClass('even');
});

$(document).ready(function() {
  $('table#products_list').css('border-collapse','collapse');
  $('table#products_list').css('width','720px');
  $('table#products_list').css('border','1px solid #bfd7fa');
  $('table#products_list tr td').css('border','1px solid #bfd7fa');

  $('table#products_list tr').find('td').css('width','33.33%');
  $('table#products_list tr td').find('td').css('paddingBottom','50px');
  $('table#products_list tr td').find('a img:eq(0)').css('border','1px solid #aaaaaa');
  $('table#products_list tr td').find('a img:eq(0)').css('marginTop','3px');

  $('table#products_list tr td ').find('a img:eq(0)').hover(function() {
		$(this).css('border','1px solid #005599');
		},function(){
		$(this).css('border','1px solid #aaaaaa');
		});

  $('table#products_list tr td a img').css('paggind','1px');
  $('table#products_list tr td a img').css('padding','0');
  $('table#products_list tr td').find('div:eq(0)').css('backgroundColor','#f7e41c');
  $('table#products_list tr td').find('div:eq(0)').css('height','15px');
  $('table#products_list tr td').find('div:eq(0)').css('fontWeight','bold');
  $('table#products_list tr td').find('div:eq(0)').css('paddingTop','5px');
  $('table#products_list tr td').find('div:eq(0)').css('paddingBottom','5px');
  $('table#products_list tr td').find('div:eq(0)').css('verticalAlign','middle');

});




$(document).ready(function() {
	$('table#showproduct').addClass('forumtable');
	$('table#showproduct tr').find('td:eq(0)').css('width','20%');
	$('table#showproduct tr').find('td:eq(0)').css('textAlign','right');
	$('table#showproduct tr').find('td:eq(0)').css('paddingRight','10px');
	$('table#showproduct tr').find('td:eq(0)').css('verticalAlign','top');
	$('table#showproduct tr').find('td:eq(0)').css('paddingTop','5px');
	$('table#showproduct tr').find('td:eq(1)').css('width','80%');
	$('table#showproduct tr td').css('border','1px solid #bfd7fa');
	$('table#showproduct tr td').css('paddingTop','5px');
	$('table#showproduct tr td').css('paddingBottom','5px');
	$('table#showproduct tr').find('td:eq(0)').css('paddingRight','5px');
	$('table#showproduct tr').find('td:eq(1)').css('paddingLeft','5px');
	

});
