
.hide { display: none; }

.flagged { outline: 5px solid red; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}

	

em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

a { outline: none;  }
	
a img { border: 0; }

	
	
	
	
/* Bubble pop-up -------------*/

.bubbleInfo {
	position: relative;
	top: 7px;
	left: 0px;
	width: 350px;
	background:#fff;
	margin:0;
	padding:0;
}
.trigger {
	position: absolute;
}

/* Bubble pop-up */

.popup {
	position: absolute;
	display: none;
	z-index: 9000;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(/images/popup/bubble-1.png); }
.popup td.top { background-image: url(/images/popup/bubble-2.png); }
.popup td#topright { background-image: url(/images/popup/bubble-3.png); }
.popup td.left { background-image: url(/images/popup/bubble-4.png); }
.popup td.right { background-image: url(/images/popup/bubble-5.png); }
.popup td#bottomleft { background-image: url(/images/popup/bubble-6.png); }
.popup td.bottom { background-image: url(/images/popup/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(/images/popup/bubble-8.png); }

.popup table.popup-contents {
	font-size: 0.95em;
	line-height: 1.3em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}

table.popup-contents th {
	text-align: right;
	padding-bottom:3px;
	/*
	text-transform: lowercase;
	*/
	}

table.popup-contents td {
	text-align: left;
	padding-bottom:3px;
	}

tr#link-star th {
	text-align: left;
	text-indent: -9999px;
	background: url(/images/popup/starburst.gif) no-repeat 90% 3%;
	height: 17px;
	}

tr#link-star td a {
	border:none;
}
/*  End Bubble Popup ---------------*/

/* Large floating popup window */

#fullscreen {
    display: none;
    background-image: url(/images/screen-shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top:0px;
	left: -20px;
	width: 404px;
	width:565px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
	}

.largepopup-content {
	width: 344px;
	width: 505px;
	padding: 25px 30px 0 30px;
	margin: 0 auto;
	background: url(/images/floater-top_w.png) no-repeat;
	border:none;
	}
	
.largepopup-footer {
	background: url(/images/floater-bottom_w.png) top no-repeat;
	min-height: 78px;
	margin: 0;
	padding: 0 30px 0 30px;
	border:none;
	position:relative;
	top:-5px;
	}
	
.largepopup-content h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	border:none;
	margin:0 0 2px 0;
	padding:0;
	}
	
.largepopup-content p {
	font-size: 14px;
	line-height: 18px;
	padding:7px 0;
	margin:5px 0;
	border:none;
	}
#largepopup a, #largepopup a:link, #largepopup a:active {
	text-decoration:none;
	font-weight: bold;
}
#largepopup a:link, #largepopup a:active {
	color: #7A2E00;
	color: #3366cc;
}
#largepopup a:visited {
	color:2255bb;    
}

#largepopup a:hover {
	text-decoration:none;
	color: #ff7f2a;
	color:#1144aa;
	color:#555;   
}
	
.largepopup-footer ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	border:none;
	margin:0px;
	}

#wrong-os h3 {
	padding-top: 80px;
	}

#main-map h3, #loop-map h3 {
	padding-top: 40px;
	padding-bottom:10px;
	background: url(/images/popup/logo.png) no-repeat right top;
	border:none;
	}
		
#main-map .largepopup-footer ul, #loop-map .largepopup-footer ul {
	text-align: center;
	padding: 0px;
	border:none;
	margin:0;
	padding:0;
	}
	
.largepopup-footer li {
	display: inline;
	padding: 0 5px;
	border:none;
	margin:0;
	padding:0;
	}
	
li#button-ok, li#button-confirm {
	/* background: url(/images/button-ok.png); */
	border:none;
	}
	
li#button-cancel {
	border:none;
	/* background: url(/images/button-cancel.png); */
	}
	
/* The short pitch */

#subhead {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 20px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}


/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 682px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	}
	
#toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
	}
	
#toolbar li a {
	height: 52px;
	display: block;
	}
	
#toolbar li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 52px;
	z-index: 10;
	}

#toolbar li.inactive {
	background-position: top;
	border-bottom: 1px solid #ccc;
	}
	
#toolbar li:hover {
	background-position: bottom;
	}
		
#toolbar li#new-tab {
	left: 0;
	width: 94px;
	background-image: url(/images/toolbar_tab-new.png);
	}
	
#toolbar li#sites-tab {
	left: 93px;
	width: 93px;
	background-image: url(/images/toolbar_tab-sites.png);
	}

#toolbar li#files-tab {
	left: 185px;
	width: 96px;
	background-image: url(/images/toolbar_tab-files.png);
	}

#toolbar li#editor-tab {
	left: 280px;
	width: 97px;
	background-image: url(/images/toolbar_tab-editor.png);
	}

#toolbar li#preview-tab {
	left: 376px;
	width: 114px;
	background-image: url(/images/toolbar_tab-preview.png);
	}

#toolbar li#css-tab {
	left: 489px;
	width: 95px;
	background-image: url(/images/toolbar_tab-css.png);
	}

#toolbar li#more-tab {
	left: 583px;
	width: 100px;
	background-image: url(/images/toolbar_tab-more.png);
	}

	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 57em; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 838px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 750px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	background: #fff url(/images/content_pane-gradient.gif) bottom repeat-x;
	overflow: hidden;
	}
	
.section {
	width: 710px;
	margin: 20px;
	float: left;
	}
	
.section h2, .section h3 {
	color: #072453;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
	}
	
.section h3 {
	color: #000;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
	}

.section li strong {
	font-size: 19px;
	font-weight: normal;
	}

.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#new-pane p, #new-pane li {
	}

