
/***** CSS Document Global Settings *****/
#bodyTag {
	font: normal 9pt/10pt Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #DED9BB;
}

P {
	margin: 0px;
	padding: 0px;
	padding-bottom: 9px;
}

A  {
	text-decoration: none;
}

A:link, A:visited  {
	color: #C00C0F;
}

A:hover  {
	color: #C64A00;
}

#maintable  {
	background-color: #fff;
	border: 1px solid #212121;
}

#nav  {
	background-color: #C20000;
}

.editLink {
	font-size: 8pt;
	padding: 2px;
	padding-left: 0px;
	text-decoration: none;
}


/***** Column Containers *****/



/***** Article Containers *****/

	/** Option 1 **/
	#aOpt1  {
		margin: 10px;
		padding: 0px 5px 5px;
		color: #000;
	}

	#aOpt1 H1 {
		font-size: 12pt;
		padding: 5px;
		padding-left: 0px;
		margin: 0px;
		margin-bottom: 5px;
		border-bottom: 1px solid #000;
	}
	
	#aOpt1 #content {
		font-size: 9pt;
	}

	#aOpt1 #content TABLE TD {
		font-size: 9pt;
	}

	#aOpt1 #content P {
		padding-bottom: 9px;
	}
	
	#aOpt1 #content H2 {
		color: #C20000;
		font-size: 11pt;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 5px;
	}


	/** Option 2 **/
	#aOpt2  {
		margin: 10px;
		padding: 0px;
		color: #000;
		border: 1px solid #000;
	}

	#aOpt2 #flameicon {
		width: 15px;
		height: 15px;
		float: right;
		padding-top: 3px;
		padding-right: 3px;
	}

	#aOpt2 H1 {
		background-color: #C20000;
		color: #fff;
		font-size: 12pt;
		padding: 2px;
		margin: 0px;
		border-bottom: 1px solid #000;
	}
	
	#aOpt2 #content {
		font-size: 9pt;
		padding: 5px;
		background-image: url(/Domains/lisbonfire/images/smokebackground.jpg);
		background-repeat: no-repeat;
	}

	#aOpt2 #content TABLE TD {
		font-size: 9pt;
	}

	#aOpt2 #content P {
		padding-bottom: 9px;
	}
	
	#aOpt2 #content H2 {
		color: #C20000;
		font-size: 11pt;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 5px;
	}


/***** Article Group Containers *****/
	#agOpt1 {
		margin: 10px;
		padding: 0px 5px 5px;
		color: #000;
	}

	#agOpt1 #item  {
		margin-bottom: 10px;
	}
	
	#agOpt1 #item .articleGroupArticleMoreLink {
		padding-left: 5px;
	}
	
	#agOpt1 H1 {
		font-size: 12pt;
		padding: 5px;
		padding-left: 0px;
		margin: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #000;
	}
	
	#agOpt1 #item H2 { 
		font-size: 10pt;
		padding: 5px 5px 0px;
		padding-left: 0px;
		margin: 0px;
		color: #C20000;
	}

	#agOpt1 .dateHolder {
		font-size: 8pt;
		color: #888;
		padding-bottom: 2px;
	}
	
	#agOpt1 .newsContent {
		font-size: 9pt;
		color: #000;	
	}

	#agOpt1 .moreLink  {
		font-size: 9pt;
	}



/***** linkModule Containers *****/
	#lmOpt1  {
		margin: 10px;
	}

	#lmOpt1 H1{
		height: 30px;
		font-size: 11pt;
		font-weight: bold;
		color: #fff;
		padding: 4px;
		padding-left: 6px;
		margin-bottom: 4px;
	}

	#lmOpt1 ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#lmOpt1 li {
		background-image: url(/Domains/publicallies/images/redArrow.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: .8em;
	}

	#lmOpt1 li a {
		font-size: 10pt;
		text-decoration: none;
	}
	#lmOpt1 li a:hover {
		text-decoration: underline;
	}

/***** Footer *****/

	#footer {
		background: #212121;
		font: 8pt Arial, Helvetica, sans-serif;
		color: #fff;
		padding: 2px 2px 0px;
	}

	#footer A  {
		font: 8pt Arial, Helvetica, sans-serif;
		text-decoration: none;
	}

	#footer A:link  {
		color: #fff;
	}

	#footer A:visited  {
		color: #fff;
	}

	#footer A:hover  {
		color: #F1AC35;
	}
