﻿/* GreenTetradTheme */
/* styles for elements in section */

div.section, div.section h4, div.section div, div.section p
{
	margin: 0;
	padding: 0;
}

div.section
{
	float: none;
	clear: both;
	margin: 15px 10px 10px 10px;
}

div.section h4
{
	/*color: #FFFFFF; 	background-color: #56B953;  	font-size: 1.1em; 	border-left-style: solid; 	border-left-width: 10px; 	border-left-color: #1A7520;	 	line-height: 1.5em; 	padding: 0 0 0 5px;	*/
	border-left: solid 5px #4B595E;
	border-bottom: solid 1px #7F7468;
	background-color: #C3E8D8;
	color: #4B595E;
	font-size: small;
	margin: 0;
	padding: 3px;
}

div.section div.content
{
	margin: 8px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	padding: 10px 6px 10px 6px; /* make the content align with the heading text */ /*background-color: #EBFAE7;*/
}

div.section div.content-float-hack
{
	margin: 8px 0 0 0;
	padding: 0 14px 0 0;
}

div.section div.content-border-hack
{
	margin: 8px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	width: 100%;
	float: left;
	padding: 10px 6px 10px 6px;
}

div.section div p
{
	padding: 0 5px 0 5px;
	line-height: 1.8em;
}
