/* site: sciencepipes.org		*/
/* author: Will Morris			*/
/* email: wjm6@cornell.edu		*/	
/* last update: 16 Aug, 2010 	*/

/***** reset *****/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********** columns -- uses Matthew Levine's Holy Grail -- http://www.alistapart.com/articles/holygrail  **********/

body {
	min-width: 95em;      /* 2x LC width + RC width */
}
	
#wrapper {
	position: relative;
	min-width: 670px;
	text-align: left;
	overflow-x: hidden;
	margin: 0px auto;
}	
	
#contents {
	clear: both;
	min-width: 310px;
	padding-right: 250px;  /* RC width */
	overflow: hidden;
}
		
#contents .column {
	position: relative;
	float: left;
	padding-bottom: 20010px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */
}
	
#main {
	width: 100%;	
	background: #fff;
	padding: 0;
}
	
#sub {
	background: #f0f5f8;
	width: 249px;          /* RC width */
	margin-right: -250px;  /* RC width */
	border-left: 1px solid #ddd;
}
	
.one-group #contents {
	padding-right: 0;
}
	
#footer {
	position: relative;
	clear: both;
	color: #999;
}
	
/*** IE6 Fix ***/
* html #left {
	left: 220px; /* RC width */
}

/***** basics *****/

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/

body {
	font-size: 63.125%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	background: #ddd; /* f0f5f8 */
}

body.edit body {
	background: none;
	}

.contents {
	padding: 20px;
}

.contents p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 2.2em;
	margin: 0 0 0.75em 0;
}

h3 {
	font-size: 1.5em;
	margin: 0 0 0.75em 0;
}

td {
	vertical-align: top;
}

a:link,
a:visited {
	color: #dd421c;
	text-decoration: none;
}

a:hover {
	color: #ff3200;
	text-decoration: underline;
	cursor: pointer;
}

a:active {
	color: #000;
}

hr,
.hidden {
	display: none;
}

/***** structure *****/

#main {
/*
	-moz-box-shadow: 5px 5px 6px #ccc;
	-webkit-box-shadow: 5px 5px 6px #ccc;
	box-shadow: 5px 5px 6px #ccc;	
*/
}

#footer {
	background: #ddd;
}

/***** sp header *****/

#global-header {
	float: left;
	width: 100%;
	font-size: 1.1em;
	background: #1d1e22; /* 272425 2c292a */
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
}

#global-header.large {
	position: relative;
}

#site-nav {
	margin-left: 2em; 
}

.large #site-nav {
	position: absolute;
	left: 45%;
	margin-left: -200px; /* half its width */
}

#site-nav,
#site-nav li,
#user-nav li {
	float: left;
	color: #8f8f8f;
}

#site-nav li a,
#user-nav li a,
#user-nav li span {
	display: block;
	float: left;
	padding: 1.3em 1em 1.3em 1em;
}

#user-nav {
	float: right;
	margin-right: 1.5em;
}

.large #user-nav {
	margin: 0.5em 0;
}

#lockup {
	float: left;
	padding: 1.5em 1% 1em 2em;
}

#id-clo {
	display: block;
	float: left;
	background: url(/beta/image/id_clo_sm.png) 5px 8px no-repeat;
	text-indent: -9999em;
	width: 40px;
	height: 38px;
	margin: 0 0.5em 0 0;
}

.large #id-clo {
	background: url(/beta/image/id_clo.png) no-repeat;
	width: 197px;
	height: 21px;
	margin: 0 0 1em 0;
	padding: 0;
}

#logo {
	display: block;
	float: left;
	background: url(/beta/image/id_sp_sm.png) 0 13px no-repeat;
	text-indent: -9999em;
	width: 90px;
	height: 16px;
	padding: 1em 0 0.5em 0;
}

.large #logo {
	clear: both;
	background: url(/beta/image/id_sp_clo.png) no-repeat;
	width: 171px;
	height: 31px;
	padding: 0;
}

#global-header a:link,
#global-header a:visited {
	color: #8f8f8f;
	text-decoration: none;
}

#global-header li a:hover {
	color: #fff;
	background-color: #222;
	cursor: pointer;
}

#global-header a:active {
	color: #fff;
}

.large #site-nav {
	padding: 0;
}

.large #site-nav li {
	padding: 0;
}

.large #site-nav li a {
	display: block;
	width: 100px;
	height: 25px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 25px;
	padding: 5.75em 0 0.5em 0;
}

.large #site-nav li#sn-create a 		{background-image: url(/beta/image/icon_create.png);}
.large #site-nav li#sn-browse a 		{background-image: url(/beta/image/icon_browse.png); background-position: center 28px;}
.large #site-nav li#sn-your-pipes a 	{background-image: url(/beta/image/icon_your_pipes.png);}
.large #site-nav li#sn-help a 			{background-image: url(/beta/image/icon_help.png);}

#global-header .user-search {
	position: absolute;
	top: 0;
	right: 1em;
}

#hd-search {
	float: left;
	margin: 0.75em 0 0 2em;
}

.large #hd-search {
	float: right; 
	clear: right;
	margin: 0;
	padding: 0 0.75em 0 0;
}

#hd-search .input-text {
	display: block;
	float: left;
	width: 15em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #999;
	font-size: 1.0em;
	line-height: 12px;
	height: 23px;
	border: 0;
	background: #5c5c5c;
	-moz-box-shadow: inset 0 3px 6px #444;
	-webkit-box-shadow: inset 0 3px 6px #444;
	box-shadow: inset 0 3px 6px #444;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-left-radius: 1em;
	padding: 0 0 0 1em;
}

.large #hd-search .input-text {
	width: 15em;
	font-size: 1.2em;
	line-height: 12px;
	height: 28px;
	padding: 0 0 0 1em;
}

#hd-search.focused .input-text {
	color: #fff;
	background: #777;
	-moz-box-shadow: inset 0 3px 6px #555;
	-webkit-box-shadow: inset 0 3px 6px #555;
	box-shadow: inset 0 3px 6px #555;
}

#nb-search {
	display: block;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 0.95em;
	line-height: 1.0em;
	height: 23px;
	text-transform: uppercase;
	border: 0;
	color: #aaa;
	background: #444;
	cursor: pointer;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-right-radius: 1em;
	padding: 0 1.25em 0.1em 1em;
}

#hd-search.focused #nb-search {
	color: #fff;
	background: #caaf00;
}

.large #nb-search {
	font-size: 1.2em;
	line-height: 2.2em;
	height: 2.1em;
/*
	border-top: 1px solid #caaf00;
	color: #fff;
	background: #b59d00;
*/
	padding-left: 1em;
	padding-right: 1.25em;
	padding-bottom: 0.1em;
}

/***** pipe header *****/

#pipe-header,
#screen-header {
	display: table;
	position: relative;
	width: 100%;
	clear: both;
	color: #000;
	border-bottom: 1px solid #ddd;
	background: #2f3138; /* f0f5f8 */
	padding: 0.5em 0;
}

#pipe-header h1,
#screen-header h1 {
	display: table-cell;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #fff;
	vertical-align: middle;
	margin-right: 3em;
	padding: 0 1em 0 20px;
}

#screen-header h1 {
	padding-top: 1em;
	padding-bottom: 1em;
}

.edit #pipe-header {
	border-bottom: 0;
}

#pipe-nav {
	float: right;
	white-space: nowrap;
	padding: 7px 10px 8px 0;
}

#pipe-nav li {
	float: left;	
	margin: 0;
	padding: 0;
}

#pipe-nav a {
	display: block;
	float: left;
	font-size: 1.4em;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	opacity: 0.95;
	filter: alpha(opacity=70);	
	/* background-color: #25415d; 393939 */
	padding: 12px 12px 12px 36px;
}

#pipe-nav a:hover {
	opacity: 10.0;
	filter: alpha(opacity=100);	
}

#pipe-nav a:active {
	background-position: 3px 4px;
	padding-top: 13px;
	padding-bottom: 11px;
}

/*
#pipe-nav li.off a {
	opacity: 0.2;
	filter: alpha(opacity=20);
	border: 1px solid #222;
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	box-shadow: 0 1px 2px #000;
}
*/

#pipe-nav .tool-overview a 		{
	background-image: url(/beta/image/icon_overview.png);
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#pipe-nav .tool-run a 		{
	background-image: url(/beta/image/icon_run.png);
}

#pipe-nav .tool-results a	{
	background-image: url(/beta/image/icon_results.png); 
	background-position-x: 4px; 
	background-position-y: 2px; 
	padding-left: 41px;
}

#pipe-nav .tool-results a:active {
	background-position-y: 3px; 
}

#pipe-nav .tool-edit a 	{
	background-image: url(/beta/image/icon_edit.png);
}

#pipe-nav .tool-settings a	{
	background-image: url(/beta/image/icon_settings.png); 
	background-position-y: 3px;
}

#pipe-nav .tool-settings a:active {
	background-position-y: 4px;
}

#pipe-nav .tool-copy a	{
	background-image: url(/beta/image/icon_copy.png);
}

#pipe-nav .tool-delete a 	{
	background-image: url(/beta/image/icon_delete.png);
}

#pipe-nav .tool-create a 	{
	background-image: url(/beta/image/icon_add.png);
}

/*
#pipe-nav li:first-child a 	{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#pipe-nav li:last-child a 	{
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
*/

.overview #pipe-nav .tool-overview,
.overview #pipe-nav .tool-overview a,
.overview #pipe-nav .tool-overview a:hover,
.run #pipe-nav .tool-run,
.run #pipe-nav .tool-run a,
.run #pipe-nav .tool-run a:hover,
.edit #pipe-nav .tool-edit,
.edit #pipe-nav .tool-edit a,
.edit #pipe-nav .tool-edit a:hover,
.results #pipe-nav .tool-results,
.results #pipe-nav .tool-results a,
.results #pipe-nav .tool-results a:hover,
.settings #pipe-nav .tool-settings,
.settings #pipe-nav .tool-settings a,
.settings #pipe-nav .tool-settings a:hover,
.copy #pipe-nav .tool-copy,
.copy #pipe-nav .tool-copy a,
.copy #pipe-nav .tool-copy a:hover {
	color: #fff;
	opacity: 1.0;
	filter: alpha(opacity=100);	
	border: 0;
	background-color: #222328; /* 71ace8 for non-css3 browsers */
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0, 0.5);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0, 0.5);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

/*
.overview #pipe-nav .tool-overview,
.overview #pipe-nav .tool-overview a,
.overview #pipe-nav .tool-overview a:hover {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#pipe-nav .tool-delete,
#pipe-nav .tool-delete a,
#pipe-nav .tool-delete a:hover {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
*/

/***** basic UI elements *****/

fieldset {
	display: table;
	float: left;
	clear: both;
	margin-bottom: 1.25em;
	padding: 0.5em 0;
}

fieldset.major {
	background: #f2f2f2;
/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #e6e6e6;
*/
	padding: 0;
}

.button {
	display: block;
	float: left;
	font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	font-style: normal;
	background: #eee; /* for non-css3 browsers */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');  for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f4f4f4,  #eee); /* for firefox 3.6+ */
	color: #000;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 2px #444;
	border: 1px solid #ddd;
	margin: 5px 5px 15px 0;
	padding: 0.75em 1.5em;
/*
	-moz-box-shadow: 0 1px 2px #444;
	-webkit-box-shadow: 0 1px 2px #444;
	border: 1px solid #d3d3d3;
*/
}

a.main-action,
.main-action {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#375f88', endColorstr='#284765'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#375f88), to(#284765)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #375f88,  #284765); /* for firefox 3.6+ */
	color: #fff;
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight: bold;
	border: 1px solid #25415d;
}

.button:hover {
	cursor: pointer;
	background: #eee;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee'); for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* for webkit browsers */
	/* border: 1px solid #bbb; */
}

.main-action:hover {
	cursor: pointer;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284765', endColorstr='#375f88'); /* for IE */
	background: #375f88; /* for webkit browsers */
	/* border: 1px solid #d54f2f; */
}

.button:active {
	border: 1px solid #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#f4f4f4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f4f4f4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #f4f4f4); /* for firefox 3.6+ */
}	

.main-action:active {
	color: #a8bed5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284765', endColorstr='#375f88'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#284765), to(#375f88)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #284765,  #375f88); /* for firefox 3.6+ */
	border: 1px solid #25415d;
	}

.main-action span {
	opacity: 0.4;
	filter: alpha(opacity=40);
	}

.main-action:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
	}
	
label {
	padding-top: 0.5em;
}

#param-list select {
	max-width: 25em;
}

.param-values {
	float: left;
	width: 26em;
	padding: 0.4em 1em;
}

fieldset.major .param-values .default-field .form-label {
	display: none;
}

.pipe-settings-grid .user-enabled .user-inputs,
fieldset.major .user-enabled .param-values .default-field .form-label {
	display: block;
}

fieldset.major .user-enabled .default-field .form-label {
	margin: 0.1em 0 0.25em 0;
}

.user-enabled .form-pair {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pipe-settings-grid .user-inputs {
	display: none;
	clear: both;
}

.pipe-settings-grid .param-values select {
	width: 20em;
}

.pipe-settings-grid .param-values textarea,
.pipe-settings-grid .param-values .input-text {
	width: 18em;
}

fieldset.major .param-values .form-inputs,
fieldset.major .param-values .form-label {
	font-size: 1.2em;
}

fieldset.major .param-values .form-label {
	display: block;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	padding: 0;
}

.param-values .form-pair {
	float: left;
	clear: both;
	margin: 0;
}

.check-radio span {
	display: block;
	padding: 0.3em 0;
}

.check-radio label {
	padding-left: 0.4em;
}

.inputs-toggler label {
	padding: 0 0 0 0.3em;
}

.user-enabled .check-radio .form-label label {
	padding-left: 0;
	padding-top: 0;
}

.user-enabled .form-pair {
	padding: 0.25em 0;
}

.param-values .user-enabled .check-radio .form-label {
	padding-bottom: 0.35em;
}

fieldset .form-pair {
	display: table-row;
}

.form-pair .help {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666;
	padding: 0.3em 0;
}

.form-pair .error {
	font-size: 1.0em;
	background: url(/beta/image/arrow_message_u_l_red.png) top 10px no-repeat;
	margin: -0.30em 0 0 0;
	padding: 12px 0 10px 0;
}

.error-summary p {
	float: left;
	clear: both;
	font-weight: bold;
	background: #ffc;
	color: #c00;
	padding: 0.5em 1em;
}

.error-message {
	padding: 2em 0;
}

#msg-container {
	clear: both;
	position: relative;
	color: #fff;
	background: #6ebd48;
	font-size: 1.5em;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	margin: 0 0 2em 0;
	padding: 1em 1.5em;
}

#msg-container a {
	display: block;
	position: absolute;
	top: 0.8em;
	right: 1em;
	color: #fff;
	background: #7fda53;
	-moz-border-radius: 6em;
	-webkit-border-radius: 6em;
	padding: 0.1em 0.5em 0.3em 0.5em;
}

#msg-container a:hover {
	background: #8ee465;
	text-decoration: none;
}

#pipe-status .error-contents {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: 0 0 0 #666;
	-moz-box-shadow: 0 0 0 #666;
	-webkit-box-shadow: 0 0 0 #666;
	padding: 0.5em 1em;
}

#pipe-status .error-message .status-title {
	font-weight: normal;
}

#pipe-status .error-message .status-title ul {
	margin: 1.25em 0;
}

#pipe-status .error-message .status-title li {
	margin: 0.5em 0;
}

.finished-status {
	text-transform: capitalize;
	font-weight: bold;
}

.error-contents {
	font-weight: bold;
	color: #fff;
	background: #c00;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	padding: 0.4em 0.8em;
}

#pipe-detail.settings .error-contents,
#sign-in.forgot .error-contents {
	display: block;
	margin-top: 0.5em;
}

fieldset.major .form-label,
fieldset.major .form-inputs,
fieldset.normal .form-label,
fieldset.normal .form-inputs {
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	/* border-top: 1px solid #f9f9f9; */
	padding: 0.85em 1em 0.85em 0;
}

fieldset.normal .form-label,
fieldset.normal .form-inputs {
	border: 0;
	padding-left: 0;
	padding-top: 0;
}
.pipe-settings-grid div.user-enabled {
	background: #daecff;
}

fieldset.major .setting-entry .form-label,
fieldset.major .setting-entry .form-inputs {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

fieldset.major .form-label {
	font-weight: normal;
	font-size: 1.3em;
	padding-left: 1.25em;
}

fieldset.major .form-inputs {
	line-height: 1.3em;
	padding-right: 1.25em;
}

fieldset.normal .form-label {
	font-weight: normal;
	line-height: 2em;
	padding-bottom: 0;
}

fieldset.normal .form-inputs {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2em;
	padding-right: 1.25em;
	padding-bottom: 0.25em;
}

fieldset .check-radio-minor .form-inputs label {
	padding-left: 0.2em;
}

fieldset .check-radio-minor .form-label,
fieldset .check-radio-minor .form-inputs {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-top: 0.2em;
	padding-bottom: 1em;
}

.form-pair:first-child .form-label,
.form-pair:first-child .form-inputs,
.pipe-settings-grid .setting-entry:first-child {
/*
	border-top: 0;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
*/
}

.form-pair:last-child .form-label,
.form-pair:last-child .form-inputs,
.pipe-settings-grid .setting-entry:last-child {
/*
	border-bottom: 0;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
*/
}

.form-label,
.form-inputs {
	font-size: 1.2em;
	line-height: 1.3em;
}

.form-label {
	font-weight: bold;
	text-align: left;
}

form.normal {
	float: left;	
	clear: both;
	width: 100%;
	padding-bottom: 3em;
}

form.normal .help {
	float: left;	
	clear: both;
	width: 100%;
	font-size: 1.2em;
}

form.normal .help li.major {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0.4em 0;
}

.check-radio .form-inputs {
	line-height: 1.4em;
}

.selected .check-radio .form-label {
	padding-top: 0.25em;
}

.check-radio {
	padding: 0.35em 0 0.5em 0;
}

.input-text,
.textfield input,
textarea {
	font-size: 1.0em;
	font-family: helvetica, arial, sans-serif;
}

.input-text {
	line-height: 1.4em;
	padding-left: 0.25em;
}

.contents p.submit-controls {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

form#run {
	float: left;
	clear: both;
}

p.required {
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: capitalize;
	color: #666;
	/*
	background: #ffc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 0.5em 1em;
	*/
	margin: -0.5em 0 1em 0;
}

p.required em {
	font-size: 1.1em;
}

p.required em,
.form-label em {
	color: #c00;
}

.required {
	font-weight: bold;
	color: #c00;
}

.run p.required {
	position: absolute;
	right: 0;
	top: -3em;
	text-align: right;
	padding: 1em 0 0 0;
}

.run h2 {
	float: left;
}

#run {
	position: relative;
}

.settings-group p {
	margin-bottom: 1.25em;
}

.bulleted {
	list-style: square inside;
	font-size: 1.2em;
}

.bulleted li {
	margin: 0 0 0.5em 0;
}

/***** sign-in *****/

#sign-in #contents form {
	float: left;
	width: auto;
	border-right: 1px solid #eee;
	margin-right: 4em;
	margin: 2em 4em 6em 0;
	padding: 0 4em 0 2em;
}

#sign-in .contents p.submit-controls,
#sign-in .help {
	padding-left: 6em;
}

#sign-in.forgot p.submit-controls,
#sign-in.forgot .help  {
	padding-left: 8em;
}

#sign-in fieldset {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#sign-in #sub-modal {
	padding-top: 3em;
}

#sign-in #sub-modal ul {
	margin-bottom: 1em;
}

#sign-in h3 a {
	font-size: 0.8em;
	border: 1px solid #eee;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin: 0 0 0 0.5em;
	padding: 0.5em 1em;
}

#sign-in p {
	font-size: 1.2em;
}

#sign-in form h2 {
	clear: both;
}

/***** status *****/

#pipe-status,
#pipe-status img {
	clear: both;
}

#pipe-status {
	float: left;
	width: 100%;
	background: #f4f4f4;
	margin: 0 0 3em 0;
	padding: 4em 0 0 0;
}

#pipe-status.running {
	background: #d8f8d7;
}

#pipe-status .status-type {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	overflow-x: hidden;
	padding-bottom: 1em;
}

#pipe-status .cancel-controls {
	position: relative;
	float: left;
	clear: left;
	left: 50%;
}

#pipe-status .cancel-controls a {
	display: block;
	position: relative;
	float: left;
	right: 50%;
}

.contents p.refresh {
	float: left;
	clear: both;
	width: 100%;
	color: #666;
	text-align: center;
	margin: 2em 0 8em 0;
}

/***** results *****/

#pipe-detail h3,
#pipe-results h3 {
	float: left;
	line-height: 1.3em;
	margin-right: 0.5em;
}

p.date-time,
#settings-toggler {
	float: left;
	font-size: 1.1em;
	line-height: 2em;
	color: #999;
	margin: 0;
}

#pipe-status .requested #settings-toggler {
	float: none;
	font-size: 0.8em;
	background-position: -1px 0;
	margin: 0 0 0 1em;
}

#pipe-status .requested #settings-toggler.open {
	background-position: -2px -29px;
}

p.date-time {
	margin: 0 0.5em 0 0;
}

.results-head {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1.3em;
	border-bottom: 1px solid #ddd;
	margin: 0 0 0.25em 0;
	padding: 0 0 1em 0;
}

.results-head li {
	float: left;
	font-size: 1.5em;
	border-right: 1px solid #ccc;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

.results-head li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.results-head .current a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	/* 
	background: #fff; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	*/
}

.results-head .current a .meta {
	font-weight: normal;
	color: #999;
}

.result {
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
	/*
	border: 1px solid #d1d5d8;
	-moz-box-shadow: 0 1px 2px #bbb;
	-webkit-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	*/
	margin: 0 0 15px 0;
}

.result .hd {
	float: left;
	width: 100%;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333; /* 264469 */
	background: #eee; /* f0f5f8 304a65 d5e9f5 */
	padding: 0;
}

#pipe-detail .result .hd h3,
#pipe-results .result .hd h3 {
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 8px 0 7px 10px;
}

.result .hd a {
	line-height: 1.0em;
	color: #666; /* 899eb6 */
}

.result .hd .toggler {
	float: right;
	color: #666; /* 94abc5 */
	border-left: 1px solid #fff;
	margin: 0;
	padding: 8px 1em 7px 1em;
}

.result .bd {
	float: left;
	clear: both;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	min-height: 80px;
	padding: 20px 0;
}

.result .bd textarea {
	width: 99%;
	font-size: 1.1em;
	line-height: 1.1em;
	font-family: monaco, mono-space;
	height: 10em;
}

.result .result-image {
	background: #fff url(/beta/editor/images/bap/loader.gif) center center no-repeat;
}

.current a,
a.current {
	color: #000;
}

.result .views {
	float: right;
}
 
.views h4,
.views ul,
.views li {
	float: left;
}
 
.views h4,
.views li a {
	float: left;
	display: block;
	padding: 8px 1em 7px 1em;
}

.views h4 {
	display: none;
	border: 0;
}

.result .hd a.current {
	color: #333; /* 586675 */
	background: #e6e6e6; /* e5eef3 */
}

.result .hd a:hover {
	color: #000; /* 586675 */
	text-decoration: none;
}

.result iframe {
	height: 40%; 
}

/***** embed options *****/

.result .ft {
	float: left;
	clear: both;
	width: 100%;
	margin: 2em 0 0 0;
}

.ft .togglers-main {
	float: none;
	text-align: center;
	padding-bottom: 12px;
}

.ft .togglers-main li {
	display: inline;
	float: none;
	cursor: pointer;
	color: #dd421c; 
	border: 1px solid #ddd;
	background: #eee url(/beta/image/gradient_button.png) center repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 0 #bbb;
	-webkit-box-shadow: 0 1px 0 #bbb;
	box-shadow: 0 1px 0 #bbb;	
	font-size: 1.4em;
	margin-right: 5px;
	padding: 5px 10px;
}

.ft .togglers-main li:hover {
	background-color: #fff;
}

.ft .togglers-main li.current {
	font-weight: normal;
	color: #000;
	border-bottom: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 12px;
}

.ft .togglers-main li.current:hover {
	background: #eee;
}

.ft .panel {
	display: none;
	float: left;
	clear: both;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #eee;
	border: 1px solid #ddd;
}

.ft .panel-hd {
	float: left;
	clear: both;
	width: 100%;
	margin: 0.4em 0 0.3em 0;
}

.ft .panel .instructions,
.ft .panel .close {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 10px;
}

.ft .panel .close {
	float: right;
	padding: 0 5px 0 5px;
}

.ft .panel .close a {
	display: block;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	background: #e7e7e7;
	padding: 3px 7px;
}

.ft .panel .close a:hover {
	background-color: #fff;
}

.result .options {
	float:left;
	clear: both;
	width: 100%;
	position: relative;
	padding: 0 0 10px 0;
}

.result .options .togglers {
	float: right;
	width: 28em;
	margin: 0 10px 0 0;
	padding: 0 0 5px 0;
}

.result .options .togglers li a {
	display: block;
	font-size: 1.2em;
	color: #666;	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;	
	padding: 10px 10px 10px 15px;
}

.result .options .togglers li a:hover {
	text-decoration: none;
	background: #f6f6f6;
}

.result .options .togglers li.current a {
	background: #fff;
}

.result .options .togglers li a strong {
	display: block;
	font-weight: normal;
	color: #dd421c;
	padding: 0 0 0.3em 0;
}

.result .options .togglers li.current a strong {
	font-weight: bold;
	color: #000;
}

.result .options .togglees {
	position: absolute;
	top: 0;
	left: 0;
	right: 29em;
	bottom: 5px;
}

.result .options .togglees li {
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 10px;
	right: 0;
	background: #fff;
}	

.result .options .togglees textarea {
	display: block;	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
}	

	
.ft-embed,
.result-link {
	float: left;
	clear: both;
	width: 100%;
}

.result .ft label {
	display: none;
}

.result ol {
	float: left;
}

.result ol li {
	float: left;
}

.result ol a {
	display: block;
	font-size: 1.2em;
	padding: 8px;
}

.togglees li {
	display: none;
}

.togglees li.current {
	display: block;
}

/***** settings - pipe *****/

.param {
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
	margin: 0 0 1em 0;
}

.param h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 0.25em 0;
	padding: 0;
}

#pipe-detail.settings .param h3 {
	margin-bottom: 0.5em;
}

.pipe-settings-grid {
	float: left;
	padding: 10px;
}

.pipe-settings-grid .setting-entry {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0.5em 0;
}

.param-expert {
	display: none;
}

.setting-entry .selected {
	padding: 0 0 0.75em 0;
}

.setting-entry .selected .check-radio {
	padding-top: 0.75em;
}

.pipe-settings-grid .param-name {
	float: left;
	font-size: 1.3em;
	line-height: 2.2em;
	font-weight: normal;
	text-align: left;
	width: 9em;
	margin: 0 1em 0 0;
	padding: 0 0.5em 0 0.75em;
}

.selected .form-label,
.selected .form-inputs {
	display: block;
	float: none;
	border: 0;
	padding: 0;
}

.inputs-toggler {
	float: left;
	font-size: 1.2em;
	padding: 0.7em 1.5em 0.4em 1em;
}

.required-toggler {
	display: none;
	margin: 0.75em 0 0 0;
}

/***** settings - results *****/

#settings-results {
	float: left;
	width: 100%;	
	clear: both;
	background: #fff;
	margin: 0 0 1em 0;
	padding: 3px 0 6px 0;
}

#settings-results .settings-list {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	color: #333;
}

#settings-toggler,
#sub .toggler {
	font-size: 1.1em;
	text-decoration: underline;
	color: #666;
	background: url(/beta/image/icon_arrow_toggler.png) -1px 5px no-repeat;
	padding: 0 10px 0 13px;
}

#sub .toggler {
	background-position: -1px 0;
}

#settings-toggler.open {
	background-position: -2px -24px;
}

#sub .open {
	background-position: -2px -29px;
}

#pipe-status #settings-toggler {
	float: right;
	margin-right: 0.5em;
	margin-bottom: 0.75em;
}

.exposed #settings-toggler {
	position: absolute;
	right: 0;
	top: 0.5em;
}

#settings {
	display: none;
	position: relative;
	clear: both;
	margin: 1em 0 1.5em 0;
}

#settings-user {
	padding: 0.5em 0 0 0;
}

.settings-group th {
	text-align: left;
}

#settings-user .settings-group td {
	font-weight: bold;
}

#pipe-status #settings {
	background: #eee;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0.5em 1.5em;
}

#settings.finished {
	font-size: 0.95em;
}

#settings.exposed {
	display: block;
	background: #f0f5f8;
	padding: 0.75em 1em 0.5em 1em;
}

#settings h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	width: 12em;
	margin: 0;
}

#settings th,
#settings td {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0 1em 0 0;
}

#settings-all {
	clear: both;
	margin: 1em 0;
}

.exposed #settings-all {
	display: none;
	border-top: 1px solid #fff;
	padding-top: 1em;
}

#settings-results h2 {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

#settings-all h2 {
	top: 10px;
}

.settings-list p {
	font-size: 1.0em;
	margin: 0.75em 0 0 0;
}

#settings .settings-group dt,
#settings .settings-group dd {
	float: left;
	margin: 0 0.25em 0 0;
}

#settings .settings-group {
	margin: 0 1.5em 0 0;
}

.contents p.update-note {	
	float: left;
	clear: both;
	width: 100%;
	color: #666;
	background: #f4f4f4;
	border: 1px solid #eee;
	text-align: center;
	margin: 2em 0 0 0;
	padding: 1em 0;
}

/***** comments *****/

#pipe-comments {
	float: left;
	clear: both;
	width: 100%;
	padding: 1em 0 0 0;
}

#pipe-comments h3 {
	float: none;
}

#pipe-comments h4 {
	font-size: 1.3em;
	line-height: 0.9em;
	margin: 0 0 0.3em 0;
	padding: 0.3em 0 0 0;
}

h4 .note {
	font-weight: normal;
	font-size: 0.8em; 	
}

#pipe-comments p {
	margin: 1em 0;
}

#pipe-comments p.none {
	clear: both;
	font-style: italic;
	margin-bottom: 1.5em;
}

#pipe-comments fieldset {
	float: none;
}

.pipe-comment {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #ddd;	
	padding: 1.0em 0 1.5em 0;
}

.comment-head {
	float: left;
	width: 12em;
}

.comment-body {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-left: 12em;
}

.comment-date {
	font-size: 1.1em;
	color: #999;
}

#comment-form {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;	
	padding: 2em 0;
}

#comment-form h3,
#comment-form fieldset {
}

#comment-form textarea {
	font-size: 1.3em;
	width: 80%;
	height: 10em;
}

/***** datagrid *****/

.datagrid-header {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.datagrid-header h2 {
	font-size: 1.6em;
	text-transform: capitalize;
}

.datagrid-header h2 em {
	font-style: normal;
	text-transform: none;
}

#grid-sort li {
	margin: 0 0 0.5em 0;
}

#grid-sort a {
	font-size: 1.1em;
}

/***** sub *****/

#sub .contents {
	clear: both;
	padding: 0 1.5em;
}

#sub .section {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 1.5em 0;
}

#sub .sub-section {
	float: left;
	width: 100%;
	clear: both;
	margin: 0.75em 0;
}

#sub h2 {
	font-size: 1.6em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

#sub h3 {
	float: left;
	clear: both;
	width: 100%;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 0.75em 0;
	padding: 0;
}

#browse #sub h3 {
	font-weight: normal;
}

#sub dt,
#sub dd,
#sub li,
#sub th,
#sub td {
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: left;
}

#sub table {
	width: 100%;
}

#sub .basic {
	border-top: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;
	margin: 0 0 1em 0;
}

#pipe-desc {
	float: left;
	clear: both;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 2em 0;
}

#pipe-desc p {
	margin: 0;
}

.edit {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 0.25em 0.75em;
}

#pipe-header .edit,
#screen-header .edit {
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
	white-space: nowrap;
	background: #40434c;
	margin: 0 0 0 1em;
}

#pipe-desc .edit {
	display: block;
	float: left;
	clear: both;
	font-size: 1.0em;
	background: #fff;
	margin: 0.5em 0 0 0;
	padding: 0em 0.75em;
}

#sub #pipe-data {
	margin-bottom: 3em;
}

#sub table.basic tr:last-child th,
#sub table.basic tr:last-child td {
	border-bottom: 0;
}

#sub table.expert tr:last-child th,
#sub table.expert tr:last-child td {
	border-bottom: 0;
}

#sub th, 
#sub td {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

#sub .basic th {
	font-size: 1.3em;
	color: #666;
	font-weight: normal;
	width: 100%;
}

#sub .basic td {
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

#sub th {
	white-space: nowrap;
	padding-right: 10px;
}

#sub p {
	font-size: 1.2em;
}

#pipe-properties {
	float: left;
	clear: both;
	margin: 2em 0;
}

#pipe-more-info {
	display: none;
	float: left;
	clear: both;
	margin: 1em 0;
}

.box {
	background: #e3edf3;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow-x: auto;
	padding: 6px 10px;
}

.box .hd {
	color: #fff;
	background: #333;
}

.action {
	color: #999;
	font-weight: normal;
}

h3 .action {
	float: right;	
	font-size: 0.8em;
}

#sub #pipe-author {
	float: left;
	width: 100%;
	margin: 1.5em 0;
}

#pipe-author .author {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.1em 0;
}

#pipe-author .date {
	font-size: 1.1em;
	color: #666;
}

.avatar {
	float: left;
	margin: 0 10px 5px 0;
}
 
.avatar img {
	width: 50px;
	height: 50px;
}

#pipe-stats .expert {
	display: none;
}


/***** rating *****/

#rating .box {
	float: left;
	width: 100%;
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow-x: hidden;
	margin: 0 0 2em 0;
	padding: 6px 0;
}

.rating {
	margin: 0.6em 0;
	padding: 0 13px;
}

#sub .rating {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #999;
	font-style: italic;
}

.rating,
.rating .note {
	float: left;
	clear: both;
	width: 100%;
}

#sub .rating p.note {
	font-size: 1.0em;
	font-style: italic;
	margin-bottom: 0;
}

#pipe-list .rating .note {
	text-indent: 0;
	font-size: 1.1em;
	padding-top: 20px;
}

#pipe-list .rating {
	clear: none;
	width: auto;
	margin-top: 0;
}

.rating .label {
	display: block;
	float: left;
	font-style: normal;
	color: #333;
	width: 50px;
	background: none;
	text-align: right;
	padding: 0 4px 0 0;
}

.note {
	color: #888;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 2px 0 0 0;
}

#sub p.note {
	font-size: 1.1em;
	line-height: 1.1em;

}

.logged-in .note {
	padding-left: 56px;
}

.rating a:hover {
	background-position: 0 -20px;
}

.rating .rating-value {
	display: block;
	float: left;
	text-indent: -9999em;
	width: 80px;
	height: 16px;
	background-image: url(/beta/image/icon_star.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.rating .level-1 {background-position: 0 -16px;}
.rating .level-2 {background-position: 0 -32px;}
.rating .level-3 {background-position: 0 -48px;}
.rating .level-4 {background-position: 0 -64px;}
.rating .level-5 {background-position: 0 -80px;}

.widget-rater {
	display: block;
	float: left;
	position: relative;
	height: 16px;
}

.widget-rater li,
.widget-rater a {
	display: block;
	float: left;
	text-indent: -9999em;
	width: 16px;
	height: 16px;
}

.rater {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 16px;
}

/***** favorite *****/

#favorite,
#admin-feature {
	float: left;
	clear: both;
	width: 100%;
	border: 1px solid #ddd;
	background: #f6f6f6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0 0 20px 0;
}

#favorite h3,
#admin-feature h3 {
	float: left;
	clear: none;
	width: auto;
	font-size: 1.2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: none;
	margin: 0;
	padding: 9px 13px;
}

#favorite h3 {
	background: url(/beta/image/favorite.png) 8px 9px no-repeat;
	padding: 9px 13px 9px 30px;
}

#favorite.no h3,
#admin-feature.no h3 {
	background: #ddd url(/beta/image/gradient_button.png) center repeat-x;
	padding: 0;
}

#favorite a,
#admin-feature a {
	display: block;
	float: right;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
	border-left: 1px solid #ddd;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	padding: 9px 13px;
}

#favorite a:hover,
#admin-feature a:hover {
	background-color: #fff;
	text-decoration: none;
}

#favorite.no a,
#admin-feature.no a {
	float: none;
	background: none;
	border-left: 0;
}

#favorite.no a {
	background: url(/beta/image/favorite.png) 8px -39px no-repeat;
	padding-left: 30px;
}

/***** tags *****/

#tags form {
	float: left;
	clear: both;
	width: 100%;
	margin: 7px 0 20px 0; 
}

#tags li,
#tags li a {
	display: block;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tags li {
	margin: 3px 5px 3px 0;
}

#tags li a {
	border: 1px solid #ddd;
	background: #eee url(/beta/image/gradient_button.png) center repeat-x;
	padding: 3px 7px;
}

#tags li a:hover {
	background-color: #fff;
	text-decoration: none;
}

#tags-yours li a.tag {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-right: 0;
}

#tags-yours li a.delete {
	color: #454545;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-left: 1px solid #ddd;
}

#tags h3 a {
	border-right: 1px solid #ccc;
	margin-right: 0.5em;
	padding-right: 0.75em;
}

#tags h3 a:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

#tags h3 a.current {
	color: #000;
}

/***** run *****/

#run-options {
	padding-left: 1em;
}

/***** queue *****/

#sub #queue dt,
#sub #queue dd,
#sub #queue p {
	font-size: 1.1em;
	line-height: 1.2em;
}
	
#sub #queue dd {
	margin: 0 0 0.5em 0;
}

#sub #queue dd,
#sub #queue p {
	color: #666;
}

/***** modal *****/

body.modal {
	min-width: 0;
	background: transparent;
}

.modal h1 {
	font-size: 2.0em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}

.modal p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 1em 0;
}

.modal form {
	float: left;
	width: 100%;
}

.modal .form-pair {
	float: left;
	clear: both;
	width: 100%;
	margin: 0.5em 0;
}

.modal .form-label {
	float: left;
	width: 7em;
	font-size: 1.5em;
}

#pipe-update .form-label {
	width: 8em;
}

.modal .form-inputs {
	font-size: 1.4em;
	margin: 0 0 0 9em;
}

input, textarea {
	font-size: 1.0em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0.25em;
}

fieldset.normal .input-text {
	font-weight: bold;
	width: 20em;
}

fieldset.normal .check-radio .form-inputs {
	font-weight: normal;
}

.modal .form-inputs .input-text,
.modal .form-inputs textarea {
	font-size: 1.0em;
	width: 20em;
}

.semi-modal #main .input-text {
	width: 30em;
}

.semi-modal #main textarea {
	width: 30em;
	height: 10em;
}

.modal textarea {
	height: 10em;
}

.modal .submit-controls {
	float: left;
	clear: both;
	width: 100%;
	margin: 0.5em 0 0.5em 0;
}

#modal-contents {
	padding: 3em;
}

/***** results list *****/

.resultsgrid {
	width: 100%;
}

.resultsgrid th,
.resultsgrid td {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0.75em 1.5em 0.75em 0.75em;
}

.resultsgrid th {
	font-size: 1.1em;
	color: #fff;
	background: #304A65;	
	text-transform: uppercase;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
}

.resultsgrid td {
	border-bottom: 1px solid #ddd;
}

.resultsgrid td p.minor {
	font-size: 0.8em;
	line-height: 2em;
	color: #ccc;
	margin: 0 0 0.1em 0;
}

#result-list .results-head {
	border: 0;
}

.row-key {
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
}

.actions a {
	display: block;
}

.pagination {
	float: right;
	margin: 0.75em 0 4em 0;
}

.pagination li {
	float: left;
	font-size: 1.2em;
	color: #999;
	margin: 0 0 0 1em;
}

.pagination li a {
	display: block;
	float: left;
}

/***** shadowbox *****/

#sb-wrapper-inner {
	border: 0;
	background: #fff;
	-moz-box-shadow: 0 0.15em 0.25em #000;
	-webkit-box-shadow: 0 0.15em 0.25em #000;
	box-shadow: 0 0.15em 0.25em #000;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}

#sb-body, #sb-loading {
	background: transparent;
}

/***** footer *****/

#footer {
	line-height: 18px;
	padding: 2em;
	}
	
#footer-container {
	float: left;
	clear: both;
	width: 100%;
	}

#footer .clo-id {
	display: block;
	width: 354px;
	height: 44px;
	text-indent: -9999em;
	background: url(/beta/image/logo_clo.png) no-repeat;
	margin: 0.5em 0 0 0;
	}	
	
#supporters {
	float: left;
	border: 2px solid #eee;
	background: #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 1em 1em 1.25em 1em;
}
	
#copyright {
	float: left;
	font-size: 1.1em;
	text-align: left;
	margin: 0 2em 0 0;
	}

#nsf {
	float: left;
	border-left: 1px solid #eee;
	padding: 0.5em 1.5em 0 2em;
	}

#nsf a {
	display: block;
	float: left;
	margin: 0 1em 0 0;
	}
	
#nsf p {
	float: left;
	font-size: 1.1em;
	margin: 1.6em 0 0 0;
	padding: 0;
	}
	
/***** browse *****/

#pipe-list {
	display: table;
	clear: both;
	width: 100%;
}

#home #pipe-list {
	border-top: 1px solid #eee;
}

#pipe-list .pipe-entry {
	display: table-row;
}

#pipe-list .pipe-entry:hover {
	background: #ffffe9;
}

#pipe-list .pipe-desc {
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	min-width: 38em;
	margin: 0 0 1em 0;
	padding: 1em 2em 1em 0;
}

#pipe-list .pipe-desc dt a {
	display: block;
	float: left;
	width: 31px;
	height: 37px;
	text-align: center;
	background: #f2f2f2;
	border: 3px solid #e2e2e2;
	margin: 0 1em 0 0;
	padding: 1.5em 3em;
}	

.pipe-desc dd {
	margin: 0 0 0.2em 110px;
}

.pipe-desc dd.title {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 0.2em;
}

.pipe-desc dd.desc {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

.pipe-desc dd.owner {
	color: #666;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}

#pipe-list .meta {
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	width: 20em;
	padding: 2em 0;
}

#pipe-list .meta dl {
	float: left;
	height: 100%;
	margin: 0 0 0.5em 1.5em;
	padding: 0 0 0 0.5em;
}

#pipe-list .meta dl.outputs {
	width: 4.25em;
}

#pipe-list .meta dl:last-child {
	border-bottom: 0;
}

#pipe-list .meta dt {
	float: left;
	color: #666;
	font-size: 1.1em;
	line-height: 1.2em;
	width: 5.5em;
/*
	width: 16px;
	height: 16px;
*/
	background-repeat: no-repeat;
}

/*
.runs dt 		{background-image: url(/beta/image/favorite.png)}
.copies dt 		{background-image: url(/beta/image/favorite.png)}
.likes dt 		{background-image: url(/beta/image/favorite.png)}
.comments dt 	{background-image: url(/beta/image/favorite.png)}
*/

#pipe-list .meta dd {
	float: left;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #666;
	margin: 0;
}

.meta dl.rating {
	float: none;
	clear: none;
	width: auto;
	padding: 0;
}

.meta dd.rating {
	padding: 0;
}

.rating em {
	display: block;
	font-size: 1.2em;
	color: #ccc;
	padding: 2px 0 0 0;
}

.meta dd.rating .rating-value {
	display: block;
	float: left;
	text-indent: -9999em;
	width: 56px;
	height: 11px;
	background-image: url(/beta/image/icon_star_sm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.meta dd.rating .level-1 {background-position: 0 -12px;}
.meta dd.rating .level-2 {background-position: 0 -23px;}
.meta dd.rating .level-3 {background-position: 0 -34px;}
.meta dd.rating .level-4 {background-position: 0 -45px;}
.meta dd.rating .level-5 {background-position: 0 -56px;}

.outputs li {
	float: left;
	width: 16px;
	height: 16px;
	line-height: 1.6em;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0.45em 0.45em 0;
}

.outputs dt {
/* 	display: none; */
	margin-bottom: 0.5em;
}

#pipe-list .key .pipe-desc,
#pipe-list .key .meta {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#pipe-list .key .meta dt {
	text-indent: 0;
	width: auto;
	height: auto;
}

.meta-group {
	float: left;
	margin-left: 1.5em;
}

#pipe-list .meta-group dl {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.25em;
	padding: 0 0 0.25em 0;
}

#pipe-list .meta-group dl.likes {
	border: 0;
}

.bar-chart 		{background: url(/beta/image/icon_barchart_16.png);}
.line-chart 	{background: url(/beta/image/icon_linechart_16.png);}
.pie-chart 		{background: url(/beta/image/icon_piechart_16.png);}
.scatter-plot 	{background: url(/beta/image/icon_scatterplot_16.png);}

.fav-you {
	float: right;
	font-size: 1.2em;
	color: #000;
	background: url(/beta/image/favorite.png) 0.5em 2px no-repeat;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin: 0 0 1em 0.5em;
	padding: 2px 1em 0.3em 2.2em;
}

.fav-you em {
	font-style: normal;
}

.datagrid-header {
	float: left;
	clear: both;
	width: 100%;
}

.datagrid-header h2 {
	float: left;
}

.datagrid-header .sorter {
	float: left;
	margin: 0 0 1.0em 0;
}

#home .datagrid-header,
#home .pagination {
	display: none;
}

.recent .s-recent a {color: #000;}

.datagrid-header .sorter p,
.datagrid-header .sorter ul,
.datagrid-header .sorter li,
.datagrid-header .sorter a {
	float: left;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

.datagrid-header .sorter p,
.datagrid-header .sorter a {
	font-size: 1.2em;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 0.5em 1em;
}

.datagrid-header .sorter p {
	padding-left: 0;
	padding-right: 0.25em;
}

.datagrid-header .sorter a {
	font-weight: bold;
	margin: 0;
}

.datagrid-header .sorter .current a {
	background: #f2f2f2;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.datagrid-header .sorter .first a {
	border-left: 0;
	margin: 0 0 0 0.1em;
}

#browse #main .contents {
	padding-top: 1.5em;
}

#browse .no-results {
	clear: both;
	padding: 1em 0;
}

.overview .no-results {
	clear: both;
	text-align: center;
	background: #f4f4f4;
	padding: 1em 2em;
}

#screen-header h1 em {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-right: 0.25em;
}

/***** home *****/

#home #contents {
	clear: both;
}

#feature {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	min-height: 340px;
	-moz-box-shadow: inset 0 5px 10px #333;
	-webkit-box-shadow: inset 0 5px 10px #333;
	box-shadow: inset 0 5px 10px #333;
	background: #2F3138;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#2c292a');
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#2c292a));
	background: -moz-linear-gradient(top,  #444,  #2c292a);
	*/
	padding: 2em 0;
}

#feature h1 {
	font-size: 2.8em;
	color: #fff; /* e8c900 */
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0.6em 0;
}

#feature a {
	color: #e8c900;
}

#feature .contents {
	width: 91em;
	margin: 0 auto;
	padding: 0;
}

#samples {
	position: relative;
	float: left;
	width: 51em;
	height: 340px;
}

#samples #next {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0.6em;
	font-size: 1.0em;
	line-height: 1.6em;
	color: #999;
	text-transform: uppercase;
	z-index: 999;
/*
	background: url(/beta/image/arrow_right_minor.png) 0 right no-repeat;
	padding: 0 2em 0 0;
*/
}

#samples-content {
	width: 100%;
	height: 100%;
}

#samples-content dl {
	width: 100%;
	height: 100%;
/*
	-webkit-perspective: 500;
*/
}

#samples-content dt {
	background: #fff;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	/* -webkit-transform: rotateY(10deg); */
	padding: 0.4em 0.4em 0.4em 1.25em;
}

#samples-content dd {
	font-size: 1.2em;
	color: #999;
	margin: 1em 4em 0 0;
}

#pitch {
	float: right;
	width: 35em;
	color: #ccc;
	margin: 2em 0 0 0;
	padding: 0 0 2em 0;
}

#pitch p,
#pitch li {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}

#pitch ul {
	margin: 1.25em 0 1em 0;
}

#pitch .options {
	margin: 0;
	padding: 1em 0 1.75em 0;
}

#pitch .options li {
	display: inline;
	border-right: 1px solid #666;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

#pitch .options li.last {
	border: 0;
}

#pitch .main-points li {
	list-style: disc;
	margin-left: 1.25em;
}

#pitch .cta {
	float: left;
	margin: 0.75em 0 0 0;
	padding: 0;
}

#pitch .minor-action {
	display: block;
	float: left;
	padding: 0.8em 1.5em 0 1em;
}

#pitch .minor-action a {
	padding: 0 0 0 0.3em;
}

#pitch .main-action {
	border: 1px solid #dd421c;
	background: #dd421c; /* for non-css3 browsers */
	color: #fff;
}

#pitch .cta .button {
	margin: 0; 
}

.rg-status {
	text-transform: capitalize;
}

#pipe-nav.owner {
	width: 62em;
}

