* {
	outline: none;
}
::selection {
	color: #fff;
	background-color: #f99122;
}
::-moz-selection {
	color: #fff;
	background-color: #f99122;
}
button,
button:focus,
a {
	outline: 0;
	cursor: pointer;
}
img {
	max-width: 100%;
}
._clear {
	clear: both;
}
._center {
	text-align: center;
}
._left {
	text-align: left;
}
._right {
	text-align: right;
}
._uppercase {
	text-transform: uppercase;
}
._bottom-0 {
	margin-bottom: 0;
}
._font-11 {
	font-size: 11px;
}
._italic {
	font-style: italic;
	font-size: 16px;
}
._line {
	background: #b983af;
	height: 4px;
	width: 118px;
	border-radius: 3px;
}
._margin-bottom-0 {
	margin-bottom: 0;
}
._margin-top-0 {
	margin-top: 0;
}
._space-padding {
	margin: 50px 0;
}
a:hover {
	text-decoration: none;
	color: #8c447d;
}
._pt-40 {
	padding-top: 40px;
}
._pt-100 {
	padding-top: 100px;
}
._pt-150 {
	padding-top: 150px;
}
._pt-200 {
	padding-top: 200px;
}
._pt-25 {
	padding-top: 25px;
}
._pb-25 {
	padding-bottom: 25px;
}
._pt-50 {
	padding-top: 50px;
}
._pb-50 {
	padding-bottom: 50px;
}
._pb-100 {
	padding-bottom: 100px;
}
._pb-200 {
	padding-bottom: 200px;
}
._mt-25 {
	padding-top: 50px;
}
._mb-25 {
	padding-bottom: 50px;
}
.site-error {
	margin: 0 auto;
	max-width: 1200px;
	padding: 150px 0 50px 0;
}

.ir_tableBorder {
	border-top: 1px solid #ccc;
}
table.ir_table {
	width: 100%;
	border-spacing: 0;
}
table.ir_table caption {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
table.ir_table tr th,
table.ir_table tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
table.ir_table th:first-child,
table.ir_table td:first-child {
	border-left: 1px solid #ccc;
}
table.ir_table .col-1 {
	width: auto;
}
table.ir_table .col-2 {
	width: 20%;
}
table.ir_table .col-3 {
	width: 20%;
}
table.ir_table .col-4 {
	width: 20%;
}
table.ir_table .half_width {
	width: 50%;
}
table.ir_table .second_half_width {
	width: 25%;
}
table.ir_table .width_35 {
	width: 35%;
}
table.ir_table .width_30 {
	width: 30%;
}
table.ir_table .width_22 {
	width: 22%;
}
table.ir_table .width_15 {
	width: 15%;
}
table.reset tr td,
table.reset tr td:first-child {
	border: none;
}
table.ir_table tr th.ratios_column,
table.ir_table tr td.ratios_column {
	height: 46px;
}
table.ir_table #Date {
	width: 17%;
}
table.ir_table #Type {
	width: 24%;
}
table.ir_table #Action {
	width: 17%;
}

table.ir_hover tr:hover td {
	background: #c3b777;
}
table.ir_hover tr.row1:hover td,
table.ir_hover tr.row1:hover th {
	background: #c3b777;
}
table.ir_hover tr.row2:hover td,
table.ir_hover tr.row2:hover th {
	background: #c3b777;
}
table.ir_hover tr.rowHighlight:hover td {
	background: #c3b777;
}
table.ir_hover tr.rowTSHighlight:hover td {
	background: #c3b777;
}
table.ir_table tr.ir_tableTopRow td,
table.ir_table tr.ir_tableTopRow th {
	background: #000000;
	color: #fff;
	font-weight: bold;
}
/*table.ir_table tr.row1 td, table.ir_table tr.row1 th {background: #e7e7e7; }*/
/*table.ir_table tr.row2 td, table.ir_table tr.row2 th {background: #f4f4f4;}*/
table.ir_table tr.rowHeader th {
	background: #414141;
	color: #fff;
}
table.ir_table tr.rowHighlight td,
table.ir_table tr.rowHighlight th {
	background: #414141;
	color: #fff;
}
table.ir_table tr.rowTSHighlight td {
	background: #ccd0e1;
	border-bottom: 1px solid #aaa;
}
/*table.ir_table tr th.cellHeader {background: #414141; color: #fff;}*/
table.ir_table tr td.cellHighlight {
	background: #414141;
	color: #fff;
}
table.ir_table tr td.cellTSHighlight {
	background: #ccd0e1;
	border-bottom: 1px solid #aaa;
}
table.ir_table tr td.cellTotal {
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
}
table.ir_table tr td.cellSubTotal {
	border-top: 1px solid #414141;
}
table.ir_table tr td.cellRed {
	background: #ebddd8;
}
table.ir_table tr td.cellGreen {
	background: #d8ebdc;
}
