
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body
{
	background-color: #232323;
	color: #ffffff;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-align: left;
	font-weight: 100;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #0066cc;
	text-decoration: underline;
}

a:visited
{
	color: #0066cc;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.replacement
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

a .replacement
{
	cursor: hand;
	c\ursor: pointer;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* CONTENT ----------------------------------------------------------------- */

#header
{
	position: relative;
	z-index: 10;
	height: 90px;
	padding-bottom: 1.25em;
	background-color: #232323;
}

#headerCurve
{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -40px;
}

h1
{
	display: inline;
	float: left;
	position: relative;
	z-index: 10;
	width: 171px;
	height: 33px;
	margin: 40px 0 0 25px;
	color: #ffffff;
	font-size: 200%;
	font-weight: 100;
	line-height: 50px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

h1:hover
{
	background-position: 0 -33px;
}

h1 a
{
	display: block;
	width: 171px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	color: #ffffff !important;
	text-decoration: none;
}

h1 a:hover
{
	color: #0099ff !important;
}

#header h2
{
	clear: left;
	float: left;
	position: relative;
	z-index: 10;
	margin: -5px 0 0 25px;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
}

#graphLeft
{
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 237px;
	width: 19px;
	height: 50px;
	margin-left: -22px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #ffffff;
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
}

#graphLeft span
{
	display: block;
	width: 19px;
	height: 50px;
	overflow: hidden;
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 5px 18px;
}

#graphLeft:hover span
{
	background-position: 5px -82px;
}

#graphRight
{
	position: absolute;
	z-index: 10;
	top: 30px;
	right: 237px;
	width: 19px;
	height: 50px;
	margin-right: -22px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #ffffff;
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
}

#graphRight span
{
	display: block;
	width: 19px;
	height: 50px;
	overflow: hidden;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 6px 18px;
}

#graphRight:hover span
{
	background-position: 6px -82px;
}

#graph
{
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 237px;
	right: 237px;
	height: 50px;
	overflow: hidden;
	border-top: 1px solid #333333;
	background-image: url(../images/graph_bg.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#graphBars
{
	position: absolute;
	left: 50%;
	height: 50px;
}

.bar
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	overflow: hidden;
	background-color: #66AA00;
	cursor: pointer;
}

.bar:hover
{
	background-color: #33ccff;
}

.bar.on
{
	background-color: #ffffff;
}

.bar.null
{
	background-color: transparent;
	background-image: url(../images/diagonals.gif);
	background-repeat: repeat-y;
}

.bar.null.on
{
	background-color: #ffffff;
}

.bar.null:hover
{
	background-color: #33ccff;
}

.dayDivider
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #333333;
}

#how
{
	position: absolute;
	right: 28px;
	top: 41px;
	z-index: 10;
	width: 161px;
	height: 26px;
	background-image: url(../images/how.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#how:hover
{
	background-position: 0 -26px;
}

#dateTitle
{
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 95px;
	width: 20em;
	margin: 0 0 0 -10em;
	font-size: 125%;
	text-align: center;
}

#dateTitle span
{
	padding-right: 27px;
	background-image: url(../images/date_picker_icon.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
	cursor: pointer;
}

#dateTitle span:hover
{
	color: #33CCFF;
	background-position: 100% -98px;
}

#datePicker
{
	position: absolute;
	z-index: 1000;
	height: 0;
	overflow: hidden;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	color: #333333;
	text-align: center;
}

#datePickerLeft
{
	position: absolute;
	left: 1em;
	top: 1.2em;
	width: 8px;
	height: 14px;
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
}

#datePickerLeft:hover
{
	background-position: 0 -100px;
}

#datePickerRight
{
	position: absolute;
	right: 1em;
	top: 1.1em;
	width: 8px;
	height: 14px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
}

#datePickerRight:hover
{
	background-position: 0 -100px;
}

#datePicker h3
{
	margin-top: 1em;
	font-size: 100%;
}

#datePicker table
{
	margin: 0.5em auto 1em auto;
}

#datePicker td
{
	width: 2em;
	height: 2em;
}

#datePicker table a
{
	display: block;
	width: 2em;
	height: 2em;
	color: #7f7f7f;
	text-decoration: none;
	line-height: 2em;
}

#datePicker table a:hover
{
	background-color: #33ccff;
	color: #ffffff;
}

#datePicker .disabled a
{
	color: #cccccc;
	cursor: default;
}

#datePicker .disabled a:hover
{
	background-color: transparent;
	color: #cccccc;
}

#contentWrapper
{
	position: relative;
}

#content
{
	position: relative;
	padding: 45px 0 40px 0;
	background-color: #333333;
}

#content.loading
{
	opacity: 0.33;
}

#content > .inner
{
	position: relative;
	margin: 0 20px 0 20px;
}

.hLine
{
	position: absolute;
	z-index: 2;
	left: 0;
	right:0;
	height: 1px;
	overflow: hidden;
	background-color: #ffffff;
	opacity: 0.07;
}

#hLine1
{
	top: 16.6%;
}

#hLine2
{
	top: 33.3%;
}

#hLine3
{
	top: 50%;
}

#hLine4
{
	top: 66.6%;
}

#hLine5
{
	top: 83.3%;
}

.vLine
{
	position: absolute;
	z-index: 2;
	top: 0;
	bottom:0;
	width: 1px;
	overflow: hidden;
	background-color: #ffffff;
	opacity: 0.07;
}

#vLine1
{
	left: 9.1%;
}

#vLine2
{
	left: 18.2%;
}

#vLine3
{
	left: 27.3%;
}

#vLine4
{
	left: 36.4%;
}

#vLine5
{
	left: 45.5%;
}

#vLine6
{
	left: 54.6%;
}

#vLine7
{
	left: 63.7%;
}

#vLine8
{
	left: 72.8%;
}

#vLine9
{
	left: 81.9%;
}

#vLine10
{
	left: 91%;
}

#percentage
{
	position: absolute;
	z-index: 10;
	left: 25px;
	bottom: 50px;
	background-color: #333333;
	color: #4c4c4c;
	text-align: center;
	line-height: 1;
}

#percentage strong
{
	display: block;
	font-size: 500%;
}

#credit
{
	position: absolute;
	z-index: 10;
	right: 25px;
	bottom: 47px;
	background-color: #333333;
	color: #4c4c4c;
}

#credit a
{
	color: #4c4c4c;
}

#credit a:hover
{
	background-color: #33ccff;
}

#mapImage
{
	position: relative;
	z-index: 1;
}

#map
{
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.marker
{
	position: absolute;
	z-index: 50;
	margin-top: -25px;
	margin-left: -25px;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	cursor: pointer;
}

.messageBox, .tweetBox
{
	position: absolute;
	z-index: 20;
	min-width: 200px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #ffffff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	opacity: 0;
}

.messageBox > .inner, .tweetBox > .inner
{
	overflow: hidden;
	padding: 10px 6px 10px 6px;
}

.loadingTweets
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10em;
	margin: -35px 0 0 -5em;
	padding: 60px 0 0 0;
	background-image: url(../images/loading_small.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: #999999;
	text-align: center;
}

.tweetArea
{
	position: absolute;
	left: 6px;
	right: 6px;
	top: 36px;
	bottom: 6px;
	overflow: auto;
	color: #000000;
	background-color: #cccccc;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity: 0.5s linear;
}

.tweetReady .tweetArea
{
	opacity: 1;
}

.tweetArea ul
{
	margin: 0 0.7em 0.7em 0.7em;
	list-style: none;
}

.tweetArea li
{
	padding: 0.7em 0;
}

.tweetArea li + li
{
	border-top: 1px dotted #999999;
}

.tweetArea em
{
	display: block;
	color: #0066cc;
	font-style: normal;
}

.tweetArea .author
{
	text-decoration: none;
}

.tweetArea .author:hover
{
	text-decoration: underline;
}

.tweetArea .date
{
	display: block;
	color: #7f7f7f;
	font-size: 90%;
	text-decoration: none;
}

.tweetArea .date:hover
{
	text-decoration: underline;
}

.pointer
{
	position: absolute;
	left: -1px;
	bottom: -15px;
	width: 14px;
	height: 23px;
	background-image: url(../images/pointer.png);
}

.flipHorizontal .pointer
{
	left: auto;
	right: -1px;
	background-image: url(../images/pointer_flip_horizontal.png);
}

h2
{
	color: #000000;
	font-size: 100%;
	margin: 0 0 0.35em 0;
}

.barChart
{
	height: 40px;
	background-color: #cc0000;
}

.barChart .inner
{
	height: 40px;
	background-color: #339900;
}

.positive
{
	float: left;
	margin-top: -40px;
	color: #7f7f7f;
	font-size: 85%;
}

.negative
{
	float: right;
	margin-top: -40px;
	color: #7f7f7f;
	font-size: 85%;
}

.number
{
	display: block;
	margin: 0 0 3px 0;
	padding-left: 6px;
	font-size: 240%;
	color: #ffffff;
	line-height: 40px;
}

.negative .number
{
	padding-left: 0;
	padding-right: 6px;
	text-align: right;
}

.closeButton
{
	position: absolute;
	right: 6px;
	top: 8px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-image: url(../images/button_close.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	opacity: 0.25;
}

.closeButton:hover
{
	opacity: 0.75;
}

#loading
{
	position: absolute;
	z-index: 500;
	left: 50%;
	top: 50%;
	width: 10em;
	margin: -60px 0 0 -5em;
	padding: 107px 0 0 0;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
}

#noData
{
	position: absolute;
	z-index: 500;
	left: 50%;
	top: 50%;
	width: 20em;
	margin: -1em 0 0 -10em;
	font-size: 200%;
	text-align: center;
}

.showBox
{
	position: absolute;
	z-index: 20;
	font-size: 85%;
	text-shadow: 1px 1px 0 #000000;
}

#footer
{
	position: relative;
	z-index: 10;
	text-align: center;
}

#footerCurve
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: -40px;
}
