/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	height:100%;
	padding:0;
}
p {
	margin:0px;
	padding:0px;
	padding-bottom:6px;
}
img {
	border:0;
}
/*a, a.hover, a.visited {
	color:#999900;
}
*/
#welcome {
	width:100%;
	float:left;
}
#message {
	float:left;
	width:100%;
	overflow:auto;
}
.secondDiv {
	padding:1em;
}
.biggerText {
	font-size:1.5em;
}
#maintext {
	background-image:url(images/pi-welcome.png);
	background-repeat:no-repeat;
	width:65%;
	float:left;
	padding:1em;
	padding-top:3em;
}
#maintextStats {
	padding-top: 3em;
	width:25%;
	float: right;
}
.formHeadline, .formSubHeadline {
	padding-top:10px;
	padding-left:70px;
	padding-bottom:10px;
}
.formHeadline {
	font-size:110%;
	font-weight:bold;
}
legend {
	display:none;
}
#forms {
	float:left;
	padding:1%;
	/*clear: left;*/
	width:98%;
}
#form1 {
	background-image:url(images/checkmark_sm.png);
	background-repeat:no-repeat;
	margin-top:1em;
}

#form2 {
	background-image:url(images/plus_sm.png);
	background-repeat:no-repeat;
}
#form2 td {
	font-size:12px;
}
#form3 {
	background-image:url(images/find_sm.png);
	background-repeat:no-repeat;
	min-height:70px;
	margin-top:1em;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-top: 5px;
}

br{
clear: left;
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 60em;
	text-align: left;
	height:100%;
	overflow:auto;
	position:relative;
}
#test_container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 60em;
	text-align: left;
	height:100%;
	overflow:auto;
	position:relative;
}
#container p {
	margin: .2em;
}
#networkStrip {
	width: 100%;
	background-color: #EBEBEB;
	border-top: thin solid black;
	position: fixed; 
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
 	height:30px;
	clear:both;
	margin-top:1em;
}
#networkStripContainer { /* this will contain the network text */
	margin-left: auto;
	margin-right: auto;
	width:60em;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	font-size:1em;
}
.infoBoxHeader, .pHeader {
	font-size:1.3em;
	padding:4px;
	clear:both;
}
.infoBox {
	border: thin solid black;
	width: 99%;
	page-break-inside:avoid;
	position:relative;
	float:left;
	height:100%;
}
.infoBox p, ul, ol {
	margin:.3em 0 0 .3em;
}
.infoBoxInside {
	position: absolute;
	right: 0;
	width: 20%;
	margin:.2em;
}
#navBar {
	width:100%;
	background-color:rgb(178,220,241);
	height:100px;
	margin-bottom:20px;
	text-align:center;
}
#navBarNew {
	width:100%;
	padding-top:1px;
	background-color:rgb(178,220,241);
	height:130px;
	margin-bottom:20px;
	text-align:center;
}
#navBar a {
	color:white;
}
#navBarNew a, a:visited {
	color:gray;
}
#navBarMenu {
	padding:4px;
	font-size:1.2em;
	clear:both;
}
#footer {
	clear: both;
	padding-top:1em;
	margin: 1em auto 30px auto;
	width: 60em;
	text-align: left;
	border-top: thin solid #000000;
}
.photoBox {
	float:left;
	width: 20%;
	font-size:small;
	margin:.5em;
	min-height:100px;
}
.small {
	font-size:small;
}
.listBox {
	margin-bottom:2em;
	clear:both;
	height:100%;
}
.rackName {
	font-size:1.5em;
}
.rackType {
	width: 200px;
	vertical-align:middle;
	margin-left:.2em;
}
.permalink, .largeParagraph {
	font-size:1.2em;
}
.validIconBox {
	width:100px;
	height:100%;
	float:left;
}
/* For Multiple listings */
.firstStreet {
	padding-top: 10px;
	clear: both;
	margin-left:1em;
}
.rackMultiColspan {
	clear:both;
	margin-left:1.3em;
	height:100%;
}
.rackMultiColumn1 {
	width: 15em;
	float: left;
	height:100%;
}
.rackMultiColumn2 {
	width:18em;
	float:left;
	height:100%;
}
.multiListHeader {
	font-size:1.1em;
	clear:both;
}
/* end */

.navSkip {
	display:none; /* this makes a jump link disappear, but still readable to screen readers for visually impaired users*/
}
.markerInfoBubble {
	font-size: .8em; 
	width: 160px;
}
.homeOptions {
	margin-left:3em;
}
.homeListMini {
	margin-left:1em;
	font-size:.8em;
	list-style:none;
}
.formExplanation {
	font-size:.8em;
}
#iconKey {
	margin:.2em 0 0 0 .1em;
}
#iconKey ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:.7em;
}
.faqAnswerTitle {
	padding-top:1em;
	float:left;
}
.faqAnswerTop {
	padding-top:1em;
	float:right;
	font-size:.8em;
}
.faqAnswerBody {
	margin-left:1em;
	clear:both;
}
.iconKeyItemClear {
	float:left;
	clear:both;
	width:240px;
	font-size:.8em;
}
.iconKeyItem {
	float:left;
	width:260px;
	height:50px;
	font-size:.8em;
}
.mapOptions {
	clear:both;
	font-size:1.1em;
}
.rackInfoComments, .explanationText {
	font-size:.9em;
}
.siteTitle {
	padding:4px;
	font-size:2.5em;
	color:#000000;
	font-weight:bold;
}
.siteTitleLower {
	font-size:1.7em;
	color:#000000;
}
#navHead {
	width:60em;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
#logoLeft {
	float:left;
	width:10em;
	text-align:left;
}
#logoRight {
	float:left;
	width:10em;
	text-align:right;
}
#siteTitles {
	float:left;
	width:40em;
}
.community_info {
	line-height:.9em;
	margin:0;
}
.cellBorderRight {
	border-right: thin solid black;
}
.cellBorderLeft {
	border-left: thin solid black;
}
.button {
  color: #EC1B23;
  font-size: 100%;
}
.hideLink {
	text-decoration:none;
	color:#000000;
}
.hideLink a {
	text-decoration:none;
	color:#000000;
}
.links li {
	margin-bottom:.5em;
}
.linkColumn {
	clear:left;
	float:left;
	margin-left:1.5em;
	width:35%;
	height:1.5em;
}
.linkColumn2 {
	float:left;
	width:20%;
	height:1.5em;
}
.linkColumn3 {
	float:left;
	width:35%;
	height:1.5em;
}
.linkCollection {
	width:100%;
	overflow:auto;
	height:auto;
	ppadding: .5em 0 .5em 0;
	mmargin: 0 .5em 0 .5em;
}
.linkHeader {
	width:100%;
	height:1.5em;
	font-size:1.1em;
}
.clear {
	clear:both;
}
#checkboxLarge {
	width:20px;
	height:20px;
	font-size:150%;
}
.formHeader {
	font-size:140%;
}
#systemMessage {
	padding:1em;
}
.systemMessageSuccess {
	background-color:#9DFF9D;
	color:#000000;
}
.systemMessageError {
	background-color:#FF7777;
	color:#FFFFFF;
}
#container ul {
	margin-bottom:1em;
}
.hide {
	display:none;
}
.as_pad {
	padding-left:1em;
}
#advancedSearchTable td, th {
	font-size:.8em;
	padding:1px 2px;
}

/* RackID Locator Results listing */
.locatorMarkerHtml {
	margin:0 0 1em 0;
	font-family:Arial, sans-serif;
	line-height:1em;
	font-size:.9em;
}
.locatorMarkerHtml a {
	font-size:1em;;
}
#locatorMapInput {
	border:thin solid black;
	font-size:0.8em;
	width: 24%;
	float: left;
	padding: 1px;
}
#locatorSearchResults {
	width:74%;
	border:1px solid black;
	hheight:100%;
	float: right;
	padding: 2px;
}
#locatorMap {
	overflow: hidden;
	width:70%;
	height:600px;
	float:right;
}
#locatorSidebar {
	overflow: auto;
	width:30%;
	height: 600px;
	color: #000;
	float:left;
}
.locatorResultHeading {
	font-weight:bold;
}
.locatorResultBody {
	margin: 1px 0 1px 1em;
}
.locatorResultId {
	float:right;
	font-weight:normal;
}
#formEssential {
	background-color:#92F272;
	filter: alpha(opacity=50);
	font-size:110%;
	padding:1em;
}
.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#forExample {
	width:30%;
	float:right;
	margin-top:1em;
}
#transitList {
	border-top:thin solid black;
	margin-top:40px;
}
