/* containers */
body {
	background-color: #000;
	background-image: url(../jpg/apps/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	color: #fff;
	padding: 0;
	margin: 0;
	
}

/* remove firefox link outline */
a {
	outline: none;
}

object { outline:none; }

-moz-any-link:focus {
	outline: none;
}

html,h1,h2,h3,h4,h5 {
	padding: 0;
	margin: 0;
	font-family: Arial;
}

h1,h2 {
	font-size: 22px;
}

li, ul {
	padding: 0;
	margin: 0;
}

.container {
	width: 660px;
}

.left {
	float: left;
	width: 660px;
}

.right {
	float: right;
	width: 290px;
}

.section {
	position: relative;
	height: 100%;
	overflow: hidden;
	padding-top: 10px;
}

.sectionNP {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.transbox {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100% !important;
	height: 9000px;
	background-color: #ffffff;
	/* for IE */
	filter: alpha(opacity =       20);
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
}

.solidbox {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	background: transparent;
}

.pt10 {
	margin-top: 10px;
}
.whitetxt{
	color: #fff;
}
.tabheader{
	font-size: 18px;
}

/* sections */
.header {
	height: 0;
}
.google-mapsH {
	width: 190px;
}

.google-mapsHC {
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.google-maps  {
	height: 500px;
}

.google-mapsC {
	padding-left: 10px;
	padding-top: 10px;
	width: 640px;
	height: 480px;
}

.predictorH {
	width: 140px;
}

.predictorHC {
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.predictor  {
	height: 500px;
}

.predictorC {
	background:#000000 none repeat scroll 0 0;
	float:left;
	height:460px;
	margin-left:10px;
	margin-top:10px;
	padding:10px;
	width:300px;
}
.predictorCR {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	width: 290px;
	height: 460px;
	background: #000;
}


.connectH {
	width: 410px;
}

.connectHC {
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.connect  {
	height: 100%;
}

.connectC {
	background:#000000 none repeat scroll 0 0;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}
.bkg-grad {
	background-image: url(../jpg/feed/post-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	background-color: #000;
}
