/* @override
	http://localhost:8000/media/css/code_overview.css
	https://devmedia.scraperwiki.com/css/code_overview.css
*/



/* FROM main.css !?!?! */

#contributorslist .demotelink {
	display: none;
}

#scraper_about .text_wiki {
	border: none;
	padding: 0;
	background-color: transparent;
}

#scraper_about .text_wiki p {
	margin-top: 0;
}

#scraper_about h2,
#divScraperTags h2,
#scraper_views h2,
#scraper_contributors h3,
#scraper_attachables h3,
#scraper_domains h3,
#scraper_schedule h3 {
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	margin-top: 50px;
}

#scraper_about h2 .edit,
#divScraperTags h2 .edit,
#scraper_views h2 .edit,
#scraper_contributors h3 .edit,
#scraper_attachables h3 .edit,
#scraper_domains h3 .edit,
#scraper_schedule h3 .edit {
	float: right;
	margin-top: 5px;
	font-weight: normal !important;
}

#divScraperTags ul {
    margin-left: 0;
    padding: 0;
}

#scraper_contributors {
	width: 55%;
	padding-right: 5%;
}

#scraper_contributors ul {
	padding: 0;
	border: 1px solid #ddd;
	margin-bottom: 0;
}

#scraper_contributors li {
	padding: 10px;
	line-height: 24px;
	position: relative;
}

#scraper_contributors img.vault_owner_flash {
	position: absolute;
	top: -1px;
	right: -1px;
}

#scraper_contributors li:nth-child(2n) {
	background-color: #F4F8FB;
}

#scraper_contributors li a {
	text-decoration: none;
}

#scraper_contributors li a:hover {
	color: #13537d;
}

#scraper_contributors img.gravatar {
	margin: 0 7px 0 0;
	height: 24px;
	width: 24px;
	vertical-align: top;
}

#scraper_contributors li input,
#databaseattachablelist li input {
	float: right;
}

#scraper_attachables {
    width: 55%;
    padding-right: 5%;
}

#scraper_attachables ul {
    padding: 0;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

#scraper_attachables li {
    padding: 10px;
    line-height: 24px;
}

#scraper_attachables li:nth-child(2n) {
    background-color: #F4F8FB;
}

#scraper_attachables li a {
    text-decoration: none;
}

#scraper_attachables li.status.private {
    background-image: url(../images/icons/shield-private.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #4e118e;
}

#scraper_attachables li.status.protected  {
    background-image: url(../images/icons/shield-protected.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #8f6316;
}

#scraper_attachables li a:hover {
    color: #13537d;
}



#addneweditor, #addnewattachable {
	background-image: none;
	padding: 5px 10px;
	background: #f6f6f6;
background: -moz-linear-gradient(top, #f6f6f6 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #f6f6f6 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #f6f6f6 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #f6f6f6 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#E6E6E6',GradientType=0 );
background: linear-gradient(top, #f6f6f6 0%,#e6e6e6 100%);
border: 1px solid #ddd;
border-top: navajowhite;
}

#addneweditor a, #addnewattachable a {
	text-decoration: none;
	color: #3d7b35;
	font-size: 14px;
	cursor: pointer;
	display: block;
	padding: 4px 0;
	text-shadow: 0 1px 0 #fff;
}

#addneweditor a:hover, #addnewattachable a:hover {
	color: #23461e;
}

#addneweditor a img, #addnewattachable a img {
	margin-right: 3px;
	vertical-align: -2px;
}

#addneweditor span, #addnewattachable span {
	font-size: 14px;
	color: #333;
}

#addneweditor input.text {
	padding: 2px 4px;
	width: 110px;
	margin-left: 4px;
}

#addnewattachable input.text {
    padding: 2px 4px;
    width: 100px;
    margin-left: 4px;
}

#contributorserror, #attachableserror {
	background-image: none;
	padding: 5px 10px;
	background: #ffaaaa;

    border: 1px solid #ddd;
    border-top: navajowhite;

	text-decoration: none;
	color: #000;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
}


#addneweditor .addbutton, #addneweditor .cancelbutton,
#addnewattachable .addbutton, #addnewattachable .cancelbutton
{
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}

#privacy_status {
	background-color: #F4F8FB;
	padding: 15px;
	margin-top: 15px;
}

#privacy_status h4 {
	padding-bottom: 0;
}

#privacy_status h4 img {
	margin-right: 5px;
	vertical-align: top;
}

#privacy_status h4 a,
#hide_privacy_choices {
	float: right;
	font-size: 13px;
	margin: 1px 5px 0 0;
	cursor: pointer;
	font-weight: bold;
}

#privacy_status p {
	padding: 5px 0 0 26px;
	margin: 0;
}

#privacy_status form {
	display: none;
}

#privacy_status label {
	display: block;
}

#privacy_status table .radio {
	text-align: center;
	width: 20px;
}

#privacy_status table p {
	padding: 0;
	font-size: 14px;
}

#current_vault_link {
	padding: 3px 4px 1px 4px;
	margin: 0 -3px;
}




#add_view_to_site {
	margin-top: 40px;
	margin-bottom: -20px;
	background-color: #F4F8FB;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#add_view_to_site h3 {
	padding: 10px 15px;
	border-bottom: 2px solid #fff;
	color: #28c;
	position: relative;
}

#add_view_to_site code {
	padding: 10px 20px;
	font-size: 12px;
	display: block;
	line-height: 18px;
	color: #555;
}

#add_view_to_site .copy_to_clipboard {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 26px;
	padding-right: 6px;
	color: #28c;
	font-size: 14px;
	outline: none;
	background: transparent url(../images/icons/clipboard.png) 5px 4px no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #87BEE3;
	font-weight: normal;
}

#add_view_to_site .copy_to_clipboard.copied {
	background-image: url(../images/icons/clipboard_tick.png);
	color: #061;
}

#add_view_to_site .copy_to_clipboard.hover,
#add_view_to_site .copy_to_clipboard:hover {
	background-color: #fff;
	color: #069;
	text-decoration: none;
}

#add_view_to_site .copy_to_clipboard.copied.hover,
#add_view_to_site .copy_to_clipboard.copied:hover {
	background-color: #EBF3EC;
	color: #061;
	border-color: #484;
}









body.scrapers .content.right div.staff {
	padding: 10px;
}

a.btnDeleteScraper_link {
	color: #944;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #f6f6f6 2%, #ede1e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(2%,#f6f6f6), color-stop(100%,#ede1e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 2%,#f6f6f6 2%,#ede1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ffffff 2%,#f6f6f6 2%,#ede1e1 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 2%,#f6f6f6 2%,#ede1e1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EDE1E1',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#ffffff 2%,#f6f6f6 2%,#ede1e1 100%); /* W3C */
	margin: 20px 0 10px 0;
	display: inline-block;
}

body.views a.btnDeleteScraper_link {
	margin-top: 5px;
}

a.btnDeleteScraper_link:hover {
	color: #a66;
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #f6f6f6 2%, #f7eaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(2%,#f6f6f6), color-stop(100%,#f7eaea));
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 2%,#f6f6f6 2%,#f7eaea 100%);
background: -o-linear-gradient(top, #ffffff 0%,#ffffff 2%,#f6f6f6 2%,#f7eaea 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 2%,#f6f6f6 2%,#f7eaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7EAEA',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#ffffff 2%,#f6f6f6 2%,#f7eaea 100%);
}

a.btnClearDatastore_link {
	margin: 5px 0 10px 0;
	display: inline-block;
}

.delete_and_reset {
	text-align: center;
}

.delete_and_reset p {
	margin: 0;
	font-size: 14px;
}





.code_viewer {
	border: solid 1px #ccc;
	position: relative;
}

.data_viewer {
	position: relative;
	margin-bottom: 20px;
}

.info_unpublished {
	display: block;
	height: 40%;
	width: 100%;
	text-align: center;
	padding-top: 10%;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #80b0c9;
	font-size: 1.5em;
	background: url(../images/transparent.png) repeat 0 0;
	line-height: 1.2em;
	opacity: 0.8;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}

#divAboutScraper textarea {
	margin-bottom: 5px;
	height: 15em!important;
}

#divMarkupHint {
    width: 420px;
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
	background-color: #f2f5f7;
}

#divMarkupHint p {
	font-size: 12px;
	border-bottom: 1px solid #c3d0d6;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

body.choose_template #divContent h1 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin: 50px 0 20px 0;
}

ul.views {
	padding: 0;
}

ul.views li {
	display: inline-block;
}

ul.views li a {
	display: block;
	width: 220px;
	text-align: center;
	padding: 10px;
}

ul.views.small li a {
	width: 110px;
}

ul.views.small li a.screenshot {
	height: 73px;
}

ul.views li a.screenshot {
	display: block;
	background: #fafafa;
	border: solid 1px #9f9f9f;
	margin-right: 7px;
	margin-left: 7px;
	height: 145px;
	text-align: center;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

ul.views li a.screenshot:hover {
	text-decoration: none;
	background-color: #F4F8FB;
	border: 1px solid #48c;
}

ul.views li.new {
	border: dashed 1px #ccc;
	width: 220px;
	height: 145px;
	background: #fafafa;
	padding: 0;
}

ul.views li.new a {
	margin-top: 26%;
}

.screenshot_large {
	position: relative;
	border: solid;
	width: 750px;
	hceight: 600px;
	border: dotted 1px #808080;
	margin: 20px 0;
}

.screenshot_large img {
	width: 748px;
}

.screenshot_large a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.screenshot_large span {
	background: #fff;
	opacity: 0.8;
	-mozopacity: 0.8;
	-webkitopacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity='80');
	text-align: center;
	font-size: 2em;
	display: block;
	padding: 1em;
	margin: 250px 100px 0 100px;
}

#divEditTags form input {
	height: 1.3em!important;
	width: 200px!important;
}






body.overview #content {
    padding: 0;
    width: 958px;
}

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

h3 {
	color: #164259;
}

#header {
	overflow: auto;
}

#header #scraper_screenshot img {
	float: left;
	margin: -5px 18px -5px 0;
	width: 100px;
	height: 65px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

#header h2 {
	margin-top: 4px;
}

#aEditTitle {
	display: inline-block;
	width: 24px;
	height: 0;
	padding-top: 24px;
	background-color: red;
	overflow: hidden;
	vertical-align: -3px;
	background: transparent url(../images/edit_title.gif) 0 0 no-repeat;
	cursor: pointer;
	opacity: 0.6;
}

#header:hover #aEditTitle {
	opacity: 1;
}

#header p {
	position: static;
	width: auto;
	max-width: none;
	margin: 7px 0 0 0;
	text-align: left;
}

#header p span {
	margin-right: 24px;
}

#header p span:before {
	content: ".";
	display: inline-block;
	width: 16px;
	height: 0;
	padding-top: 16px;
	margin-right: 7px;
	background: transparent url(../images/header_icon_sprite.gif) 0 0 no-repeat;
	overflow: hidden;
	vertical-align: -2px;
}

#header p span.ruby:before {
	background-position: -16px 0;
}

#header p span.php:before {
	background-position: -32px 0;
	width: 24px;
}

#header p span.html:before {
	background-position: -64px -1px;
}

#header p span.latestdomain:before {
	background-position: 0 -16px;
}

#header p span.runinterval:before {
	background-position: -48px -16px;
}

#header p span.totalrows:before {
	background-position: -16px -16px;
}

#header p .public:before {
	background-position: 0 -32px;
	margin-right: 7px;
}

#header p .visible:before {
	background-position: -16px -32px;
	margin-right: 7px;
}

#header p .private:before {
	background-position: -32px -32px;
	margin-right: 7px;
}

#header p a.visualises:before {
	background-position: -32px -16px;
}

#header .privacystatus {
	cursor: help;
}



/* TOOLBARS & TITLEBARS */

ul.toolbar {
	background: #ccc;
	padding: 12px 9px;
	text-shadow: 0 1px 0 #eee;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, #e8e8e8 0%,#cccccc 100%);
	border-bottom: 1px solid #aaa;
}

ul.titlebar {
	margin: 0;
}

ul.toolbar>li {
	float: left;
	margin-right: 10px;
	position: relative;
}

ul.titlebar>li {
	position: relative;
	float: right;
	margin-left: 10px;
	top: 2px;
}

ul.toolbar>li>a,
ul.titlebar>li>a {
	cursor: pointer;
}

ul.titlebar>li.first {
	float: left;
	margin-left: 0;
	top: 0;
}

ul.toolbar>li.admin {
	float: right;
}

ul.toolbar>li.share {
	float: right;
	margin-right: 0;
}

ul.toolbar li.clear,
ul.titlebar li.clear {
	clear: both;
	float: none;
}

ul.toolbar>li>a,
ul.titlebar>li> a {
	border: 1px solid #999;
	padding: 3px 7px 2px 7px;
	color: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

ul.toolbar>li>a:hover,
ul.titlebar>li>a:hover,
ul.toolbar>li>a.hover {
	text-decoration: none;
}

ul.toolbar>li:hover>a,
ul.titlebar>li:hover>a,
ul.toolbar>li a.hover {
	position: relative;
	z-index: 110;
}

ul.toolbar>li>a {
	-webkit-box-shadow: 0px 1px 0px #eee;
	-moz-box-shadow: 0px 1px 0px #eee;
	box-shadow: 0 1px 0 #eee;
	background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
background: linear-gradient(top, #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

ul.toolbar>li>a:hover,
ul.toolbar>li>a.hover {
	background: #f3f3f3;
background: -moz-linear-gradient(top, #f3f3f3 0%, #d6d6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d6d6d6));
background: -webkit-linear-gradient(top, #f3f3f3 0%,#d6d6d6 100%);
background: -o-linear-gradient(top, #f3f3f3 0%,#d6d6d6 100%);
background: -ms-linear-gradient(top, #f3f3f3 0%,#d6d6d6 100%);
background: linear-gradient(top, #f3f3f3 0%,#d6d6d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d6d6d6',GradientType=0 );
color: #555;
border-color: #888;
}

ul.titlebar>li>a {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	font-size: 14px;
	border-color: #aaa;
	color: #888;
}

ul.titlebar>li>a:hover {
	border-color: #888;
	color: #666;
}

ul.titlebar li a.disabled,
ul.titlebar li a.disabled:hover {
	border-color: #ccc;
	color: #aaa;
	cursor: default;
}

ul.toolbar>li>a img,
ul.titlebar>li>a img {
	vertical-align: -2px;
	margin-right: 5px;
}

.network .view a img,
.network .tag a img {
	vertical-align: -3px;
}

li.share {
	position: relative;
}

.share_popover {
    display: none;
    position: absolute;
    z-index: 900;
    width: 180px;
    top: 24px;
    left: 50%;
    margin-left: -100px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #eee;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #aaa;
    text-align: center;
}

.share_popover .arrow {
    width: 22px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -11px;
    background: transparent url(../images/vault_users_popover_arrow.png) 0 0 no-repeat;
}

.share_popover .provider {
	display: inline;
}

.fb_iframe_widget {
	position: relative;
	top: -2px;
}

.twitter-share-button {
	margin: 0 5px;
	position: relative;
	top: 1px;
}

.share_popover .divider {
	position: relative;
	margin: 10px 0 0 0;
}

.share_popover .divider hr {
	position: absolute;
	width: 100%;
	z-index: 901;
	top: 1px;
	color: #eee;
	border: none;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

.share_popover .divider span {
	position: relative;
	z-index: 902;
    background-color: #eee;
    padding: 0 5px;
    font-size: 14px;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

.share_popover .embed a {
	font-size: 13px;
	color: #666;
	margin-top: 5px;
	line-height: 15px;
	display: inline-block;
	padding: 1px 0 1px 22px;
	background: transparent url(../images/icons/add_to_website.png) left top no-repeat;
}

.share_popover .embed a:hover {
	text-decoration: none;
	color: #498415;
}

#morph {
  position: relative;
  padding: 13px 160px 13px 15px;
  color: #3A4628;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #A0C76C;
  background: #D9F6AD;
  background: -moz-linear-gradient(top, #E5FCC2 0%, #ACDD98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5FCC2), color-stop(100%,#ACDD98));
  background: -webkit-linear-gradient(top, #E5FCC2 0%,#ACDD98 100%);
  background: -o-linear-gradient(top, #E5FCC2 0%,#ACDD98 100%);
  background: -ms-linear-gradient(top, #E5FCC2 0%,#ACDD98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5FCC2', endColorstr='#ACDD98',GradientType=0 );
  background: linear-gradient(top, #E5FCC2 0%,#ACDD98 100%);
  text-shadow: #C6FF99 0 1px 0;
  filter: dropshadow(color=#C6FF99, offx=0, offy=1);
}

#morph:before {
  position: absolute;
  top: -7px;
  left: 18px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-left: 7px solid transparent;
  content: '';
}

#morph:after {
  position: absolute;
  top: -6px;
  left: 19px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e5fcc2;
  border-left: 6px solid transparent;
  content: '';
}

#morph h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
}

#morph p a {
  color: inherit;
  text-decoration: underline;
}

#morph a.cta {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  color: #411;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #71AA1B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 7px 2px 7px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.8), 0 0 10px #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=0 );
  background: linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%);
}

#morph a.cta:hover {
  text-decoration: none;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.4) 51%, rgba(255,255,255,0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.7)), color-stop(51%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0.2)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.4) 51%,rgba(255,255,255,0.2) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.4) 51%,rgba(255,255,255,0.2) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.4) 51%,rgba(255,255,255,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=0 );
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.4) 51%,rgba(255,255,255,0.2) 100%);
}





.sick {
	position: relative;
	color: #411;
	padding: 10px 160px 10px 20px;
	border-bottom: 1px solid #cda128;
	background: #f9e3a7;
	background: -moz-linear-gradient(top, #f9e3a7 0%, #fbcb45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e3a7), color-stop(100%,#fbcb45));
	background: -webkit-linear-gradient(top, #f9e3a7 0%,#fbcb45 100%);
	background: -o-linear-gradient(top, #f9e3a7 0%,#fbcb45 100%);
	background: -ms-linear-gradient(top, #f9e3a7 0%,#fbcb45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e3a7', endColorstr='#fbcb45',GradientType=0 );
	background: linear-gradient(top, #f9e3a7 0%,#fbcb45 100%);
	text-shadow: #fe9 0 1px 0;
	filter: dropshadow(color=#ffee99, offx=0, offy=1);
	font-size: 14px;
	line-height: 18px;
}

.sick h6 {
	font-size: 16px;
	line-height: 20px;
}

.sick .error_message {
	font-weight: bold;
}

.sick a {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -14px;
	color: #411;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #ca8e29;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 7px 2px 7px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8), 0 0 10px #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=0 );
	background: linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%);
}

.sick a:hover {
	text-decoration: none;
	border-color: #daa744;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.4) 51%, rgba(255,255,255,0.2) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.7)), color-stop(51%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0.2)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.4) 51%,rgba(255,255,255,0.2) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.4) 51%,rgba(255,255,255,0.2) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.4) 51%,rgba(255,255,255,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=0 );
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.4) 51%,rgba(255,255,255,0.2) 100%);
}




/* ABOUT & SCHEDULE */

td.schedule, td.description {
	width: 439px;
	max-width: 439px;
	min-width: 439px;
	height: 100%;
	padding: 20px;
	vertical-align: top;
	line-height: 20px;
}

td.schedule {
	border-top: 1px solid #fff;
	background-color: #ebeff2;
	border-bottom: 1px solid #bac7d1;
}

body.views td.schedule {
	text-align: center;
}

td.description {
	border-top: 1px solid #f0f4f6;
	background-color: #e0e8ed;
	border-bottom: 1px solid #b0c4d1;
	word-wrap: break-word;
}

table.about h3 {
	font-size: 14px;
	font-weight: normal;
	color: #59737F;
	border-bottom: 1px solid #B7CBD5;
	padding-bottom: 3px;
	margin: 25px 0 5px 0;
	font-weight: normal;
	text-transform: uppercase;
}

table.about h3.current_status,
table.about h3.about_this_scraper {
	margin-top: 0;
}

table.about h3.schedule {
	clear: both;
}

table.about h3.schedule {
	margin-top: 20px;
	clear: both;
}

td.description h3 {
	border-bottom-color: #a9bec9;
}

table.about p {
	font-size: 14px;
	line-height: 18px;
}

#divAboutScraper textarea {
    display: block;
}

#divAboutScraper ul li {
	list-style-type: disc;
	margin-left: 40px;
}

#divAboutScraper p {
	margin-bottom: 10px;
}

#first_url_scraped {
	display: block;
}

table.about a.edit {
	float: right;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	padding-right: 22px;
	background: transparent url(../images/icons/edit.png) top right no-repeat;
	cursor: pointer;
	font-weight: normal;
	text-transform: none;
	color: #926926;
	margin-top: 2px;
}

table.about a.cancel {
	background-image: url(../images/icons/cross.png);
	color: #d55a57;
}

table.about a.run {
	float: right;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	padding-right: 22px;
	background: transparent url(../images/icons/cog_go.png) top right no-repeat;
	cursor: pointer;
	color: #347b0e;
}

body.views #scraper_screenshot {
	position: relative;
	display: block;
}

.about #scraper_screenshot img {
	float: right;
	width: 150px;
	height: 98px;
	padding: 4px;
	margin: 25px -5px 15px 10px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	border: 1px solid #ccc;
	background-color: #fff;
}

body.views .about #scraper_screenshot img {
	float: none;
	width: 340px;
	height: 255px;
	margin: 0;
}

#scraper_screenshot .tooltip {
	position: absolute;
	top: 115px;
	left: 50%;
	display: block;
	width: 180px;
	margin-left: -90px;
	padding: 0.5em 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 2px #000;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#scraper_screenshot:hover {
	text-decoration: none;
}

table.about .fail {
	float: right;
	font-style: normal;
	background-color: #f0c3c3;
	color: #b10000;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: 1px;
	margin-left: 2px;
	cursor: help;
	font-weight: bold;
}

table.about .running {
	background: transparent url(../images/load2.gif) 0 0 no-repeat;
	padding-left: 23px;
	height: 16px;
}

#edit_schedule {
	font-size: 14px;
}

#edit_schedule td {
	padding: 5px 10px;
}

#edit_schedule td.checkbox {
	text-align: center;
	width: 20px;
	padding-right: 0;
}

#edit_schedule input {
	vertical-align: top;
}

#edit_schedule .upgrade_to_activate,
#privacy_status_form .upgrade_to_activate {
	float: right;
	display: inline-block;
	color: #fff;
	padding: 2px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #e1865a;
	border-bottom: 1px solid #b2ab86;
}

#edit_schedule .upgrade_to_activate:hover,
#privacy_status_form .upgrade_to_activate:hover {
	background-color: #c36639;
	text-decoration: none;
}

#edit_schedule .premium {
	background-color: rgba(255,255,255,0.4);
	border: 1px solid #ccc;
}

#edit_schedule .premium label {
	vertical-align: -15%;
	opacity: 0.6;
}

ul.buttons {
	margin-top: 20px;
}

ul.buttons li {
	float: left;
}

ul.buttons li.clear {
	float: none;
	clear: both;
}

ul.buttons li a {
	display: block;
	padding: 3px 8px 2px 8px;
	background-color: #ccc;
	line-height: 20px;
	background: #eef2f5;
background: -moz-linear-gradient(top, #eef2f5 0%, #ffffff 2%, #e1e7ec 2%, #c3d0d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef2f5), color-stop(2%,#ffffff), color-stop(2%,#e1e7ec), color-stop(100%,#c3d0d6));
background: -webkit-linear-gradient(top, #eef2f5 0%,#ffffff 2%,#e1e7ec 2%,#c3d0d6 100%);
background: -o-linear-gradient(top, #eef2f5 0%,#ffffff 2%,#e1e7ec 2%,#c3d0d6 100%);
background: -ms-linear-gradient(top, #eef2f5 0%,#ffffff 2%,#e1e7ec 2%,#c3d0d6 100%);
background: linear-gradient(top, #eef2f5 0%,#ffffff 2%,#e1e7ec 2%,#c3d0d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef2f5', endColorstr='#c3d0d6',GradientType=0 );
	border: 1px solid #8597A0;
	font-size: 15px;
	color: #4D6672;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

ul.buttons li:first-child a {
	border-right: none;
}

ul.buttons li a:hover {
	text-decoration: none;
	background-color: #c3c3c3;
}

ul.buttons a img {
	vertical-align: -2px;
	margin-right: 5px;
}

ul.buttons li a.selected,
ul.buttons li a.selected:hover {
	background: #f9f9f9;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 10;
}

#privacy_status, #contributors {
	background-color: #f9f9f9;
	margin: 0;
	padding: 10px;
	border: 1px solid #999;
	position: relative;
	top: -2px;
	z-index: 9;
}

#privacy_status p {
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	margin-top: 3px;
}

#privacy_status_form td {
	padding: 10px;
}

#privacy_status_form td.radio {
	padding-right: 5px;
}

#current_vault_link {
	padding: 0;
	margin: 0;
}

#privacy_status_form .premium {
	background-color: rgba(255,255,255,0.4);
	border: 1px solid #ccc;
}

#privacy_status_form .premium h4,
#privacy_status_form .premium p {
	opacity: 0.6;
}

#privacy_status_form .premium a {
	opacity: 1;
	font-size: 14px;
	margin-top: 5px;
}

#show_privacy_choices {
	float: right;
	margin: 0 0 10px 15px;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	padding-right: 22px;
	background: transparent url(../images/icons/edit.png) top right no-repeat;
	cursor: pointer;
	color: #926926;
	margin-top: 1px;
}

#contributors p {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

#contributors ul {
    background-color: #fff;
}

#contributors li {
	position: relative;
    padding: 8px 8px;
    line-height: 24px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    color: #333;
    cursor: pointer;
}

#contributors li:first-child {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#contributors li:last-child {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    border-bottom: 1px solid #aaa;
}

#contributors li:hover {
    background-color: #F4F8FB;
    color: #000;
}

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

#contributors .gravatar {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #999;
    vertical-align: -6px;
    margin: 0 5px 0 0;
}

#contributors img.vault_owner_flash {
	position: absolute;
	top: -1px;
	right: -1px;
}

#contributors input.demotebutton {
	display: none;
}

#contributors .demotelink {
	display: block;
	float: right;
	text-indent: -9000px;
	background: transparent url(../images/icons/delete.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	opacity: 0.6;
}

#contributors .demotelink:hover {
	opacity: 1;
}

#contributors a.add_user,
#contributors a.add_user:hover {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 10px 0 5px 0;
    font-size: 14px;
}

#contributors  a.add_user:hover {
	color: #298105;
}

#contributors  a.add_user img {
	vertical-align: -3px;
}

#contributors .new_user_li {
	cursor: default;
}

#contributors .new_user_li label {
	font-size: 13px;
	color: #999;
}

#contributors .new_user_li #username {
	line-height: 16px;
	width: 180px;
	margin-left: 5px;
}

#contributors .new_user_li a {
	float: right;
	background-color: #bad9b3;
	padding: 1px 5px;
	font-size: 13px;
	line-height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #5c9e4f;
	margin-top: 2px;
	color: #39732d;
}

#contributors li.error {
	color: #a73c23;
	background-color: #f9d5d4;
	font-size: 13px;
	text-align: center;
	line-height: 16px;
	cursor: default;
}

body.scrapers .ui-autocomplete {
	font-size: 12px;
}

body.scraper .ui-autocomplete .ui-menu-item a {
	padding: 7px;
}





/* DATA, HISTORY & CHAT */

div.data, div.history, div.network, div.chat {
	padding: 20px;
	border-bottom: 1px solid #eee;
}

div.chat {
	border-bottom: none;
	padding-bottom: 0;
}

table.about + div {
	background: transparent url(../images/tiny_shadow.gif) 0 0 repeat-x;
}

div.data_content {
	overflow: auto;
	border: none;
	max-height: 400px;
}

ul.data_tabs {
	margin-top: 20px;
}

ul.data_tabs li {
	font-size: 14px;
	padding: 4px 8px 0 8px;
	background-color: #eef3f5;
}

ul.data_tabs li:hover {
	background-color: #f5f8fa;
}

ul.data_tabs li i {
	font-style: normal;
	color: #aaa;
}

ul.data_tabs li.selected>i {
	font-style: normal;
	color: #777;
}

ul.data_tabs li.selected {
	color: #333;
	background-color: #f1f4f6;
background: -moz-linear-gradient(top, #f1f4f6 0%, #d2dce2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f4f6), color-stop(100%,#d2dce2));
background: -webkit-linear-gradient(top, #f1f4f6 0%,#d2dce2 100%);
background: -o-linear-gradient(top, #f1f4f6 0%,#d2dce2 100%);
background: -ms-linear-gradient(top, #f1f4f6 0%,#d2dce2 100%);
background: linear-gradient(top, #f1f4f6 0%,#d2dce2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f6', endColorstr='#d2dce2',GradientType=0 );
}

#more_tabs {
    position: relative;
}

#more_tabs ul {
    position: absolute;
    z-index: 100;
    top: 24px;
    left: -1px;
    width: 180px;
    display: none;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	max-height: 500px;
	overflow: auto;
}

#more_tabs:hover ul {
	display: block;
}

#more_tabs li {
	display: block;
	float: none;
	margin: 0;
	height: auto;
	padding: 0.4em 0.8em;
}

.datapreview {
	position: static;
}

.datapreview.hidden {
	position: absolute;
	left: -9000px;
}

.data_content table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 0;
}

.dataTables_wrapper {
	background: #D2DCE2;
	border: 1px solid #D2DCE2;
}

.datapreview table {
	border: none;
}

.dataTables_length {

}

.dataTables_filter {
	display: none;
}

.dataTables_wrapper .schema {
	float: right;
	position: relative;
}

.dataTables_wrapper .schema a {
	color: #678;
	cursor: pointer;
	height: 16px;
	padding-right: 22px;
	background: transparent url(../images/icons/table.png) 100% 50% no-repeat;
}

.dataTables_wrapper .schema div {
	display: none;
	position: absolute;
	width: 300px;
	top: 28px;
	right: -20px;
	z-index: 50;
	line-height: 17px;
	font-size: 13px;
	padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #eee;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #aaa;
	color: #999;
}

.dataTables_wrapper .schema div .arrow {
    width: 22px;
    height: 9px;
    position: absolute;
    top: -9px;
    right: 16px;
    margin-left: -11px;
    background: transparent url(../images/vault_users_popover_arrow.png) 0 0 no-repeat;
}

.dataTables_scrollHeadInner th {
	font-weight: normal;
}

.dataTables_scroll {
	font-size: 12px;
}

.datapreview td {
	padding: 3px 5px;
	border: 1px solid #ccc;
}

.datapreview tr:first-child td {
	border-top: none;
}

.datapreview tr:last-child td {
	border-bottom: none;
}

.datapreview td:first-child {
	border-left: none;
}

.datapreview td:last-child {
	border-right: none;
}

.datapreview th:first-child {
	border-left: none;
}

.datapreview th:last-child {
	border-right: none;
}

#datapreviews {
	font-size: 14px;
}

#datapreviews .ui-buttonset .ui-button {
	margin-right: -1px;
	padding: 0 5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	background: #f9f9f9;
background: -moz-linear-gradient(top, #f9f9f9 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top, #f9f9f9 0%,#dddddd 100%);
background: -o-linear-gradient(top, #f9f9f9 0%,#dddddd 100%);
background: -ms-linear-gradient(top, #f9f9f9 0%,#dddddd 100%);
background: linear-gradient(top, #f9f9f9 0%,#dddddd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dddddd',GradientType=0 );
	border-color: #bbb;
}

#datapreviews .dataTables_info {
	float: left;
	width: auto;
	display: inline;
	line-height: 22px;
}

#datapreviews .dataTables_paginate {
	margin-right: 0;
	margin-top: -1px;
}

#datapreviews .ui-toolbar {
	padding: 5px 8px;
	font-weight: normal;
	line-height: 22px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background-color: #D2DCE2;
	color: #334c59;
}

.dataTables_length select {
	vertical-align: 1px;
}

#datapreviews span.css_right {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}

#datapreviews .DataTables_sort_wrapper {
	position: relative;
	padding: 2px 20px 2px 5px;
	cursor: pointer;
}




#datapreviews tr.odd {
	background-color: #e4f2f8;
}

#datapreviews tr.even {
	background-color: white;
}
#datapreviews tr.odd td.sorting_1 {
	background-color: #d4e9f4;
}

#datapreviews tr.odd td.sorting_2 {
	background-color: #deeff7;
}

#datapreviews tr.odd td.sorting_3 {
	background-color: #e4f2f8;
}

#datapreviews tr.even td.sorting_1 {
	background-color: #f3f9fc;
}

#datapreviews tr.even td.sorting_2 {
	background-color: #f7fbfd;
}

#datapreviews tr.even td.sorting_3 {
	background-color: #fbfdfe;
}

div.dataTables_processing {
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.sqliteconnectionerror {
	margin-top: 5px;
	background: transparent url(../images/icons/exclamation_2.png) 2px 0 no-repeat;
	padding-left: 25px;
	color: #666;
}

.network div.tags,
.network div.forked_from,
.network div.forked_to,
.network div.views {
	display: table-row;
}

.network h4 {
	display: table-cell;
	font-size: 14px;
	float: left;
	color: #43758f;
	padding: 17px 0 0 0;
}

.network div ul {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0 0 15px;
}

.network div li {
	float: left;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	background-color: #ebeff2;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 0 3px;
	color: #72bee4;
}

.network div.tags a,
.network div.forked_from a,
.network div.forked_to a,
.network div.views a,
.network div.related_scrapers a {
	padding: 3px 2px 2px 2px;
	display: inline-block;
}

.network div.tags a {
	display: block;
}

.network div.forked_to .more a {
	background-color: transparent;
}

.network div.tags .editable a {
	padding-right: 16px;
}

.network div.tags a.remove,
.network div.tags a.hide {
	display: block;
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 22px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	opacity: 0.6;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

.network div.tags .new_tag a {
	padding-right: 3px;
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;
	padding-bottom: 4px;
	cursor: pointer;
	opacity: 0.7;
	text-shadow: 0 1px 0 #fff;
}

.network div.tags .remove:hover,
.network div.tags .new_tag a:hover,
.network div.tags .hide:hover {
	opacity: 1;
	text-decoration: none;
}

.network div.tags .new_tag_box {
	background-color: #ebeff2;
	padding-right: 16px;
	padding-left: 0;
}

.network div.tags .new_tag_box input {
	border: 3px solid #ebeff2;
	height: 13px;
	line-height: 13px;
	font-size: 11px;
	margin: 0;
	padding: 1px 2px;
}

.network div.tags .new_tag_box input:focus {
	outline: none;
}

.network div.tags .focus input {
	border-color: #afcde0;
}

.network div.tags .focus {
	background-color: #afcde0;
}

.network div.tags .focus .hide {
	color: #135b80;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.network div.tags .hide {
	right: 2px;
}







.history_month {
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 20px 0 0 0;
}

.history_month b {
	display: block;
	background-color: #D2DCE2;
	padding: 8px 10px 7px 10px;
	text-transform: uppercase;
	color: #64808e;
	font-size: 12px;
	line-height: 12px;
	text-shadow: 0 1px 0 #fff;
}

.history_edit, .history_ran, .history_ran_fail, .history_ran_notfinished {
	margin-bottom: 0;
	border: 0;
	padding: 10px 10px 9px 10px;
}

.history_view_changes {
	margin: 10px 10px 6px 20px;
}

.history_edit .history_view_changes {
	margin-top: 0;
	margin-right: 0;
}

span.historyexception {
	background-color: #b75253;
}

.history_ran {
	background-color: #e9f5dd;
}

.history_ran_fail {
	background-color: #f8e4e4;
}

.history_ran_notfinished {
	background-color: #eee;
}

a.rollbackchanges, a.runpermalink {
	font-size: 14px;
	float: right;
	cursor: pointer;
	background: transparent url(../images/icons/arrow_rollback.png) 0 0 no-repeat;
	height: 16px;
	line-height: 16px;
	padding-left: 21px;
}

a.runpermalink {
	float: none;
	display: none;
	margin-right: 20px;
	background-image: url(../images/icons/link.png);
}

.history_code_border {
	margin-left: 0;
	margin-top: 5px;
	border-color: #aaa;
}

a.historyuser {
	padding-left: 0px;
}

.history_edit .gravatar {
	margin-right: 4px;
}

.history_date {
	margin-left: 5px;
}

.chat .titlebar {
	margin-bottom: 20px;
}

form.add_comment {
	border: none;
	background-color: #ebeff2;
	border: 1px solid #afcde0;
	padding: 10px 10px 8px 10px
}

form.add_comment img {
	padding: 5px;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	border: 1px solid #aaa;
	background-color: white;
	-webkit-backface-visibility: hidden;
}

form.add_comment #id_comment {
	height: 40px;
	width: 755px;
	font-size: 14px;
	padding: 5px;
}

form.add_comment #id_submit {
	margin-top: 15px;
}

div.user_comment {
	border-bottom: 1px solid #eee;
	padding: 0 10px 10px 75px;
	position: relative;
	min-height: 45px;
	font-size: 15px;
	line-height: 20px;
}

div.user_comment .gravatar {
	position: absolute;
	top: 0;
	left: 15px;
	border: 1px solid #ccc;
}

div.user_comment p {
	margin-bottom: 10px;
}

div.user_comment small {
	color: #666;
	line-height: 12px;
	font-size: 12px;
	display: block;
}



#add_view_to_site {
	margin: 0;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	position: relative;
}

#add_view_to_site h3 {
	padding: 0;
	border-bottom: none;
	color: #000;
	position: static;
	font-size: 16px;
	line-height: 16px;
	background-color: #dadee5;
	border-bottom: 1px solid #a5a5a5;
	position: relative;
	padding: 15px 25px 13px;
	color: #717e8c;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#add_view_to_site pre {
	width: 700px;
	padding: 0;
	margin: 0;
}

#add_view_to_site div.snippet-menu {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}


#moar {
	font-size: 12px;
	line-height: 18px;
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	text-align: left;
	padding: 20px;
	background: #f6f6f6;
}



