@charset "UTF-8";

/*
------------------------------------------------------------------------------------
FCK (TEXT) EDITOR DEFAULT TABLE SETTTING
------------------------------------------------------------------------------------
-	ID applied to the default table using the FCK (text) Editor
-	Tables can be customized by adding a class through source as well as adding 
	the CSS here to style that class
-	Predefined CSS and Table templates are also available to select from within
	the editor. The default styles for those Tables are set here and can be altered
	to customize.
------------------------------------------------------------------------------------ */
table#fckBaseTbl {
	margin-bottom: 1em;
	}
#fckBaseTbl th, #fckBaseTbl td {
	text-align: left;
	vertical-align: top;
	}
#fckBaseTbl th {
	padding: .308em .385em .308em .385em;
	border-top: 1px solid #CCC;
	background-color: #e6e6e6;
	font-weight: bold;
	}
#fckBaseTbl td {
	padding: .308em .385em .308em .385em;
	border-top: 1px solid #CCC;
	}


td.td-label {
	background-color: #e6e6e6;
	font-weight: bold;
	}
	
td {
	vertical-align:top;
	padding:0.308em 0;
	}
