/*

Text = #373737

Dark Blue          = #093d4b
Light Blue / Hover = #4c97ae

Light grey = #eeeeee



*/

.feed_code {
	font-size: 18px;
	color: red;
	font-weight: bold;
}

body {
	margin: 0px;
}


td,th,p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #373737;
	font-weight: normal;
	text-align: left;
}

td,th {
	height: 30px;
}

td,th,p {
	line-height: 135%;
}


table {
    border-collapse: collapse;
}

b, strong {
	font-weight: bold;
}


.right {
	text-align: right;
}

.center {
	text-align: center;
}


.table_left {
	text-align: left;
	padding-left: 8px;
}

.table_left_sml {
	font-size: 9px;
	margin-top: 0px;
	padding-left: 8px;
	padding-top: 5px;
}

.table_left_sml_inline {
	font-size: 9px;
	margin-top: 0px;
	padding-left: 0px;
}

.table_left_flat {
	text-align: left;
	padding-left: 8px;
	height: 20px;
}

.table_right {
	text-align: right;
	padding-right: 8px;
}

.table_right_left_space {
	text-align: right;
	padding-left: 8px;
	padding-right: 8px;
}

.table_top_left {
	color: #093d4b;
	font-weight: 700;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.table_top_right {
	color: #093d4b;
	text-align: right;
	font-weight: 700;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.table_section {
	color: #ffffff;
	background-color: #4c97ae;
	text-align: left;
	font-weight: 700;
	padding-left: 8px;
	text-transform: uppercase;
}

.option_head {
	font-size: 17px;
	color: #093d4b;
	padding-left: 8px;
}

.price {
	font-size: 32px;
	color: #093d4b;
	font-weight: 700;
	padding-left: 8px;
}

.hp_number_pc {
	font-size: 80px;
	color: #093d4b;
	text-align: center;
	font-weight: 300;
	margin: -27px 0px -15px 0px;
}

.hp_number_tab {
	font-size: 70px;
	color: #093d4b;
	text-align: center;
	font-weight: 300;
	margin: -25px 0px -15px 0px;
}

.hp_number_mob {
	font-size: 60px;
	color: #093d4b;
	text-align: center;
	font-weight: 300;
	margin: -21px 0px -15px 0px;
}

.hp_shareprice_move {
	font-size: 20px;
	color: #093d4b;
	text-align: center;
	font-weight: 400;
	margin: -5px 0px 0px 0px;
}

.hp_headers {
	font-size: 13px;
	color: #093d4b;
	text-align: center;
	font-weight: 700;
	margin: 0px 0px -5Px 0px;
}




a:link, a:visited {
	color: #093d4b;
	text-decoration: none;
}

a:hover, a:active {
	color: #4c97ae;
	text-decoration: none;
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
-ms-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
}



.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;
}

.poweredby {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	letter-spacing: 2px;
	height: 0px;
}

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;
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
-ms-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
}


.spacer {
	height: 15px;
}

.spacer_sml {
	height: 5px;
}


select[name="month1"], [name="month2"]{
	width: 85px;
	height: 36px;
	border: 1px solid #093d4b;
}

select[name="year1"], [name="year2"]  {
	width: 80px;
	height: 36px;
	border: 1px solid #093d4b;
}

select[name="startdate"], [name="enddate"] {
	width: 100%;
	height: 36px;
	border: 1px solid #093d4b;
}

input[type="submit"] {
	width: 80px;
	height: 36px;
	background: #093d4b;
	border: 1px solid #093d4b;
	color: #ffffff;
}

input[type="submit"]:hover {
	width: 80px;
	height: 36px;
	background: #4c97ae;
	border: 1px solid #093d4b;
	color: #ffffff;
	cursor: hand;
}

input[type="text"] {
	width: 100%;
	height: 36px;
	border: 1px solid #093d4b;
}

select[name="quickperiod"] {
	width: 100%;
	height: 36px;
	border: 1px solid #093d4b;
}

a.fins:link, a.fins:visited {
	color: #4c97ae;
	text-decoration: none;
}

a.fins:hover, a.fins:active {
	color: #373737;
	text-decoration: none;
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
-ms-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
}

.sens_head {
	font-size: 16px;
	color: #4c97ae;
	font-weight: normal;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

.sens_date {
	font-size: 12px;
	color: #093d4b;
	font-weight: bold;
	text-align: left;
	padding: 15px 0px 5px 10px;
}

.sens_body {
	text-align: justify;
	height: 30px;
	padding: 0px 10px;
	line-height: 1.5em;
}



SUP {
	line-height: 0;
	font-size:75%;
}

