@charset "utf-8";
/* CSS Document */

/* overrides */

.margin-btm { margin-bottom: 15px; }
.margin-top { margin-top: 15px; }
.list.nomargin,
.nomargin { margin: 0px !important; }
.nopadding { padding: 0px !important; }
.noborder,
.noborder td { border: none; }
.maxwidth { width: 100%; }
.maxtextarea {	width: 98%; }
.text-right, .numeric { text-align: right; }
.nowrap,
.nowrap * {  white-space: nowrap; }
.none { display: none; }
.hidden { visibility: hidden; }
.relative { position: relative; }
.absolute { position: absolute; }
.absolute.left { left: 0px; }
.absolute.right { right: 0px; }
.fl-right { float: right !important; }
.fl-right.share { margin-left: 15px; }
.fl-left, .inline li { float: left; }
.fl-left.share { margin-right: 15px; }
.inline,
.fl-fix { overflow: hidden; }
.clear { clear: both; }
.cl-left { clear: left; }
.cl-right { clear: right; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.zoom { zoom: 1; }
.float-wrapper { margin-bottom: 10px; }
.bold { font-weight: bold !important; }
.normal { font-weight: normal !important;  }
.lh-normal { line-height: normal; }
.strike { text-decoration: line-through; }
.uppercase { text-transform: uppercase; }
.center, .center td, .center th, .left .center { text-align: center; }
.left, .left td, .left th, .center .left { text-align: left; }
.right, .right td, .right th, .left .right { text-align: right; }
.noborder { border: none; }
.midalign { vertical-align: middle; }
.topalign { vertical-align: top; }
.phark { text-indent: -9999em; }
.autocenter { margin: 0px auto; }
.clickable tbody tr, .selectable { cursor: pointer; }
.page-break { page-break-after: always; }
.autoscroll { overflow: auto; }


/* required field icons */

.required SPAN,
SPAN.required {
	color: #FF0000;
	font-weight: bold;
}

label.required {
	display: inline-block;
	padding-right: 10px;
	background: url(../images/icons/required.gif) no-repeat right top;
}

div.required {
	font-size: 12px;
	padding-left: 10px;
	background: url(../images/icons/required.gif) no-repeat left top;
}