li:first-child.as-result-item
{
	margin: 0;
}
BODY:first-of-type ul.as-list, .add-pill-form .form-actions . .newface input[type=text]
{
	width: 96%;
	padding: 5px 5px;
	font-size: 12px;
}
.radio
{
	background-color: #dcf7dd;
}
.radio .message
{
	padding: 10px;
	border: 1px solid #bbd2bc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.radio .message h3
{
	font-size: 14px;
	text-shadow: 1px 1px 1px #fff;
}
.explorecols .main
{
	float: left;
	width: 540px;
}
.explorecols .sidebar
{
	float: right;
	width: 350px;
}
.explore h2
{
	font-size: 16px;
	color: #333;
}
.explore p
{
	margin: .75em 0;
}
.ranked-repositories
{
	margin: 0 0 20px 0;
}
.ranked-repositories > li
{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 10px;
	min-height: 30px;
}
.ranked-repositories h3
{
	width: 410px;
	font-size: 14px;
	color: #999;
}
.ranked-repositories p
{
	margin: 0;
	font-size: 12px;
	color: #333;
}
.ranked-repositories ul
{
	margin-left: 17px;
	list-style-type: disc;
}
.ranked-repositories ol
{
	margin-left: 28px;
}
.ranked-repositories p
{
	margin-bottom: 7px;
}
.podcast-player
{
	padding: 10px;
	margin-bottom: 7px;
	font-size: 12px;
	color: #333;
	background: #e8f0f5;
	border: 1px solid #d2d9de;
	border-right-color: #e5e9ed;
	border-bottom-color: #e5e9ed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.podcast-player h3
{
	font-size: 14px;
	color: #000;
}
#home .search .box input[type=image]
{
	width: 3.223em;
	height: 3.223em;
}
#new_issue input[type=text], #issues .display .admin input[type=search]
{
	width: 17em;
}
#issues .display .admin input[type=submit]
{
	position: relative;
	top: -.1em;
}
.edit_issue input[type=text], #issues .labels form#new_label input[type=text]
{
	width: 8.9em;
}
#issues .labels .chooser ul li form input[type=text]
{
	width: 183px;
}
.pagehead
{
	position: relative;
	margin: -30px 0 0 -25px;
	width: 920px;
	padding: 3px 25px 1px 25px;
	background: url(images/background-white.png) 0 0 no-repeat;
}
.pagehead h1
{
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #fff;
	color: #495961;
}
.pagehead h1.avatared img
{
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #ddd;
}
.pagehead ul.tabs
{
	position: relative;
	margin: 10px 0 15px 0;
	height: 26px;
	padding: 6px 10px;
	background: url(images/tab_background.gif) 0 0 repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pagehead ul.tabs li
{
	list-style-type: none;
	margin: 0;
	display: inline;
}
.pagehead ul.tabs li a
{
	float: left;
	margin-right: 10px;
	height: 26px;
	padding: 0 8px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.pagehead ul.tabs li a:hover
{
	color: #333;
	background-color: #ccc;
	text-decoration: none;
	text-shadow: 1px 1px 1px #eee;
}
.pagehead ul.tabs li a.selected
{
	position: relative;
	top: -1px;
	font-weight: bold;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-right-color: #eee;
	border-bottom-color: #eee;
}
.subnavd .pagehead ul.tabs, .pagehead.repohead ul.tabs
{
	margin-bottom: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom: 1px solid #ddd;
}
.subnav-bar
{
	position: relative;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 15px;
	background: url(images/subnav_background.gif) 0 0 repeat-x;
	border: 1px solid #ddd;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #d2d2d2;
	z-index: 3;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.subnav-bar > ul
{
	position: relative;
	margin: 4px 0 0 -6px;
}
.subnav-bar > ul > li
{
	position: relative;
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
.subnav-bar > ul > li > a
{
	position: relative;
	display: block;
	height: 15px;
	padding: 3px 5px;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	border: 1px solid transparent;
	z-index: 5;
}
.subnav-bar > ul > li > a.dropdown
{
	padding-right: 15px;
	background-image: url(images/subnav_dropdown_arrow.png);
	background-position: 100% -20px;
	background-repeat: no-repeat;
}
.subnav-bar > ul > li > a.selected
{
	color: #333;
	font-weight: bold;
}
.subnav-bar > ul > li:hover > a
{
	color: #333;
	background-color: #f8f8f8;
	border-color: #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.subnav-bar > ul > li:hover > a.selected
{
	border-color: transparent;
	background: transparent;
	cursor: default;
}
.subnav-bar > ul > li:hover > a.dropdown
{
	background-position: 100% 0;
	border-color: #ccc;
	border-bottom-color: #e2e2e2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.subnav-bar > ul > li > a.defunct
{
	color: #999;
	background: transparent;
	border-color: transparent !important;
	cursor: default;
}
.subnav-bar > ul > li > ul
{
	display: none;
	position: absolute;
	top: 22px;
	max-height: 275px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	overflow: auto;
	z-index: 4;
}
.subnav-bar > ul > li:hover > ul
{
	display: block;
	margin: 0;
	min-width: 180px;
}
.subnav-bar > ul > li > ul > li
{
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #e2e2e2;
	font-size: 11px;
}
.subnav-bar > ul > li > ul > li:first-child
{
	border-top: none;
}
.subnav-bar > ul > li > ul > li > a, .subnav-bar > ul > li > ul > li > strong
{
	padding: 4px 5px;
	display: block;
	font-weight: bold;
}
.subnav-bar > ul > li > ul > li > a:hover
{
	text-decoration: none;
	background-color: #eee;
}
.subnav-bar #repo-search-form
{
	float: right;
	margin-top: 6px;
}
.subnav-bar #repo-search-form input
{
	width: 170px;
}
.site
{
	width: 920px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
}
#header
{
	border-bottom: none;
	margin-bottom: 0;
}
#main
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8.6em;
}
.push
{
	height: 8.6em;
	padding-bottom: 4em;
}
#footer
{
	overflow: hidden;
	min-width: 75em;
}
#footer a
{
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}
#footer .info
{
	padding-bottom: 7px;
	float: left;
}
#footer .pie
{
	height: 8.6em;
	overflow: hidden;
	min-width: 75em;
	background: url(images/header_bg.jpg) 0 100% repeat-x;
}
#footer .info .links
{
}
#contact-form input[type='text']
{
	margin-top: 2em;
	list-style-type: none;
}
#receipts table
{
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#receipts table th
{
	padding: .4em;
	border-bottom: 1px solid #ccc;
	color: #333;
	background-color: #eee;
}
#receipts table td
{
	padding: .4em;
	border-bottom: 1px solid #ccc;
}
#receipts table tr.success td
{
	background-color: #EFFFED;
}
#receipts table tr.failure td
{
	background-color: #FFEDED;
}
#receipts table td.empty
{
	color: #a00;
	font-weight: bold;
	text-align: center;
}
#receipts table td.date
{
	color: #888;
}
#receipts table tr.success td.amount
{
	color: #0a0;
	font-weight: bold;
}
#receipts table tr.failure td.amount
{
	color: #a00;
	font-weight: bold;
}
#watchers
{
	margin: 15px 0;
	border-top: 1px solid #ddd;
}
#watchers li
{
	border-bottom: 1px solid #ddd;
}
ul.members
{
	list-style: none;
}
.members li
{
	position: relative;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
}
.members li em
{
	font-style: normal;
	color: #999;
}
.members li a.follow
{
	position: absolute;
	top: 7px;
	right: 0;
}
.members li .gravatar
{
	border: 1px solid #ddd;
	padding: 1px;
	background-color: white;
	float: left;
	margin-right: 10px;
}
#pull_request
{
	width: 35em;
}
#pull_request ul
{
	list-style-type: none;
}
#pull_request label.repo span.name
{
	font-size: 160%;
}
#pull_request label.repo span span.sha
{
	color: #aaa;
}
#pull_request .label label
{
	display: inline;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
#pull_request .label div
{
	margin: .2em; 0;}
#training_sections
{
	margin-bottom: 1.5em;
	font-size: 110%;
}
#training_sections h3
{
	margin-top: 2.5em;
}
#training_sections img.training_pic
{
	float: right;
	padding: 5px;
	margin: 5px 20px;
}
#training_contact
{
	border-top: 1px solid #aaa;
	padding-top: .9em;
}
#training_testimonials
{
	border-top: 2px solid #aaa;
	padding: 1.5em;
	background: #eee;
}
#training_testimonials h1
{
	text-align: center;
	font-size: 150%;
}
#training_contact h2
{
	text-align: center;
}
.testimony
{
	margin: 1em auto;
	font-size: 120%;
	font-style: italic;
	color: #666;
	clear: both;
	max-width: 600px;
	padding: 10px;
}
.testimony .author
{
	font-style: normal;
	text-align: right;
	color: #000;
	font-size: 100%;
}
#pricing
{
	width: 60em;
	margin: 3em auto 0 auto;
}
#pricing h1
{
	font-size: 140%;
	text-align: center;
	margin-bottom: 1em;
}
#pricing h2
{
	font-size: 140%;
	text-align: center;
	margin-top: 1em;
}
#pricing table
{
	width: 100%;
	background-color: #ddd;
	font-size: 110%;
}
#pricing table th.features
{
	width: 22%;
}
#pricing table th
{
	background-color: #FEFEB4;
	text-align: center;
	font-size: 130%;
	padding: .3em;
	width: 13%;
}
#pricing table th span
{
	display: block;
	font-size: 75%;
	color: #090;
	padding: .3em 0;
}
#pricing table td
{
	background-color: white;
	padding: .3em;
	text-align: center;
}
#pricing table td.feature
{
	text-align: right;
	padding-right: .5em;
}
#pricing table td.feature img
{
	vertical-align: middle;
}
#pricing table tr.best-for
{
	font-size: .7em;
}
#pricing table tr.best-for td.feature
{
	font-size: 1.5em;
}
#pricing .legend
{
	color: #aaa;
	font-size: 90%;
	margin-top: .4em;
	text-align: right;
}
#pricing h2
{
	border-top: 2px solid #eee;
}
#pricing-faq
{
	margin-top: 2em;
}
#pricing-faq p
{
	margin-bottom: 1.7em;
	font-size: 1.1em;
}
#plans #fi-pricing td, #plans #fi-pricing th
{
	border-bottom: 1px solid #ccc;
}
#plans #fi_form td
{
	padding: 5px;
}
#posts
{
	margin-top: 2em;
	overflow: hidden;
}
#posts .list
{
	float: left;
	width: 41em;
}
#posts li.post
{
	list-style-type: none;
	margin-bottom: 2em;
}
#posts h2
{
	font-size: 190%;
}
#posts h3
{
	margin: 1em 0 .5em 0;
}
#posts .meta .who_when
{
	font-size: 130%;
}
#posts .meta .who_when img, img.who_when
{
	vertical-align: middle;
	padding: 1px;
	border: 1px solid #ccc;
	position: relative;
	top: -1px;
}
#posts .meta .who_when .author a
{
	color: #94bfea;
	font-weight: bold;
}
#posts .meta .who_when .published
{
	color: #ccc;
}
#posts .meta .who_when .status
{
	color: #a00;
}
#posts .meta .respond
{
	margin: .3em 0;
	padding-left: 25px;
	background: transparent url(images/bubble.png) 0 50% no-repeat;
	font-size: 110%;
}
#posts .meta .respond a
{
	color: #cbb698;
}
#posts .entry-content
{
	font-size: 110%;
	margin-top: 1em;
}
#posts .entry-content blockquote
{
	padding-left: 1em;
	color: #666;
}
#posts .entry-content p
{
	margin: 1em 0;
}
#posts .entry-content pre
{
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	font-size: 90%;
	padding: .5em;
}
#posts .entry-content pre code
{
	background-color: #f8f8f8;
	font-size: 95%;
}
#posts .entry-content code
{
	font-size: 90%;
	background-color: #ddd;
	padding: 0 .2em;
}
#posts .entry-content img
{
	margin: 1em 0;
	padding: .3em;
	border: 1px solid #ddd;
	max-width: 540px;
}
#posts .entry-content ul
{
	margin-left: 1.25em;
}
#posts .entry-content ol
{
	margin-left: 2em;
}
#posts .entry-content ul li
{
	margin: .5em 0;
}
#posts .comments .comment .body img
{
	max-width: 39em;
}
#posts .sidebar
{
	float: right;
	width: 26em;
}
#posts .sidebar .rss
{
	text-align: center;
}
#posts .sidebar .others
{
	border-top: 2px solid #eee;
	margin-top: .75em;
	padding-top: .75em;
}
#posts .sidebar .others h3
{
	margin-top: .25em;
}
#posts .sidebar .others ul
{
	list-style-type: none;
}
#posts .sidebar .others li
{
	padding: .5em 0;
}
#posts .sidebar .others li a
{
	font-size: 140%;
	line-height: 1em;
}
#posts .sidebar .others .meta
{
	color: #888;
}
.iphone #posts .list
{
	width: 100%;
}
#new_comment textarea
{
	height: 10em;
}
#posts pre
{
	margin: 1em 0;
	font-size: 12px;
	background-color: #f8f8ff;
	border: 1px solid #dedede;
	padding: .5em;
	line-height: 1.5em;
	color: #444;
	overflow: auto;
}
#posts pre code
{
	padding: 0;
	font-size: 12px;
	background-color: #f8f8ff;
	border: none;
}
#posts code
{
	font-size: 12px;
	background-color: #f8f8ff;
	color: #444;
	padding: 0 .2em;
	border: 1px solid #dedede;
}
.commentstyle
{
	border: 2px solid #e4e4e4;
	background-color: #f5f5f5;
	overflow: hidden;
}
.commentstyle .previewed .comment
{
	background-color: #FFFED6;
}
.commentstyle .comment
{
	border-bottom: 2px solid #e4e4e4;
	padding: .5em;
}
.commentstyle .comment .meta
{
	margin-bottom: .4em;
}
.commentstyle .comment .meta .gravatar
{
	padding: 1px;
	border: 1px solid #ccc !important;
	vertical-align: middle;
}
.commentstyle .comment .meta span
{
	vertical-align: middle;
	color: #aaa;
}
.commentstyle .comment .meta .date
{
	font-style: italic;
	color: #555;
}
.commentstyle .comment .body
{
	padding: 0 0 0 .2em;
}
.commentstyle form
{
	padding: .5em;
}
.commentstyle form textarea
{
	height: 5em;
	width: 100%;
	margin-bottom: .5em;
}
.commentstyle form .status
{
	color: #a00;
	font-weight: bold;
}
.commentstyle form .actions
{
	overflow: hidden;
}
.commentstyle form .actions .submits
{
	float: left;
}
.commentstyle form .actions .formatting
{
	float: right;
	font-size: 90%;
	color: #666;
}
#tour
{
	margin-top: 2em;
}
#tour .site
{
	width: 67.62em;
}
#tour .movie
{
	padding: 1px;
	background-color: #ddd;
	border: 1px solid #bbb;
}
#tour .movie img
{
	width: 898px;
	height: 395px;
}
#tour .sections
{
	overflow: hidden;
	margin-top: 2em;
}
#tour .sections .section
{
	width: 22.5em;
	float: left;
}
#tour .sections .section h2
{
	font-size: 200%;
}
#tour .sections .section ul
{
	list-style-type: none;
	font-size: 140%;
}
#tour .sections .section ul li
{
	line-height: 1.5em;
	color: #aaa;
	padding-left: 1.1em;
	background: transparent url(images/play_bullet.png) 0 45% no-repeat;
}
#tour .sections .section ul li a
{
	color: black;
	text-decoration: underline;
}
#tour .signup
{
	text-align: center;
	margin-top: 4em;
}
.pagination
{
	padding: .3em;
	margin: .3em;
}
.pagination a
{
	padding: .1em .3em;
	margin: .2em;
	border: 1px solid #aad;
	text-decoration: none;
	color: #369;
}
.pagination a:hover, .pagination a:active
{
	border: 1px solid #369;
	color: #000;
}
.pagination span.current
{
	padding: .1em .3em;
	margin: .2em;
	border: 1px solid #369;
	font-weight: bold;
	background-color: #369;
	color: #FFF;
}
.pagination span.disabled
{
	padding: .1em .3em;
	margin: .2em;
	border: 1px solid #eee;
	color: #ddd;
}
.ajax_paginate a
{
	padding: .5em;
	width: 100%;
	text-align: center;
	display: block;
}
#commit_comments
{
	width: 50em;
}
#commit_comments h1
{
	margin-bottom: 0;
}
#commit_comments .inner
{
	margin: 0;
	padding: 0;
}
#commit_comments .body
{
	background-color: transparent;
	width: 100%;
}
#commit_comments .no_one
{
	margin-left: .5em;
	margin-bottom: 0;
	font-weight: bold;
}
#commit_comments textarea
{
	width: 97.5%;
}
#commit_comments .actions
{
	border-top: none;
	padding: 0;
}
ul#archive
{
	list-style-type: none;
	text-align: center;
}
ul#archive li
{
	display: inline;
}
#other_archives
{
	border-top: 1px solid #ddd;
	padding-top: .5em;
}
#other_archives ul
{
	list-style-type: none;
	width: 8em;
	float: left;
	clear: right;
}
#archives .wait
{
	padding: 2em 0 3em 0;
}
#archives .wait h2, #archives .wait p
{
	text-align: center;
}
.popup .standard_form
{
	margin-top: 0;
	padding: 0;
	border: 0;
	width: 35em;
}
.popup .standard_form .clean_list
{
	list-style-type: none;
}
.popup .standard_form h1
{
	background: #ddd;
	padding: .5em .6em;
}
.popup .standard_form h1 .links
{
	font-size: .6em;
	float: right;
	font-weight: none;
	margin-top: -0.4em;
}
.popup .standard_form h1 .links a
{
	font-size: 1em;
}
.popup .standard_form .pull_request_inside, .popup .standard_form .inner
{
	padding: 0 1em .5em 1em;
}
.pull_request_inside .label.recipients
{
	max-height: 200px;
	overflow: auto;
}
.popup .standard_form .actions
{
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding: .5em 1em;
}
.popup .standard_form .actions label
{
	clear: none;
	display: inline;
	padding-left: 1em;
}
#services .test_hook
{
	margin-top: .5em;
}
#privacy_terms h1
{
	margin-bottom: .3em;
}
#privacy_terms h2
{
	margin-top: 1em;
}
#privacy_terms ul, #privacy_terms ol
{
	margin-left: 1.4em;
}
#privacy_terms p
{
	margin-bottom: 1em;
}
#languages .popular
{
	background-color: #fdfdfd;
	overflow: hidden;
	margin-top: 2.4em;
	margin-bottom: 1em;
}
#languages .popular.compact
{
	margin-top: 0;
}
#languages .popular h3
{
	font-size: 105%;
	color: #aaa;
	margin-bottom: .5em;
}
#languages .popular .site .left img
{
	border: 1px solid #d0d0d0;
	padding: 1px;
	background-color: white;
	margin-right: .1em;
	position: absolute;
	top: .25em;
	left: 0;
}
#languages .popular a
{
	color: black;
}
#languages .popular ul
{
	list-style-type: none;
}
#languages .popular ul li
{
	line-height: 1.6em !important;
	font-size: 125%;
	color: #888;
	padding-left: 1.6em;
	position: relative;
}
#languages .popular ul li a.repo
{
	font-weight: bold;
}
#languages .popular .left
{
	margin-left: 14em;
	float: left;
	width: 27em;
}
#languages .popular.compact .left
{
	margin-left: 0;
	float: left;
	width: 25em;
	padding-bottom: 2em;
}
#languages .popular.compact .left.row
{
	clear: left;
}
#languages .all_languages
{
	padding-right: 3em;
	text-align: right;
}
#languages a.bar
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	background-color: #4183C4;
	min-width: 20px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#language_table
{
	border: 1px solid #eee;
}
#language_table th
{
	background: #f0f0f0;
	padding: .5em;
}
#language_table td
{
	padding: .5em;
}
#language_table tr.dark
{
	background: #fafafa;
}
#downloads .upload
{
	border: 4px solid #ccc;
	background-color: #eee;
	margin-bottom: 1.5em;
	padding: 0 .5em;
}
#downloads .upload table
{
	width: 100%;
}
#downloads .upload td
{
	padding-right: .5em;
}
#downloads .upload .title
{
	vertical-align: top;
	padding: .65em 0;
}
#downloads .upload small
{
	float: right;
}
#downloads .upload h2
{
	display: inline-block;
	font-size: 100%;
}
#downloads .upload #flash_upload
{
	margin-left: 9em;
	margin-bottom: .5em;
}
#downloads .upload #html_upload
{
	margin-left: 15em;
	margin-bottom: .5em;
}
#downloads .upload #html_upload div
{
	display: inline-block;
	margin-right: 1.5em;
}
#downloads .upload #html_upload label
{
	display: block;
}
#downloads .upload #html_upload #description
{
	width: 20em;
}
#downloads .error_box
{
	margin-bottom: 1em;
}
#downloads #browser table
{
	margin-bottom: 1.5em;
}
#downloads table td span
{
	color: #aaa;
}
#downloads table td.empty
{
	text-align: center;
}
#downloads table td.actions
{
	text-align: right;
	width: 5%;
	font-size: 90%;
}
#downloads table td.actions a
{
	color: #a00;
}
#plans
{
	width: 60em;
	margin: 1em auto 0 auto;
}
#plans .header
{
	background-color: #fffeeb;
	text-align: center;
	padding: .75em;
	margin-bottom: 1.5em;
}
#plans .header p
{
	margin: .5em 0;
	font-size: 110%;
}
#plans table.upper
{
	width: 48%;
	font-size: 110%;
	margin: 0 auto;
	margin-bottom: 1em;
}
#plans table.lower
{
	width: 100%;
	font-size: 110%;
}
#plans table th h1
{
	font-size: 140%;
	color: #888;
	padding: .25em .5em 0 .5em;
}
#plans table td.plan
{
	width: 49%;
}
#plans table td.plan div
{
	margin: .25em .5em;
	border: 3px solid #ccc;
	background-color: white;
}
#plans table tr.last td.plan div
{
	margin-bottom: .5em;
}
#plans table td.plan h2
{
	padding: .3em;
	background-color: #fffeeb;
	border-bottom: 1px solid #ddd;
	font-size: 140%;
	overflow: hidden;
}
#plans table td.plan h2 strong
{
	float: left;
}
#plans table td.plan h2 span
{
	color: #0a0;
	font-size: 80%;
	position: relative;
	top: -.1em;
}
#plans table td.plan h2 a
{
	float: right;
}
#plans table td.plan ul
{
	list-style-type: none;
	text-align: center;
	padding: .5em;
	font-size: 110%;
}
#plans table td.plan .fi-text
{
	padding: .5em;
	text-align: center;
	border: 0;
}
#plans table td.plan ul li.minor
{
	font-size: 85%;
}
#plans table td.plan ul li img
{
	position: relative;
	top: .2em;
}
#plans table .opensource
{
	background-color: #D6FFD2;
}
#plans table .opensource h1
{
	color: #738A70;
}
#plans table .enterprise
{
	background-color: #333;
}
#plans table .enterprise h1
{
	color: #fff;
}
#plans table .enterprise img
{
	float: right;
	width: 250px;
	margin-top: -.25em;
}
#plans table .group
{
	background-color: #E9EBFF;
}
#plans table .group h1
{
	color: #8283A4;
}
#plans table .personal
{
	background-color: #fdf;
}
#plans table .personal h1
{
	color: #917C91;
}
#invite_link
{
	float: right;
	font-size: 14px;
	margin-top: 18px;
	background: #fffeeb;
	padding: 3px 5px;
}
#invitee_box
{
	background: #eaf2f5;
	border: 1px solid #bedce7;
	padding: 5px;
	display: none;
}
#invitee_box div
{
	background: #fff;
	border: 1px solid #ccc;
	width: 400px;
}
#invitee_box strong
{
	margin-top: 5px;
	display: block;
}
#invitee_box p
{
	margin-bottom: 1.5em;
}
#invitee_box h3
{
	margin-bottom: 10px;
}
#invitee_box span
{
	margin-left: 10px;
}
#invitees
{
	list-style: none;
	margin-bottom: 10px;
}
.error-notice
{
	margin: 15px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
.error-notice span
{
	padding-left: 30px;
	background: url(/images/icons/error_notice.png) 0 50% no-repeat;
}
.inline-edit textarea
{
	width: 100%;
	height: 50px;
}
.inline-edit .textfield
{
	width: 400px;
	font-size: 12px;
	padding: 5px;
	color: #666;
}
.inline-edit .form-actions
{
	margin-top: 5px;
	text-align: left;
}
.inline-edit .form-actions .cancel
{
	float: none;
	color: #900;
}
.entice
{
	opacity: .5;
}
.clippy-tooltip
{
	display: inline-block;
}
.wikistyle h1, h2, h3, h4, h5, h6
{
	border: 0 !important;
}
.wikistyle h1
{
	font-size: 170% !important;
	border-top: 4px solid #aaa !important;
	padding-top: .5em !important;
	margin-top: 1.5em !important;
}
.wikistyle h1:first-child
{
	margin-top: 0 !important;
	padding-top: .25em !important;
	border-top: none !important;
}
.wikistyle h2
{
	font-size: 150% !important;
	margin-top: 1.5em !important;
	border-top: 4px solid #e0e0e0 !important;
	padding-top: .5em !important;
}
.wikistyle h3
{
	margin-top: 1em !important;
}
.wikistyle p
{
	margin: 1em 0 !important;
	line-height: 1.5em !important;
}
.wikistyle ul
{
	margin: 1em 0 1em 2em !important;
}
.wikistyle ol
{
	margin: 1em 0 1em 2em !important;
}
.wikistyle ul ul, .wikistyle ul ol, .wikistyle ol ol, .wikistyle ol ul
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.wikistyle blockquote
{
	margin: 1em 0 !important;
	border-left: 5px solid #ddd !important;
	padding-left: .6em !important;
	color: #555 !important;
}
.wikistyle dt
{
	font-weight: bold !important;
	margin-left: 1em !important;
}
.wikistyle dd
{
	margin-left: 2em !important;
	margin-bottom: 1em !important;
}
.wikistyle table
{
	margin: 1em 0 !important;
}
.wikistyle table th
{
	border-bottom: 1px solid #bbb !important;
	padding: .2em 1em !important;
}
.wikistyle table td
{
	border-bottom: 1px solid #ddd !important;
	padding: .2em 1em !important;
}
.wikistyle pre
{
	margin: 1em 0 !important;
	font-size: 90% !important;
	background-color: #f8f8ff !important;
	border: 1px solid #dedede !important;
	padding: .5em !important;
	line-height: 1.5em !important;
	color: #444 !important;
	overflow: auto !important;
}
.wikistyle pre code
{
	padding: 0 !important;
	font-size: 100% !important;
	background-color: #f8f8ff !important;
	border: none !important;
}
.wikistyle code
{
	font-size: 90% !important;
	background-color: #f8f8ff !important;
	color: #444 !important;
	padding: 0 .2em !important;
	border: 1px solid #dedede !important;
}
.wikistyle pre.console
{
	margin: 1em 0 !important;
	font-size: 90% !important;
	background-color: black !important;
	padding: .5em !important;
	line-height: 1.5em !important;
	color: white !important;
}
.wikistyle pre.console code
{
	padding: 0 !important;
	font-size: 100% !important;
	background-color: black !important;
	border: none !important;
	color: white !important;
}
.wikistyle pre.console span
{
	color: #888 !important;
}
.wikistyle pre.console span.command
{
	color: yellow !important;
}
.label-box
{
	display: none;
	font-size: 14px;
	color: #222220;
	padding: 10px 10px;
	line-height: 14px;
}
#signup-form table td.col-help .label-box.error
{
	background-image: none;
	padding-left: 10px;
	color: #801b1b;
	border: 1 px solid #e5a3a3;
	background-color: #ffcfcf;
}
div.shr-bookmarks
{
	margin: 0;
	clear: both !important;
}
div.shr-bookmarks ul.socials
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
	background: transparent none !important;
	border: 0 none !important;
	outline: 0 none !important;
}
div.shr-bookmarks ul.socials li
{
	background-image: url(      'images/shr-sprite.png' ) !important;
	background-repeat: no-repeat !important;
	display: inline !important;
	float: left !important;
	list-style-type: none !important;
	padding: 0 !important;
	height: 29px !important;
	width: 60px !important;
	cursor: pointer !important;
	margin: 3px 0 0 !important;
	background-color: transparent !important;
	border: 0 none !important;
	outline: 0 none !important;
	clear: none !important;
}
div.shr-bookmarks ul.socials li:before, div.shr-bookmarks ul.socials li:after, div.shr-bookmarks ul.socials li a:before, div.shr-bookmarks ul.socials li a:after
{
	content: '' !important;
}
div.shr-bookmarks ul.socials a, div.shr-bookmarks ul.socials a:hover
{
	display: block !important;
	width: 60px !important;
	height: 29px !important;
	text-indent: -9999px !important;
	background-color: transparent !important;
	text-decoration: none !important;
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
}
div.shr-bookmarks ul.socials a:hover, div.shr-bookmarks ul.socials li:hover
{
	background-color: transparent !important;
	border: 0 none !important;
	outline: 0 none !important;
}
li.shr-facebook
{
	background-position: left bottom !important;
}
li.shr-facebook:hover
{
	background-position: left top !important;
}
li.shr-tuenti
{
	background-position: -70px bottom !important;
}
li.shr-tuenti:hover
{
	background-position: -70px top !important;
}
li.shr-twitter
{
	background-position: -140px bottom !important;
}
li.shr-twitter:hover
{
	background-position: -140px top !important;
}
li.shr-myspace
{
	background-position: -210px bottom !important;
}
li.shr-myspace:hover
{
	background-position: -210px top !important;
}
li.shr-googlebuzz
{
	background-position: -280px bottom !important;
}
li.shr-googlebuzz:hover
{
	background-position: -280px top !important;
}
ul.bigtabs
{
	margin: 0;
	border-bottom: 1px solid #ddd;
}
ul.bigtabs li
{
	list-style-type: none;
	margin: 0;
	display: inline;
}
ul.bigtabs li a
{
	display: inline-block;
	position: relative;
	top: 1px;
	padding: 8px 15px 5px 15px;
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
	text-decoration: none;
	border: 1px solid #ddd;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
ul.bigtabs li a.selected
{
	background: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
}
ul.bigtabs + p.explain, .tab-content > p.explain
{
	margin-top: 15px;
}
.fieldgroup .fields
{
	margin: 10px 0 0 0;
	padding: 15px;
}
dl.form
{
	margin: 15px 0;
}
.fieldgroup dl.form:first-child
{
	margin-top: 0;
}

ol.timestamped
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.timestamped-comments
{
	position: absolute !important;		
	left: 0;
	width: 540px;
	height: 10px;
	cursor: pointer;
}

li.timestamped-comment
{	
	position: absolute !important;
	padding: 0;	
}
li.timestamped-comment:hover, .player li.timestamped-comment.active
{
}

.timestamp-marker
{
	cursor: default;
	background-image: url(/css/images/bc.png);
	background-repeat: no-repeat;
}

.timestamp-marker:hover
{
	background-image: url(/css/images/bch.png);
	background-repeat: no-repeat;
}

.tooltip {
	display:none;
	background:url(/css/images/comentariobg.png);
	height:90px;
	padding:10px 17px 20px 14px;
	width:170px;
	font-size:11px;
	color:#fff;	
	z-index: 10000;
}

.msgoptions ul
{
	margin-left: 50px;
	list-style-type: none;
}

.msgoptions li
{
	position: relative;
	list-style-type: none;
	margin: 0;
}
