div.story_views {
   padding: 0px;
   margin:  1em 0px;
   width:   80px;
   height:  20px;
}

div.story_views img {
   padding: 0px;
   margin:  0px;
   width:   20px;
   height:  20px;
   border:  none;
}

div.story_views a {
   padding: 0px;
   margin:  0px;
}

table.story_list {
   border:          1px solid white;
   padding:         0px;
   margin:          1px;
   border-collapse: collapse;
}

table.story_list th {
   border-left:   none;
   border-right:  none;
   border-top:    1px solid white;
   border-bottom: 1px solid white;
   padding:       2px 0.5em;
   font-weight:   bold;
}

table.story_list td {
   border-left:   none;
   border-right:  none;
   border-top:    1px solid white;
   border-bottom: 1px solid white;
   padding: 2px 0.5em;
}

table.story_list a {
   text-decoration: none;
   color:           #222266;
   font-weight:     normal;
}

table.story_list a:hover {
   text-decoration: underline;
}

table.story_list img, table.story_list input[type=image] {
   width:  16px;
   height: 16px;
   border: none;
}

div.story_navi {
   clear:      both;
   height:     3em;
   text-align: center;
}

div.story_navi img{
   margin: 0px 2px;
   height: 16px;
   width:  16px;
   border: none;
}

div.story_navi span{
   margin: 0px 2px;
}

div.story_navi input{
   width: 3em;
}

img.preview {
	width:124px; height:92px; margin:0.2cm;
}

div.preview {
	border-width:1px; border-top-style: solid; border-bottom-style: solid;
}

div#story_name {
	width:100%;
	background-color:#555555;
	color: #FFFFFF;
	height: 24px;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	background-image: url('/osr/icons/kde/storyboard/custom/top_gradient.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#story_name span#tools {
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	color: #355783;
	cursor: pointer;
}

div#story_name img.icons {
	float: left;
	margin-top: -5px;
	margin-left: 2px;
	cursor: pointer;
}

div#storyboard.wrapper {
	margin:auto; width: 925px;
	background-color: #F1F1F1;
	border: 1px solid;
}

div#tools_content {
	background-color: #F1F1F1;
	color: #355783;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	z-index: 100;
	display: none;
}

div#tools_content a {
	color: #355783;
	padding-left: 5px;
}

div#tools_content a:hover {
	background-color: #C3D2EF;
	text-decoration: none;
	display: block;
}

div#drag_container {
	background-color: #FFFFFF;
	left: -49px;
	border-left: 1px solid;
	border-right: 1px solid;
}

div#drag_container textarea {
	font-family: Comic Sans MS;
	resize: none;
	padding:0;
}

div#drag_container, div#navi_bar {
	margin: auto;
	z-index:0;
}

div#navi_bar {
	height: 60px;
	border-top: solid 1px;
	background-color: #E3E3E3;
	text-align: center;
}

div#navi_bar ul#navi_bar {
	margin-top: 5px;
	padding: 0 5px;
}

div#navi_bar li {
	cursor: pointer;
	margin: 0 5px;
}

div#leftmenu {
	position: relative; 
	background-color: #C3D2EF; 
	float: left; 
	position: relative; 
	top: -10100px; 
	width: 33px; 
	padding: 0 10px 0 10px; 
	border-radius: 10px 10px;
	z-index:1;
	display: none;
}

div#rightmenu {
	position: relative; 
	background-color: #F1F1F1; 
	float: right; 
	position: relative; 
	top: -10100px; /* Because Firefox 3.5 has an Expando Bug */ 
	width: 150px;
	padding: 0px; 
	border-radius: 10px 10px;
	overflow: hidden;
	z-index:1;
	display: none;
	/* counter jquery ui styling! */
	background: transparent;
	border: none;
	color: black;
}

div#rightmenu ul#tabs {
	background: url('/osr/icons/kde/storyboard/custom/blue_gradient.jpg');
	padding-top: 2px;
	/* counter jquery-ui styling */
	border: none;
	color: black;
	font-weight: normal;
	overflow: hidden;
	height: 35px;
}

div#rightmenu ul#availableBallons {
	height: 115px;
	border-bottom: solid 1px;
	padding-top: 5px;
	padding-left: 5px;
}

div#rightmenu ul#tabs li {
	border-bottom: solid 1px;
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding: 0 0.5px;
	border-top: none;
	border-left: none;
	border-right: none;
	background: transparent;
	margin: 0;
}

div#rightmenu ul#tabs li>a {
	padding: 0;
}

div#rightmenu ul#tabs li.ui-tabs-selected {
	border: solid 1px;
	border-bottom: none;
	background-color: #C3D2EF;
	background-image: none;
}

div#rightmenu ul#tabs img {
	padding: 0 2px;
}

div#rightmenu>div {
	padding: 0;
}

li.object {
	float: left; list-style: none;
}

.temp {
	opacity:0; width:32px; height:32px;
}

textarea {
	resize: none;
}

div.ballon.new {
	background: white none repeat scroll 0 0;
	height: 75px;
	width: 150px;
	position: absolute;
}

div.ballon.new textarea {
	width:150px;
	height:75px;
}

div.object.new {
	z-index: 5;
}

.overlay {
	position: absolute; z-index:100000;
}

div.overlay {
	width:100%; height: 100%; background-color: #FFFFFF; position: absolute; top: 0px; left: 0px; border-style: solid; border-color: black; border-width: 1px;
	opacity: 0.3; z-index:-1;
}

img#remove, img#removeAppendix {
	top:0px;
	right:0px;
	margin: 1px;
}

 img#removeAppendix {
 	right: 18px;
 }

img#move_ballon {
 	right: 4px;
	bottom: 4px;
	margin: 1px;
 }

img#layerup {
	bottom: 20px;
	left: 0px;
	margin: 1px;
}

img#layerdown {
	bottom: 0px;
	left: 0px;
	margin: 1px;
}

p#layernumber {
	left: 0px;
	bottom: 11px;
	font-size: 10px;
	margin: 1px;
	padding: 0px;
	width: 16px;
	text-align: center;
}

img#bigger_font {
	bottom: 20px;
	left: 18px;
	margin: 1px;
}

img#smaller_font {
	bottom: 0px;
	left: 18px;
	margin: 1px;
}

p#font_size {
	left: 18px;
	bottom: 11px;
	font-size: 10px;
	margin: 1px;
	padding: 0px;
	width: 16px;
	text-align: center;
}

div#object_sun {
	width: 80px;
	height: 80px;
}

div#object_sun img.new {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#leftmenu ul {
	margin-top: 10px;
}

div#rightmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: auto;
}

div#rightmenu ul li.record.rightmenu {
	float: none;

}

div#rightmenu ul li {
	float: left;
}

div#rightmenu ul img {
	border: none;
}

div#rightmenu ul img.speech {
	width:60px;
}

div.ui-tabs-panel {
	background: #C3D2EF;
	/* override jquery-ui styling*/
	border: none;
	color: black;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

div#availableClouds, div#availableBots {
	overflow: auto;
}

div#availableClouds li, div#availableBots li {
	float: left;
	list-style: none;
	margin: 5px;
}

div#drag_container li {
	list-style: none;
}

div#drag_container div.record {
	height: 32px;
	width: 48px;
	position: absolute;
	z-index: 90;
}

applet.expando {
	display: none;
}

div#editScene {
	background-image: url('/osr/icons/kde/storyboard/custom/edit_scene.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 150px;
	height: 64px;
	display: none;
	position: relative; 
	background-color: #F1F1F1;
	float: right; 
	position: absolute; 
	padding: 0px; 
	border-radius: 10px 10px;
	overflow: hidden;
	z-index:1;
	border-top: solid 1px;
	display: none;
	bottom: 0;
}

div#botGenerator {
	background-image: url('/osr/icons/kde/storyboard/custom/edit_bot.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 150px;
	height: 64px;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #F1F1F1;
}

div#cloudGenerator {
	background-image: url('/osr/icons/kde/storyboard/custom/add_cloud.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 150px;
	height: 64px;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #F1F1F1;
}

div#blur {
	position:fixed;
	height: 100%;
	width: 100%;
	background-color: black;
	z-index: 100000;
	opacity: 0.8;
	left: 0px;
	top: 0px;
	display: none;
}

div#extEditor div.title {
	background-color: #888888;
	color: white;
	height: 20px;
	text-align: center;
	top: 0px;
	font-size: 13px;
}

div#extEditor {
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 3px;
	height: 70%;
	width: 80%;
	margin: auto;
	opacity: 0.9;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 100001;
	left:10%;
	top: 15%;
}

div#extEditor img.cancel {
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}

div#extEditor div#tabs {
	height: 55px;
	width: 100%;
	background-color: #888888;
}

div#extEditor div#tabs img.tab {
	float: left;
	margin: 0px 5px;
	width: 55px;
	height: 55px;
}

div#extEditor div#tabs img#selection {
	z-index: 10;
	display: none;
	position: absolute;
	opacity: 0.65;
}

div#extEditor div#content {
	position: absolute;
	top:75px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div#extEditor div#content div#SceneTabs div#smallPreview{
	position: absolute;
	height: 105px;
	bottom: 0px;
	left: 0px;
	width: 140px;	
}

div#extEditor div#content div#SceneTabs ul#Tabs{
	padding: 0;
	margin: 0;
}

div#extEditor div#content div#SceneTabs ul#Tabs li {
	display: block;
	padding: 5px;
	border-bottom: 1px solid;
}

div#extEditor div#content div#SceneContent {
	background-color: #F0F0F0;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 140px;
	right: 0px;
	border-left: solid 1px;	
}

div#extEditor div#content div#SceneContent div#preview_dir {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 160px;
	list-style-type: none;
	overflow: auto;
	font-size: 12px;
	text-overflow:ellipsis;
	white-space: nowrap;
}

div#extEditor div#content div#SceneContent div#preview_dir ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

div#extEditor div#content div#SceneContent div#preview_dir ul li:hover{
	background-color: #000080; opacity:0.5; color: white;
}

div#extEditor div#content div#SceneContent div#preview_dir ul li.selected{
	background-color: #000080; color: white;
}

div#extEditor div#content div#SceneContent div#preview_dir ul li img.dir_img {
	float: left; visibility:hidden; height:14px; width:14px; margin: auto 0;
}

div#extEditor div#content div#SceneContent div#preview_list {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 160px;
	right: 0px;
	border-left: solid 1px;
	overflow: auto;
}

div#extEditor div#content div#SceneContent div#preview_list ul {
	list-style-type: none;
	padding: 0;
}

div#extEditor div#content div#SceneContent ul#overlay, div#extEditor div#content div#SceneContent ul#floor{
	list-style-type: none;
	padding: 0;
}

div#extEditor div#content div#SceneContent table {
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
	border-spacing: 5px;
}

div#extEditor div#content div#SceneContent table tr {
	background-color: #CCCCCC;
}

div#extEditor div#content div#SceneContent table tr td.format_preview {
	width: 75px;
	text-align: center;
}

div#extEditor div#content div#SceneContent table tr td.format_preview img {
	width: 75px;
}

div#extEditor div#content div#SceneContent table tr td.desc {
	background-color:#F0F0F0;
}

div#extEditor div#content div#SceneContent div#backgroundfile {
	position: absolute;
	top:10px;
	left:10px;
}

div#extEditor div#content div#CloudPreview {
	height: 100px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

div#extEditor div#content  div#CloudControls {
	position: absolute;
	left: 50px;
	top: 150px;
	width: 150px;
}

div#extEditor div#content  div#CloudControls p {
	margin: 0px;
}

div#extEditor div#content  div#CloudControls button {
	margin: 5px;
	position: absolute;;
	right: 0px;
}

div#extEditor div#content div#BotList {
	background-color: #F0F0F0;
	width: 141px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 65px;
	overflow: auto;
}

div#extEditor div#content div#BotList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#extEditor div#content div#BotList li.bot{
	float: left;
	width: 100%;
	height: 120px;
}

div#extEditor div#content div#BotList li.bot div.smallBot {
	position: relative;
	margin: 0 auto;
	width: 95px;
}

div#extEditor div#content div#BotList li.bot div.hiddenBot {
	display: none;
}

div#extEditor div#content div#BotEditor {
	border-left: 1px solid;
	background-color: #F0F0F0;
	position: absolute;
	left: 141px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

div#extEditor div#content div#BotEditor div#Preview {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 160px;
	height: 190px;
}

div#extEditor div#content div#BotEditor div#BotControl {
	position: absolute;
	width: 160px;
	text-align: center;
	left: 20px;
	top: 220px;
	display: none;
}

div#extEditor div#content div#BotEditor div#BotControl table{
	display: inline-block;
	margin-left: 5px;
}

div#extEditor div#content div#BotEditor div#BotControl table tr td {
	height: 10px;
	width: 10px;
}

div#extEditor div#content div#BotEditor div#BotControl table tr td {
	height: 10px;
	width: 10px;
}

div#extEditor div#content div#BotEditor div#BotControl table tr td#default {
	background-color: #fbaf8f;
}

div#extEditor div#content div#BotEditor div#BotControl table tr td#yellow {
	background-color: #c4be50;
}

div#extEditor div#content div#BotEditor div#BotControl table tr td#brown {
	background-color: #583b19;
}

div#extEditor div#content div#BotEditor div#Parts {
	position: absolute;
	left: 230px;
	top: 20px;
	right: 50px;
	bottom: 20px;
}

div#extEditor div#content div#BotEditor div#Parts div.previewWindow {
	display: none;
	background-color: white;
	border: solid;
	height: 100%;
	width: 100%;
	overflow: auto;
}

div#extEditor div#content div#BotEditor div#Parts div.previewWindow li {
	float: left;
	list-style: none;
	margin: 5px;
}

div#extEditor div#content div#BotEditor div#Parts div.previewWindow li img {
	max-width: 64px;
}

div#extEditor div#content div#BotAdd {
	border-top: 1px solid;
	background-color: #CCCCCC;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 141px;
	height: 64px;
	background-image: url('/osr/icons/kde/storyboard/custom/add_bot.png');
	background-repeat: no-repeat;
	background-position: center center;
}

div.modal {
	height: 100%;
	width: 100%;
}

img.floatl {
	float: left;
	margin-right: 2px;
}

img.ajaxLoader {
	height: 32px;
	width: 32px;
	margin: auto;
	display: block;
}

img.ajaxLoader.BotList, img.ajaxLoader.CloudPreview, img.v-align{
	position: relative;
	top: 50%;
	margin-top: -16px;
}

.pulse {
	cursor: pointer;
}

li.preview_list {
	float:left;
}

li.preview_list img.preview {
	width: 100px; max-height: 150px; margin: 5px; opacity: 1 !important; 
}

li.preview_list img.preview:hover {
	outline: 3px solid black;
}

div#ajaxCounter {
	position:fixed;
	left:0px;
	bottom:0px;
	border: solid 1px;
	background-color: #ffffe6;
	font-size: 12px;
	display: none;
	z-index: 100002;
}

div#ajaxCounter ul {
	margin:0;
	padding:0;
	list-style: none;
}

.success {
	background-color: #99ff99;
}

.error {
	background-color: #ff9999;
}

div#ajaxCounter img {
	width: 16px;
	float: left;
	margin-right: 5px;
}

div#ajaxCounter span.desc {
	margin-right: 5px;
}

div.acceptedBallon {
	opacity: 0.94;
}

div.hoveredBallon {
	opacity: 1;
}

div.appendix {
	width:1px;
}

div#expose {
	display: none;
	z-index:100001;
	position:fixed;
	left: 0;
	top: 0;
	margin-top: 12px;
	bottom: 45px;
}

div#expose span.screen_name {
	height: 20px;
	position:relative;
	min-width: 20px;
	max-width: 100%;
	text-align:center;
	color: white;
	overflow: hidden;
}

div#expose_controls {
	display: none;
	z-index:100002;
	position:fixed;
	height: 20px;
	margin: auto;
	left: 50%;
	bottom: 10px;
	color: white;
}

div#expose_controls div.content {
	margin: 4px auto;
	width: 100%;
	z-index: 10;
	position: relative;
	text-align: center;
	font-size: 10px;
}

div#expose_controls div.content span {
	cursor: pointer;
}

div#expose_controls div.content span:hover {
	text-shadow: 0 0 7px #FFFFFF;
}

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

li.ui-draggable-dragging {
	list-style-type: none;
}

.black-background {
	background-color: black;
	opacity:0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:0;
	border: #555555 solid 1px;
	margin-left: -10px;
	padding-right: 20px;
}

.expose_overlay {
	top:-12px;
	right:-12px;
	padding: 4px;
	position: absolute;
	z-index:100000;
	background-color: black;
	border: #AAAAAA solid 2px;
}

.expose_overlay2 {
	bottom:-12px;
	left:-12px;
	padding: 4px;
	position: absolute;
	z-index:100000;
	background-color: black;
	border: #AAAAAA solid 2px;
}

li.navileft {
	float:left;
}

li.naviright {
	float:right;
}

div#rightmenu ul li.bot, div#rightmenu ul li.cloud {
	float: none;
}

div#slider {
	overflow: auto;
	display: none;
	height: 84px;
}

div#slider div.slider_screen {
	width: 80px;
	height: 60px;
	opacity: 0.5;
	cursor: pointer;
	border: 1px solid black;
}

div#slider div.slider_screen.selected {
	opacity: 1;
}

div#slider_hide {
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

div#slider_hide.closed {
	background-image: url(/osr/icons/kde/crystalclear/16x16/actions/1downarrow.png);	
}

div#slider_hide.open {
	background-image: url(/osr/icons/kde/crystalclear/16x16/actions/1uparrow.png);
}

div#delete_screen_confirm {
	background-color: #EEEEEE;
	z-index: 100004;
	position: fixed;
	left: 30%;
	right: 30%;
	top: 35%;
	bottom: 35%;
}

div#delete_screen_confirm div#delete_screen_title {
	background-color: #888888;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}

div#delete_screen_confirm div#delete_screen_content {
	position: relative;
	margin: 5px;	
}

div#delete_screen_confirm div#delete_screen_content div#delete_screen_content_illustration {
	width: 194px;
	margin: auto;
}

div#delete_screen_confirm div#delete_screen_controls {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	margin: 0 5px 5px 0;	
}

div#delete_screen_confirm div#delete_screen_controls button {
	margin-left: 2px;	
}

div#blur2 {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	z-index: 100003;
}

img.slider_busy {
	position: relative;
	bottom: 30px;
	left: 46px;
	z-index: 5;
}

ul#navigation {
	margin: 0 auto;
	width: 270px;
}

img.storyboard-background {
	position: absolute;
	left: 0;
	top: 0;
}

iframe#story_iframe_file_upload {
	border: none;
	overflow: hidden;
}

/* Because of incompatibilities with jquery.galeriffic */
ul#navi_bar img#slideshow {
	height: 32px;
	width: 32px;
}

.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
