/* colours


Text:		#333333
Orange:		#f1800a



*/




body {
	margin: 0px;
}


td,th,p {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
}

td,th {
	height: 28px;
	padding: 2px 0px;
}

table {
    border-collapse: collapse;
}

b {
	font-weight: 600;
}


.right {
	text-align: right;
}


.table_left, .table_left_first {
	padding-left: 20px;
	height: 45px;
}

.table_left_flat {
	padding-left: 20px;
	height: 0px;
}

.table_left_flat_left {
	padding-left: 0px;
	height: 0px;
}


.table_left_no_bottom {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.table_left_no_top {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
}



.table_center {
	text-align: center;
	height: 45px;
}

.table_right {
	text-align: right;
	padding-right: 20px;
	padding-left: 0px;
	height: 45px;
}

.price {
	font-size: 36px;
	color: #f1800a;
	font-weight: 600;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.price_right {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.poweredby {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-right: 8px;
	padding-top: 5px;
	letter-spacing: 2px;
	height: 0px;
}

.poweredby_rule {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-right: 8px;
	padding-top: 5px;
	letter-spacing: 2px;
	height: 0px;
	border-top: 1px solid #f2f2f2;
}

a.powered:link, a.powered:visited {
	color: #666666;
	font-size: 8px;
	text-decoration: none;
	font-weight: 600;
}

a.powered:hover, a.powered:active {
	color: #999999;
	font-size: 8px;
	text-decoration: none;
	font-weight: 600;
}

.rule {
	height: 10px;
	font-size: 1px;
}

.last_rule {
	height: 10px;
	padding-top: 12px;
	font-size: 1px;
}

hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}


.table_head {
	color: #ffffff;
	text-align: left;
	padding: 15px 20px;;
	background-color: #2a2a2a;
	line-height: 125%;
}



.column_head_left {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	padding: 10px 0px 0px 20px;
}

.column_head_right {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	padding: 10px 20px 0px 0px;
}

.section_head_left {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	padding: 3px 0px 5px 20px;
	background-color: #2a2a2a;
	height: 0px;
}

.section_head_right {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-align: right;
	padding: 3px 20px 5px 0px;
	background-color: #2a2a2a;
	height: 0px;
}




.spacer_xs {
	height: 4px;
	font-size: 1px;
}

.spacer_s {
	height: 8px;
	font-size: 1px;
}

.spacer {
	height: 12px;
	font-size: 1px;
}

.spacer_l {
	height: 16px;
	font-size: 1px;
}


.notes {
	font-size: 12px;
	padding-left: 20px;
	line-height: 14px;
}


sup {
	font-size: 8px;
}


a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #f1800a;
	text-decoration: none;
}


/*---- zebra styles starts here ------*/


table.zebra tr:nth-child(2n+1), table.zebra td.spacer, table.zebra td.rule, table.zebra td.last_rule, table.zebra td.notes, table.zebra td.poweredby, table.zebra td.price, table.zebra td.price_right, table.zebra td.section_head_left-, table.zebra td.section_head_right-{
	background: #ffffff;
}

table.zebra tr:nth-child(2n+2) {
	background: #f2f2f2;
}



/*---- zebra styles ens here ------*/








