/*styles for tables produced by templates and the table button in fck editor*/
th.fck_tpl_th_table_holder {
  padding:2px;
  z-index: -1;
}

table.fck_tpl_tbl_layout {
 border-spacing:3px;
z-index: -1;
}

table.fck_tpl_table_border {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

table.fck_tpl_table_no_border {
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

table.fck_tpl_table_border td {
	padding: 7px;
	font-weight: normal;
}

table.fck_tpl_table_no_border td {
	padding: 7px;
	font-weight: normal;
}

table.border td {
	padding: 7px;
	font-weight: normal;
}

/*the table button*/
table.fck_plain_table {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	font-size: 11px;
}

table.fck_plain_table td {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.fck_noborder_table {
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: collapse;
	font-size: 11px;
}

table.fck_noborder_table td {
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}

div.plain_table_holder {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:left;
}

/* had Arial Narrow, text-transform: uppercase;*/
h2.subtitle {
	color: #0066cc;
}
/* had Arial Narrow, text-transform: uppercase;*/
h2.subtitle_light {
	color: #0066cc;
	font-weight:normal;
}
/* had Arial Narrow, text-transform: uppercase;*/
h2.subtitle_lined {
	color: #0066cc;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
  /*
	border-top: 1px solid #00504c;
				border-bottom: 1px solid #00504c;
	*/
	font-weight:normal;
}
/* had Arial Narrow, text-transform: uppercase;*/
h2.subtitle_underlined {
	color: #0066cc;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	/*
	border-bottom: 1px solid #00504c;
	*/
	font-weight:normal;
}
