@charset "UTF-8";

/*

File: FancyToolbar.css

Abstract: CSS stylesheet for the FancyToolbar (works with Safari 3 and Firefox only)

Version: 1.1

Disclaimer: IMPORTANT:  This Apple software is supplied to you by 
Apple Inc. ("Apple") in consideration of your agreement to the
following terms, and your use, installation, modification or
redistribution of this Apple software constitutes acceptance of these
terms.  If you do not agree with these terms, please do not use,
install, modify or redistribute this Apple software.

In consideration of your agreement to abide by the following terms, and
subject to these terms, Apple grants you a personal, non-exclusive
license, under Apple's copyrights in this original Apple software (the
"Apple Software"), to use, reproduce, modify and redistribute the Apple
Software, with or without modifications, in source and/or binary forms;
provided that if you redistribute the Apple Software in its entirety and
without modifications, you must retain this notice and the following
text and disclaimers in all such redistributions of the Apple Software. 
Neither the name, trademarks, service marks or logos of Apple Inc. 
may be used to endorse or promote products derived from the Apple
Software without specific prior written permission from Apple.  Except
as expressly stated in this notice, no other rights or licenses, express
or implied, are granted by Apple herein, including but not limited to
any patent rights that may be infringed by your derivative works or by
other works in which the Apple Software may be incorporated.

The Apple Software is provided by Apple on an "AS IS" basis.  APPLE
MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.

IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Copyright (C) 2007 Apple Inc. All Rights Reserved.

*/

.toolbar-bezel {
    position: fixed;
    height: 26px;
    z-index: 10000;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
.toolbar-bezel-top {
    position: fixed;
    top: 0;
    left: 26px;
    right: 26px;
    background-image: url(FancyToolbarImages/toolbarOutlineTop.png);
    background-repeat: repeat-x;
    height: 55px;
}

.toolbar-bezel-left {
    position: fixed;
    top: 55px;
    left: 0;
    background-image: url(FancyToolbarImages/toolbarOutlineLeft.png);
    background-repeat: repeat-y;
    width: 26px;
}

.toolbar-bezel-right {
    position: fixed;
    top: 55px;
    right: 0;
    background-image: url(FancyToolbarImages/toolbarOutlineRight.png);
    background-repeat: repeat-y;
    width: 26px;
}

.toolbar-bezel-top-right {
    position: fixed;
    top: 0;
    right: 0;
    background-image: url(FancyToolbarImages/toolbarOutlineTopRight.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 55px;
}

.toolbar-bezel-top-left {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(FancyToolbarImages/toolbarOutlineTopLeft.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 55px;
}

.toolbar-bezel-bottom {
    position: fixed;
    right: 26px;
    left: 26px;
    background-image: url(FancyToolbarImages/toolbarOutlineBottom.png);
    background-repeat: repeat-x;
    height: 26px;
}

.toolbar-bezel-bottom-right {
    position: fixed;
    right: 0;
    background-image: url(FancyToolbarImages/toolbarOutlineBottomRight.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.toolbar-bezel-bottom-left {
    position: fixed;
    left: 0;
    background-image: url(FancyToolbarImages/toolbarOutlineBottomLeft.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

 */

.toolbar-area.toolbar_review_mode
{
    right: 251px !important;
}

.toolbar-area {
    position: fixed;
    left: 1px;
    right: 1px;
    top: 16px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #ffffcc;
    padding: 5px;
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
}

.toolbar-area > * {
    float: left;
}

.toolbar-button-dark {
    background-color: #404040 !important;
    color: #ffffff !important;
}

.toolbar-button-disabled {
    background-color: #c0c0c0 !important;
    color: #808080 !important;
}

.toolbar-button-floatright {
    float: right !important;
}

.toolbar-button {
    height: 22px;
    min-width: 30px;
    border: 2px solid #80c0c0;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background-color: white;

    /* background-image: url(FancyToolbarImages/button.png);
       -webkit-border-image: url(FancyToolbarImages/button.png)
	   2 2 2 2; */
    background-repeat: no-repeat;
    margin-right: 5px;
    text-align: center;
    /* font-family: Times; */
    font-size: 13px;
    line-height: 22px;
    text-indent: -2px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.toolbar-button p
{
    text-indent: 0px;
}

.toolbar-button > * {
    vertical-align: middle;
}

.toolbar-button:active, .toolbar-button.toolbar-button-selected {
    background-color: #c0d0e0;
}
/*
.toolbar-button:active, .toolbar-button.toolbar-button-selected {
    background-image: url(FancyToolbarImages/buttonPressed.png);
}
*/

/*
.toolbar-button-segment {
    height: 26px;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.toolbar-button-segment.toolbar-button-segment-start .toolbar-button-segment-cap {
    background-image: url(FancyToolbarImages/buttonLeft.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 11px;
    float: left;
}

.toolbar-button-segment.toolbar-button-segment-start:active .toolbar-button-segment-cap, .toolbar-button-segment.toolbar-button-segment-start.toolbar-button-selected .toolbar-button-segment-cap {
    background-image: url(FancyToolbarImages/buttonPressedLeft.png);
}

.toolbar-button-segment.toolbar-button-segment-end {
    margin-right: 5px;
}

.toolbar-button-segment.toolbar-button-segment-end .toolbar-button-segment-cap {
    background-image: url(FancyToolbarImages/buttonRight.png);
    background-repeat: no-repeat;
    height: 26px;
    width: 14px;
    float: left;
}

.toolbar-button-segment.toolbar-button-segment-end:active .toolbar-button-segment-cap, .toolbar-button-segment.toolbar-button-segment-end.toolbar-button-selected .toolbar-button-segment-cap {
    background-image: url(FancyToolbarImages/buttonPressedRight.png);
}

.toolbar-button-segment.toolbar-button-segment-start .toolbar-button-segment-middle, .toolbar-button-segment.toolbar-button-segment-end .toolbar-button-segment-middle {
    width: 14px;
}

.toolbar-button-segment-middle {
    background-image: url(FancyToolbarImages/buttonMiddle.png);
    background-repeat: repeat-x;
    height: 26px;
    width: 20px;
    float: left;
}

.toolbar-button-segment:active .toolbar-button-segment-middle, .toolbar-button-segment.toolbar-button-selected .toolbar-button-segment-middle {
    background-image: url(FancyToolbarImages/buttonPressedMiddle.png);
}

.toolbar-button-segment-divider {
    background-image: url(FancyToolbarImages/buttonPressedMiddle.png);
    background-repeat: repeat-x;
    height: 26px;
    width: 1px;
    float: left;
}
 */

.toolbar-button-bold {
    font-weight: bold;
}

.toolbar-button-underline {
    text-decoration: underline;
}

.toolbar-button-italic {
    font-style: italic;
}

.toolbar-button-link img {
    margin-top: 7px;
}

.toolbar-button-image img {
    margin-top: 5px;
}

.toolbar-button-section {
    width:60px;
    background-size: 60px;
    min-width: 60px;
}

.toolbar-button-section p {
    margin-left: -5px;
    margin-top: 0px;
}

.toolbar-button-source {
    width:40px;
    min-width: 40px;
}

.toolbar-button-source p {
    margin-left: 0px;
    margin-top: 0px;
}

.toolbar-button-print {
    width:40px;
    min-width: 40px;
}

.toolbar-button-print p {
    margin-left: 0px;
    margin-top: 0px;
}

.toolbar-button-text-align {
    margin-top: 6px;
    width: 10px;
    height: 9px;
}

/*
.toolbar-button-text-align.toolbar-button-text-align-left {
    background-image: url(FancyToolbarImages/textAlign.png);
    background-position: 0 0;
}

.toolbar-button-text-align.toolbar-button-text-align-center {
    background-image: url(FancyToolbarImages/textAlign.png);
    background-position: 0 9px;
    margin-left: 5px;
}

.toolbar-button-text-align.toolbar-button-text-align-justify {
    background-image: url(FancyToolbarImages/textAlign.png);
    background-position: 0 17px;
    margin-left: 5px;
}

.toolbar-button-text-align.toolbar-button-text-align-right {
    background-image: url(FancyToolbarImages/textAlign.png);
    background-position: 0 25px;
    margin-left: 4px;
}
 */

description
{
    display: block;
    page-break-inside: avoid;
    page-break-after: avoid;
}

scene {
    display: block;
}

scene+scene
{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid black;
    /* page-break-before: right; */
}

section
{
    display: block;
}

/* section+section
{
    border-top: 1px dashed black;
} */

section+section:before
{
    display: block;
    content: "***";
    text-align: center;
    page-break-before: avoid;
}

p
{
    margin-left: 4px;
    min-height: 12px;
    widows: 2;
    orphans: 2;
    text-indent: 2em;
}

scenenumber:not(:last-child):after
{
content:"Scene " counter(scene);
counter-increment:scene;
}

scenenumber
{
    font-size: 36px;
    text-indent: 0px;
    page-break-inside: avoid;
    page-break-after: avoid;
}

description
{
    margin-left: 4px;
    font-size: 20px;
    font-style: italic;
    text-indent: 0px;
    margin-bottom: 40px;
}

iframe#contentdiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 60px 0px 0px 0px;
	border: 0px;
}

body
{
	font-family: Muesli, "Century Gothic", Helvetica, sans-serif;

	counter-reset: scene 0;
	margin-top: 0;
}

body[editor_pane]
{
	color: #c0c0c0;
	margin: 8px;
}

description + div.dialogue {
	page-break-before: avoid;
}

div.character {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	page-break-inside: avoid;
	page-break-after: avoid;
}

div.character + p {
	margin-top: 0;
	page-break-before: avoid;
}

div.inlinecharacter {
	display: inline;
}

// div.inlinecharacter characternameforprinting {
	// display: inline;
// }

div.action {
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.dialogue {
	margin-top: 1em;
	margin-left: 6em;
	margin-right: 6em;
}

div.cameraangle {
	text-align: right;
}

div.sfx {
	margin-left: 1em;
	text-decoration: underline;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.dragFloater {
	background-color: #c0ffff;
	border: 1px solid black;
	z-index: 20000; /* Must be on top of the toolbar, at approx. 10,000. */
	position: fixed;
	padding: 20px;
	top: 200px;
	left: 200px;
}

.amb_cancelbutton {
	border: 1px solid black;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 5px;
	float: right;
	background-color: white;
}

.amb_okbutton {
	border: 1px solid black;
	border-style: double;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 5px;
	float: right;
	background-color: white;
}

.amb_deletebutton {
	border: 1px solid black;
	border-style: double;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 5px;
	float: left;
	background-color: white;
}

.meta_table_head {
    font-weight: bold;
}

.annotation_highlight {
	background-color: #eeee30;
}

.annotation_strikethrough_text {
	color: black;
}

.annotation_highlight.annotation_first_selected,
.annotation_strikethrough.annotation_first_selected
{
	border-left: 1px solid red;
}

.annotation_highlight.annotation_selected,
.annotation_strikethrough.annotation_selected
{
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

.annotation_highlight.annotation_last_selected,
.annotation_strikethrough.annotation_last_selected
{
	border-right: 1px solid red;
}

.annotation_strikethrough {
	text-decoration: line-through;

	/* No WebKit support for this, so use a hack.  Ugh.
		text-decoration-color: red;
		-moz-text-decoration-color: red;
	 */

	color: red;
}

.annotation_insertion_point.annotation_selected
{
	color: red !important;
	border: 1px solid red;
        margin-left: -6px;
        width: 11px;
        margin-right: -7px;
	margin-bottom: -9px;
        height: .9em;
}

.annotation_insertion_point {
	display: inline-block;
	line-height: 1;
	text-indent: 0em;
	letter-spacing: normal;

        margin-left: -5px;
        width: 11px;
        margin-right: -6px;
        height: .9em;

	margin-bottom: -8px;
	vertical-align: bottom;
	color: #00B030;
}

.annotation_insertion_point:before {
	content: "^";
}

.annotation_note.annotation_selected
{
	background-image: url('note_selected.png') !important;
}

.annotation_note {
	display: inline-block;
	/* font-weight: bold;
	   color: #3000BB;
	   padding-bottom: 1em;
	 */
	text-indent: 0em;
	letter-spacing: normal;
	/* vertical-align: bottom;
	   width: 0px; */
	z-index: 100;

	vertical-align: baseline;
	min-width: 18px;
	width: 18px;
	margin-right: -18px;
	min-height: 28px;
	height: 28px;
	line-height: 2;
	margin-top: -28px;
	background-image: url('note.png');
}

/*
.annotation_note:before {
	padding: 0;
	margin: 0;
	text-indent: 0em;
	content: "\2709";
}
 */

body.annotation_mode p
{
	line-height: 2;
}

body.annotation_mode div
{
	line-height: 2;
}

body.annotation_mode div.character
{
	padding-top: 1.5em;
	padding-bottom: .5em;
}

body[annotation_mode="5"] .annotation_highlight
{
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body[annotation_mode="5"] .annotation_strikethrough
{
    cursor: pointer !important;
    color: green !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body[annotation_mode="5"] .annotation_insertion_point
{
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body[annotation_mode="5"] .annotation_note
{
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.relogin_pane
{
    position: fixed;
    left: 60px;
    top: 60px;
    width: 250px;
    overflow: hidden;
    border: 1px solid black;
    background-color: #ddffdd;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.75em;
    padding-right: 2.25em;
    text-align: center;
}

.relogin_iframe
{
    width: 320px;
    height: 320px;
    overflow: hidden;
}

.loginInputTag
{
    display: inline-block;
    min-width: 55px;
}

.loginInputSpacer
{
    display: block;
    height: 20px;
    min-height: 20px;
    width: 100%;
}

#summary_instructions
{
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-indent: 0px;
}

#characterEditorPane
{
    display: none;
    background-color: #e0f0ff;
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}

#characterEditorPane td
{
    padding: 4px;
}

#characterEditorPane.modified
{
    background-color: #ffcccc;
}

#characterEditorPane td.modified
{
    background-color: #ff0000;
    color: #80ffff;
}

#characterEditorPane td.modified a
{
    color: #eeffff;
}

.commaDelimited ~ .commaDelimited:before
{
    content: ", "
}

#controldiv
{
    display: none;
    background-color: #e0f0ff;
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}

#reviewdiv
{
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 248px;
    bottom: 0px;
    border-left: 1px solid black;

    padding-top: 0;
}

#select_reviewers
{
    height: 50%;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    left: 0;
    right: 0;

    background-color: #ffffe0; /* was c0e0c0 */
    background-image: -ms-linear-gradient(left, #FFFFE0 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(left, #FFFFE0 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(left, #FFFFE0 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFE0), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #FFFFE0 0%, #FFFFFF 100%);
    background-image: linear-gradient(left, #FFFFE0 0%, #FFFFFF 100%);
}

h2
{
    height: 28px;
    min-height: 28px;
    padding: 0;
    margin-top: 19px;
    margin-bottom: 19px;
}

#select_reviewers h2, #review_comments h2
{
    margin-top: .25em;
    margin-bottom: .25em;
}

#select_reviewers_scrollbox, #select_annotation_scrollbox
{
    position: absolute;
    width: auto;
    height: auto;
    overflow-y: scroll;
    border: 1px solid black;
    top: 2.5em;
    bottom: 15px;
    left: 10px;
    right: 10px;
    padding: 0;
}

#select_reviewers_scrollbox ul, #select_annotation_scrollbox ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#select_reviewers_scrollbox li:nth-child(odd),
#select_annotation_scrollbox li:nth-child(odd)
{
    background-color: #e0e0ff;
    padding: 5px 10px 5px 10px;
    display: block;
}

#select_reviewers_scrollbox li:nth-child(even),
#select_annotation_scrollbox li:nth-child(even)
{
    background-color: #b0b0f0;
    padding: 5px 10px 5px 10px;
    display: block;
}

#select_annotation_scrollbox li.annotation_selected
{
    border: 1px solid red;
    padding: 4px 9px 4px 9px !important;
}

#review_comments
{
    position: absolute;
    top: 50%;
    bottom: 0px;
    right: 0px;
    width: 238px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid black;

    background-color: #c0e0c0; /* was c0e0c0 */
    background-image: -ms-linear-gradient(left, #C0E0C0 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(left, #C0E0C0 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(left, #C0E0C0 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #C0E0C0), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(left, #C0E0C0 0%, #FFFFFF 100%);
    background-image: linear-gradient(left, #C0E0C0 0%, #FFFFFF 100%);
}

iframe#contentdiv.review_mode
{
    width: 100%;
}

body.review_mode
{
    padding-right: 250px;
}

.annotation_review_username
{
    font-weight: bold;
    font-size: 10pt;
}

.annotation_review_username:after
{
    content: ": ";
}

#select_annotation_scrollbox
{
    overflow-x: hidden; /* Prevent bogus scroll bar. */
}

#select_annotation_scrollbox li
{
    white-space: nowrap;
}

.annotation_review_comment
{
    display: block;
    font-size: 10pt;
}

.annotation_cell
{
    vertical-align: middle;
    display: inline-block;
}

.annotation_text_cell
{
    padding-left: 5px;
    white-space: normal;
}

iframe.editable {
    width: 80%;
    height: 300px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

table.filetable {
    border-collapse: collapse;
}

tr.filerow {
    border-collapse: collapse;
}

td.filelinkcell {
    border-collapse: collapse;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
}

td.filenamecell {
    border-collapse: collapse;
    /* padding-right: 20px; */
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    padding-left: 10px;
    padding-right: 30px;
}

#mvnav_spacer {
    display: inline-block;
    background-color: #2030ff;
    border-top: 2px solid #2030ff;
    border-bottom: 2px solid #eeee80;
    position: absolute;
    padding: 5px 10px 3px 10px;
    height: 20px;
    width: auto;
    left: 0px;
    right: 0px;
    z-index: -100;
    margin: 0;
}

.mainmenunavbutton {
    cursor: pointer;
    border: 2px solid #eeee80;
    background-color: #2030ff;
    color: #ffff30;
    display: inline-block;
    padding: 5px 10px 3px 10px;
    height: 20px;
    min-width: 80px;
    text-align: center;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mainmenunavbutton.disabled {
    color: #a0a080;
    background-color: #4080c0;
}

.mainmenunavbutton.active {
    font-weight: bold;
    color: #1020bb;
    background-color: white !important;
    border-bottom: 2px solid white !important;
}

#mainViewNav {
    min-width: 935px;
}

#mainViewNav:after {
}

#loginbutton {
    display: none;
}

#logoutbutton {
    display: none;
}

.mainView_myScripts_list
{
    list-style-type: none;
    margin: 0;
    padding: 0 .5em 0 .25em;
}

.mainView_myReview_list
{
    list-style-type: none;
    margin: 0;
    padding: 0 .25em 0 .25em;
}

.mainView_myScripts_list li:nth-child(even),
.mainView_myReview_list li:nth-child(even)
{
    background-color: #ddffdd;
}

.mainView_myScripts_list li:nth-child(odd),
.mainView_myReview_list li:nth-child(odd)
{
    background-color: #ddddff;
}

.mainView_myScripts_listitem,
.mainView_myReview_listitem
{
    display: block;
    border: 1px solid black;
    padding: .5em 1em .5em 1em;
    min-height: 100px;
}

.mainView_myGroupReview_sublist .mainView_myReview_listitem
{
    display: block;
    border: 1px solid #808080;
    padding: .25em 1em .25em 1em;
    min-height: 60px;
}
.mainView_myGroupReview_sublist li.mainView_myReview_listitem
{
    background-color: #ffffc0;
}

.mainView_myGroupReview_sublist .mainView_myReview_summary
{
    padding-bottom: .25em;
    margin-bottom: .25em;
}

.mainView_myReview_groupitem
{
    /* border: 1px solid black;
    display: block;
    padding: .1em 1em .8em 1em;
    min-height: 20px;
    background-color: white !important;
    color: #707070; */

    display: block;
    padding: .3em 0 .8em 0;
    min-height: 20px;
    background-color: transparent !important;
    color: #707070;
}

.mainView_myGroupReview_sublist
{
    margin: 0 0 0 0;
    padding: 0;
}

.mainView_myReview_groupitem ~ .mainView_myReview_groupitem
{
    border-top: 0;
}

.mainView_myScripts_listitem ~ .mainView_myScripts_listitem,
.mainView_myReview_listitem ~ .mainView_myReview_listitem
{
    border-top: 0;
}

.mainView_myScripts_title,
.mainView_myReview_title
{
    display: block;
}

.mainView_myScripts_summary,
.mainView_myReview_summary
{
    display: block;
    margin-top: .5em;
    padding-top: .25em;
    padding-bottom: 1em;
    margin-bottom: .5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    color: #505050;
}

.mainView_myScripts_links,
.mainView_myReview_links
{
    display: block;
}

.mainView_myScripts_links ~ .mainView_myScripts_links,
.mainView_myReview_links ~ .mainView_myReview_links
{
    margin-top: .5em
}

.mainView_myScripts_linklabel
{
    display: inline-block;
    font-weight: bold;
    min-width: 70px;
}

.mainView_myReview_reviewlink
{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mainView_myReview_ratelink
{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mainView_myScripts_linkdivider,
.mainView_myReview_linkdivider
{
    color: #808080;
    font-size: 11px;
    vertical-align: 2px;
}

#aboutView div,
#FAQView div,
#showDetailView div,
#reviewerView div
{
    text-indent: 0;
}

#aboutView p,
#FAQView p,
#showDetailView p,
#reviewerView p
{
    text-indent: 0;
}

#aboutView,
#FAQView,
#showDetailView
{
    padding-left: 1em;
    padding-right: 1em;
}

#reviewerView
{
    position: relative;
    min-width: 935px;
    margin-left: 1em;
    margin-right: 1em;
}

#chooserView
{
    min-width: 935px;
    padding-left: 1em;
    padding-right: 0;
    position: relative;
}

#create_new_script_button
{
    margin-top: 2em;
}

#characterEditorPane,
#metadataTable
{
    padding-left: 1em;
    padding-right: 1em;
}

#specialPageBox
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    padding: .5em;
    z-index: 100000;
}

#specialPageContents
{
    position: absolute;
    border: 1px solid black;
    top: 1.8em;
    bottom: 1.8em;
    left: 1.8em;
    right: 1.8em;
    padding: 1em;
    overflow-y: scroll;
}

#specialPageContents h1
{
    margin-top: 0;
}

#page_footer p,
#page_footer div
{
    padding-left: 1em;
    padding-right: 1em;
    text-indent: 0;
}

#specialPageContents p,
#specialPageContents div
{
    text-indent: 0;
}

td.field
{
    text-align: right;
}

td textarea
{
    font-family: Muesli, "Century Gothic", Helvetica, sans-serif;
    font-size: 12pt;
}

td input
{
    font-family: Muesli, "Century Gothic", Helvetica, sans-serif;
    font-size: 12pt;
}

table.accounts_table
{
    border-collapse: collapse;
    border: 1px solid black;
}

tr.account_row
{
    border-collapse: collapse;
}

tr.account_row td
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
    padding: .5em
}

tr.spacer
{
    border: 1px solid black;
    height: 3px;
    min-height: 3px;
    background-color: black;
}

ul.broadlist li
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.account_submit_div
{
    margin-top: 1em;
}

#page_footer hr {
    margin-left: 1em;
    margin-right: 1em;
}

hr {
    clear: both;
    margin-top: 3em;
}

#password_reset_page
{
    padding-left: 1em;
}

#password_reset_box
{
    padding-left: 3px;
}

#password_reset_box p,
#password_reset_box div
{
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
}

#user_info_change_status,
#password_change_status
{
    color: red;
}

#recentreviews
{
    min-width: 450px;
    width: 49.75%;
    vertical-align: top;
    display: inline-block;
    left: 0;
}

#reviewerView h1
{
    margin-bottom: .5em;
}

#reviewerView h4
{
    margin-top: 0;
}

#groupreviews
{
    vertical-align: top;
    display: block;
    position: absolute;
    width: 260px;
    top: -21px;
    right: 0;
    background-color: #d0ffd8;
    padding-left: .75em;
    padding-right: .75em;
}

#groupreviews h4
{
    margin-bottom: 8px;
}

#chooserViewMyScripts
{
    position: absolute;
    left: 1em;
    top: 50px;
    width: auto;
    right: 300px;
    min-width: 650px;
    vertical-align: top;
    display: block;
}


#randomreviews
{
    min-width: 450px;
    width: 49.75%;
    vertical-align: top;
    display: inline-block;
    right: 0;
}

.mainView_myReview_ratesubmitbox
{
    display: none; /* becomes inline-block */
    padding-left: 5px;
    vertical-align: middle;
}

.mainView_myReview_ratevalues
{
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

.mainView_myReview_ratevalues.hidden
{
    display: none;
}

.star_rating
{
    display: inline-block;
    width: 22px;
    height: 22px;
    -moz-background-size: 22px,22px;
    -webkit-background-size: 22px,22px;
    background-size: 22px,22px;
    background-image: url(star.png);
}

.star_rating.selected
{
    background-image: url(star_selected.png) !important;
}

#ForumView
{
    display: none;
    position: fixed;
    top: 34px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    height: auto;
}

#ForumViewIFrame
{
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    background: #FFFFFF;
}

#accountPane
{
    display: none;
    position: fixed;
    top: 34px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 2em;
    height: auto;
}

#accountPaneChooser
{
    position: fixed;
    left: 20px;
    width: 280px;
    top: 60px;
    bottom: 30px;
    border: 1px solid black;
    padding: 0;
    margin: 0;
}

#accountPaneChooser ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#accountPaneChooser li.apchooser.selected
{
    background-color: #ffffff !important;
    border-right: 1px solid white !important;
    margin-right: -1px;
}

#accountPaneChooser li.apchooser:nth-child(odd)
{
    background-color: #e0e0ff;
    padding: 5px 10px 5px 10px;
    display: block;
    min-height: 2em;
    line-height: 2em;
    border-bottom: 1px solid black;

    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#accountPaneChooser li.apchooser:nth-child(even)
{
    background-color: #b0b0f0;
    padding: 5px 10px 5px 10px;
    display: block;
    min-height: 2em;
    line-height: 2em;
    border-bottom: 1px solid black;

    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#accountPaneBody
{
    position: fixed;
    left: 20px;
    right: 20px;
    top: 60px;
    bottom: 30px;
    border: 1px solid black;
    padding: 0em 1em 1em 295px;
    overflow-y: auto;
}

#accountPaneBody p,
#accountPaneBody div
{
    text-indent: 0;
}


#userGroupBox {
	white-space: nowrap;
	white-space-collapse: discard;
}

div.groupListNames
{
	position: absolute;
	left: 321px;
	top: 101px;
	vertical-align: top;
	/* border-left: 1px solid black; */
	/* border: 1px solid black; */
	margin: 0;
	padding: 0;
	width: 300px;
	display: inline-block;
	z-index: +1;
	overflow-y: auto;
	overflow-x: hidden;
	border-bottom: 1px solid black;
	max-height: -webkit-calc(100% - 154px);
	max-height: -moz-calc(100% - 154px);
	max-height: -o-calc(100% - 154px);
	max-height: calc(100% - 154px);
}

.groupListNamesBG
{
	display: block;
	background-color: #c0c0c0;
	border: 1px solid black;
	width: 300px;
	position: absolute;
	height: auto;
	top: 100px;
	bottom: 19px;
	z-index: -100;
}

.groupListNamesMgmt
{
	position: absolute;
	left: 321px;
	bottom: 20px;
	padding-bottom: 1px;
	padding-left: 10px;
	width: 290px;
	background-color: white;
	z-index: 1;
	border-top: 1px solid black;
}

.groupListNamesLabel
{
	float: right;
	display: inline-block;
	margin-top: 7px;
	margin-right: 14px;
}

.groupListNamesButton
{
	/* display: inline-block; */
	border: 2px solid #404040;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	width: 28px;
	min-width: 28px;
	text-align: center;
	margin-right: 5px;
	margin-top: 1px;
	float: right;

	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.groupListNamesButton.disabled
{
	color: #c0c0c0 !important;
	background-color: #e0e0e0 !important;
	border-color: #b0b0b0 !important;
}

div.groupListMembers
{
	margin-right: 20px;
	padding-left: 310px;
	display: block;
	vertical-align: top;
	/* border-right: 1px solid black;
	   border-top: 1px solid red; */
	position: relative;
	overflow-y: auto;
	top: 2px;
	/* z-index: -1; */
	min-width: 300px;
}

div.groupListMembersBG
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	position: absolute;
	left: 620px;
	top: 100px;
	bottom: 19px;
	right: 20px;
	z-index: -2;
	min-width: 300px;
}

ul.groupListNames
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid black;
	/* width: 302px; */
}

ul.groupListNames li:nth-child(odd)
{
	background-color: #d0ffe0;
}

ul.groupListNames li:nth-child(even)
{
	background-color: #a0f0b0;
}

#userGroupBox ~ #special_footer
{
	display: none;
}

li.groupListNameCell ~ li.groupListNameCell
{
	border-top: 1px solid black;
}

li.groupListNameCell
{
	min-height: 32px;
	/* width: 267px; */
	margin: 0;
	padding: 8px 16px 8px 16px;

	line-height: 32px;

	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

li.groupListNameCell ~ li.groupListNameCell.selected,
li.groupListNameCell.selected
{
	background-color: white !important;
	padding: 8px 16px 8px 14px;
	/* margin-right: -1px; */
	/* width: 264px; */
        /* border-right: 1px solid white; */
	border-top: 3px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	z-index: 1;
}

li.groupListNameCell.selected
{
	min-height: 27px;
	line-height: 26px;
}

li.groupListNameCell ~ li.groupListNameCell.selected
{
	min-height: 28px;
	line-height: 28px;
}

span.groupListID
{
}

span.groupListName
{
}


ul.groupListMemberCells
{
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

li.groupListMembersCell
{
	margin: 0;
	padding: 0;
	display: none;
}
li.groupListMembersCell.visible
{
	display: block;
}

ul.groupListMembers
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.groupListMember
{
	padding-right: 8px;
	line-height: 32px;
	min-height: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	white-space: nowrap;
}
li.groupListMember ~ li.groupListMember
{
	border-top: 1px solid black;
}

span.groupMemberID
{
}

span.groupMemberUsername
{
}

span.groupMemberEmail
{
}

#groupMgmtPane
{
    border: 1px solid black;
    padding-left: 320px;
    padding-top: 2em;
    padding-right: 0;
    padding-bottom: 2em;
    margin: 0;
    display: none;
    position: fixed;
    top: 60px !important;
    bottom: 30px !important;
    left: 20px !important;
    right: 20px !important;
    width: auto;
    height: auto;
}

#groupMgmtPane.visible
{
   display: block;
}


.addRemoveGroupListMember
{
	display: inline-block;
	border: 2px solid #404040;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 25px;
	width: 25px;
	min-width: 25px;
	text-align: center;
	margin-left: 10px;
	position: relative;
	float: right;

	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


#script_list_footer p {
	text-indent: 0;
}

.helpbutton {
	margin: 0px 0px -1px 5px;
	border: 0;
	padding: 0;
	vertical-align: baseline;
	height: 25px;
}

.helpbuttonsmall {
	margin: 0px 0px -1px 2px;
	border: 0;
	padding: 0;
	vertical-align: baseline;
	height: 12px;
}

.help_screenshot {
	margin: 1em;
	border: 1px solid black;
	padding: 2em;

}

#publish_box p
{
	text-indent: 0;
}

.pbtempelt:after
{
	content: "XXX";
}

.toolbar-backup-exit-pad
{
	float: right;
	height: 2px;
	min-height: 2px;
	width: 36px;
	min-width: 36px;
}

.noindent
{
	text-indent: 0;
}

.important
{
	background-color: #f0f0ff;
	border: 1px solid black;
	margin: 1em;
	width: 600px;
	padding: .95em 1.2em .95em 1.2em;
}

.important p
{
	margin-top: .25em;
	margin-bottom: .25em;
}

.summarypara
{
	margin-top: .125em;
	margin-bottom: .125em;
	text-indent: 0 !important;
}

@media print {
    .toolbar-bezel
    {
	display: none;
    }

    body
    {
	margin-top: 0px;
	margin-bottom: 0px;

	font-size: 10pt;
    }

    scene+scene
    {
	margin-top: 10px;
	padding-top: 10px;
	border-top: none;
    }

    scenenumber {
	font-size: 18pt;
    }

    description {
	font-size: 14pt;
    }

    .characternamesel {
	display: none;
    }
    .characterNameValue {
	text-transform:uppercase;
    }

    div.action {
	margin-top: .5em;
	margin-bottom: .5em;
    }

    div.dialogue {
	margin-top: .5em;
    }

    div.cameraangle {
	text-align: right;
    }

    div.sfx {
	margin-top: .5em;
	margin-bottom: .5em;
    }

    /* @page {
    } */
}

@media screen {
    .characterNameValue {
	display: none;
    }

    body
    {
	margin: 0 0 2em 0;
	min-width: 880px;
    }
}


@font-face {
  font-family: 'Muesli';
  font-style: normal;
  font-weight: normal;

  src: local('Muesli'), url('fonts/Muesli/Muesli-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Muesli';
  font-style: normal;
  font-weight: bold;

  src: local('Muesli'), url('fonts/Muesli/Muesli-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Muesli';
  font-style: italic;
  font-weight: normal;

  src: local('Muesli'), url('fonts/Muesli/Muesli-Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Muesli';
  font-style: italic;
  font-weight: bold;

  src: local('Muesli'), url('fonts/Muesli/Muesli-BoldItalic.otf') format('opentype');
}

