/* InControl Website CSS */
/* These styles will be available through the InControl WYISWYG Editor */
/* support@ecomsoftware.com */

/*body{
	background-color:#ffffff;
	font-family:Verdana,helvetica,arial;
	background:url("images/bg.png") repeat-y center;
	margin:auto;
}
p{font-family:Verdana,helvetica,arial; text-align: justify;}*/

.bold{font-weight:bold;}

.imageOnRight{float:right;}

.imageOnLeft{float:left;}

.padImage{padding:3px;}

.paddedImageOnRight{float:right;padding:10px}

.paddedImageOnLeft{float:left;padding:10px}

.iconOnLeft{float:left;width:25px;height:25px;border:0pxsolidtransparent}

.iconOnRight{float:right;width:25px;height:25px;border:0pxsolidtransparent}


/*Custom Styles for AssetCo */

h1 {
	color:#ee3224;
	font-size:18px;
	font-weight:bold;
	font-variant: small-caps;
}
.SubHeadGrey {
	color:#6d6e71;
	font-size:14px;
	font-weight:bold;
	text-align: justify;
	}
.SubHeadRed {
	/*color:#ee3224;*/
	color:#3C539F;
	font-size:14px;
	font-weight:bold;
	text-align: justify;
	}
.SubHeadServices {
	color:#09466a;
	font-size:14px;
	font-weight:bold;
	text-align: justify;
	}
.SubHeadEquipment {
	color:#597d7d;
	font-size:14px;
	font-weight:bold;
	text-align: justify;
	}
.SubHeadResource{
	color:#aec687;
	font-size:14px;
	font-weight:bold;
	text-align: justify;
	}
.smallRedLink{color:#ee3224; font-size:x-small;}
.smallGreyLink{color: #999999; font-size:x-small;}
hr{ color:#ee3224; height: 10px; }

table.mytable {
	width: 100%;
	padding: 0px;
	border: none;
	border: 1px solid #6d6e71;
}
table.mytable td {
	border: none;
	background-color: #F4F4F4;
	vertical-align: middle;
	padding: 7px;
}
table.mytable tr.special td {
	border-bottom: 1px dashed #ee3224;
	color: #ee3224;
	font-weight:bold;
}
.ticks {
padding: 10px 0 10px 50px;
list-style-image: url(../images/arrow2.gif);
}

