/**
 * This stylesheet is used by the iCM editor to determine which styles to
 * provide in the iCM HTML editor.  Refer to the accompanying iCM
 * documentation for more details.
 */
@import url(base.css);

/* $default $name='Text Pale Grey Background'*/
.textbackgroundpalegrey{
	background-color: #eeeeee;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2.2em;
	margin: 0 0 .8em;
	padding: 0 0 0 10px;
}

/* $default $name='Text Orange Background'*/
.textbackgroundorange{
	background-color: #ffd433;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2.2em;
	margin: 0 0 .8em;
	padding: 0 0 0 10px;
}


/**
 * Table Automatic Format Styles - these styles are used by the iCM editors
 * table auto formatter.  Refer to the accompanying iCM documentation for
 * more details.
 */

/* $style='Basic Heading' $value='s1' */

/* $name='Table Style 1 - General' $type='table' */
.s1general {
	font-weight: normal;
	color: #000000;
}

/* $name='Table Style 1 - Top Left' $type='table' */
.s1topleft {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 1 - Top Centre' $type='table' */
.s1topcenter {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 1 - Top Right' $type='table' */
.s1topright {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 1 - Middle Left' $type='table' */
.s1middleleft {
	font-weight: normal;
}

/* $name='Table Style 1 - Middle Centre' $type='table' */
.s1middlecenter {
	font-weight: normal;
}

/* $name='Table Style 1 - Middle Right' $type='table' */
.s1middleright {
	font-weight: normal;
}

/* $name='Table Style 1 - Bottom Left' $type='table' */
.s1bottomleft {
	font-weight: normal;
}

/* $name='Table Style 1 - Top Left' $type='table' */
.s1bottomcenter {
	font-weight: normal;
}

/* $name='Table Style 1 - Top Left' $type='table' */
.s1bottomright {
	font-weight: normal;
}

/* $name='Table Style 1 - Odd' $type='table' */
.s1odd {
	background-color: #eeeeee;
}

/* $name='Table Style 1 - Even' $type='table' */
.s1even {
	background-color: #eeeeee;
}

/* $style='Heading - with stripe' $value='s2' */

/* $name='Table Style 2 - General' $type='table' */
.s2general {
	font-weight: normal;
	color: #000000;
}

/* $name='Table Style 2 - Top Left' $type='table' */
.s2topleft {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 2 - Top Centre' $type='table' */
.s2topcenter {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 2 - Top Right' $type='table' */
.s2topright {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 2 - Middle Left' $type='table' */
.s2middleleft {
	font-weight: normal;
}

/* $name='Table Style 2 - Middle Centre' $type='table' */
.s2middlecenter {
	font-weight: normal;
}

/* $name='Table Style 2 - Middle Right' $type='table' */
.s2middleright {
	font-weight: normal;
}

/* $name='Table Style 2 - Bottom Left' $type='table' */
.s2bottomleft {
	font-weight: normal;
}

/* $name='Table Style 2 - Top Left' $type='table' */
.s2bottomcenter {
	font-weight: normal;
}

/* $name='Table Style 2 - Top Left' $type='table' */
.s2bottomright {
	font-weight: normal;
}

/* $name='Table Style 2 - Odd' $type='table' */
.s2odd {
	background-color: #ffffff;
}

/* $name='Table Style 2 - Even' $type='table' */
.s2even {
	background-color: #eeeeee;
}

/* $style='Heading and Side - with stripe' $value='s3' */

/* $name='Table Style 3 - General' $type='table' */
.s3general {
	font-weight: normal;
	color: #000000;
}

/* $name='Table Style 3 - Top Left' $type='table' */
.s3topleft {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 3 - Top Centre' $type='table' */
.s3topcenter {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 3 - Top Right' $type='table' */
.s3topright {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 3 - Middle Left' $type='table' */
.s3middleleft {
	background-color: #eeeade;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 3 - Middle Centre' $type='table' */
.s3middlecenter {
	font-weight: normal;
}

/* $name='Table Style 3 - Middle Right' $type='table' */
.s3middleright {
	font-weight: normal;
}

/* $name='Table Style 3 - Bottom Left' $type='table' */
.s3bottomleft {
	font-weight: normal;
	background-color: #eeeade;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 3 - Top Left' $type='table' */
.s3bottomcenter {
	font-weight: normal;
}

/* $name='Table Style 3 - Top Left' $type='table' */
.s3bottomright {
	font-weight: normal;
}

/* $name='Table Style 3 - Odd' $type='table' */
.s3odd {
	background-color: #ffffff;
}

/* $name='Table Style 3 - Even' $type='table' */
.s3even {
	background-color: #eeeeee;
}

/* $style='Heading and side with totals' $value='s4' */

/* $name='Table Style 4 - General' $type='table' */
.s4general {
	font-weight: normal;
	color: #000000;
}

/* $name='Table Style 4 - Top Left' $type='table' */
.s4topleft {
	background-color: #FFDF66;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 4 - Top Centre' $type='table' */
.s4topcenter {
	background-color: #ffffcc;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 4 - Top Right' $type='table' */
.s4topright {
	background-color: #eeeade;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 4 - Middle Left' $type='table' */
.s4middleleft {
	font-weight: normal;
	background-color: #9966cc;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 4 - Middle Centre' $type='table' */
.s4middlecenter {
	font-weight: normal;
}

/* $name='Table Style 4 - Middle Right' $type='table' */
.s4middleright {
	font-weight: normal;
	background-color: #cccccc;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 4 - Bottom Left' $type='table' */
.s4bottomleft {
	font-weight: normal;
	background-color: #666666;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 4 - Top Left' $type='table' */
.s4bottomcenter {
	font-weight: normal;
	background-color: #666666;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 4 - Top Left' $type='table' */
.s4bottomright {
	font-weight: normal;
	background-color: #666666;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 4 - Odd' $type='table' */
.s4odd {
	background-color: #ffffff;
}

/* $name='Table Style 4 - Even' $type='table' */
.s4even {
	background-color: #ffffff;
}






/*=== BDC Added Style for numeric tables. ===*/

/* $style='Heading and Side - with stripe Numeric Data' $value='s5' */

/* $name='Table Style 5 - General' $type='table' */
.s5general {
	font-weight: normal;
	color: #000000;
}

/* $name='Table Style 5 - Top Left' $type='table' */
.s5topleft {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 5 - Top Centre' $type='table' */
.s5topcenter {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 5 - Top Right' $type='table' */
.s5topright {
	background-color: #FFDF66;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 5 - Middle Left' $type='table' */
.s5middleleft {
	background-color: #eeeade;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	text-align: left;	
}

/* $name='Table Style 5 - Middle Centre' $type='table' */
.s5middlecenter {
	font-weight: normal;
	text-align: right;
}

/* $name='Table Style 5 - Middle Right' $type='table' */
.s5middleright {
	font-weight: normal;
	text-align: right;
}

/* $name='Table Style 5 - Bottom Left' $type='table' */
.s5bottomleft {
	font-weight: normal;
	background-color: #eeeade;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* $name='Table Style 5 - Top Left' $type='table' */
.s5bottomcenter {
	font-weight: normal;
	text-align: right;	
}

/* $name='Table Style 5 - Top Left' $type='table' */
.s5bottomright {
	font-weight: normal;
	text-align: right;
}

/* $name='Table Style 5 - Odd' $type='table' */
.s5odd {
	background-color: #ffffff;
}

/* $name='Table Style 5 - Even' $type='table' */
.s5even {
	background-color: #eeeeee;
}
