/* Start of CMSMS style sheet 'common' */
.txtright {
	text-align: right;
}
.txtcenter {
	text-align: center;
}
.txtleft {
	text-align: left;
}

.clearFloat {
  clear: both;
}

.fltlft {
	float: left;
}
.fltrt {
	float: right;
}

.clearlft {
  clear: left;
}

.clearrt {
  clear: right;
}

.block {
   display:block;
}

.inline {
   display:inline;
}

.thinborder {
	border: 1px solid #aaa;
}

.shaded {
	background-color: #F0EBE5; /* #E0EAFD; */
}

.strong, .bold {
	font-weight: bold;
}

.em, .italic {
	font-style: italic;
}

.pointer {
	cursor: pointer;
}
.fullwidth {
	width: 100%;
}
.halfwidth {
	width: 47%;
}
/* End of 'common' */

