/* basic
--------------------------------------------------*/

body {
	background: #fff url(/themes/heroku/images/core/background.gif) repeat-x top;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #444258;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;  /* disable mozilla's dotted box around link */
	font-weight: bold;
	color: #4285FF;
}
a:hover {
	text-decoration: none;
	color: #75A5FF;
}
input {
	outline: none;  /* disable mozilla's dotted box around link */
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background: transparent;
	font-size: 1px;
	line-height: 1px;
}

table {
	border-collapse: collapse;
}

div#bodywrap {
	margin: 0 auto 0 auto;
}

.fieldWithErrors input {
	background: #ffa;
}

.notice {
	width: 722px;
	background: #ffa;
	border: 1px solid #aa0;
	color: #660;
	padding: 14px;
	margin: 25px auto 5px;
}

input[type=text], input[type=password]
{
	border: 1px solid #BFBFBF;
	background: #EBEAEB;
	padding: 4px;
	color: #5C5C66;
}
input[type=submit] {
	border: 1px solid #888;
	background: #999;
	padding: 3px;
	margin: 0 4px;
	color: #fff;
}
input[type=submit]:hover {
	background: #bbb;
	cursor: pointer;
}

.browser {
	background: #fda;
	border: 1px solid #a80;
	color: #640;
}

.browser div {
	float: left;
	height: 100%;
	vertical-align: middle;
	margin-right: 20px
}

img#subheader {
	display: block;
	margin: 10px 0 35px 0px;
/*	margin: 10px 0 35px 75px;*/
}

div#subcontent {
	padding: 0 75px;
/*  text-align: left;*/
}

div.center {
	text-align: center;
}

/* content
--------------------------------------------------*/

div#content {
	position: relative;
	margin: 0 auto;
	width: 750px;
	padding: 20px;
}

img#obsolete {
	display: block;
	margin: 5px auto 20px;
}

div#content hr, div#content hr.dark {
	border: 0;
	height: 3px;
	background: #E1E1E5;
	margin: 20px 0;
}

div#content hr.dark {
	background: #C9C9CC;
}

div#content #box + hr {
	margin-top: 30px;
}

/* features table
--------------------------------------------------*/

table#features {
	margin-top: 5px;
}
table#features + hr {
	margin-top: 0;
}

table#features td {
	vertical-align: top;
	padding-bottom: 40px;
}

table#features td.thumb {
	padding-right: 16px;
}
table#features td.thumb img {
	border: 1px solid #BFBFBF;
	margin-top: 3px;
}

table#features td.separator {
	width: 40px;
}

table#features td.desc {
	color: #808080;
	font-size: 13px;
	text-align: left;
	width: 204px;
	line-height: 20px;
}
table#features td.desc > a {
	color: #444258;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	display: block;
}

a.demo {
	display: block;
	width: 87px;
	height: 10px;
	background: url(/themes/heroku/images/core/demo.gif) no-repeat;
	margin-top: 6px;
}

/* login
--------------------------------------------------*/

div#login_box {
	width: 386px;
	height: 176px;
	background: url(/themes/heroku/images/core/login_box.gif) no-repeat;
	margin: 30px auto 50px;
	padding: 12px;
	text-align: center;
}
.notice + div#content > div#login_box {
	margin-top: 0px;
}

table#login {
	margin: 20px auto;
	color: #706C80;
}

table#login td {
	text-align: left;
	padding: 5px;
}

table#login td#button {
	text-align: right;
	padding-top: 22px;
}

/* myapps
--------------------------------------------------*/

table.user_apps {
	position: relative;
	width: 500px;
	margin: 11px 0 0 4px;
}

table.user_apps td {
	text-align: left;
}

td.icon {
	padding-right: 5px;
}

td.app_name {
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.75px;
	padding: 12px 0;
}
td.app_name span {
	color: #9795A6;
}

td.app_links {
	white-space: nowrap;
	font-size: 18px;
	color: #BBBBBF;
	padding-bottom: 6px;
}
td.app_links a {
	position: relative;
	top: 2px;
}
td.app_links a.app_settings {
	top: 6px;
}

#add_button {
	position: absolute;
	left: 25px;
	bottom: -10px;
}
#add_button + img {
	position: absolute;
	bottom: -10px;
	left: 200px;
}
#add_button:disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
}

div#content hr.sidebar {
	margin-right: 247px;
}

/* sidebar
--------------------------------------------------*/

div#sidebar {
	position: absolute;
	margin: 15px 20px;
	right: 0px;
	width: 190px;
	min-height: 50px;
	background: url(/themes/heroku/images/core/sidebar_background.gif) no-repeat;
	padding: 15px;
	text-align: left;
	font-size: 12px;
	color: #777;
}
div#sidebar_bottom {
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 220px;
	height: 5px;
	background: url(/themes/heroku/images/core/sidebar_bottom.gif) no-repeat;
}

div#sidebar hr {
	width: 190px;
	height: 2px;
	margin: 14px auto;
	background: #C9C9CC;
	border: 0;
}

div#sidebar h2 {
	margin: 0 0 8px;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 16px;
	color: #444258;
}

div#sidebar h3 {
	margin: 0 0 0px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	color: #444258;
}

div#sidebar ul {
	list-style: circle;
	list-style-position: inside;
	padding-left: 3px;
}

div#sidebar input[type=text] {
	font-size: 11px;
	margin: 4px;
	margin-left: 0;
	width: 130px;
}

div#sidebar input[type=submit] {
	position: relative;
	top: -4px;
	width: 40px;
	font-size: 11px;
	margin: 0;
}

/* app
--------------------------------------------------*/

div#app_header {
	position: relative;
	border-bottom: 3px solid #C9C9CC;
	margin: 10px auto;
	text-align: left;
	padding: 0 8px 11px;
}

a#myapps {
	display: block;
	width: 119px;
	height: 28px;
	background:	url(/themes/heroku/images/core/myapps.gif) no-repeat;
}
a#myapps:hover {
	background:	url(/themes/heroku/images/core/myapps_hover.gif) no-repeat;
}

span#double_arrow {
	font-family: Arial, sans-serif;
	font-size: 34px;
	position: absolute;
	left: 132px;
	top: -9px;
	margin: 0 8px;
}

span#app_name {
	font-size: 22px;
	position: absolute;
	top: 1px;
	left: 170px;
	letter-spacing: 1.2px;
}
span#app_name span {
	color: #9795A6;
}

span#app_links {
	position: absolute;
	top: 0;
	right: 67px;
	font-size: 22px;
	color: #BBBBBF;
}

a#app_edit {
	display: block;
	width: 38px;
	height: 18px;
	position: absolute;
	top: 4px;
	right: 80px;
	background:	url(/themes/heroku/images/core/app_edit.gif) no-repeat;
}
a#app_edit:hover {
	background:	url(/themes/heroku/images/core/app_edit_hover.gif) no-repeat;
}

a#app_view {
	display: block;
	width: 50px;
	height: 18px;
	position: absolute;
	top: 4px;
	right: 10px;
	background:	url(/themes/heroku/images/core/app_view.gif) no-repeat;
}
a#app_view:hover {
	background:	url(/themes/heroku/images/core/app_view_hover.gif) no-repeat;
}

div#app_nav {
	width: 750px;
	height: 40px;
	background: url(/themes/heroku/images/core/tab_bar.gif) no-repeat bottom;
	margin-top: 16px;
}

.app_nav {
	display: block;
	width: 150px;
	height: 31px;
	float: left;
	margin-left: 1px;
}

#app_nav_sharing {
	background: url(/themes/heroku/images/core/tab_sharing.gif) no-repeat;
	margin-left: 74px;
}
#app_nav_sharing:hover {
	background: url(/themes/heroku/images/core/tab_sharing_hover.gif) no-repeat;
}
#app_nav_sharing.active {
	background: url(/themes/heroku/images/core/tab_sharing_active.gif) no-repeat;
}

#app_nav_import {
	background: url(/themes/heroku/images/core/tab_import.gif) no-repeat;
}
#app_nav_import:hover {
	background: url(/themes/heroku/images/core/tab_import_hover.gif) no-repeat;
}
#app_nav_import.active {
	background: url(/themes/heroku/images/core/tab_import_active.gif) no-repeat;
}

#app_nav_snapshots {
	background: url(/themes/heroku/images/core/tab_snapshots.gif) no-repeat;
}
#app_nav_snapshots:hover {
	background: url(/themes/heroku/images/core/tab_snapshots_hover.gif) no-repeat;
}
#app_nav_snapshots.active {
	background: url(/themes/heroku/images/core/tab_snapshots_active.gif) no-repeat;
}

#app_nav_other {
	background: url(/themes/heroku/images/core/tab_other.gif) no-repeat;
}
#app_nav_other:hover {
	background: url(/themes/heroku/images/core/tab_other_hover.gif) no-repeat;
}
#app_nav_other.active {
	background: url(/themes/heroku/images/core/tab_other_active.gif) no-repeat;
}

div#app_settings h1 {
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
}

p#rename {
	font-size: 20px;
	letter-spacing: 1px;
}
p#rename input[type=text] {
	font-size: 20px;
	padding: 2px;
	background: #fff;
	color: #000;
}

p#rename input[type=image] {
	position: relative;
	top: 8px;
	margin-left: 12px;
}

form#sharing_form table {
	margin: 0 auto 14px;
	border: 2px solid #E1E1E5;
	width: 600px;
}
form#sharing_form table th, form#sharing_form table td {
	text-align: left;
	padding: 6px 15px;
	border-top: 2px solid #E1E1E5;
}
form#sharing_form table th {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 6px 4px;
}
form#sharing_form table tr {
	background: #eee;
	cursor: pointer;
}
form#sharing_form table tr.active {
	background: #ccc;
}
form#sharing_form table tr.active th {
	font-weight: bold;
}
form#sharing_form table tr.active:hover {
	background: #ccc;
	cursor: default;
}
form#sharing_form table tr:hover {
	background: #fff;
}

/* about / beta
--------------------------------------------------*/

table.bios td {
	padding: 10px 20px 20px 0;
	color: #747380;
}

table.bios td h1 {
	font-size: 17px;
	margin: 0;
	letter-spacing: 1px;
	color: #444258;
}

table.bios td h2 {
	font-size: 16px;
	margin: 0 0 0 0;
	letter-spacing: 1px;
	font-weight: normal;
}

table.bios td p {
	margin: 6px 0;
}

/* sharing:collaborators
--------------------------------------------------*/
#collaborators td {
	padding-right: 1em;
}


