@charset "UTF-8";

body {
	background-color: transparent;
}

#intro-panel {
	display:block
}

#help-message {
	display:none
}

#error-message {
	display:none
}

#loading-panel {
	display:none
}

#results-panel {
	display:none
}

#map {
	display:block
}

#chart {
	display:none
}

#chart .overlay {
	display:none
}

#table {
	display:none
}

#market-data-overlay {
	display:none
}

#frame {
	font-family:Arial, sans-serif;
	font-size:62.5%;
	position:relative;
	width:745px;
}

strong {
	font-weight:bold
}

em {
	font-style:normal
}

#border {
	width:745px;
	height:342;
	border:3px solid #000;
	background:#fff url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-gridtile.gif) 29px center;
}

#border.small {
	width:576px;
	margin-left:131px;
	background-position:-2px center;
}

#disclaimer {
	position: absolute;
	top: 15px;
	left: 16px;
	z-index: 9000;
	height: 311px;
	width: 720px;
	display: none;
}

.small #disclaimer {
	left:144px;
	width:546px;
}

#disclaimer .background {
	background: url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-disclaimer-large.png) no-repeat left top;
	width: 720px;
	height: 311px;
}

.small #disclaimer .background {
	background-image: url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-disclaimer-small.png);
	width: 548px;
}

#disclaimer .content {
	height:275px;
	margin: -293px 18px 18px;
	overflow: auto;
}

#disclaimer .content h3, #disclaimer .content p, #disclaimer .content dt,  #disclaimer .content dd, #disclaimer .content li {
	font-size: 1.2em;
	margin: 9px 0;
	line-height: 1.2em
}

#disclaimer .content h3, #disclaimer .content dt {
	font-weight: bold
}

#disclaimer .content h3 {
	font-size: 1.4em;
	margin-top: 18px
}

#disclaimer .content h3.first {
	margin-top: 0
}

#disclaimer .content em {
	font-style: italic
}

#disclaimer .content ol li {
	list-style-type: decimal;
	margin-left: 18px
}

#intro-panel {
	height:100%;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/graphic-map.gif) no-repeat center top;
}

#badge {
	position: absolute;
	left: 0;
	top: 0;
	z-index:100;
}

.small #badge {
	left: 131px;
}

#badge.today {
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/launching-badge-today.gif) no-repeat left top;
	width: 117px;
	height: 117px;
}

#badge.past {
	/*background:url(http://opportunity-sizing.appspot.com/resources/images/launching-badge-date.gif) no-repeat left top;*/
					background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/beta-badge.gif) no-repeat left top;
	width: 58px;
	height: 58px;
}

#video {
	width:282px;
	height:234px;
	background:#666;
	position:absolute;
	top:50px;
	left:15px;
	border:2px solid #afc9d9;
}

.small #video {
	display:none
}

#intro-outer {
	position:absolute;
	top:10px;
	right:15px;
	width:457px;
	height:310px;
}

.small #intro-outer {
	right:113px;
}

#intro-panel .background {
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-introbubble.png) no-repeat top right;
	width:460px;
	height:315px;
}

.small #intro-panel .background {
	background-image:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-introbubble-small.png);
}

#intro, #form-outer {
	width:375px;
	margin-left:61px;
}

#intro {
	font-size:1.3em;
	color:#fff;
	margin-top:-300px;
	margin-bottom:10px;
	line-height:1.2em;
}

#form-outer {
	background:#fff url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-form-top.gif) no-repeat top center;
	padding-top:10px;
}

#form-outer h1 {
	font-size:1.6em;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/icon-opportunity.gif) no-repeat left top;
	height:42px;
	padding-left:50px;
	margin:0 15px 10px;
	font-weight:bold;
}

#form-outer p {
	color:#666;
	font-size:1.1em;
	line-height:1.2em;
	margin:-30px 15px 0 65px;
}

#form-outer form {
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-form-bottom.gif) no-repeat bottom center;
	overflow:hidden;
	margin-top:13px;
	padding-left:15px;
	padding-bottom:10px;
}

.input-zone {
	clear:both;
	margin-bottom:9px;
}

input.default {
	color: #AAA;
}

.input-zone.checkbox {
	margin-left:130px;
	margin-bottom:13px
}

label {
	font-weight:bold;
	font-size:1.2em;
	float:left;
	width:130px;
	line-height:2em;
}

.checkbox label {
	font-size:1.1em;
	font-weight:normal;
	width:200px;
	float:none;
	display:inline;
	position:relative;
	top:2px;
}

.help-button {
	position:absolute;
	right:40px;
	bottom:67px;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/button-help.gif) no-repeat;
	width:17px;
	height:17px;
	text-indent:-9999px;
	z-index:1;
}

#help-message {
	position:absolute;
	bottom:57px;
	right:32px;
	width:358px;
	height:110px;
}

#help-message .background {
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-helpoverlay.png) no-repeat center bottom !important;
	width:358px;
	height:110px;
}

#help-message p {
	margin:-105px 0 0;
	padding:6px 20px;
	font-size:1.3em;
	line-height:1.2em;
	color:#06c;
}

#error-message {
	position:absolute;
	right:40px;
	top:142px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	background:#f00;
	padding:3px
}

input {
	width:210px;
	background-color:#fff;
	border-color:#666 #ccc #ccc;
	border-style:solid;
	border-width:1px;
	font-size:1.2em;
	padding:3px 0 3px 3px;
	margin:1px;
}

input:focus {
	border:2px solid #6694E3;
	margin:0;
}

.checkbox input {
	vertical-align:middle;
	width:auto;
	border:0 !important;
	margin:0 !important;
}

select {
	width:130px;
	font-size:1.2em;
	padding:2px;
}

form button {
	float:right;
	margin-right:15px;
	font-size:1.3em;
	line-height:1.3em;
}

#share-link {
	float:left;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/icon-share.gif) no-repeat left center;
	padding-left:20px;
	font-size:1.2em;
	font-weight:bold;
	color:#06c;
	line-height:1.8em;
}

#disclaimer-link {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	color:#06c;
	line-height:1.8em;
}

#loading-panel {
	height:100%;
	background:#fff;
	font-size:1.3em;
	font-weight:bold;
	position:relative;
}

.loader {
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/icon-loader.gif) no-repeat center center;
	width:54px;
	height:55px;
	position:absolute;
	left:50%;
	top:113px;
	margin-left:-27px;
}

#progress .icon {
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/icon-progress.gif) no-repeat center top;
	width:25px;
	height:25px;
	position:absolute;
	left:50%;
	top:132px;
	margin-left:-10px;
}

#progress .progress-2 {
	background-position:center -30px
}

#progress .progress-3 {
	background-position:center -60px
}

#progress .progress-4 {
	background-position:center -90px
}

#progress .message {
	left:50%;
	margin-left:-150px;
	position:absolute;
	text-align:center;
	top:194px;
	width:300px;
	line-height:1.4em;
}

#cancel-link {
	color:#06c;
	left:50%;
	margin-left:-50px;
	position:absolute;
	text-align:center;
	top:223px;
	width:100px;
}

#results-panel {
}

#toolbar {
		position:absolute;
	top:10px;
	left:10px;
	z-index:200;
}


            #toolbar .background {
	/*LINK CHANGE*/
	background:transparent url(http://2.latest.opportunity-sizing.appspot.com/resources/images/toolbar_bg.png) no-repeat scroll left top;
	height:293px;
	width:259px;
}



#toolbar .content {
	margin:-310px 0 0 6px;
}

#toolbar .display-select ul {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
left:102px;
position:absolute;
top:9px;
}

#toolbar .display-select ul a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}



#toolbar .display-select ul .active {
	color:#000;
	font-size:12px;
	font-weight:bold;
	/*LINK CHANGE*/
	background:transparent url(http://2.latest.opportunity-sizing.appspot.com/resources/images/active.png) no-repeat scroll center top;
}


#toolbar .display-select ul .active a {
	color:#000000;
}

#toolbar .display-select ul li {
display:block;
float:left;
margin:0;
padding:4px 10px 4px 9px;
}

#toolbar .label {
	font-weight:normal;
padding:4px 5px 4px 4px !important;
}

.related-keywords {
	margin-top:6px;
}

#toolbar .rising-keywords, #toolbar .related-keywords {
}

#toolbar .hint {
	width:160px;
}

#toolbar .display-select, #toolbar .rising-keywords, #toolbar .related-keywords {
	padding:0 9px;
}

#toolbar label {
	width:50px;
}

#toolbar h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#000;
	padding:13px 0 7px;
}

#toolbar .related-keywords h2 {
	padding-bottom:4px;
}

#toolbar .related-keywords label, .related-keywords select {
	font-size:1em;
	float:none;
	width:auto;
}

.related-keywords select {
	padding:0;
	width:135px;
}

.related-keywords h3 {
	display:inline;
	font-size:1.05em;
	font-weight:bold;
}

.related-keywords ul {
	clear:both;
	margin-top:5px;
}

#select-keyword {
	margin-left:5px;
}

.related-keywords a, .rising-keywords a {
	font-size:1.3em;
	color:#06c;
	line-height:1.2em;
}

.related-keywords a:visited, .rising-keywords a:visited {
	color:#67a7e3;
}

.reset-link {
	color:#FFFFFF;
	font-weight:bold;
	margin-left:7px;
	margin-top:24px;
}

.reset-link a, .reset-link a:visited, .reset-link a:active {
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	line-height:2em;
}

.display-select select {
	width:94px
}

.hint {
	padding:5px 9px 7px;
	font-size:1em;
	color:#666;
}

.moreinfo {
	left:127px;
    position:absolute;
    top:272px;
}

.moreinfo a {
	color:#fff;
}

#visualisation #table table {
	position:absolute;
	top:48px;
	left:240px;
	width:440px;
}

#visualisation #table th, #visualisation #table td {
	padding:6px 9px 4px;
	text-align:left;
}

#visualisation #table th {
	border-bottom:2px solid #000000;
	font-size:1.2em;
	font-weight:bold;
}

#visualisation #table td {
	border-bottom:1px solid #000000;
	color:#666666;
	font-size:1.1em;
	font-weight:normal;
}

#visualisation #table .score {
	width:20px;
}

#visualisation #table .range {
	text-align:right;
	width:92px;
}

#visualisation #table td a {
	color:#06c
}

#visualisation #table td em {
	font-weight:bold;
}

#visualisation #chart .legend {
	height:35px;
	left:207px;
	position:absolute;
	top:25px;
	width:488px;
}

#visualisation #chart .legend .clicks, #visualisation #chart .legend .cpc {
	position:absolute;
	top:3px;
	font-weight:bold;
}

#visualisation #chart .legend .clicks {
	left:37px;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/legend-clicks.gif) no-repeat left top;
	padding:0 0 0 15px;
	height:23px;
	text-align:left;
	width:85px;
}

#visualisation #chart .legend .cpc {
	right:25px;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/legend-cpcrange.gif) no-repeat right top;
	padding:0 15px 0 0;
	height:23px;
	text-align:right;
	width:47px;
}

#visualisation #chart .data {
	left:210px;
	position:absolute;
	top:70px;
	width:490px;
	z-index:10;
	height:210px;
	overflow:hidden;
}

#visualisation #chart .data .container {
	margin-top:-20px;
}

#visualisation #chart .x-axis-container {
	left:258px;
	position:absolute;
	top:275px;
	width:455px;
	height:49px;
	z-index:9;
	overflow:hidden;
}

#visualisation #chart #x-axis {
	height:100px;
	margin-top:-50px;
	margin-left:-22px;
	width:435px;
}

#visualisation #chart .interaction-layer {
	position:absolute;
	top:74px;
	left:258px;
	z-index:200;
}

#visualisation #chart .interaction-layer a {
	position:absolute;
	width:50px;
	height:200px;
	z-index:100;
	text-indent:-9999px;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-1x1.gif)
}

#hotspot-0 {
	left:0
}

#hotspot-1 {
	left:50px
}

#hotspot-2 {
	left:100px
}

#hotspot-3 {
	left:150px
}

#hotspot-4 {
	left:200px
}

#hotspot-5 {
	left:250px
}

#hotspot-6 {
	left:300px
}

#hotspot-7 {
	left:350px
}

#hotspot-8 {
	left:400px
}

#visualisation #chart .overlay {
	position:absolute;
	width: 190px;
	top:74px;
	left:273px;
	z-index:200;
}

#visualisation #chart .border-left, #visualisation #chart .border-right {
	width:10px;
	height:48px;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-chartoverlay-left.png) no-repeat;
	float:left;
}

#visualisation #chart .border-right {
	background-image:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-chartoverlay-right.png)
}

#visualisation #chart .content {
	float:left;
	width:170px;
	overflow:hidden;
	background:#fff;
}

#visualisation #chart .content h4 {
	height:16px;
	padding-top:4px;
	background:#434343;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	white-space:nowrap;
	width:100%;
}

#visualisation #chart .content p {
	font-size:1.2em;
	color:#434343;
	font-weight:bold;
	height:19px;
	padding-top:7px;
	border-bottom:2px solid #434343;
	white-space:nowrap;
}

#visualisation #map {
	background:#eaf7fe;
	overflow:hidden;
	height:342px
}

#visualisation #map .data {
	width:576px;
	position:relative;
	right:-25px;
	float:right;
}

#visualisation #map .legend {
	width:475px;
	background:#fff url(http://2.latest.opportunity-sizing.appspot.com/resources/images/legend-map.gif) no-repeat 95% 50%;
	border:1px solid #e2e5e6;
	left:208px;
	height:14px;
	padding:6px 5px 4px;
	position:absolute;
	bottom:10px;
	z-index:100;
}

.min-score, .max-score {
	position:absolute;
	top:6px;
	right:127px;
}

.max-score {
	right:5px
}

#visualisation #market-data-overlay {
	position:absolute;
	top:48px;
	right:63px;
	width:461px;
	z-index:200;
}

.close-button {
	position:absolute;
	right:-5px;
	top:-5px;
	background:url(http://2.latest.opportunity-sizing.appspot.com/resources/images/button-close.png);
	width:20px;
	height:20px;
	text-indent:-9999px;
	z-index:100;
}

#visualisation #market-data-overlay .border-top, #visualisation #market-data-overlay .border-bottom {
	width:461px;
	height:6px;
	background: url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-mapoverlay-top.png) no-repeat;
	overflow:hidden;
}

#visualisation #market-data-overlay .border-bottom {
	background-image: url(http://2.latest.opportunity-sizing.appspot.com/resources/images/bg-mapoverlay-bottom.png)
}

#visualisation #market-data-overlay h4,  #visualisation #market-data-overlay .content,  #visualisation #market-data-overlay .content-loader {
	border-right:2px solid #434343;
	border-left:2px solid #434343;
}

#visualisation #market-data-overlay h4 {
	background:#434343;
	color:#fff;
	padding-bottom:4px;
	font-size:1.2em;
	font-weight:bold;
	padding-left:8px;
}

#visualisation #market-data-overlay .content-loader {
	height:250px;
	position:relative;
}

#visualisation #market-data-overlay .content-loader .loader {
	margin:auto;
	position:relative;
	top:90px;
	left:0;
}

#visualisation #market-data-overlay .content-loader, #visualisation #market-data-overlay .content {
	background:#fff;
}

#visualisation #market-data-overlay .content table {
	border-top:2px solid #000;
	width:430px;
	margin-bottom:5px;
}

#visualisation #market-data-overlay .content th, #visualisation #market-data-overlay .content td {
	border-bottom:1px solid #000;
	font-size:.9em;
	padding:4px;
	vertical-align:top;
}

#visualisation #market-data-overlay .content .bad {
	color:#f00;
	font-weight:bold
}

#visualisation #market-data-overlay .content .mid {
	color:#fc0;
	font-weight:bold
}

#visualisation #market-data-overlay .content .good {
	color:#090;
	font-weight:bold
}

#visualisation #market-data-overlay .content th {
	font-weight:bold;
	width:92px;
}

#visualisation #market-data-overlay .content .chart-container {
	padding:8px 0 8px 8px;
}

#visualisation #market-data-overlay .content img {
	vertical-align:middle;
}

#visualisation #market-data-overlay .content p.actions {
	text-align:center;
}

#visualisation #market-data-overlay .content p.actions button {
	vertical-align:middle;
}

.ui-tabs {
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs-nav {
	background:#ebeff9;
	border-bottom: 1px solid #67a7e3;
	list-style:none !important;
	padding:4px 13px 0;
	height:26px;
}

.ui-tabs-nav li {
	float: left;
	display: block;
	margin: 0 2px 0 0 !important;
	background: url(http://2.latest.opportunity-sizing.appspot.com/resources/images/tab-unselected-left.gif) no-repeat top left;
	font-weight: bold;
	font-size: 12.5px;
	padding-left: 4px;
}

.ui-tabs-nav li.ui-tabs-selected {
	background-image: url(http://2.latest.opportunity-sizing.appspot.com/resources/images/tab-selected-left.gif) !important;
	position:relative;
	top:1px;
}

.ui-tabs-nav li a, .ui-tabs-nav li a:visited, .ui-tabs-nav li a:active {
	line-height: 1.2em;
	display: block;
	padding:6px 9px 5px 7px;
	text-decoration: none;
	font-weight: bold;
	background: url(http://2.latest.opportunity-sizing.appspot.com/resources/images/tab-unselected-right.gif) no-repeat top right;
	color: #000;
}

.ui-tabs-nav li.ui-tabs-selected a {
	background-image: url(http://2.latest.opportunity-sizing.appspot.com/resources/images/tab-selected-right.gif) !important;
}

.ui-tabs-panel {
	padding:5px 13px 0;
	font-size:1.2em;
	line-height:1.4em;
}
/*webkit styles*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#toolbar .moreinfo {
    bottom:-13px !important;}
}



