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

/* classes */
.icon-acrobat {
	background-image: url(../images/icons/acroread.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 20px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	margin-left: 20px;
}
.icon-excel {
	background-image: url(../images/icons/icon_xl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 20px;
}
.icon-powerpoint {
	background-image: url(../images/icons/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 20px;
}
.icon-email {
	background-image: url(../images/icons/icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-calendar {
	background-image: url(../images/icons/calendar_icon_sm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-left: 20px;
}

.centertable	{
	margin-left: auto;
	margin-right: auto;
	}
.tableborder	{
	border: 1px solid #7695B2;
}
.indent {
	padding-left: 20px;

}
.outsideBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5680A6;
	border-right-color: #5680A6;
}
.insideBorder {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5680A6;
	border-left-color: #5680A6;
}

.imagespace	{
	margin: 8px;
}
.imageborderspacewhite {
	border: 1px solid #FFFFFF;
	margin: 4px;
}
.imageborderspaceblue {
	border: 1px solid #0d6085;
	margin: 4px;
}
.sidebarIndent	{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.green	{
	color: #9CFF57
}
.dotted {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999;
}
