/* 
  -------------------------------------
  Stylesheets by TechTriad, Inc.
  www.techtriad.com
  Misc styles and classes
  -------------------------------------
*/

.icon-acrobat {
	background-image: url(../images/icons/acroread.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	margin-left: 20px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 22px;
	line-height: 28px;
}
.icon-excel {
	background-image: url(../images/icons/icon_xl.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 24px;
}
.icon-email {
	background-image: url(../images/social-icons/email_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-flickr {
	background-image: url(../images/social-icons/facebook_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	line-height: 24px;
	margin-left: 10px;
}
.icon-facebook {
	background-image: url(../images/social-icons/facebook_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	line-height: 24px;
	margin-left: 10px;
}
.icon-linkedin {
	background-image: url(../images/social-icons/linkedin_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	line-height: 24px;
	margin-left: 10px;
}
.icon-youtube {
	background-image: url(../images/social-icons/youtube_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 22px;
}.indent {
	padding-left: 20px;

}

.imagespace	{
	margin: 8px;
}
.imagespaceRight	{
	margin-right: 10px;
}
.imageborder	{
	padding: 4px;
	border: solid 1px #999;
}
.tablecenter	{
	margin-left:auto;
	margin-right:auto;
}
.borderText {
	padding: 4px;
	text-decoration: none;
	font-size: 13px;
	border: 1px dashed #900;
	width: 80%;
}
.smallText {
	font-size: 11px;
}
.boldOrange {
	font-size: 14px;
	font-weight: bold;
	color: #EA6E28;
}
