/*User Selectable Styles*/
.Heading1, H1 {
	font-size:2.4em;
	font-weight:normal;
	color:#596366;
	margin-bottom:0.4em;
	}

.Heading2, H2 {
	font-size:1.4em;
	font-weight:bold;
	color:#555555;
	margin:0 0 0.6em 0;
	}

.Heading3, H3 {
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:0.6em;
	font-weight:bold;
	}

.Heading4, H4 {
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:0.6em;
	}

.Normal, P {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:0.8em;
	color:#4C4C4C;
	}
	
/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{
		background:#f3f7f9;
		border-collapse:collapse;
		margin:1em 0 2em 0;
		}

	table.ImmTS_Default th	{
		font-size:1.1em;
		text-align:right;
		padding:5px 6px 3px 6px;
		color:#596366;
		background:url(../images/thead_bg.gif) left bottom repeat-x;
		}

	table.ImmTS_Default thead th	{
		text-align:left;
		} 
	
	table.ImmTS_Default td	{
		font-size:1.1em;
		padding:3px 6px;
		vertical-align:middle;
		}
		
	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{
		border:1px solid #dbdbdb;
		} 

	table.Imm\TS_Default th	{
		font-size:1.2em;
		}

	table.Imm\TS_Default td	{
		font-size:1.2em;
		}

    table.ImmTS_Default tr p {
        line-height: 1em;
	    margin-bottom:0.2em;
    }

.generalForm .formLeft
{
	float:left;
	width:200px;
	line-height:20px;
}

.generalForm .formRight
{
	float:right!important;
	width:330px;
	line-height:22px;
}
.label
{
	float:right;
	margin: 0 0 1px 5px;
	padding:2px 0 0 0;
	width:300px;
	text-align:right;
	border-bottom: dotted 1px #777;
}

.submit a
{
	font-size: 1.2em;
	font-weight:bold;
}

/* new repeater css attribs for reports */
.subsidiary
{
	float:left;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 6px;
	width: 980px;
	background-color: #f0f3ff;
	border:solid 1px #e7e7e7;
}
contact_header
{
	width:970px;
	margin:20px 0 20px 0;
}
.contact_header h3
{
	margin:10px 0 10px 0;
}
.tbl_contact
{
	width:970px;
	border-bottom: solid 1px #ccc;
}
.tbl_contact td
{
	background-color:#e7e7e7;
	padding:6px 0 6px 4px;
	width:33%;
	font-weight:bold;
	font-size:1.2em;
}
.tbl_contact .middle
{
	text-align:center;
}
.tbl_contact .right
{
	text-align:right;
	padding-right:6px;
}
.tbl_projects
{
	width:970px;
	border-left:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	background-color:#fff;
}
.tbl_projects thead td
{
	font-weight:bold;
	background-color:#f5f5f5;
	padding: 2px 0 2px 2px;
}
.tbl_projects thead tr
{
	color:#ff8602;
}
.tbl_projects td
{
	border-left:solid 1px #e7e7e7;
	padding: 2px 0 2px 2px;
}
.p_type
{
	width:200px;
}
.p_value
{
	width:60px;
}
.p_location
{
	width:110px;
}
.p_planning
{
	width:100px;
}
.p_contract
{
	width:100px;
}
.p_client
{
	width:260px;
} 
/* miscellaneous classes */
.negativeMargin
{
	margin-top:-20px;
}