/**
 * 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='Red Text' */
.redtext a, .redtext {
	color: #993333;
}

/* $name='Blue Text' */
.bluetext a, .bluetext {
	color: #333399;
}

/* $name='Document Link' */ 
a.document {
	background: url(../images/bullet_light.gif) no-repeat left 10px;
	padding: 10px 0 10px 25px;
	color: #FFFFFF;
	line-height: 1.5em;
}



/**
 * 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: #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;
}