/*
	Example Default CSS Style Sheet for Article Body text.

	This style sheet should be a cut down version of the main website
	style sheet, including just those styles useful to a CONTROLSITE
	user.
*/

/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */
@import url(base.css);

/*None iCM styles - style we dont want users to have access to */
h2{background-color:#f5f5f5; border-top:5px solid #3A4C72; clear:both;font-size:1.8em; font-weight:normal; padding:4px 8px 8px 8px; margin:0 0 0.5em 0}
h4, h5, h6 {font-size:1em; padding:4px 8px; margin:0 0 0.5em 0}
.subheading, .sidebar-boxes h4 {background-color:#e5e5e5; border-top:5px solid #3A4C72; font-size:1em; padding:4px 8px; margin:0 0 0.5em 0}
#footer h4 {margin:0 0 0.5em 0;font-size:1.2em; padding:0}
#footer-useful-links h4 {
margin:0;
padding:8px 8px 0}
#content-main ul li, #sidebar-b ul li, #content-main ol li, #sidebar-b ol li {line-height:1.5em}
#content-main ul, #content-main ol{margin-bottom:1.5em}
#content-main ul li, #content-main ol li{margin-bottom:0.5em}
.boldlink{font-weight:bold}
/* 
	For 'textarea', 'input', 'option', 'table' and 'select' tags 
	the font family is not inherited from the <body> tag and so has to be re-stated.

	IE doesn't inherit the font size from the body class for these tags.
	100% will set the font size of IE's form items to the font size in the BODY tag 
*/
.printonly {display: none;}

/** TEXT STYLES **/

/* $name='Sub heading' */
#content-main h1, h3/*, .subheadinglite*/ {background-color:#f5f5f5; border-top:5px solid #e5e5e5; margin:1em 0 0.5em 0; padding:4px 8px; font-size:1.2em; color: #000000; line-height:1.5em}

/* $name='Highlight box' */
.highlight{background-color:#FFFEDF;border:1px solid #FEE580; margin:8px 0}

/* Bulleted List Style  - NOTE This is only required if using the Flash editor. */
/* $name='Bulleted List' */
li {font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; color: #000000;}

ul.list{list-style:none; margin:0; padding:0}
ul.list li{display:block; padding:4px 8px}
ul.list li span{display:inline-block; width:16em}
