/**
 * 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); */

/* $name='Section Highlight' */
.sectionhighlight a, .sectionhighlight {
	color: #33CCFF;
	font-weight: bold;
}

/**
 * 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='UKFC Table' $value='tbl' */

/* $name='UKFC Table - General' $type='table' */
.tblgeneral {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
}

.tblgeneral caption {
	color: #00ccff;
	font-weight: bold;
	/*font-size: 0.75em;*/
	text-align: left;
	padding: 3px;
	padding-left: 6px;
}


/* $name='UKFC Table - Top Left' $type='table' */
.tbltopleft {
	background-color:#0F3E4D;
	color: #00CCFF;
	/*font-size: 0.75em;*/
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

/* $name='UKFC Table - Top Centre' $type='table' */
.tbltopcenter {
	background-color:#0F3E4D;
	color:#00CCFF;
	font-family:Arial,Helvetica,sans-serif;
	/*font-size:0.7em;*/
	font-weight:bold;
	margin:0px;
	padding:10px;
	text-align:right;
}

/* $name='UKFC Table - Top Right' $type='table' */
.tbltopright {
	background-color:#0F3E4D;
	color:#00CCFF;
	font-family:Arial,Helvetica,sans-serif;
	/*font-size:0.7em;*/
	font-weight:bold;
	margin:0px;
	padding:10px;
	text-align:right;
}

/* $name='UKFC Table - Middle Left' $type='table' */
.tblmiddleleft {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 0.75em;*/
	padding: 7px 10px;
	text-align: left;
	border-bottom: 1px solid #333;
}

/* $name='UKFC Table - Middle Centre' $type='table' */
.tblmiddlecenter {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 0.75em;*/
	padding: 7px 10px;
	text-align: right;
	border-bottom: 1px solid #333;
}

/* $name='UKFC Table - Middle Right' $type='table' */
.tblmiddleright {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 0.75em;*/
	padding: 7px 10px;
	text-align: right;
	border-bottom: 1px solid #333;
}

/* $name='UKFC Table - Bottom Left' $type='table' */
.tblbottomleft {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 0.75em;*/
	padding: 7px 10px;
	text-align: left;
	border-bottom: 2px solid #333333;
	font-weight: bold;
}

/* $name='UKFC Table - Top Left' $type='table' */
.tblbottomcenter {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 0.75em;*/
	padding: 7px 10px;
	text-align: right;
	border-bottom: 2px solid #333333;
	font-weight: bold;
}

/* $name='UKFC Table - Top Left' $type='table' */
.tblbottomright {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 0.75em;*/
	padding: 7px 10px;
	text-align: right;
	border-bottom: 2px solid #333333;
	font-weight: bold;
}

/* $name='UKFC Table - Odd' $type='table' */
.tblodd {
}

/* $name='UKFC Table - Even' $type='table' */
.tbleven {
}

/* $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: #339999;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 1 - Top Centre' $type='table' */
.s1topcenter {
	background-color: #339999;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 1 - Top Right' $type='table' */
.s1topright {
	background-color: #339999;
	font-weight: bold;
	color: #ffffff;
	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: #339999;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 2 - Top Centre' $type='table' */
.s2topcenter {
	background-color: #339999;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 2 - Top Right' $type='table' */
.s2topright {
	background-color: #339999;
	font-weight: bold;
	color: #ffffff;
	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: #339999;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 3 - Top Centre' $type='table' */
.s3topcenter {
	background-color: #339999;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

/* $name='Table Style 3 - Top Right' $type='table' */
.s3topright {
	background-color: #339999;
	font-weight: bold;
	color: #ffffff;
	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: #339999;
	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;
}