@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
body, div, p, h1, h2, h3, h4, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a#logo:hover {
	text-decoration: none;
}
#logo img#logoicon {
	position: relative;
	top: 10px;
}
#logo img#logotxt {
	position: relative;
	bottom: 15px;
}
#logo img#logotxt {
	left: -20px;
}
#logo span#altlogo {
	display: block;
	height: 1px;
	text-indent: -9999px;
	width: 1px;
}
#slogan {
	color: #FFF;
	font-style: italic;
	font-size: 13px;
	padding-left: 121px;
	position: relative;
	bottom: 19px;
	width: 279px;
}
.hide {
	display: none !important;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
input.text, input.submit, select, textarea {
	border: 1px solid #CCC;
}
input.submit {
	color: #666;
	cursor: pointer;
	padding: 2px 6px;
}
input.disabled {
	color: #CCC;
}
/* this is automatically applied in common.js to inputs with class submit */
input.submitHover, input.submit:hover {
	border-color: #999;
	background-color: #F8F8F8;
}
option[selected="selected"] { font-weight: bold; }
label { cursor: default; }
h1, .h1 { font-size: 26px; margin: 20px 0; }
h2, .h2 { font-size: 22px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }
h7, .h7 { font-size: 10px; }

.nobold { font-weight: normal; }

form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
label {
	padding-left: 0.15em;
}
a, a:link, a:visited {
	color: #F3A136;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
p {
	padding: 12px 0;
	font-size: 16px;
}

.note {
	font-size: 0.75em;
	color: #666;
}
.error {
	color: #F00;
}
.clear {
	clear: both;
	float: none !important;
}
.headerErrorMsg {
	font-size: 16px;
	margin-bottom: 20px;
	color: #f00;
}

#header, #footerBody, #content {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#headerWrapper {
	background: #444;
}
body.black #headerWrapper {
	background: #000;
}

/* login/logged-in-user */
#loggedInUser {
	position: absolute;
	top: 10px;
	right: 0;
	color: #FFF;
}
#loggedInUser div {
	float: left;
	padding-right: 10px;
}
#join {
	position: relative;
	top: 3px;
}
.inputAndLabel {
	font-size: 10px;
}
.inputAndLabel input {
	display: block;
	padding: 3px;
	width: 120px;
}
#loggedInUser input.submit {
	color: #666;
	text-transform: lowercase;
}

/* nav */
#nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#nav li a, #nav li span, #nav li div {
	color: #FFF;
	display: block;
	float: left;
	width: 120px;
	padding: 6px 7px;
}
.navLoggedIn li a, .navLoggedIn li span, .navLoggedIn li div {
	background: #777;
	border-color: #999;
	font-size: 14px;
	font-weight: bold;
}
#nav a:hover,
#nav .mmm-button-hover,
#nav .mmm-button:hover {
	background-color: #F7B862;
}
#nav ul {
	margin: 0;
	padding: 0;
}

/* My apps nav item */
#appsMenu {
	position: relative;
}
#nav li #appsMenu .triangle {
	width: 0;
	height: 0;
	background: #777;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 8px;
	top: 14px;
	font-size: 0px;
	line-height: 0%;
	width: 0px;
}
#nav li #appsMenu:hover .triangle,
#nav li #appsMenu.mmm-button-hover .triangle,
#nav li #appsMenu.mmm-button-hover-expanded .triangle {
	background: #F7B862;
}
#nav li #appsMenu.expanded:hover .triangle,
#nav li #appsMenu.mmm-button-hover.expanded .triangle,
#nav li #appsMenu.mmm-button-hover-expanded .triangle,
#nav li #appsMenu.expanded .triangle {
	border-color: #FFF transparent transparent;
	border-style: solid solid none;
	border-width: 7px 6px 0;
	top: 17px;
	right: 5px;
}
#nav li #appsMenu .triangle_0 {
	border-color: transparent transparent transparent #FFF;
	border-style: solid none solid solid;
	border-width: 6px 0 6px 8px;
}
#nav li #appsMenu .triangle_90 {
	border-color: #FFF transparent transparent;
	border-style: solid solid none;
	border-width: 8px 6px 0;
}
#nav li #appsMenu .triangle_180 {
	border-color: transparent #FFF transparent transparent;
	border-style: solid solid solid none;
	border-width: 6px 8px 6px 0;
}
#nav li #appsMenu .triangle_270 {
	border-color: #FFF transparent transparent;
	border-style: solid solid none;
	border-width: 8px 6px 0;
}
#appsList {
	position: absolute;
	top: 39px;
	left: -68px;
	width: 201px;
	overflow: hidden;
	border: 1px solid #999;
	border-top-width: 0;
	background: #FFF;
	cursor: pointer;
}
#appsList, x:-moz-any-link {  left: 292px; } /* FireFox 2 */
html>/**/body #appsList, x:-moz-any-link, x:default { left: -68px; } /* Only FireFox 3 */
#appsList a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #DDD;
	text-align: center;
	color: #666;
}
#appsList a.live {
	background-image: url(/img/live.1.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 8px 40px;
}
#appsList a.last {
	background-color: #DDD;
	border: 0;
}
#appsList a.selected {
	background-color: #F3A136;
	color: #FFF;
}
#appsList a:hover {
	background-color: #F7B862;
	color: #FFF;
}

#content {
	padding: 40px 0;
	color: #666;
	line-height: 1.6em;
}

/* footer */
#footerWrapper {
	background: #ACADB2;
}
body.black #footerWrapper {
	background: #000;
}
#footerBody {
	height: 167px;
	color: #666;
}
body.black #footerBody {
	color: #999;
}
#footer .block {
	background: transparent url(/img/bot_sep.jpg) no-repeat scroll right top;
	float: left;
	height: 100px;
	padding: 18px 10px 0 30px;
	margin-bottom: 10px;
	width: 255px;
	font-size: 0.9em;
}
#footer .last {
	background: transparent none repeat scroll 0 0;
}
#footer .copy {
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* UI Widgets */
.mmm-button {
	background: #555;
	color: #FFF;
	padding: 4px;
	text-align: center;
	border: 1px solid #717175;
	cursor: pointer;
	margin: 0 0 0 -1px;
}
a.mmm-button, a.mmm-button:link, a.mmm-button:visited, span.mmm-button, div.mmm-button {
	text-transform: lowercase;
	text-decoration: none;
}
a.mmm-button:hover, a.mmm-button:active {
	text-decoration: underline;
}
.mmm-button-hover { background: #CCC; color: #333; }
.mmm-button-holder ul { float: left; margin: 0; padding: 5px 0; }
.mmm-button-holder ul.ui-corner-all { padding: 10px 5px; border: 1px solid #CCC; }
.mmm-button-holder-right ul { float: right; }
.mmm-button-holder li { list-style: none; display: inline; }

.ui-MMM-dialog-prompt {
	margin-top: 20px;
}
.ui-MMM-dialog-prompt label {
	margin-right: 20px;
}
.ui-MMM-dialog-prompt input {

}

.mmm-feature-holder {
	background: #A7A9AC;
	color: #FFF;
}
.mmm-feature-holder td {
	border-top: 1px solid #BDBEC0;
}
.mmm-feature-section {
	width: 198px;
	border-right: 1px solid #BDBEC0;
	font-size: 22px;
	text-align: center;
	padding: 12px 0;
}
.mmm-feature-description {
	padding: 12px;
}
.mmm-feature-description h3 {
	color: #E7E8E9;
}
.mmm-feature-image {
	width: 161px;
	border-left: 1px solid #BDBEC0;
	text-align: center;
	padding: 12px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#new_app_name {
	margin-top: 10px;
	margin-left: 5px;
}
#new_app_error {
	font-size: 11px;
	font-weight: bold;
	margin-left: 4px;
}

#urlMessage {
	text-align: center;
	background: #F9F79B;
	border: 1px solid #D89407;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: -20px;
}
#closeUrlMessage {
	height: 12px;
	width: 12px;
	background:url(/img/closeUrlMessage.gif);
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}
#breadcrumbs {
	position: relative;
	top: -25px;
	left: -28px;
	width: 750px;
	border-bottom: 1px solid #DDD;
	padding: 4px 2px 4px 1px;
	text-align: center;
	background-color: #EEE;
	font-size: 11px;
}
#breadcrumbs, #breadcrumbs a {
	color: #666;
}
#breadcrumbs .selected a {
	font-weight: bold;
}
#breadcrumbs span {
	padding-left: 6px;
}

#smallPlayerHolder {
	left: -18px;
	overflow: hidden;
	position: absolute;
	top: -18px;
}
