body {
	color: #333333;
}

.header1 {
	background-color: #060A45;
	height: 48px;
	width: 100%;
}

.narrower {
	width: 700px;
	margin: auto;
}

.header2 {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 20px;
	background: url(http://introspectrum.s3.amazonaws.com/content/static/1/images/light-header-short.jpg) no-repeat scroll #2A3270;
}

.header2text {
	color: #FFFFFF;
	text-shadow: 0px 1px 3px #000000;
	font-family: "Futura Medium","Century Gothic",AppleGothic,sans-serif;
}

.header {
	padding-top: 12px;
}

.header li {
	list-style-type: none;
	padding-bottom: 6px;
}

.header span {
	position: relative;
	top: -2px;
}

.boxtext {
	color: #333333;
	text-shadow: 0px 1px 3px #DDDDDD;
}

.name {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color:#135C86;
	margin-top: 15px;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	color:#135C86;
	margin-top: 15px;
}

h3 {
	font-size:100%;
	font-weight: bold;
	margin-top: 5px;
}

h2 a {
	text-decoration: none;
}

a {
	color: #090E66;
}

li {
	/*list-style: circle;*/
	margin-left: 25px;
	margin-top: 1px;
}

p {
	margin-top: 10px;
}

ul {
	margin-top: 10px;
}

table {
	width: 100%;
	margin-top: 15px;
}

th {
	width: 30%;
	border: 1px #333333 solid;
	font-size: 110%;
	padding: 5px;
}

td {
	width: 70%;
	border: 1px #333333 solid;
	padding: 5px;
}

pre {
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 3px;
}

.example {
	color:#135C86;
}

#terms p {
	margin-bottom: 9px;
}

#lift__noticesContainer___error {
	width: 194px;
	color: #BD2B2B;
	background: #FACFCF;
	border: solid 1px #BD2B2B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin-bottom: 15px;
	padding: 3px;
}

.page_error {
	color: #BD2B2B;
	text-shadow: 0px 1px 2px #FACFCF;
	padding: 20px 0px 0px 20px;
}

.tickLabel, .chart_label {
	font-size: 100%;
	font-family: monospace;
}

.chart_label {
	font-family: Courier, monospace;
	#font-family: monospace; /* Override for IE */
	#font-size: .9em; /* Override for IE */
}

.chart_label:hover {
	font-weight: bold;
}

.chart_label a {
	color: #333333;
	text-decoration: none;
}

.chart_label a:visited {
	color: #333333;
}

.chart_label a:hover {
	color: #AAAAAA;
}

#graph-1 {
	position: relative;
	width: 900px;
	margin: auto;
	margin-top: 15px;
	line-height: 1.37em;
}

#canvas-1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.pagetitle {
	text-shadow: 0px 1px 3px #AAAAAA;
	padding: 10px;
	padding-left: 15px;
	display: block;
}

.pageurl {
	color: #090E66;
}

.medium {
	line-height: 1.35em;
}

.tooltip {
	position: absolute;
	padding: 5px;
	font-family: monospace;
	z-index: 3;
	background: #FFFFFF;
	border: solid 1px #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	/*display: none;*/
}

.legend {
	line-height: 1.6em;
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	width: 180px;
	height 180px;
	background: #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.legend p {
	padding: 10px;
	clear: left;
}

.legend-color {
	margin-right: 10px;
	float: left;
	height: 20px;
	width: 20px;
}

.legend-green {
	background: #00C800;
}

.legend-blue {
	background: #0000C8;
}

.legend-red {
	background: #C80000;
}

.pane {
	margin-top: 20px;
	height: 320px;
	width: 290px;
	float: left;
}

.pane h2 {
	margin-bottom: 10px;
	color: #090E66;
	/*text-shadow: 0px 1px 2px #888888;*/
}

.pane li {
	list-style-type: none;
	list-style-image: url(http://introspectrum.s3.amazonaws.com/content/static/1/images/arrow.png);
	padding-bottom: 6px;
}

.pane li span {
	position: relative;
	top: -3px;
}

.pane li a {
	text-decoration: none;
}

#blog {
	margin-top: 5px;
	padding-top: 10px;
}

.blog a {
	text-decoration: none;
}

.blog li {
	color: #666666;
	margin-left: 0px;
	margin-bottom: 12px;
	list-style: none;
}

.blog_prefix {
	font-weight: bold;
	list-style: none;
}

.blog_prefix img {
	position: relative;
	top: 3px;
	margin-right: 2px;
}

.blog_status {
	position: relative;
	top: 3px;
}

.blog_time {
	position: relative;
	top: 3px;
	margin-left: 5px;
}

.icon {
	position: relative;
	top: 6px;
	margin-right: 5px;
}

.rss {
	font-size: .7em;
	text-shadow: none;
	padding-left: 13px;
	position: relative;
	top: -1px;
}

.rss img {
	margin-left: 3px;
	position: relative;
	top: 4px;
}

#tweets {
	padding-top: 10px;
}

.twitter a {
	text-decoration: none;
}

.twitter li {
	color: #666666;
	list-style: none;
	margin-left: 0px;
}

.prefix img {
	position: relative;
	top: 5px;
}

.logo {
	float: left;
}

.menu {
	text-align: center;
	margin-top: 13px;
	margin-right: 10px;
	float: right;
}

.menu a {
	color: #DDDDDD;
	text-decoration: none;
}

.login a {
	color: #9FA1D1;
}

.menu ul {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.menu li {
	text-shadow: 0px 1px 3px #000000;
	font-size: 1.3em;
	display: inline;
}

.features {
	position: relative;
	width: 100%;
	background: transparent url(http://introspectrum.s3.amazonaws.com/content/static/1/images/top-gradient.png) repeat-x scroll;
	margin-top: 20px;
	padding-top: 30px;
	height: 290px;
	background-color: #F2F2F2;
	border: 1px #AAAAAA none;
	border-bottom-style: solid;
}

.feature {
	width: 600px;
}

.feature div {
	width: 260px;
	margin: 0px 20px 20px 0px;
	float: left;
}

.feature p {
	color: #29316F;
	text-shadow: 0px 1px 1px #777777;
}

.feature p + p {
	color: #666666;
	margin-top: 5px;
	text-shadow: none;
}

.panel_button a {
	text-decoration: none;
}

.panel_button span {
	color: #A5C265;
	text-shadow: 0px 1px 1px #000000;
	margin-left: 5px;
	position: relative;
	top: 6px;
}

.panel_button img {
	position: relative;
	top: 11px;
	margin-left: 22px;
}

#signup {
	margin-top: 12px;
	margin-left: 13px;
	height: 100%;
}

.signup form {
	padding-top: 10px;
}

.message {
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

.signup th, .signup td {
	padding-right: 5px;
	text-shadow: 0px 1px 1px #555555;
	color: #FFFFFF;
}

#hidepanel {
	height: 100%;
	overflow: hidden;
}

#toppanel {
	overflow: hidden;
	background: transparent url(http://introspectrum.s3.amazonaws.com/content/static/1/images/Form-Box.png) no-repeat scroll;
	height: 90px;
	margin-top: 40px;
	width: 400px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#hide {
	height: 60px;
	width: 400px;
	position: relative;
	bottom: 60px;
}

.image_center span {
	font-weight: bold;
	position: relative;
	top: -17px;
	margin-left: 5px;
}

.left_dashed {
	border: 1px none #AAAAAA;
	border-left-style: dashed;
}

.footer {
	color: #FFFFFF;
}

.footer a {
	color: #FFFFFF;
}

#footer	{
	position: relative;
	top: 30px;
	background:url(http://introspectrum.s3.amazonaws.com/content/static/1/images/footer_bg.png) left bottom repeat-x #333576;
	padding-top: 25px;
	padding-bottom: 30px;
	font-size:0.91em;
}

.right {
	float:right;
}

#footer a {
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

#footer li {
	color:#FFFFFF;
	text-align:center;
	background:url(http://introspectrum.s3.amazonaws.com/content/static/1/images/footer_divider.gif) right top no-repeat;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	display: inline;
}

#footer li a, #footer li span {
	color:#FFFFFF;
	text-decoration:none;
	line-height:1em;
}

#footer li a:hover, #footer li span {
	text-decoration:underline; font-weight:bold; float:none;
}

#footer .clear {
	background:0;
}

#footer .box-1 {
	width:54px;
}

#footer .box-2 {
	width:73px;
}

#footer .box-3 {
	width:68px;
}

.addthis_toolbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.trial {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background:url(http://introspectrum.s3.amazonaws.com/content/static/1/images/gray-gradient.png) top repeat-x;
	border: 1px #888888 solid;
	width: 300px;
	background-color: #AAAAAA;
	margin-left: 30px;
	margin-top: 45px;
}

.trial label {
	text-shadow: 0px 1px 3px #000000;
	color: #FFFFFF;
}

.content li {
	list-style: none;
}

.block-dashboard {
	float: left;
	padding: 10px;
	margin: 12px;
}

.block-1 {
	background-color: #F5F5F5;
	border: solid 1px #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dash-box {
	padding-bottom: 15px;
}

.dash-box p {
	position: relative;
	top: 5px;
	margin-left: 5px;
	color: #D84008;
	font-size: 150%;
}

/* THREAT LEVELS */

.threat {
	font-size: 250%;
	text-align: center;
    text-decoration: bold;
	line-height: 32px;
}

.elapsed {
	font-size: 150%;
	text-align: center;
    text-decoration: bold;
	line-height: 32px;
}

.RED a, .RED a:link, .RED a:visited, .RED a:hover {
	color: #CC0033;
    text-decoration: none;
}

.YELLOW a, .YELLOW a:link, .YELLOW a:visited, .YELLOW a:hover {
	color: #FFCC00;
    text-decoration: none;
}

.BLUE a, .BLUE a:link, .BLUE a:visited, .BLUE a:hover {
	color: #135C86;
    text-decoration: none;
}

.list {
	border: 1px solid #DDDDDD;
}

.format {
	width: 100%;
}

.format a {
	text-decoration: none;
}

.format th {
	text-transform: uppercase;
	background-color: #DDDDDD;
	padding: 7px;
	font-weight: bold;
}

.format td {
	border-top: 1px solid #DDDDDD;
	padding: 7px;
}

.even td {
	background-color: #F7F7F7;
}

.smallest {font-size: 85%;}
.smaller {font-size: 100%;}
.medium {font-size: 108%;}
.large {font-size: 123.1%;}
.larger {font-size: 138.5%;}
.largest {font-size: 197%;}
.huge {font-size: 220%;}
.name {font-size: 182%;}

.toptitle {
	margin-top: 25px;
	font-size: 220%;
	font-weight: bold;
	text-shadow: 0px 1px 1px #888888;
}

.content {
	margin-left: 3px;
	min-height: 500px;
}

.arrows ul {
	margin-top: 15px;
}

.arrows li {
	position: relative;
	top: -3px;
	padding: 7px;
	list-style-image:url(http://introspectrum.s3.amazonaws.com/content/static/1/images/arrow-skip.png);
}

.content h2 a {
	position: relative;
	top: -3px;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}

.subtitle {
	color: #29316F;
	margin-bottom: 25px;
	font-size: 123.1%;
	font-weight: bold;
}

.subtitle a {
	position: relative;
	top: -3px;
	text-decoration: none;
	color: #29316F;
	margin-bottom: 25px;
	font-size: 80%;
}

.nav {
	height: 40px;
	width: 100%;
	margin: auto;
	margin-top: 0px;
}

.nav ul {
	margin-top: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.nav li {
	color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 150%;
	display: inline;
}

.nav a {
	color: #FFFFFF;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: inherit;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.nav a:link {
	color: #FFFFFF;
}

.nav a:visited {
	color: #FFFFFF;
}

.nav a:hover {
	background-color: #FFFFFF;
	color: #888888;
}

.current a {
	background-color: #FFFFFF;
	color: #333333 !important;
}

#graphWide {
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 900px;
}

div.errors {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}

div.errors ul {
	list-style: none;
	padding: 0;	
}

div.errors li {
	background: url(http://introspectrum.s3.amazonaws.com/content/static/1/images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}

td.errors input {
	border: 1px solid red;
}

.big-box {
	border: 1px solid #EEEEEE;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	padding: 30px;
	color: #444444;
	background-color: #FBFBFB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#popup {
	padding: 8px;
	width: 85px;
	height: 32px;
	background: url(http://introspectrum.s3.amazonaws.com/content/static/1/images/blackbox.gif) no-repeat;
}

.tip {
	font-size: 130%;
}
