@charset "UTF-8";

/*

Author: timdream (timdream at gmail dot com)
Copyright: filmaker.tw

*/

html, body {
	display: block; margin: 0; padding: 0;
}

body {
	height: 100%; width: 100%;
	background-color: #f0f0da; color: #333333;
	font: 1em '微軟正黑體', 'Verdana', sans-serif;
}

input, select, textarea, button {
	vertical-align: middle;
	font: 1em sans-serif;
}

a {
	color: #000000;
	text-decoration: underline;
}

#progress {
	position: absolute; top: 0; left: 5%;
	height: 3.2em; width: 90%; z-index: 5; overflow: hidden;
	background: #664433 url('http://www.filmaker.tw/rw_common/themes/autumn/images/body_bg.png');
	color: #ffffff; font-weight: bold;
	border: 2px solid #000000; border-top: none;
}

body > #progress {
	position: fixed;
}
#progress ol {
	display: block; clear: both; height: 100%;
	margin: 0; padding: 0.9em 5%;
}
#progress ol li {
	display: block;
	float: left; margin: 0 1%; padding: 0.1em 0;
	background-color: #553322;
	border: 1px solid #000000;
	font-size: 0.92em;
	text-align: center;
	width: 14%;
}
#progress ol li.active {
	background-color: #ee9900; color: #000000;
}
#footer {
	margin: 0 5%;
	background: #664433 url('http://www.filmaker.tw/rw_common/themes/autumn/images/body_bg.png');
	color: #ffffff; font-weight: bold;
	border: 2px solid #000000; border-bottom: none;
}

body > #footer {
	position: fixed; bottom: 0; left: 5%;
	height: 1.3em; width: 90%; z-index: 5; overflow: hidden;
	margin: 0;
}

#footer p {
	margin: 0; padding: 0.2em; text-align: right;
	text-align: center;
	font-size: 0.82em;
}

#footer a {
	color: #ffffff;
}

#loading {
	position: absolute; display: none;
	top: 1em; right: 5%; margin-right: 1em; z-index: 6; width: 20px; height: 20px;
	background: #ee9900 url('images/ajax-loader-loading.gif') center center no-repeat;
	border: 1px solid #000000;
	font-size: 16px; line-height: 16px; text-indent: -10000px;
}

#loading p {
	margin: 0; padding: 0.2em;
}

#pricing table td, #editor-right p {
	cursor: pointer;
	color: #000000;
	padding: 0.2em;
	border: 1px outset #666666;
	text-align: center;
	background-color: #f0f0da;
}

#pricing table td.disabled, #editor-right p.disabled {
	cursor: default!important;
	color: #cccccc!important;
	border: 1px solid #cccccc;
	background-color: #f0f0da!important;
}
#pricing table td.selected, #editor-right p.selected {
	color: #000000;
	background-color: #cccccc;
	border: 1px inset #666666;
}

#pricing table td.highlight, #editor-right p.highlight {
	background-color: #999999;
}

.page {
/*	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	margin: 0; padding: 0; overflow: auto;
	background: transparent url('http://www.filmaker.tw/rw_common/themes/autumn/images/sidebar_top.png') bottom center no-repeat;*/
	display: none; 

}
.animating {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	margin: 0; padding: 0; overflow: auto;
}
.innerpage {
	margin: 0; padding: 3.5em 8% 5em 8%; overflow: visible;
}
.innerpage h2 {
	border-bottom: 2px dashed #000000;
}
.active {
	display: block;
}
.steps {
	clear: both;
	margin: 0.5em 0 0 0; padding: 0.5em 0 0 0;
	border-top: 2px dashed #000000;
}

#admin .steps {
	border: none;
}

.steps button {
	font-size: 1.5em; font-weight: bold;
}

.steps .previous {
	float: left;
}
.steps .next {
	float: right;
}

#welcome .function {
	display: none;
	padding: 0.1em;
	font-size: 1.2em; font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#welcome .function a {
	color: #ffffff!important;
}

#welcome #nojavascript {
	display: block;
}

#welcome .missing {
	border: 4px solid #cc0000;
	background-color: #ff0000;
}

#welcome .warning {
	border: 4px solid #cc9900;
	background-color: #ff9900;
}

#welcome .info {
	border: 4px solid #003300;
	background-color: #006600;
}

#info p, #confirmorder p, #admin p, #postchecks p {
	clear: both;
}
#info .info-field, #confirmorder .info-field, #admin .info-field, #postchecks .info-field {
	margin: 0; padding: 0;
	width: 98%; /* Required by IE6 */
	border: 1px solid #f0f0da; /* strange IE layout bug */
}

#info label, #confirmorder label, #admin label, #postchecks label {
	display: block;
	width: 20%;
	float: left;
	margin: 1em 0; padding-left: 5%;
}
#info input, #info select,
#confirmorder input, #confirmorder select,
#admin input, #admin select,
#postchecks input, #postchecks select {
	display: block;
	width: 70%;
	float: right;
	margin: 1em 0;
}
#info input.pass, #confirmorder input.pass, #admin input.pass, #postchecks input.pass {
	background: #ffffff url('images/tick.png') right bottom no-repeat;
}
#info input.fail, #confirmorder input.fail, #admin input.fail, #postchecks input.pass {
	background: #ffffff url('images/error.png') right bottom no-repeat;
}
#info #info_postcode, #info #info_isbid,  #confirmorder #info_isaccount {
	width: 14%;
	margin-right: 1%;
}
#info #info_address, #info #info_bid, #confirmorder #info_account {
	width: 55%;
}

#admin hr {
	clear: both;
	border: none;
	border-bottom: 2px dashed #000000;
}

#pricing table {
	width: 76%; /* IE6 style, 76% ~= (100%-8%*2)*90% */
}

#pricing .innerpage > table {
	width: 90%;
}

#pricing table th, #schemeblock td {
	width: 20%;
}

#doubleblock th {
	width: 40%;
}

#editor .innerpage {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	margin: 0; padding: 0; overflow: visible;
	min-height: 570px;
}

#editor .innerpage h2 {
	border: none;
}

#editor .editor-left {
	position: absolute;
	left: 0; top: 10%; width: 30%; height: 48%; z-index: 3;
	display: none;
	margin: 0; padding: 0;
	/*border: 1px solid #000000;*/
}

#editor .editor-left p {
	clear: both;
	margin: 1em 0 1em 1em;
}

#editor .editor-left-current {
	display: block;
}

#editor .editor-imgbox {
	position: absolute;
	left: 32%; top: 10%; width: 46%; height: 48%; z-index: 3;
	display: none;
	margin: 0; padding: 0;
	overflow: auto;
	
	/*border: 1px solid #000000;*/
}

#editor .editor-imgbox .box, body.box {
	position: relative;
	width: 400px; height: 266px;
	background-color: #000000;
	margin: 0.2em auto; padding: 0;
	display: block;
}

#editor .editor-imgbox div.transparent-background, #editor .editor-imgbox div.transparent-background input {
	background-color: #f0f0da;
}

body.box .upload-button {
	position: absolute;
	top: 140px; left: 40px; width: 320px;
	margin: 0; padding: 0;
	text-align: center;
}

#editor #imgbox-upload .upload-button-box {
	position: absolute;
	top: 1em; left: 136px; width: 100%;
	width: 128px; height: 128px;
	background: transparent url('images/Nuvola_apps_indeximg.png') center top no-repeat;
}

#editor #imgbox-upload .upload-stop-button {
	position: absolute;
	right: 0.3em; bottom: 0.3em; width: 100%;
	margin: 0; padding: 0;
	text-align: right;
}

#editor .editor-imgbox #upload-progress, body.box #upload-progress {
	display: none;
	position: absolute;
	bottom: 70px; left: 40px;
	width: 320px;
}

#editor .editor-imgbox #upload-progress p, body.box #upload-progress p {
	position: absolute;
	top: 0; left: 0;
	margin: 0; padding: 0.1em 0.2em; text-indent: 20px;
	overflow: hidden;
	background: #cccccc url('images/ajax-loader-upload-progress.gif') 0.2em 0.25em no-repeat;
}

body.box #upload-progress p {
	width: 100%;
}

#editor p.buttons {
	margin: 0 1em; padding: 0;
	border: 1px solid #f0f0da; /* strange IE layout bug */
}

#editor .align-buttons span, #editor .color-buttons span, #editor .bg-buttons span, #editor .font-buttons span, .knob {
	display: block; float: left; margin: 0.1em; padding: 2px; text-indent: 18px;
	cursor: pointer; height: 20px; overflow: hidden;
	border: 1px outset #666666;
}

.editor-align-left {
	background: #f0f0da url('images/text_align_left.png') 2px center no-repeat;
}

.editor-align-center {
	background: #f0f0da url('images/text_align_center.png') 2px center no-repeat;
}

.editor-align-right {
	background: #f0f0da url('images/text_align_right.png') 2px center no-repeat;
}

.bg-buttons span {
	background: #f0f0da url('images/shading.png') 2px center no-repeat;
}

.color-buttons span {
	background: #f0f0da url('images/palette.png') 2px center no-repeat;
}

.font-buttons span {
	background: #f0f0da url('images/font.png') 2px center no-repeat;
}

#editor p.slider {
	display: block; height: 30px;
	margin: 0 1em; padding: 0;
	border: 1px solid #cccccc;
}

#editor p.slider span {
	background: #f0f0da url('images/style_go.png') 2px center no-repeat;
	cursor: e-resize;
}

#editor p span.selected {
	color: #000000;
	background-color: #cccccc;
	border: 1px inset #cccccc;
}

#editor .color-buttons span.selected, #editor p.slider span.knob {
	color: #000000;
	background-color: #cccccc;
	border: 1px outset #cccccc;
}

#editor p .highlight {
	background-color: #999999;
}
#rainbow, #bgrainbow {
	z-index: 4;
	font-size: 0.75em;
}

#editor .editor-imgbox-current {
	display: block;
}

#editor .textbox {
	margin: 0; padding: 0;
}

#editor .textbox input {
	position: absolute;
	left: 10%; width: 80%; z-index: 2;
	background-color: #000000;
	color: #ffffff;
	border: 1px dashed #cccccc;
}

#editor .textbox input.active {
	border: 1px dashed #666666;
	z-index: 3;
}

#editor .textbox-button {
	position: absolute;
	right: 0.3em; bottom: 0.3em; width: 100%;
	margin: 0; padding: 0;
	text-align: right;
}

#editor-text1-line1 {
	top: 104px;
}

#editor #editor-right {
	position: absolute;
	right: 0; top: 10%; width: 20%; height: 48%; z-index: 3;
	margin: 0; padding: 0;
	/*border: 1px solid #000000; border-right: none;*/
}

#editor #editor-bottom {
	position: absolute;
	top: 58%; left: 5%; width: 90%; height: 30%; z-index: 3;
	overflow: auto;
	
	margin: 0; padding: 0;
	/*border: 1px solid #000000; border-left: none;*/
}

#editor .closewarning {
	display: none;
	clear: both;
	margin: 2em 0;
}

#editor .steps {
	position: absolute;
	bottom: 4%; left: 7%; width: 86%;
	border: none;
}

#editor h2, #editor h3 {
	margin: 0; padding: 0.2em 2%;
}

#editor-right p {
	margin: 0.2em 10%;
}
.roll-16 {
	display: none;
	width: 2530px;
}

.roll-34 {
	display: none;
	width: 5376px;
}
.roll-34 div, .roll-16 div {
	display: block; position: relative;
	background: #000000 url('images/film-s.jpg') left top no-repeat;
	float: left; width: 158px; height: 145px;
	overflow: hidden;
}

.roll-selected {
	display: block;
}


.filmimg {
	position: absolute;
	top: 22px; left: 4px; width: 150px; height: 100px;
	cursor: pointer;
}

.film-selected .filmimg {
	top: 19px; left: 1px; width: 150px; height: 100px;
	border: 3px solid #ffffff;
}

.film-selected > .filmimg {
	cursor: move;
}

.dragdesc {
	display: none;
}

p > .dragdesc {
	display: inline;
}

.num {
	position: absolute;
	margin:0; padding: 0; top: 25px; right: 5px; width: 40px; height: 16px;
	font-weight: bold; font-size: 16px; line-height: 16px;
	color: #ffffff; font-weight: bold; text-align: right; padding-right: 5px;
/*	background: transparent url('images/film_edit.png') left center no-repeat; */
}

.film-fail .num {
	padding-right: 21px;
	background: transparent url('images/error.png') right center no-repeat;
}

.film-pass .num {
	padding-right: 21px;
	background: transparent url('images/tick.png') right center no-repeat;
}

.draggingfilm img {
	display: none;
	/*top: 22px!important; left: 4px!important;
	border: none!important;*/
}

body.isdragging .roll-selected div img {
        cursor: move!important;
}

.dragindicator {
	display: none;
}

body.isdragging .dragindicator {
	position: absolute;
	display: block;
	width: 150px;
	height: 100px;
	z-index: 7;
	margin: 3px;
	border: 2px solid #000000;
}

.movetoprev {
	position: absolute;
	margin:0; padding: 0; bottom: 30px; left: -10px; width: 18px; height: 18px;
	font-size: 16px; line-height: 16px;
	overflow: hidden; text-indent: -10000px;
	background: #f0f0da url('images/arrow_refresh.png') center center no-repeat;
	border: 1px solid #666666;
	cursor: pointer;

}

.movetonext {
	position: absolute;
	margin:0; padding: 0; bottom: 30px; right: -10px; width: 18px; height: 18px;
	font-size: 16px; line-height: 16px;
	overflow: hidden; text-indent: -10000px;
	background: #f0f0da url('images/arrow_refresh.png') center center no-repeat;
	border: 1px solid #666666;
	cursor: pointer;
}

.roll-16 .extended {
	display: none;
}

.films-hidden {
	display: none;
}

#confirm .confirmation {
	cursor: pointer;
	padding: 0.2em;
	font-size: 1.2em; font-weight: bold;
	border: 2px outset #cc0000; background-color: #f0f0da; 
	color: #000000;
	background-color: #ff9999;
	text-align: center;
}
#confirm .confirmed {
	color: #ffffff;
	background-color: #006600;
	border: 2px inset #003300;
}

#confirm .highlight {
	background-color: #cc9999;
}

#confirm .roll, #complete .roll {
	position: relative; width: 100%; /* required by IE */
	height: 170px; overflow: auto;
}

#confirm .roll .roll-16, #confirm .roll .roll-34, #complete .roll .roll-16, #complete .roll .roll-34 {
	display: block;
}
#confirm .filmimg, #complete .filmimg {
	cursor: default;
}

#download {
	display: none;
}

