

/*
	------------------------------------------------------------
	HTML Overides
	------------------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('/web_images/SL_background.jpg');
	background-repeat:repeat-x;
	font-family: "Lucida Sans", Arial, Helvetica;
}
td {
	font-family:  Arial, Helvetica;
	font-size: 12px;
	color: #222222;
}

input, select, textarea
{
	margin: 0;
	font-family:  Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

li {
	list-style-image:url('/web_images/SL_icon_bullet.gif');
	list-style-position:outside;
	font-size: 12px;
	/* margin-top: 3px; */
	margin-left: 16px;
	padding: 0;
	
}

input.catagory {
	width:85%;
	font-family: Arial;
}


.menu {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}

.darklink {
	font-size: 13px;
	color: #222222;
	text-decoration:none;
	
}

#subheadings a{
	font-family:  Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	text-decoration:none;
}

#subheadings a:hover, .menu:hover {
	font-family:  Arial, Helvetica;
	font-size: 13px;
	/* color: #EFEFEF; */
	color: #000000;
	text-decoration:underline;
}


.story_link_right {
	font-family:  Arial, Helvetica;
	font-size: 12px;
	color: #222222;
	text-decoration:none;
	float:right;
}

.story_link_right:hover, .darklink:hover {
	color: #777777;
	text-decoration:underline;
}


.instorylinks {
	text-decoration: underline;
}
/*
	------------------------------------------------------------
	General Classes
	------------------------------------------------------------
*/

.background {
	color: #000000;
}

/*
	------------------------------------------------------------
	Headings and Text Sizes
	------------------------------------------------------------
*/

/* Subsection links at top of stories and section lists */
.SubsectionLink {
	font-weight: bold;
	text-decoration:none;
}
.SubsectionLink:hover {
	text-decoration: underline;
}

.heading, .StoryViewSectionHeading {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: 42px;
	color: #FFFFFF;
	letter-spacing:-3px;
	text-decoration:none;
}

.staticpagesHeads {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: 42px;
	/* Block - Faded Point */
	color: #7d7460;
	color: #FFFFFF;
	letter-spacing:-3px; 
}
	
	/** overide the section headings */
	a.StoryViewSectionHeading:hover {
		text-decoration:underline;
	}
	
.storyheading {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: 20px;
	letter-spacing: -1px;
}

.title, .featureheading {
	font-size: 14pt;
	color: #777777;
	text-decoration: none;
	display: inline;
}

.title {
	font-size: 12pt;	
}

.sponsortext, .sponsoredby {
	font-family:  Arial, Helvetica;
	font-size: 9px;
	color: #777777;
}

.kickline, .kickline_head, .storyviewsection_subheading{
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.kickline_link{
	color: #777777;
	text-decoration:underline;
}


/* **** SEARCH BOX ETC **** */
.boxheading {  /* Search Box Table */
	border-bottom: #BBBBBB 1px dashed;  
}

/* Disclaimer text */
.disclaimertext {
	border: 1px #000000 solid;
	padding : 5px; 
	background-color: #EEEEEE;
}

/* STYLES FOR THE INSPIRATIONAL QUOTE BOX */
	.quotearea{
		font-family: Helvetica;
		background-image:url('/web_images/SL_quote_bg.jpg');
		width: 100%;
		height: 97px;	
		/* padding: 2px 2px 9px 9px; */
	}
	.quotetitle {
		position:relative;
		top: 4px;
		left: 12px;
		color: #777777;
		font-size: 14pt;
		
	}
	.quotetext {
		color: #777777;
		font-size: 12pt;
		FONT-WEIGHT: lighter;
		margin-top: 4px;
		text-align: center;
	}
	.quoteauthor, .quoteattrib {
		width: 80%;
		color: #777777;	
		font-size: 9pt;
		text-align: right;
	}
	
/* ****************************************** */

/*
	------------------------------------------------------------
	Colors and Images
	------------------------------------------------------------
*/
.gradient{
	background-image:url('/web_images/SL_bg_storytop.jpg');
	background-repeat:repeat-x;
}

.bgtop{
	background-image:url('/web_images/SL_midbg1.jpg');
	background-repeat:no-repeat;
}

.bgcalendar{
	background-image:url('/web_images/SL_fronthead_events.jpg');
	background-repeat:no-repeat;
}

.bgcalculator{
	background-image:url('/web_images/SL_fronthead_calc.jpg');
	background-repeat:no-repeat;
}
.catcolour {
	color: #659154;
}
	
	/* Block - Faded Point */
.headbg, .staticpagesHeads, .headbg_standard {	
	
	/*
	*** These lines are in buildtopheader.inc and buildheader.inc due to issues with IE6 ***
	
	background-image:url('/web_images/sl_logo_bg.png');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_images/sl_logo_bg.png',sizingMethod='crop');
	*/
	background-color: #8d8470;
	background-repeat:no-repeat;
	
	/*
	height: 114px; 
	padding-left: 12px;
	
	background-image:url('/web_images/SL_headings_generic.jpg');
	background-color: #8d8470;
	
	*/
	
	height: 70px; 
	vertical-align: middle;
	text-align: left;
}

.sectiontab_heading {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: 17px; 
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:-1px; /* re-inserted this back in */
}

.portrait_image {
	float:left; 
	margin:0 1em 1em 0;
}

.standarddivider {
	height: 1px;
	width: 100%; 
	border-width: 0px;  
	border-bottom: #CCCCCC 1px dashed;  
}
.coverdivider, .boxdivider {
	height: 1px;
	width: 100%; 
	border-width: 0px;  
	border-bottom: #555555 1px solid;  
}





/*  Standard Story Style Definitions */
	
	.coverstory_text, .coverstory_head { 
	/* Intended for the lead story on a site. Increased headline size */
		DISPLAY: inline; 
		font-size: 12px; 
		color: #CCCCCC;
		font-style: normal; 
		text-decoration: none;
	}
	
	.coverstory_text {
		color: #FFFFFF;
	}
	
	.leadstory_head { 
	/* Intended for the lead story on a site. Increased headline size */
		DISPLAY: inline; 
		font-size: 12px; 
		line-height: 18px; 
		color: #333333;
		font-style: normal; 
		font-weight:bold; 
		text-decoration: none;
	}
	
	.headline_head {
	/* Intended for a headline list. small headline size */
		DISPLAY: inline; 
		font-size: 11px; 
		line-height: 18px; 
		color: #333333;
		font-style: normal; 
		font-weight:normal; 
		text-decoration: none;
	}
	.headline_head:hover, .story_head:hover, .micro_head:hover, .coverstory_head:hover {
		text-decoration: underline;
	}
	
	.story_head, .storyHead, .micro_head {
	/* Standard story headline size */
		DISPLAY: inline; 
		font-size: 12px; 
		line-height: 18px; 
		color: #333333;
		font-style: normal; 
		text-decoration: none;
	}
	.storyHead {
		font-weight: bold;	
	}
	.leadstory_text, .story_text, .bodytext {		
		font-family: "Lucida Sans", Arial, Helvetica;
		font-size: 12px; 
		line-height: 16px; 
		color: #333333;
		font-style: normal; 
		text-decoration: none;
		text-align: left;
		letter-spacing: -1px;
	}
	.leadstory_date, .story_date, .storyDate {
		font-size: 9px; 	
	}
	.leadstory_image, .story_image  {
		BORDER: #555555 1px solid; 
		margin: 9px;
		margin-top: 2px;
		margin-left: 2px;
	}
	.storylink, .SearchLinks, .page {
		COLOR: #777777; 
		font-weight:bold; 
		TEXT-DECORATION: none
	}
	.headline_link, .leadstory_link, .story_link, .coverstory_link {
		font-family:  Arial, Helvetica;
		font-size: 12px;
		color: #333333;
		text-decoration:none;
	}
	.coverstory_link {
		color: #CCCCCC;	
	}
	.headline_link:hover, .leadstory_link:hover, .story_link:hover, .coverstory_link:hover {
		color: #777777;
		text-decoration:underline;
	}
	
	.storylink:hover, .SearchLinks:hover, .page:hover {
		COLOR: #555555; 
		font-weight:bold; 
		TEXT-DECORATION: underline
	}

/*
=========================================

 OVERRIDES - MUST GO AT THE END BECAUSE I SAY SO
 
=========================================
*/

/*
	------------------------------------------------------------
	Colour Overrides
	------------------------------------------------------------
*/
	.black {
		color: #000000;
	}
	
	.white {
		color: #FFFFFF;
	}
	
	.light {
		color: #CCCCCC;
	}
	
	.underlined {
		text-decoration: underline;
	}
	
/* --------------------------------------------- */

	/* heading overrides */
	.heading_living{
		color: #659154;
	}
	
	.heading_health{
		color: #508D7E;
	}
	
	.heading_investing{
		color: #9B1D04;
	}
	
	.heading_super{
		color: #D0770F;
	}
	
	.heading_retirement{
		color: #D8A800;
	}
	
	.heading_portfolio{
		color: #3C88A8;
	}
	
/* --------------------------------------------- */
	
	/* Block - Faded Point */
	
	/*
	.storyviewsection_subheading_black {
		color: #000000;
	}
	
	.storyviewsection_subheading_standard {
		color: #7d7460;
	}
	
	.storyviewsection_subheading_living{
		color: #659154;
	}	
	.storyviewsection_subheading_health{
		color: #508D7E;
	}	
	.storyviewsection_subheading_investing{
		color: #9B1D04;
	}
	.storyviewsection_subheading_super{
		color: #D0770F;
	}	
	.storyviewsection_subheading_retirement{
		color: #D8A800;
	}
	.storyviewsection_subheading_portfolio{
		color: #3C88A8;
	}
	
	.heading_living, 
	.heading_health, 
	.heading_investing, 
	.heading_super, 
	.heading_retirement, 
	.heading_portfolio, 
	*/
	
	.storyviewsection_subheading_standard, 
	.storyviewsection_subheading_living, 
	.storyviewsection_subheading_health, 
	.storyviewsection_subheading_investing, 
	.storyviewsection_subheading_super, 
	.storyviewsection_subheading_retirement, 
	.storyviewsection_subheading_portfolio {
		color: #FFFFFF;
		
	}
	
	

/* --------------------------------------------- */



	/* heading overrides */
	/*
	.headbg_living{
		color: #639252;
		background-image:url('/web_images/SL_headings_living.jpg');
	}
	
	.headbg_health{
		color: #508D7E;
		background-image:url('/web_images/SL_headings_health.jpg');
	}
	
	.headbg_investing{
		color: #9B1D04;
		background-image:url('/web_images/SL_headings_investing.jpg');
	}
	
	.headbg_super{
		color: #D0770F;
		background-image:url('/web_images/SL_headings_super.jpg');
	}
	
	.headbg_retirement{
		color: #D8A800;
		background-image:url('/web_images/SL_headings_retirement.jpg');
	}
	
	.headbg_portfolio{
		color: #3C88A8;
		background-image:url('/web_images/SL_headings_portfolio.jpg');
	}
	*/
/* --------------------------------------------- */



	/* heading overrides */
	.headbg_living{
		background-color: #659154;
		
	}
	
	.headbg_health{
		background-color: #508D7E;
	}
	
	.headbg_investing{
		background-color: #9B1D04;
	}
	
	.headbg_super{
		background-color: #D0770F;
	}
	
	.headbg_retirement{
		background-color: #D8A800;
	}
	
	.headbg_portfolio{
		background-color: #3C88A8;
	}
	
	.headbg_experts{
		background-color: #B59EC6;
	}
	
	
/*  New Search boxes */

.searchBoxheading {
	BORDER-RIGHT: #ffffff 1px solid; 
	BORDER-TOP: #ffffff 1px solid; 
	BORDER-LEFT: #ffffff 1px solid; 
	/*BORDER-BOTTOM: #ffffff 1px solid; */
	width: 97%;
}

.searchBoxheading2 {
	BORDER-RIGHT: #ffffff 1px solid; 
	/*BORDER-TOP: #ffffff 1px solid; */
	BORDER-LEFT: #ffffff 1px solid; 
	BORDER-BOTTOM: #ffffff 1px solid; 
	width: 97%;
}

.sbox_site
{
	background-color: #000000;
/*	border: 1px solid #FFFFFF;*/
	color: #BCBCBC;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
/*	padding-top: 12px;*/
	vertical-align: top;
	padding-bottom: 8px;
	line-height: 16px;
}

.sbox_industry
{
	color: #BCBCBC;
	font-family: verdana;
	font-size: 40px;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

.sbox_site_submit
{
	text-align: center;
	padding-top: 12px;
	vertical-align: bottom;
	padding-bottom: 8px;
	background-repeat: no-repeat;
}

.sbox_industry_submit
{
	text-align: center;
	vertical-align: bottom;
	background-image: url(sbox_sumbit.gif);
	height: 19px;
	width: 54px;
	border:none;
	margin-bottom: 12px;
	margin-top: 3px;
	background-repeat: no-repeat;
}

INPUT.catagory2
{
	WIDTH: 85%;
	WORD-WRAP: break-word;
	font-size:10px;
	border: solid 1px #999;
	font-family:Arial; 
}

.sbox_site_SL
{
	background-color: #000000;
	color: #BCBCBC;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	padding-top: 12px;
	vertical-align: top;
	padding-bottom: 8px;
	line-height: 16px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
