/*User Selectable Styles*/
.Heading1, H1 {
	font-size:2em;
	font-weight:normal;
	color:#596366;
	margin-bottom:0.4em;
	}

.Heading2, H2 {
	font-size:1em;
	font-weight:bold;
	color:#555555;
	margin:0 0 0.6em 0;
	}

.Heading3, H3 {
	font-size:0.8em;
	line-height:1.1em;
	margin-bottom:0.6em;
	font-weight:bold;
	}

.Heading4, H4 {
	font-size:1em;
	line-height:1.1em;
	margin-bottom:0.6em;
	}

.Normal, P {
	font-size:0.75em;
	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;
		font-size:1.4em;
		margin:1em 0 0.5em 0;
		}

	table.ImmTS_Default th	{
		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	{
		padding:3px 6px;
		vertical-align:middle;
		font-size:0.75em;
		}
		
	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{
		border:1px solid #dbdbdb;
		} 

	table.Imm\TS_Default th	{
		font-size:0.75em;
		}

	table.Imm\TS_Default td	{
		}

    table.ImmTS_Default tr p {
        line-height: 1em;
	    margin-bottom:0.2em;
    }
    
    p.tableNb 
    {
        color: #000;
        font-size: 11px;
        font-weight: bold;
    }
.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;
}

/* miscellaneous classes */
.negativeMargin
{
	margin-top:-20px;
}
