/* NEW STYLES TO BE ADDED */


/* EVENTS */
.red-text-link a {
	color:#9f2125;
}

.red-text-link a:hover {
	color:#9e972e;
}

/* MULTIMEDIA */
.video-icon {
	width:42px;
	background-image: url(../assets/images/icon_video.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.audio-icon {
	width:42px;
	background-image: url(../assets/images/icon_audio.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.picture-icon {
	width:42px;
	background-image: url(../assets/images/icon_picture.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.pdf-icon {
	width:42px;
	background-image: url(../assets/images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.generic-icon {
  width:42px;
  background-image: url(../assets/images/icon_generic.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.excel-icon {
  width:42px;
  background-image: url(../assets/images/icon_excel.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.image-icon {
  width:42px;
  background-image: url(../assets/images/icon_image.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.jpg-icon {
  width:42px;
  background-image: url(../assets/images/icon_jpg.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.mov-icon {
  width:42px;
  background-image: url(../assets/images/icon_mov.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.ppt-icon {
  width:42px;
  background-image: url(../assets/images/icon_ppt.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.webpage-icon {
  width:42px;
  background-image: url(../assets/images/icon_webpage.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.wmv-icon {
  width:42px;
  background-image: url(../assets/images/icon_wmv.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.word-icon {
  width:42px;
  background-image: url(../assets/images/icon_word.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.zip-icon {
  width:42px;
  background-image: url(../assets/images/icon_zip.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

/* BUILDING BLOCKS FOR FORMATTING EFFECTS */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.valign-middle {
	vertical-align: middle;
}

.v-space48 {
	height: 48px;
}
.v-space42 {
	height: 42px;
}
.v-space36 {
	height: 36px;
}
.v-space32 {
	height: 32px;
}
.v-space28 {
	height: 28px;
}
.v-space24 {
	height: 24px;
}
.v-space21 {
	height: 21px;
}
.v-space18 {
	height: 18px;
}
.v-space14 {
	height: 14px;
}
.v-space12 {
	height: 12px;
}
.v-space10 {
	height: 10px;
}
.v-space8 {
	height: 8px;
}
.v-space4 {
	height: 4px;
}
.h-space48 {
	width: 48px;
}
.h-space42 {
	width: 42px;
}
.h-space36 {
	width: 36px;
}
.h-space32 {
	width: 32px;
}
.h-space28 {
	width: 28px;
}
.h-space24 {
	width: 24px;
}
.h-space21 {
	width: 21px;
}
.h-space14 {
	width: 14px;
}
.h-space12 {
	width: 12px;
}
.h-space10 {
	width: 10px;
}
.h-space8 {
	width: 8px;
}
.h-space4 {
	width: 4px;
}

.dotted-frame {
	border: 1px dotted #333333;
}

.min-width700 {
	min-width: 700px;
}

.dotted-rule-top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

.dotted-rule-bot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.dotted-rule-right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}

.dotted-rule-left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}

.pad4 {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.pad6 {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.pad8 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.pad10 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pad12 {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.pad14 {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
.pad16 {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.pad18 {
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.pad20 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pad32 {
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
}

.margin4 {
	margin-top: 4px;
}

.margin6 {
  margin-top: 6px; 
}

.margin8 {
	margin-top: 8px;
}

.margin10 {
	margin-top: 10px;
}

.margin12 {
	margin-top: 12px;
}

.margin14 {
	margin-top: 14px;
}

.margin18 {
	margin-top: 18px;
}

.margin21 {
	margin-top: 21px;
}

.margin24 {
	margin-top: 24px;
}

.margin28 {
	margin-top: 28px;
}

.margin32 {
	margin-top: 32px;
}

.margin36 {
	margin-top: 36px;
}

.margin42 {
	margin-top: 42px;
}

.image-animation-slug {
	background-color: #FFFFFF;
	border: 1px dotted #333333;
}

.display-inline-block {
	display: inline-block;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.align-right {
  text-align:right;
}