/*
Colour and Styling information:
Button Green:  #8b8d4a with white #ffffff text
Text:  Heading H1 - Arial, Bold, #1d252d, size: 32px
Text:  Heading H2 - Arial, Bold, #1d252d, size: 14px
Text:  Content - Arial, Normal, #5b6770, size:  12px
Hyperlinks:  Arial, Bold, #5b6770, size:  12px
Background Colors for filters section etc. #d0d1ab
Line dividers:  1px, #5b6770
*/

.feed_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: RED;
	font-weight: BOLD;
	text-align: left;
	height: 30px;
	padding-left: 8px;
}



body {
	margin: 0px;
}

body.sens {
	margin: 15px;
}

td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: normal;
	text-align: left;
}


.table_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: normal;
	text-align: left;
	height: 30px;
	padding-left: 8px;
}

.table_left_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: bold;
	text-align: left;
	height: 0px;
	padding-left: 8px;
}

.table_left_bold_port {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: bold;
	text-align: left;
	padding: 8px 0px 0px 8px;
}

.table_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: normal;
	text-align: center;
	height: 30px;
}

.table_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: normal;
	text-align: right;
	height: 30px;
	padding-right: 8px;
}

.table_right_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: bold;
	text-align: right;
	height: 30px;
	padding-right: 8px;
}

.table_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1d252d;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 10px 8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5b6770;
}

.column_head_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d252d;
	font-weight: bold;
	text-align: left;
	padding: 15px 0px 5px 8px;
}

.column_head_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d252d;
	font-weight: bold;
	text-align: right;
	padding: 15px 8px 5px 0px;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #5b6770;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 5px 8px;
}

.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #5b6770;
	font-weight: normal;
	text-align: right;
	padding: 0px 8px 5px 0px;
}

.hasdatepicker, .inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: normal;
	text-align: right;
	padding-right: 8px;
	height: 30px;
	background-color: #d0d1ab;
	border-width: 1px;
	border-color: #5b6770;
	border-style: solid;
	width: 95%;
}

.hasdatepicker:hover, .inputbox:hover {
	background-color: #edeecf;
}


.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b6770;
	font-weight: normal;
	text-align: left;
	padding-left: 8px;
}


.sens_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1d252d;
	font-weight: normal;
	text-align: left;
	padding-left: 8px;
}

.sens_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d0d1ab;
	font-weight: bold;
	text-align: left;
	padding: 15px 0px 5px 8px;
}

.sens_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b6770;
	font-weight: normal;
	text-align: justify;
	height: 30px;
	padding: 0px 8px;
	line-height: 1.5em;
}


hr {
	color: #5b6770;
	background-color: #5b6770;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 5px 0px;
}  

hr.last {
	color: #5b6770;
	background-color: #5b6770;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 5px 0px 0px 0px;
} 

a:link, a:visited {
	color: #5b6770;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #7e868d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.spacer_xsml {
	height: 4px;
}

.spacer_sml {
	height: 8px;
}

.spacer {
	height: 12px;
}

.spacer_l {
	height: 16px;
}


.poweredby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	text-align: right;
	font-weight: normal;
	padding-right: 8px;
	padding-top: 8px;
	letter-spacing: 2px;
}

a.powered:link, a.powered:visited {
	color: #666666;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.powered:hover, a.powered:active {
	color: #999999;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}