/******************************************************************

  Example Minimum Set CSS Style Sheet for Article Body text.

******************************************************************/



/* Flash Editor's page background colour... */

/* $pageColour = #ffffff  */





/** PARAGRAPH STYLES **/



/* $name='Heading' */ 

.CSEditorHeading {

	color : #666666;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	/*font-size : 120%;*/

	font-weight: bold;	

	padding: 5 15 10 10;

}



/* $name='Intro' */

.CSEditorIntro {

	color : #666666;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	/*font-size : 85%;*/

	font-weight: bold;	

	padding: 5 15 10 10;

}



/* $ default $name='Body Text' */

.CSEditorBodyText {

	color : #666666;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	/*font-size : 65%;*/

	font-weight: normal;

}



/* Normal text - the class name will be used in the dialogues... */

/* $default */

.Normal {

	color : #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	/*font-size: 70%;*/

}



/** Special LI style for HTML ListItem (bullet list) **/

/* $name='Bulleted List' */

LI	{

	color: #333;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	/*font-size : 70%;*/

	font-weight: normal;

	text-align:left;

}



/** FONT STYLES - specific font styles **/

/* $name='Right aligned text' */

.right-aligned {

	color : #666666;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-align: right;

}



/** TABLE STYLES - note that the base font size is set to 100% **/



/* Make sure browser defaults for cell tags are overridden */

/*

TH,TD {

	color : #fff;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

}

*/



/** BORDERS **/



/* $default $name='Dark Blue' */ 

.tableBorderA {

	background-color: navy; 

	margin: 10px 10px 10px 10px;

}



/* $name='Dark Grey' */ 

.tableBorderB {

	background-color: #808080; 

	margin: 10px 10px 10px 10px;

}



/* $name='Black' */ 

.tableBorderC {

	background-color: black; 

	margin: 10px 10px 10px 10px;

}



/** CELLS **/



/* $default $name='Pale Grey' */ 

.tableCellA {background-color: #F0F0F0; padding: 0 0 0 0;}



/* $name='Pale Blue' */ 

.tableCellB {background-color: #E0E0F0; padding: 0 0 0 0;}



/* $name='White' */ 

.tableCellC{ background-color: white; padding: 0 0 0 0;}
