﻿html {
    position: relative;
    min-height: 100%;
}
body
{
	/*background-image: url("../images/background/ICE_PatternOnly_Horiz_wht-01.png");*/
	background-size: 150%;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ddd; /*#263D77;*/
	background-attachment:fixed;
	margin: 0 0 50px; /* bottom = footer height */
}

.hptLogoCell
{
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(255,255,255,.8)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(0,0,0,0),rgba(255,255,255,.8)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(0,0,0,0),rgba(255,255,255,.8)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,.8)); /*Standard*/
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	padding:5px 15px 5px 15px;
}

.hptMobileLogoCell
{
	display:none;
	visibility:hidden;
}

#hptLogoRegular
{
	visibility:visible;
}
#hptLogoMobile
{
	visibility:hidden;
}

.realTimeAnalyticsCell
{
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	text-align: center;
}

.realTimeAnalyticsCell h3 {
	font-weight: 700;
}

	.shadedCell
{
	background-color: rgba(255,255,255,.4);
	border: 4px solid rgba(255,255,255,.35);
	/*border-radius: 3px;
	-moz-border-radius: 3px;*/
	font-family: 'Source Sans Pro',Calibri,Candara,Verdana,sans-serif;
	padding:15px;
}

/* make the lower content heights the same */
.lowerContent
{
	height:100%;
	min-height:360px;
}

.control-label
{
	font-weight:bold;
	margin-bottom: 0;
	font-size:18px;
	color:#fff;
}

.loginInputBox
{
	width:100%;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
}

.btnLoginCell
{
	height:79px;
}

.btnLoginPushDown
{
	height:25px;
}

#btnLogin
{
	width:100%;
	border: 1px solid white;
	font-family: Arial, 'Source Sans Pro', Calibri, Candara, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.headerColumn
{
	margin-top:5%;
	text-align:center;
}

.contentColumn
{
	margin-top: 40px;
}

.contentSubColumn
{
	padding: 5px;
}

.contentTitleContainer {
	width: 100%;
	padding-left: 5px;
	background: rgba(64,64,64,.7);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	font-size: 18px;
}

.contentText
{
	background-color: rgba(255,255,255,1);
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	padding:5px;
	font-weight:bold;
}

#mktSnapshot .shadedCell
{
	border-color: rgba(255,255,255,.6);
}

#newsFeed .shadedCell
{
	border-color: rgba(255,255,255,.6);
}

#housingWire .shadedCell
{
	border-color: rgba(255,255,255,.6);
}

#form1 .nomargin
{
	margin-left: 0;
	margin-right: 0;
}

#wrapper {
	min-height: 100%;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#content {
	padding-bottom:50px;   /* Height of the footer element = 50px */
}

#footer {
	width:100%;
	height:50px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#efefef;
	border-top:1px solid #e6e6e6;
}
.footerText
{	
	font-family: 'Source Sans Pro',Calibri,Candara,Verdana,sans-serif;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.gfg-title-left
{
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    width:75%;
	padding-left:5px;
    background: -webkit-linear-gradient(left,rgba(64,64,64,.7),rgba(0,0,0,0)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(64,64,64,.7),rgba(0,0,0,0)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(64,64,64,.7),rgba(0,0,0,0)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(64,64,64,.7), rgba(0,0,0,0)); /*Standard*/
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
}

.gfg-entry
{
	background-color: rgba(255,255,255,1);
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	padding:5px;
	font-weight:bold;
}

.gf-title
{
	font-weight:bolder;
}

.gfg-list
{
	background-color: rgba(255,255,255,1);
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	padding:5px;
	font-weight:bold;
}

.gfg-listentry-odd
{
	background-color: rgba(235,235,235,1);
	padding-left:5px;
	padding-right:5px;
	margin-right: -5px;
	margin-left: -5px;
}

.contentTitleText
{
    font-size: 14;
    color:#fff;
    font-weight: bold;
}
#example .contentTitleContainer
{
	width:500px;
}
/* this is where you style the scrolling ticker boxes. override the bootstrap "container" stuff. */
#threeticker_container #example .container
{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	background-color: rgba(255,255,255,.7);
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
}
.container .wrap
{
    overflow: hidden;
}
/**
* Stock Ticker styling
*/div.stockTicker
{
    font-family: 'Source Sans Pro',Calibri,Candara,Verdana,sans-serif;
    font-size: 14px;
    position: relative;
    height: 34px;
    line-height: 34px;
}
div.stockTicker span
{
    margin: 0 10px 0;
}
div.stockTicker span.up
{
    color: green;
    padding-left: 2px;
}
div.stockTicker span.down
{
    color: red;
    margin: 0;
    padding-left: 10px;
}
div.stockTicker span.eq
{
    margin: 0;
    padding-left: 10px;
}
div.stockTicker span.quote
{
    margin: 0;
    font-weight: bold;
    padding-left: 10px;
}

#old_stuff
{
	display:none;
}

/* mobile stuff */
@media screen and (max-width: 420px) {
    body {
        /*background-image: url("../images/background/background_mobile.png");*/        
    }
    
    .hptLogoCell
	{
		display:none;
	}
	
	.hptMobileLogoCell
	{	
		display:block;
		visibility:visible;
		border-radius: 0px;
		-moz-border-radius: 0px;
		background-color: rgba(255,255,255,.75);
	}
    #hptLogoRegular
    {
    	visibility:hidden;
    }
    #hptLogoMobile
    {
    	visibility:visible;
    	/*width:100%;*/
    	padding:5px;
    }
    
    .realTimeAnalyticsCell
    {
    	background-color: rgba(64,64,64,.7);    
    	border-radius: 0px;
		-moz-border-radius: 0px;	
    }
    
    .contentColumn
	{
		margin-top: 0px;
	}
	
	.contentTitleContainer
	{
		width:100%;
		padding-left:5px;
		background-color: rgba(64,64,64,.7);
		border-radius: 0px;
		-moz-border-radius: 0px;
		font-size:14px;
	}
	
	#example .contentTitleContainer
	{
		width:100%;
	}
	
	#threeticker_container #example .container
	{
		border-radius: 0px;
		-moz-border-radius: 0px;
	}
	
	.lowerContent
	{
		height:100%;
		min-height: 1px;
	}

	/* cyrillic-ext  */
	@font-face {
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 400;
		src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
		unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	}
	/* cyrillic */
	@font-face {
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 400;
		src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
		unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	}
	/* greek-ext */
	@font-face {
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 400;
		src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
		unicode-range: U+1F00-1FFF;
	}
	/* greek */
	@font-face {
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 400;
		src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
		unicode-range: U+0370-03FF;
	}
	/* vietnamese */
	@font-face {
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 400;
		src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
		unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
	}
	/* latin-ext */
	@font-face {
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 400;
		src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
		unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	}
	/* latin */
	@font-face {
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 400;
		src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}
}