/* ---------- STYLES FOR THE EDITOR 
  - Must be in class form, any id's won't be picked up from immediacy 
  Careful, they tend to overide styles laid out in main CSS - this can *usually* be fixed by being very specific with all values used in the main CSS
  If not you can add specific resets after these class.... things....
  ---------- */

.heading1, h1 {
	padding: 20px 40px 10px 40px;
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
	color: #009;
} 

.heading2, h2 {
	padding: 10px 40px 10px 40px;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	color: #009;
}

.heading3, h3 {
	padding: 10px 40px 10px 40px;
	font-size: 1.6em;
	font-weight: normal;
	color: #009;
}
.heading4, h4 {
	padding: 10px 40px 10px 40px;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #009;
}

.paragraph, p {
	padding: 0 40px 1.5em 40px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
}

.acronym, acronym {
	border-bottom: 1px dashed #38457b;
	cursor: help;
}

.hr, hr {

}

.floatLeft,
.ImmControlAlign_Left {
	float:left;
	margin: 10px 20px 10px 0;
}

.floatRight,
.ImmControlAlign_Right {
	float:right;
	margin: 10px 0 10px 20px;
}

ul {
	list-style: none outside;
	margin: 0 40px 0 19px;
	color: #333;
	padding: 0 0 .75em 0;
}

ul li {
	padding: 0 0 .75em 21px;
	background: none url('/images/standard_bullet_grey.png') no-repeat left 7px;
	font-size: 1.3em;
	line-height: 1.5em;
}

ol li {
	list-style-position: outiside;
	line-height: 1.5em;
	margin: 0 40px 0 19px;
	color: #333;
	padding-bottom: .75em;
}


/* ---------- TABLES STYLING ---------- */


/* --------- Non classed table - mainly for the formbuilder forms that don't have any specific hooks... which makes it really 
	       difficult to do anything with their already less than efficient table based styling ---------- */

#content table {
	width: 500px !important;
	margin: 0 auto 20px auto !important;
	border-collapse: collapse;
	border: none;
}

#content table td.AtoZBG  {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}

#content table td.AtoZBG img {
	display: none;
}

#content table td {
	font-size: 1.3em;
	color: #333;
	line-height: 1.5em;
	border: 1px solid #ccc;
	padding: 5px;
}

#content table td label {
	font-weight: bold;
}


#content table td p {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#content table td ul {
	margin: 5px 0 0 5px;
	padding: 0;
}

#content table td ul li {
	font-size: 1em;
	margin: 0;
}

/* ---------- Default Table ---------- */


#content table.ImmTS_Default {
	width: 500px;
	margin: 0 auto;
	border: solid 1px #ccc;	
	border-collapse: collapse;
	font-family: Helvetica, Arial, Sans-Serif;
}
#content table.ImmTS_Default th, #content table.ImmTS_Default td {
	padding: 5px 8px;
	border: solid 1px #ccc;
}
#content table.ImmTS_Default th {
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	text-align: center;
	font-size: 1.5em;
}

table.ImmTS_Default td {
	border: 1px solid #ccc;
}

#content table.ImmTS_Default p,
#content table.ImmTS_Default h4 {
	padding: 0;
	margin: 0;
	text-align: inherit;
	font-size: 1em;
}

#content table.ImmTS_Default h4 {
	font-size: 1em;
}



/* ---------- Grid Table ---------- */

table.ImmTS_gridTable {
	width: 500px;
	margin: 20px auto;
	border: solid 1px #ccc;	
	border-collapse: collapse;
	font-family: Helvetica, Arial, Sans-Serif;
}

table.ImmTS_gridTable th,
table.ImmTS_gridTable td {
	border: solid 1px #ccc;
}

table.ImmTS_gridTable th {
	background-color: #fff;
	border: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 5px solid #333;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	font-size: 1.2em;
	margin: 0;
}

table.ImmTS_gridTable td {
	border: 1px solid #ccc;
	vertical-align: top;
	padding: 10px;
	margin:0
}

#content table.ImmTS_gridTable p {
	padding: 0;
	margin: 0;
	text-align: inherit;
	font-size: 1em;
}

/* ---------- Blue Table ---------- */

table.ImmTS_BlueTable {
	width: 500px;
	margin: 20px auto;
	border: solid 1px #ccc;	
	border-collapse: collapse;
	font-family: Helvetica, Arial, Sans-Serif;
}
table.ImmTS_BlueTable th, table.ImmTS_BlueTable td {
	padding: 5px 8px;
}

table.ImmTS_BlueTable th {
	background-color: #38457B;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

table.ImmTS_BlueTable td {
	border: 1px solid #ccc;
}

#content table.ImmTS_BlueTable td p {
	padding: 0;
	margin: 0;
	text-align: inherit;
	font-size: 1em;
}

/* ---------- Orange Table ---------- */

table.ImmTS_OrangeTable {
	width: 500px;
	margin: 20px auto;
	border: solid 1px #ccc;	
	border-collapse: collapse;
	font-family: Helvetica, Arial, Sans-Serif;
}
table.ImmTS_OrangeTable th, table.ImmTS_OrangeTable td {
	padding: 5px 8px;
}
table.ImmTS_OrangeTable th {
	background-color: #FBA214;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

table.ImmTS_OrangeTable td {
	border: 1px solid #ccc;
}

#content table.ImmTS_OrangeTable td p {
	padding: 0;
	margin: 0;
	text-align: inherit;
	font-size: 1em;
}

/* ---------- Gallery Table ---------- */

table.ImmTS_gridTable td{
	border-top:solid 1px #ccc;
	font-family: Helvetica, Arial, Sans-Serif;
}

table.ImmTS_galleryTable
{
	width:500px;
}

table.ImmTS_galleryTable td
{
	text-align:center;
	padding:15px 3px 0px 3px;
}

table.ImmTS_galleryTable td.leftCell
{
	text-align:left;
	padding-left:0px;
	padding-right:0px;
}

table.ImmTS_galleryTable td.rightCell
{
	text-align:right;
	padding-left:0px;
	padding-right:0px;
}

table.ImmTS_galleryTable img {
	
}
