/* standard html elements */
body {
	font-family:"Lucida Grande",Verdana, sans-serif; 
	font-size:13px;
	margin:0; padding:0;
    background-color: white; 
    color: black;
}

h1 { 
	font-size: 18px; 
	font-weight: normal;
	color: #999; 
	text-align: right;
	margin: 0 0 10px;
}

table, th, td {
	border-width: 0;
	padding: 0; 
	margin: 0;
	text-align: left;
}

small {
    font-size: 0.9em;
}

hr {
    border: 1px solid #ccc;
    border-width: 1px 0 0 0;
    margin: 1em 0;
}

form p.field {
    width: 360px;
}

form p.note {
    float: right;
    width: 280px;
    font-size: 0.9em;
}

form p.submit {
    float: right;
}

form p.submit .jit-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form p.field label {
    display: block;
    float: left;
    width: 114px;
    padding-top: 2px;
}

form p.field.checkbox {
    padding-left: 114px;
}

form p.field.checkbox label {
    display: inline;
    float: none;
    width: auto;
    margin-left: 5px;
    margin-right: 16px;
    position: relative;
}

form p.field.checkbox label img.paypal-logo {
    position: absolute;
    top: -1px;
}

form p.field.checkbox input {
    vertical-align: top;
}

form p.field.checkbox input[type="radio"] {
    position: relative;
    top: 2px;
}

form p.field {
    clear: left;
}

form p.field input[type="text"], form p.field input[type="password"], form p.field textarea { 
	border: 1px solid #808080;
	padding: 2px;
	width: 240px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

form p.field textarea.feedback {
    width: 624px;
    height: 200px;
}

input.required {
    background: #cff;
}

input.placeholder {
    background: #fff;
}

input.error {
    border-color: #804040 !important;
    background: #fcc;
}

/* generic YUI overrides */
.yuimenu {
	width: 200px;
	background-color: white;
	z-index: 10;
}
.yuimenuitem-selected, .yui-dt-selected {
	background: #006bff; 
	color: white;
}

/* body class */
.jit, #jit-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden; /* jit-body is the scrollable area */
}

#jit-wrapper {
    padding-top: 70px;
}

.empty .jit-dialog {
    width: 400px;
    margin: 50px auto;
}

.empty .jit-dialog textarea.feedback {
    width: 354px;
}

.mailing-list-form {
    font-size: 12px;
    margin-bottom: 24px;
}

.mailing-list-form #mailing-list-email {
    border: 1px solid #aaa;
    padding: 2px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.mailing-list-form .placeholder {
    color: #aaa;
}

.mailing-list-form button {
    margin: 0;
    padding: 2px 8px;
    -moz-padding: 1px 8px;
    width: auto;
}

.login-links {
    font-size: 0.8em;
    line-height: 16px;
}

.error-container {
    text-align: center;
    margin-top: 150px;
    
    color: #aaa;
    font-size: 24px;
}

.error-container a {
    color: #09d8da;
}

.error-container img {
    margin-bottom: 25px;
}

.error-container small {
    font-size: 12px;
}

/* header */
#jit-hd {
	position:absolute; 
	top:0; left:0; right:0;
	height:70px; 
    background: #25d8da url(../images/gradient-72.png) top left repeat-x;
    z-index: 2;
    border-bottom: 1px solid #0cc;
}

#jit-hd-content {
	position: absolute;
	top: 0;
	left: 50%;
	width:950px; 
	height:70px;
	margin-left: -475px;
}

#jit-logo {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 51px;
	height: 54px;
}

#jit-page-caption {
    float: left;
	padding: 10px 20px;
}

#jit-login-info {
	position: absolute;
	left: 80px; 
	top: 0;
	width: 855px;
    height: 17px;

	padding: 10px 15px 10px 0;
	border-bottom: 1px solid #9de9f3;
	border-right: 1px solid #9de9f3;

	text-align: right;
}

#jit-hd-content a {
	color: white;
	text-decoration: none;
}
#jit-login-info span.username {
    color: #333;
    margin-right: 10px;
}

#jit-globnav {
	position: absolute;
	top: 36px;
	left: 80px;
    height: 34px;
	border-left: 1px solid #9de9f3;
}

#global-message {
    position: absolute;
    top: 77px;
    left: 50%;
    margin-left: -454px;
    z-index: 1;

    padding: 2px 4px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#global-message.error { background: #ff6c6d; }
#global-message.info { background: #ffeebb; }
#global-message.loading { background: #ddd url(../images/spinner-ddd.gif) 2px 2px no-repeat; padding-left: 22px; }

/* -------------------------------------
 *       Global navigation menu
 * ------------------------------------- */

.menubar {
	margin-top:1px;
	background-color: transparent;
}
.menubar .yuimenu {
	width: 180px;
}
.menubar .yuimenubaritemlabel {
	border: 0;
	font-size: 16px;
	padding:7px 20px;
	margin-right:5px;
	color: white;
	cursor: pointer;
}
.menubar .yuimenubaritemlabel.current {
    color: black !important;
}
.menubar .yuimenubaritemlabel-selected {
    text-decoration: none;
}
.menubar .yuimenuitemlabel {
	font-size: 14px;
	color: #0bb !important;
	padding:3px 18px;
}
.menubar .yuimenuitemlabel-selected {
	color: white !important;
}

.menubar .yuimenubaritem-hassubmenu {
	/* our own arrowhead here */
	background:transparent url(../images/menubaritem_submenuindicator.png) no-repeat scroll right center;
}

.menubar .yuimenubaritem-selected {
	background:transparent url(../images/menubaritem_submenuindicator_selected.png) no-repeat scroll left center;
	color: white;
}

.menubar .yuimenubaritem-hassubmenu.yuimenubaritem-selected {
    background-position: right center;
}

#site-nav {
    display: inline-block !important;
    position: relative;
    top: -2px;
    vertical-align: middle;
    background: none;
    padding: 3px 1px 1px 3px;
    margin-left: 1px;
    margin-right: 1px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#site-nav li.yuimenubaritem-hassubmenu {
	background: transparent url(../images/down-arrow.png) right 2px no-repeat;
}

#site-nav span.yuimenubaritemlabel {
    position: relative;
    top: -1px;

    margin: 0;
    padding: 0 16px 0 0;

    font-size: 100%;
    color: #333;
}

#site-nav span.yuimenubaritemlabel-selected {
    cursor: pointer;
}

#site-nav div.yuimenu {
    border: none;
    padding: 0;

    width: auto;
    min-width: 50px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#site-nav div.yuimenu ul {
    padding: 0;
}

#site-nav div.yuimenu ul:first-child li.yuimenuitem:first-child,
#site-nav div.yuimenu ul:first-child li.yuimenuitem:first-child a.yuimenuitemlabel {
    -moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#site-nav div.yuimenu ul:last-child li.yuimenuitem:last-child,
#site-nav div.yuimenu ul:last-child li.yuimenuitem:last-child a.yuimenuitemlabel {
    -moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;

	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#site-nav div.yuimenu a.yuimenuitemlabel {
    color: #333;
    padding: 3px 4px;
    font-size: 100%;
}

#site-nav div.yuimenu a.yuimenuitemlabel-selected {
    color: white;
}

.jit-scrollable {
	position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;

	font-size: 13px;
	overflow: auto;
	text-align: center;
    background-color: #f9f9f9; 
}

.full-width-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.jit-bd {
    position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 40px 0 20px 10px;
	text-align: left;
}

.jit-bd a, .jit-dialog > * > .bd a, .jit-dialog > * > .ft a {
	color: #099;
	text-decoration: underline; 
}

.jit-bd a.command-link { 
	color: red; 
}

.jit-bd h1 {
	position: absolute;
	right: 0;
	top: 10px;
}

.jit-bd h2, .jit-bd h3 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
}
.jit-bd h3 {
	font-size: 20px;
	margin-top: 5px;
}

.jit-bd h2 button { 
	float: right; 
}

.help {
    font-size: 0.9em;
    color: #666;
}

/* "Welcome" page */

.welcome {
    text-align: center;
}

.welcome #jit-wrapper {
    position: static;
    width: 930px;
    margin: 0 auto;
    text-align: left;
}

.welcome .jit-bd {
    padding-top: 20px;
}

/* -------------------------------------
 *        	URL slurping form
 * ------------------------------------- */
.slurp-form {
    background: #25d8da url(../images/gradient-100.png) top left repeat-x;
    border: 1px solid #0cc;
    font-size: 18px;
    
    padding: 0;
    margin-bottom: 12px;
}

.slurp-form p {
    padding: 10px 20px;
    margin: 0;
}
.slurp-form label {
	display: block;
	margin-bottom: 6px;
}

.slurp-form input {
    vertical-align: middle;

    width: 540px;
    height: 28px;
    padding-top: 4px;
    
    border: 1px solid #0cc;
}

.slurp-form button {
    vertical-align: middle;

    width: 59px;
    height: 34px;
    padding: 1px 0 0 0;
    position: relative;
    
    background: #66de00 url(../images/gradient-32.png) top left repeat-x;
    border: 1px solid #67d700;

    font-size: 14px;
    color: white;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.slurp-form button span {
    position: relative;
    top: -1px;
}

.slurp-form button img {
    position: relative;
    top: 1px;
}

.slurp-form small {
	color: #333;
}

.slurp-form .slurp-ft {
    font-size: 0.85em;
    border-top: 1px solid #66e9e9;
}

.slurp-form a {
	color: white;
}

/* -------------------------------------
 *        		Toolbars
 * ------------------------------------- */
.toolbox {
	background-color: #00d8da;
	background-image: url(../images/toolbox-gradient.png); 
	background-repeat: repeat-x;
	height: 40px;
	padding: 5px;
}

.toolbox button {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
}

.toolbox button:hover {
    background: url(../images/white-20pc-1x1.png) top left repeat;
}

.toolbox button[disabled] {
    opacity: 0.5;
}

.toolbox button[disabled]:hover {
    background: none;
}

.toolbox .yui-button-hover {
	background-image: url(../images/white-20pc-1x1.png); 
}

/* -------------------------------------
 *   Messages &  tooltips 
 * ------------------------------------- */
#tooltip {
	padding: 7px 0;
	border-width: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	z-index:5;
}
#tooltip .bd {
	background: #9de877; /*77e7e8;*/
	padding:6px 12px;
}
.tips-above {
	background: transparent url(../images/diamond.png) no-repeat 20px bottom;
}
.tips-below {
	background: transparent url(../images/diamond.png) no-repeat 5px top;
}

#help-panel {
    padding-top: 22px;
    position: relative;
}

#help-panel .container-close {
    position: absolute;
    top: 27px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/close.png) top left no-repeat;
}

#help-panel .hd, #help-panel .bd, #help-panel .ft {
    background: #93e64c;
    border: 1px solid #67d700;
    padding: 5px 10px;
}

#help-panel .bd { 
	min-height: 80px; 
}

#help-panel .hd { border-bottom-width: 0; }
#help-panel .ft { border-top-width: 0; }

#help-panel a {
    color: white;
}

#help-panel .ft a {
    text-decoration: none;
}

#help-panel .ft a:hover {
    text-decoration: underline;
}

#help-panel h3 {
	position: absolute;
	top:15px; left: 10px;
}

/* -------------------------------------
 *         Modules and messages
 * ------------------------------------- */

.module {
	background-color: white;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

.module .hd {
	position: relative;
	
	background-image: url(../images/gradient-32-light.png); 
	background-repeat: repeat-x;
	background-color: #00d8da;
	color: white;

    padding: 6px;
    font-size: 1.2em;
    text-indent: 8px;

    position: relative;
}

.module .hd .header-link {
    position: absolute;
    top: 8px;
    right: 6px;

    color: white;
    text-decoration: none;
    font-size: 0.8em;
}

.module .bd, .module .ft {
    border: 1px solid #ccc;
    border-width: 0px 1px;
}

.module .bd {
    padding: 10px 12px;
}

.module .bd h3 {
    border: none;
    font-size: 1.1em;
}

.module .bd > ul {
    margin: -10px -12px;
    padding: 0;
}

.module .bd > ul li {
    list-style-type: none;
    
    margin: 0;
    padding: 10px 12px;
    
    border-top: 1px solid #eee;
}

.module .bd > ul.links li {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.module .bd > ul.links li .note {
    position: absolute;
    top: 10px;
    right: 12px;

    font-size: 0.8em;
    font-weight: bold;
    color: #666;
}

.module .bd > ul.links li a {
    display: block;
    padding: 10px 12px;
    
    color: black;
    text-decoration: none;
}

.module .bd > ul.links li a:hover {
    background-color: #ddeeff;
}

.module .bd > ul.links li.highlight a {
    background-color: #ffffcc;
}

.module .bd > ul.links li a img {
    vertical-align: middle;
    margin-right: 4px;
}

.module .bd > ul.links li.page .description {
    font-size: 0.8em;
}

.module ul.links li.page a {
	background-image: url(../images/icon-page.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    padding-left: 34px;
}

.module .ft {
	border-top: 1px solid #ddd;
    padding: 5px 12px 4px 12px;
}

.module .ft .button-group {
    margin-right: -12px;
}

.module.info {
    border: none;
}

.error .hd, .info .hd {
    background-color: #f00;
    color: white;
}

.info .bd, .info .ft {
    border: none;
    padding-top: 10px;
    padding-bottom: 12px;
}
.error .ft {
	border-top: none;
    padding-top: 5px;
    padding-bottom: 12px;
}

.module.error-messages { background: #ff6c6d; }
.module.error-messages, .module.error-messages .bd { border: none; }
.module.error-messages a { color: #800 !important; }
.module.info  { background: #ffeebb; }
.error a { color: #800 !important; }
.info a  { color: #aa7744 !important; }

/* -------------------------------------
 *  Dialogs, inspectors and help panels
 * ------------------------------------- */
.jit-bd .jit-dialog {
    width: 760px;
    margin-left: 85px;
}

.jit-dialog .yui-module {
	background-color: white;
	border: 1px solid #ccc;
}

.jit-dialog > * > .hd, #jit-modal > .hd {
	background-image: url(../images/toolbox-gradient.png); 
	background-repeat: repeat-x;
	height: 20px;
	padding: 10px 20px;
	color: white;
	font-size: 16px;
}

.jit-dialog .hd .close {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 16px;
    height: 16px;

    overflow: hidden;
    text-indent: -1000em;

    border: none;
    background: url(../images/close.png) top left no-repeat;
}

.jit-dialog .hd ul, .jit-dialog .hd ul li {
    list-style-type: none;
}

.jit-dialog .hd ul {
    margin: 0;
    padding: 0;
    
    position: relative;
    top: 10px;
}

.jit-dialog .hd ul li {
    display: inline;
    margin: 4px;
    padding: 4px 8px;

    background: #ddd;
    border: 1px solid white;
    border-bottom-width: 0;
    color: black;
    font-size: 0.8em;

    cursor: pointer;

    -moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.jit-dialog .hd ul li.current {
    background: white;
}

.jit-dialog > * > .bd, #jit-modal > .bd {
	padding: 20px;
}

.jit-dialog .bd .icon {
    float: left;
    width: 24px;
}

.jit-dialog .bd .text.with-icon {
    float: right;
    width: 318px;
}

.jit-dialog > * > .ft {
	border-top: 1px solid #eee;
	padding-top: 5px;
	padding-bottom: 4px;
	line-height: 24px;
}
.jit-dialog > * > .ft:after, .module > .ft:after {
    content: " ";
    height: 1px;
    display: block;
    clear: both;
}

#jit-modal > .ft {
    position: absolute; 
    bottom: 0;
    left: 0;
    height: 39px;
    width: 100%;
    padding-bottom: 0;
    white-space: nowrap; 
}

.jit-dialog > * > .ft a {
	margin-left: 8px;
}
.jit-dialog > * > .ft p {
    margin-left: 20px;
    margin-right: 60px;
}
.jit-dialog > * > .ft p a {
    margin: 0;
}
.jit-dialog .ft .button-group, .module .ft .button-group {
	font-size: 14px;
	float: right;
	padding-right: 6px;
}

.jit-dialog .ft button, .module .ft button, .jit-button {
    background: #00d8da url(../images/gradient-32.png) top left repeat-x;
	border: 1px solid #3bc;
	width: 90px;

    color: white !important;
	font-weight: bold !important;
	text-decoration: none !important;
	text-align: center;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	margin-left: 6px;
	padding: 6px;
	cursor: pointer;
}

.jit-dialog .ft button, .module .ft button, button.jit-button {
    font-size: 1em;
}

.jit-dialog .ft button[disabled], .module .ft button[disabled], button.jit-button[disabled] {
    opacity: 0.5;
}

a.jit-button {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 4px;
}

.jit-back-button {
    background-color: #8e8e8e;
    border-color: #b1b1b1;
}

.jit-dialog .ft button img, .module .ft button img, .jit-button img {
    position: relative;
    top: 2px;
}

.mask {
	background-color: black;
	opacity: 0.4;
}

/* -------------------------------------
 *        		Colour scheme
 * ------------------------------------- */

#jit-hd,
.yui-dialog .yui-module > .hd,
.jit-dialog .yui-module > .hd {
	background-color: #09d8da; /*#3abbd0;*/
}

/* -------------------------------------
 *        		Grid layout
 * ------------------------------------- */
.jit-left { 
	width: 230px; 
}
.jit-leftmid, .jit-double-col {
	width: 650px; margin:0 0 20px 0;
}
.jit-leftmidright, .jit-full {
	position: relative;
	width: 100%;
}

.jit-mid {
	width:400px; 
	position: absolute; 
	left: 250px;
	top: 40px;
}
.jit-right {
	width: 260px;
	position: absolute; 
	left: 685px;
	top: 40px;
}
.jit-midright {
	width: 650px;
	position: absolute; 
	left: 280px;
	top: 40px;
}
/* -------------------------------------
 *        		Lists
 * ------------------------------------- */

.list {
    background: white;
    border: 1px solid #ccc;
}

.list table {
    width: 100%;
}

.list tbody {
    outline: none !important;
}

.list th {
	font-weight: normal;
	color: #555;
	background: #b4b4b4 url(../images/gradient-32-light.png) top left repeat-x;
	border-bottom: none;
	padding: 5px 5px;
}

.list td {
	padding: 4px 5px;
    cursor: default;
    border-bottom: 1px solid #ccc;
}

.list tr:hover td {
    background: #c4dbff;
}

.list tr.yui-dt-selected td {
    background: #006bff;
    color: white;
}

.list .col-select {
    width: 10px;
}

.list .col-icon {
    width: 10px;
}

.list .ft {
    height: 30px;
    border-top: 1px solid #ccc;
}

.list .yui-pg-container {
    position: relative;
}

.list .yui-pg-previous {
    position: absolute;
    top: 3px;
    left: 3px;
}
.list .yui-pg-next {
    position: absolute;
    top: 3px;
    right: 3px;
}
.list .yui-pg-pages {
    position: absolute;
    right: 30px;
    top: 6px;
}
.list .yui-pg-page {
    padding: 3px;
    margin: 3px;
    text-decoration: none !important;
    color: #333 !important;
    background: #ccc;
}
.list .yui-pg-current-page {
    background-color: #33c8cA;
    color: white !important;
}
.list span.yui-pg-previous, .list span.yui-pg-next {
    opacity: .5; filter: alpha(opacity=50);
}

.list .yui-dt-message {
    display: none;
}

/* -------------------------------------
 *        	   Asset lists
 * ------------------------------------- */

.asset-list ul, .asset-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.asset-list .bd {
    text-align: center;
    position: relative;
}

.asset-list .bd ul {
    margin: auto;
    text-align: left;
}

.asset-list ul:after {
    content: " ";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.asset-list li {
    float: left;
    padding: 8px;
}

.asset-list li a {
    display: block;
    width: 72px;
    height: 72px;
    border: 2px solid white;
    outline: none;
}

.asset-list li.selected a {
    border-color: #006bff;
}

.asset-list li a img {
    width: 72px;
    height: 72px;
}

form.upload-form {
    margin-bottom: 10px;
}

.asset-list p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    text-align: center;
    font-size: 1.5em;
    color: #ccc;
}

/* -------------------------------------
 *        		Home page
 * ------------------------------------- */
.home-splash {
	height: 150px;
	width: 100%;
	margin: 30px 0 5px 0;
	position: relative;
}
.home-trail {
	min-height: 160px;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

.home-trail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.home-trail li {
	list-style: none;
    padding: 8px 10px 8px 35px;
    margin: 0;
    background-image:url(../images/greystar.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.strapline {
	position: absolute;
	bottom: 15px;
	right: 0;
	font-size: 24px;
	color: #666;
	font-weight: 200;
}

.tutorial {
	background-color: #8fe645;
}
.tutorial .hd {
	background-color: transparent;
	border-bottom: 1px solid #b2ee80;
}
.home-trail.video-intro {
	padding-left: 240px;
    position: relative;
    font-size: 1.2em;
}
.home-trail.video-intro img {
	position: absolute;
	top: 0; left:0; 
}

.pricing-splash {
	top: 0;
}

.credits {
	font-size: 0.8em;
	text-align: right;
	color: #666;
}
/* -------------------------------------
 *           Uploader widget
 * ------------------------------------- */

.uploader-wrapper {
    position: relative;
    height: 22px;

    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.uploader-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 2;
}

.uploader-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.uploader-button, .uploader-progress-inner {
    background: url(../images/icon-image.gif) 4px 3px no-repeat;
    padding-top: 3px;
    padding-left: 26px;
}

.uploader-wrapper:hover .uploader-button { background-color: #edf3fe; }

.uploader-progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    
    width: 0;
    
    overflow: hidden;
    white-space: nowrap;
    
    background-color: #00d8da;
    color: white;
}

p.video {
	text-align: center;
}
p.video img {
	border: 1px solid #be8;
}

.faq {
	width: 760px;
}
.faq .module {
	margin-left: 72px;
}
.faq .module .hd {
    background-color: #93e64c;
    font-size: 1.5em;
}
.faq .module .bd {
	padding: 10px 30px;
}
.faq li {
	padding-bottom: 10px;
	color: #999;
	font-size: 1.2em;
}
.faq li h3 {
	color: #999;
}
.faq li p { 
	color: #333;
	font-size: 0.86em;
}

/* "Credit status" module */

.credit-status .hd, .credit-status .jit-button {
    background-color: #77e61a;
}

.credit-status .jit-button {
    border-color: #77cc33;
}

.credit-status .bd span {
    white-space: nowrap;
}

.credits-remaining {
    font-size: 40px;
    color: #666;
}

