body,html { padding: 0; margin: 0; overflow: hidden; }
.clear { font-size: 1px; line-height: 1px; clear: both; }
table, tr, td, th { vertical-align: top; }

/***********************************************************
 * EDITOR
 ***********************************************************/
#editorcontainer { width: 100%; border-width: 0 1px; background: #f3f9fd; margin: 0; }

#editorspace { width: 100%; height: 500px; overflow: hidden; background: #f3f9fd; }
#editorspace #bg { width: 100%; }

#leftpage,#rightpage {
	width: 200px;
	height: 200px;
	background: #fff;
	position: absolute;
	z-index: 1;
}

#selectedpage {
	width: 200px;
	height: 200px;
	background: transparent;
	position: absolute;
	border: 3px solid #EC008C;
	z-index: 0;
}

#reader #leftpage,#reader #rightpage {
	border: 5px solid #445;
}

.dragarea {
	position: absolute;
}

.dragarea .control {
	position: absolute;
}

.dragarea .control img {
	position: relative;
	top: 50%;
	margin-top: -100%;
}

#editorspace .disabled {
	background: transparent;
}

#reader #editorspace .disabled {
	background: #445;
	border: 0 none;
}

.dragarea ul {
	margin: 0;
	padding: 0;
}

.dragarea ul li {
	list-style-type: none;
	display: block;
}

/***********************************************************
 * PAGE OBJECT
 ***********************************************************/
.positionable { position: absolute; background: transparent; z-index: 20; }
.sl,.sr,.st,.sb,.ul,.ur,.bl,.br {
    width: 2px; height: 2px; display: block; position: absolute; z-index: 1000;
    background: #fff; border: 2px solid #0074be; }
.ul { left: -3px; top: -3px; cursor: nw-resize; }
.ur { right: -4px; top: -3px; cursor: ne-resize; }
.bl { left: -3px; bottom: -4px; cursor: sw-resize; }
.br { right: -4px; bottom: -4px; cursor: se-resize; }
.sl { left: -3px; top: 50%; margin-top: -3px; cursor: w-resize; }
.sr { right: -4px; top: 50%; margin-top: -3px; cursor: e-resize; }
.st { left: 50%; top: -3px; margin-left: -3px; cursor: n-resize; }
.sb { left: 50%; bottom: -4px; margin-left: -3px; cursor: s-resize; }

/*.sl,.sr,.st,.sb,.ul,.ur,.bl,.br,.delete,.tmove,.tedit,.imove { position: absolute; z-index: 1000;  }
.delete { right: 0; top: 0; }
.tedit { right: 19px; top: 0; }
.tmove { right: 38px; top: 0; cursor: move; }
.imove { right: 19px; top: 0; cursor: move; }*/

.pageimg,.pagetext {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image_ph { position: absolute; left: 50%; top: 50%; margin: -48px 0 0 -40px; height: 30px; width: 70px;
    padding: 66px 5px 0 5px; background: url(../images/editor/kiddle/add_pic.png) no-repeat center center;
    color: #fff; font: 12px/14px Trebuchet MS, Arial, san-serif; text-align: center;
}

.placeholder {
	background: url(../images/editor/placeholder_bg.png);
	border: 1px solid #ccc;
}

.pagetext {
	border: 0 none;
	margin: 0;
	background: transparent;
	font: 14px Trebuchet MS, Verdana, Tahoma, Georgia, san-serif;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	overflow: hidden;
	white-space: pre;
	word-wrap: break-word
}

.disptext {
	z-index: 100;
	border: 0 none;
	margin: 0;
	font: 14px Trebuchet MS, Verdana, Tahoma, Georgia, san-serif;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	overflow: hidden;
	line-height: 1.1;
}

.text {
	z-index: 200;
	border: 1px solid #b7b7b7;
	font-size: 16px;
}

.locked_text {
	z-index: 200;
	font: 14px Trebuchet MS, Verdana, Tahoma, Georgia, san-serif;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	overflow: hidden;
}

.hovered { }
.hovered.text { z-index: 1000; }
.hovered textarea { background: #f8f8f8; background: rgba(255,255,255,0.5); border: 1px solid #bbbbbb; overflow-x: hidden; overflow-y: auto; }

/***********************************************************
 * DYNAMIC LOADER
 ***********************************************************/
#loading {
	font: 10px Trebuchet MS, Verdana, Tahoma, Georgia, san-serif;
	text-align: right;
	padding: 10px 20px;
}

#loading img {
	vertical-align: text-top
}

/***********************************************************
 * TEXT PROPERTY AND PAGE COLOR EDITORS
 **********************************************************/
#textprops { left: 100px; top: 100px; width: 248px; }
#textprops .holder { width: 220px; }
#textprops .colorpicker { float: right; width: 105px; }
#textprops .colorpicker .box:hover { border: 1px solid #000; }
#textprops .sizer { float: left; position: relative; }
#textprops .buttons { clear: both; }
#textprops .formatter { clear: both; }
#textprops .locks, #textprops .element_hint { padding-top: 5px; clear: both; }
#textprops .element_hint textarea { width: 100%; }
#textprops .fmt_icon { width: 32px; height: 30px; background-image: url(../images/editor/fmt_icons.png);
    display: block; float: left; margin: 0 5px 5px 0; }
#textprops .fmt_icon:hover { background-image: url(../images/editor/fmt_icons_hover.png); }
#textprops .selected { background-image: url(../images/editor/fmt_icons_selected.png); }
#textprops .close .ico2 { margin: 0; float: right; margin-right: -15px; }
#textprops h3 { padding-bottom: 5px; }
#fmt_align_left { background-position: 0 top; }
#fmt_align_center { background-position: -32px top; }
#fmt_align_right { background-position: -64px top; }
#font_bold { background-position: -96px top; }
#font_italic { background-position: -128px top; }
#text_up { background-position: -160px top; }
#text_down { background-position: -192px top; }
#textprops h5 { font: 11px Trebuchet MS, Arial, Helvetica, san-serif; font-weight: normal; }
#size_box { position: relative; }
#size_track { padding: 4px 0; position: absolute; left: 0; top: 0; }
#size_thumb { position: absolute; left: 40px; top: 0; }

#size_chooser { margin-top: 36px; width: 108px; height: 20px; float: left; padding-left: 5px;
    background: url(../images/editor/kiddle/sizer.png) no-repeat top left; }
#size_chooser span { display: block; float: left; width: 14px; height: 100%; }

#bgedit .colorpicker .box, #textprops .colorpicker .box { width: 10px; height: 10px; margin: 0 1px 1px 0;
	float: left; display: block; border: 1px solid #A0A0A0; overflow: hidden; font-size: 1px; }

#bgedit .colorpicker { width: 105px; }

/***********************************************************
 * SCROLL LIST
 ***********************************************************/
.scrollable {
	position: relative;
}

.scroller {
	height: 10px;
	width: 10px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 20px;
}

.scroller ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 10px;
}

.scrollable ul li,.scrollable .extra {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0px 10px;
}

.scrollable .extra {
	margin: 0;
}

.scrollable .prev,.scrollable .next {
	float: left;
	width: 20px;
	/*margin: 0 5px;*/
}

/***********************************************************
 * PAGE LIST
 ***********************************************************/
#pagelist { height: 140px; background: url(../images/editor/kiddle/pager_bg.png) repeat-x top left; }
#pagelist #endpiece { position: absolute; top: 0; right: 0; }
#pagelist .scroller { height: 160px; width: 500px; overflow-x: hidden; float: left; }
#pagelist .prev { padding: 30px 10px; }
#pagelist .next { padding: 30px 0 0 20px; }

#pagelist ul li {
	width: 63px;
	height: 82px;
	margin: 10px 4px 0 0;
	position: relative;
	cursor: pointer;
}
#pagelist li.right {
	border-right: 1px solid #91ceef; margin-right: 8px; padding-right: 12px;
}

#pagelist div.pagebody {
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #83b6cf;
}
#pagelist ul li.selected .pagebody {
	border-color: #EC008C;
}
#pagelist div.number {
	position: absolute; top: 85px; padding: 0 3px; text-align: left;
	font: 10px Trebuchet MS, Arial, Tahoma, san-serif; color: #0373ad;
}
#pagelist li.left div.number { left: 0; }
#pagelist li.right div.number { right: 7px; text-align:right; }

#pagelist div.text {
	border: 0 none;
	background: transparent;
	font: 4px bold Trebuchet MS, Verdana, Tahoma, Arial, san-serif;
}

#pagelist div.cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	background: transparent;
}

#pagelist #marker {
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
	height: 110px;
	background: red;
	border-right: 1px solid red;
}

#pagelist ul li .menu {
	position: absolute;
	left: 2px;
	bottom: 26px;
	z-index: 101;
}

#libmenu {
	position: absolute;
	display: none;
	list-style-type: none;
	border: 1px solid #ccc;
	background: #fff;
}

#libmenu a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #777;
	font: 9px bold Trebuchet MS, Helvetica, Arial, san-serif;
}

#libmenu a:hover {
	background: #eee;
}

/***********************************************************
 * BACKGROUND EDITOR
 ***********************************************************/
#bgedit {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 285px;
	height: 150px;
	z-index: 10001;
}

/***********************************************************
 * DIALOG
 ***********************************************************/
#dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -208px;
	width: 417px;
	height: 300px;
	z-index: 10001;
}

#dlg_body {
	position: relative;
	width: 100%;
}

#dlg_content {
	position: relative;
	z-index: 2000;
	padding: 0 26px 40px 21px;
}

#dlg_content * {
	margin: 0;
	padding: 0;
	font: 12px Trebuchet MS, Verdana, Tahoma, Georgia, san-serif;
}

#dlg_content h1 {
	font-size: 20px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccd;
	color: #bbc;
}

#dlg_content .controls {
	text-align: right;
	position: absolute;
	right: 26px;
	bottom: 0;
}

#dlg_content .controls * {
	border: 0 none;
}

#dlg_bg {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#dialog .scrollable {
	overflow-y: auto;
	height: 300px;
	width: 96%;
	padding: 2%;
}

/***********************************************************
 * POPUP HELP
 ***********************************************************/
#tooltip { position: absolute; z-index: 9000; padding: 3px 6px;
    background: #000; color: #fff;
	font: 14px Trebuchet MS, Verdana, Tahoma, san-serif;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/***********************************************************
 * PAGE DISPLAY
 ***********************************************************/
#page-left,#page-right { position: absolute; width: 150px; height: 40px; vertical-align: bottom;
	font: 35px/40px Trebuchet MS, san-serif; color: #3f9ecf; text-align: left; }
#page-left { text-align: right; }

/***********************************************************
 * HINTS
 ***********************************************************/
#hint_l, #hint_r { position: absolute; left: 0; top: 0; width: 399px; z-index: 1000; font-size: 1px; padding-top: 10px; }
#hint_l b b, #hint_r b b { background: #8dccef }
#hint_l .arrow, #hint_r .arrow { background: url(../images/editor/kiddle/hint_arrow.png) no-repeat top left;
    display:block; height: 8px; overflow: hidden; }
#hint_l .arrow { background-position: top right; }
#hint_txt_l, #hint_txt_r { background: #8dccef; padding: 0px 6px 3px 6px;
    font: 13px/15px Trebuchet MS, Verdana, Tahoma, san-serif; color: #356477; }
#hint_txt_l a, #hint_txt_r a { color: #fff; }

/***********************************************************
 * rounded corners support (http://www.html.it/articoli/nifty/index.html)
 ***********************************************************/
.rtop,.rbtm{display:block}
.rtop *,.rbtm *{display:block;height:1px;overflow:hidden}
.r1{margin:0 5px}
.r2{margin:0 3px}
.r3{margin:0 2px}
.r4{margin:0 1px;height:2px}
/***********************************************************
 * DIALOG (FROM "Even more rounded corners with CSS: Base stylesheet")
 ***********************************************************/
.dialog {
	font: 14px Trebuchet MS, Verdana, Tahoma, san-serif; position: relative; min-width: 8em; color: #164862; z-index: 100001;
	max-width: 580px; /* based on image dimensions */
	margin-left: 6px; /* default, width of left corner */ }
.dialog * { margin: 0; }
.dialog .content,.dialog .t,.dialog .b,.dialog .b div {
	background: transparent url(../images/editor/kiddle/dialog.png) no-repeat top right; }
.dialog.nohead .content,.dialog.nohead .t,.dialog.nohead .b,.dialog.nohead .b div {
    background-image: url(../images/editor/kiddle/dialog_nohead.png) }
.dialog .content { position: relative; background-position: top right;
    padding: 9px 24px 6px 8px; /* empirical */
    zoom: 1; _overflow-y: hidden; }
.dialog.nohead .content { padding-top: 19px; }
.dialog .t { /* top+left vertical slice */
    width: 19px; /* top slice width */
	position: absolute; left: 0px; top: 0px; margin-left: -19px; height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left; }
.dialog .b { /* bottom */
	position: relative; width: 100%; background-position: bottom right; font-size: 1px; line-height: 1px; }
.dialog .b,.dialog .b div { height: 19px; /* height of bottom cap/shade */
	font-size: 1px; }
.dialog .b div { position: relative;
	width: 19px; /* bottom corner width */
	margin-left: -19px; background-position: bottom left; }
.dialog h1 { font: 22px Trebuchet MS, Verdana, Tahoma, san-serif; color: white; padding: 8px 0 12px 0; }
.dialog .buttons { clear: both; }
.dialog p { padding: 3px 0; }

/***********************************************************
 * LIBRARY (v2)
 ***********************************************************/
#library2 { position: absolute; left: 50%; top: 50%; margin: -250px 0 0 -262px; width: 605px; z-index: 10001; }
#lib_controls { position: relative; clear: both; overflow: hidden; }
#libbox { position: relative; }
#library2 .holder { width: 470px; height: 282px; overflow: hidden; position: relative; padding-top:4px; }
#library2 .noimages { width: 435px; padding: 115px 60px; position: absolute; top: 0; left: 0; }
#lib_foot_info { padding: 5px 0 0 0; cursor: pointer; margin-right: 30px; }
#lib_foot_info span { border-bottom: 1px solid; }

#lib_down, #lib_up { position: absolute; top: 50%; width: 44px; height: 46px; margin-top: -23px; }
#lib_up { left: -10px }
#lib_down { right: -10px }

#library2 .holder { margin: 0 40px; }
#library2 .holder div { height: 94px; width: 94px; position: relative; float: left; overflow: hidden; }
#library2 .holder div img { position: absolute; left: 0; top: 0; margin: -5px; width: 110px; height: 110px; }
#library2 .holder div .overlay { display: block; position: absolute; left: 0; top: 0; z-index: 100; cursor: pointer;
    background: url(../images/editor/kiddle/lib_overlay.png); width: 94px; height: 94px; }
#library2 .holder div .overlay:hover { background: url(../images/editor/kiddle/lib_overlay_o.png); }

#library2 .buttons { padding: 0; }
#lib_loader { float: left; padding: 13px 10px 0; color: #445; }

.tabs { list-style-type: none; width: 498px; margin: 0; float: left;
    border-bottom: 6px solid #2d96cb; padding: 0 25px; }
.tabs li { float: left; position: relative; width: 177px; height: 25px; z-index: 1;
    margin: 0 -15px; padding: 5px 0 0 0;
    background: url(../images/editor/kiddle/lib_tab.png) no-repeat bottom left; cursor: pointer;
    font: 14px/25px "Segoe UI", Arial, Verdana, san-serif; font-weight: bold;
    color: white; text-align: center; }
.tabs li.selected { background-position: top left; z-index: 1000; }

.smbutton {
	background: #445;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #eee;
	display: block;
	float: left;
	text-decoration: none;
	margin-left: 5px;
}
#lib_searchbox { padding: 10px 0; }
#lib_searchbox input { font-size: 10px; display: block; float: left; }

/***********************************************************
 * LIBRARY (v2)
 ***********************************************************/
#uploader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 330px;
	margin: -220px 0 0 -166px;
}
#uploader object { width: 1px; height: 1px; font-size: 1px; }
#uploadswf {
	width: 300px;
	height: 270px;
	position: relative;
}
#uploadswf object {
	/* IE hack to prevent the object from collapsing to 1px for no reason even with width specified */
	width: 300px;
	height: 270px;
}

/***********************************************************
 * STARTUP HELP
 ***********************************************************/
#starterHelp { position: absolute; left: 50%; top: 20px; width: 580px; margin-left: -290px; }
.help_content li { margin: 0 0 10px 73px; clear:both; }
.help_content .instr_img { margin-bottom: 5px; }
.help_content ul { list-style-type: none; margin: 0; padding: 0; }
.help_content li b { display: block; width: 63px; background: url(../images/editor/kiddle/help_ico.png) no-repeat;
    float: left; margin: 0 0 5px -73px;}
.help_content .h_save  { background-position: 0 0; height: 44px }
.help_content .h_nav   { background-position: 0 -44px; height: 37px }
.help_content .h_text  { background-position: 0 -81px; height: 28px }
.help_content .h_pic   { background-position: 0 -109px; height: 28px }
.help_content .h_pg    { background-position: 0 -137px; height: 28px }
.help_content .h_style { background-position: 0 -165px; height: 18px }
.help_content .h_del   { background-position: 0 -183px; height: 18px }
.help_content .h_ctx   { background-position: 0 -201px; height: 34px }

/***********************************************************
 * EDITOR DRAG BAR
 ***********************************************************/
.bar { width: 100%; height: 18px; top: -18px; position: relative; }

.bar div { display: block; position: absolute; top: 0; height: 18px; cursor: pointer;
    background: url(../images/editor/kiddle/bar.png) no-repeat; }
.bar div:hover { background-image: url(../images/editor/kiddle/barh.png); }
.bar .drag { left: 10px; width: 117px; background-position: 0 0; cursor: move; }
.bar .edit  { right: 52px; width: 63px; background-position: -117px 0; }
.bar .delete  { right: 2px; width: 63px; background-position: -180px 0; }
.bar .lock { right: 55px; width: 36px; background-position: -243px 0; }
.bar .nolock { right: 55px; width: 36px; background-position: -279px 0; }
/***********************************************************
 * GRID AND PAGE DECORATIONS
 ***********************************************************/
.vertgrid, .horizgrid {
    border: 1px dashed #ccc;
    position: absolute;
    left: 50%;
    top: -5%;
    width: 10000px;
    height: 110%;
}

.horizgrid {
    left: -5%;
    top: 50%;
    height: 10000px;
    width: 110%;
}

.reservedSpace {
	position: absolute;
	left: 0;
	width: 100%;
	background: #889;
	color: #667;
	text-align: center;
	font: 16px Trebuchet MS, Arial, san-serif;
	line-height: 300%;
	font-weight: bold;
}

/***********************************************************
 * EXIT DIALOG
 ***********************************************************/
#exitConfirm {
	left: 50%;
	top: 30%;
	margin-left: -300px;
	width: 600px;
	position: absolute;
	z-index: 10000;
}

/***********************************************************
 * PAGE LAYOUT EDITOR
 ***********************************************************/
#pleditor { position: absolute; left: 100px; top: 100px; width: 315px; }
#plbuttons div { position: relative; display: block; width: 42px; height: 56px; float: left;
    border: 2px solid white; margin-right: 10px; overflow: hidden; }
#plbuttons div b { display: block; width: 42px; height: 112px; position: relative; left: 0; top: 0;
	background: url(../images/editor/kiddle/layout_ico.png); }
#plbuttons div b:hover { top: -56px; }

#plbuttons #pl_txt    b { background-position: 0 0; }
#plbuttons #pl_img_f  b { background-position: -42px 0; }
#plbuttons #pl_img_n  b { background-position: -84px 0; }
#plbuttons #pl_mix_ob b { background-position: -126px 0; }
#plbuttons #pl_mix_nb b { background-position: -168px 0; }

/***********************************************************
 * PAGE MENU
 ***********************************************************/
#pagemenu { position: absolute; width: 50px; }
#pagemenu li { display: block; background: url(../images/editor/kiddle/pmenu_bg.png) repeat-y top left;
	font: 9px/10px "Segoe UI","Trebuchet MS",Arial,san-serif; color: #fff; text-align: center; padding-bottom: 10px; }
#pagemenu li.last { padding: 0 }
#pagemenu #pm_top, #pagemenu #pm_bottom { width: 50px; height: 8px; background: url(../images/editor/kiddle/pmenu_end.png) no-repeat top left; overflow: hidden; padding: 0; }
#pagemenu #pm_bottom { background-position: bottom left; }
#pagemenu.right #pm_top { background-position: top right; }
#pagemenu.right #pm_bottom { background-position: bottom right; }
#pagemenu .ico1 { margin: 0 0 2px 7px; }

/***********************************************************
 * TOP MENU
 ***********************************************************/
#tleft, #tright {
	list-style-type: none; margin: 0; padding: 0;
	position: absolute; z-index: 9000; top: 10px;
	font: 12px/12px "Trebuchet MS", Arial, san-serif; text-align: center; color: #356477;
}
#tleft { left: 10px; }
#tleft li { margin-bottom: 20px; }
#tright { width: 56px; right: 0; float: right; }
#tright li { margin-bottom: 6px; }

/***********************************************************
 * ICONS
 ***********************************************************/
.ico1 { width: 44px; background-image: url(../images/editor/kiddle/ico1.png);
    background-position:top left; display: block; margin-bottom: 4px; cursor: pointer; }
li:hover .ico1, .hover:hover .ico1, .ico1:hover { background-image: url(../images/editor/kiddle/ico1h.png); }

#pc_save .ico1      { height: 44px; }
#pc_publish .ico1   { height: 42px; background-position: 0 -44px; }
#pc_share .ico1     { height: 30px; background-position: 0 -86px; }
#pc_preview .ico1   { height: 27px; background-position: 0 -116px; }
#pc_reset .ico1     { height: 35px; background-position: 0 -143px; }
#lib_down .ico1, #editor_next .ico1  { height: 46px; background-position: 0 -348px; top: 50%; margin-top: -23px; position: absolute; }
#lib_up .ico1,   #editor_prev .ico1  { height: 46px; background-position: 0 -394px; top: 50%; margin-top: -23px; position: absolute; }
#lib_up.disable .ico1,   .scrollable .prev .ico1 { height: 46px; background-position: 0 -486px; position: relative; z-index: 100; }
#lib_down.disable .ico1, .scrollable .next .ico1 { height: 46px; background-position: 0 -440px; position: relative; z-index: 100; }

.locked #pm_addpage .ico1, .locked #pm_delpage .ico1, .locked #pm_layout .ico1,
.locked #pm_addpage .ico1:hover, .locked #pm_delpage .ico1:hover, .locked #pm_layout .ico1:hover { background-image: url(../images/editor/kiddle/ico1d.png); }

.locked #pm_addpage, .locked #pm_delpage { display: none; }

#pm_addpage  .ico1 { background-position: 0 -178px; height: 28px }
#pm_delpage  .ico1 { background-position: 0 -206px; height: 29px }
#pm_bgcolor  .ico1 { background-position: 0 -235px; height: 29px }
#pm_layout   .ico1 { background-position: 0 -264px; height: 28px }
#pm_addtext  .ico1 { background-position: 0 -292px; height: 28px }
#pm_addimage .ico1 { background-position: 0 -320px; height: 28px }
#pm_addimageph .ico1 { background-position: 0 -532px; height: 28px }


.ico2 { width: 56px; background-image: url(../images/editor/kiddle/ico2.png);
    background-position:top left; display: block; margin-bottom: 4px; cursor: pointer; }
.ico2:hover { background-image: url(../images/editor/kiddle/ico2h.png); }

#pc_exit .ico2, .close .ico2      { height: 21px; margin-bottom: 10px; }
#pc_help .ico2      { height: 24px; background-position: 0 -21px; }
#pc_hint .ico2      { height: 24px; background-position: 0 -45px; }

/***********************************************************
 * PAGE LAYOUT EDITOR
 ***********************************************************/
#noUpload, #loginOrReg {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 200px;
	width: 400px;
}
#loginOrReg a img { border: 0 none; }
#loginOrReg label { font-size: 9px; }
#loginOrReg table input { width: 100px; margin-right: 5px; }

/***********************************************************
 * EDITOR INSTRUCTIONS
 ***********************************************************/
#instructions { position: absolute; width: 400px; height: 200px; z-index: 1; left: 100px; top: 100px;
	font: 12px/15px "Trebuchet MS", Arial, sans-serif; color: #438cb1;
}
#instructions .content { width: 304px; position: absolute; top: 40px; right: 30px; text-align: center; }
#instrHelp { cursor: pointer; position: absolute; left: 194px; top: 51px; width: 56px; height: 24px; }
#instrHelp:hover { background: url(../images/editor/kiddle/ico2h.png) no-repeat 0 -21px; }

/***********************************************************
 * SIGN UP DIALOG
 ***********************************************************/
.joinbutton {
    background: url(../images/editor/kiddle/join_btn.png) no-repeat top left; border:none; cursor:pointer; color:white;
    font: 22px/32px Trebuchet MS, Verdana, Tahoma, Arial, sans-serif; font-weight: bold;
    height: 32px; width:250px; display: block; margin: 0 auto;
}
.joinbutton:hover { background-position: bottom left; }

/***********************************************************
 * PUBLISH DIALOG
 ***********************************************************/
#publishDlg { position: absolute; top: 150px; left: 150px; width: 400px; }
#publishDlg td { padding-right: 2px }
#publishDlg table { width: 100% }
#publishDlg #tot_row td { border-top: 1px solid #445; }
#publishDlg .plus, #publishDlg .minus { width: 16px; height: 16px; float: left; display: block; margin-right: 2px; cursor: pointer;
    background: url(../images/editor/kiddle/pub_add_rem.png) no-repeat; }
#publishDlg .plus { background-position: bottom left }
#publishDlg .minus { background-position: top left }
#publishDlg .plus:hover { background-position: bottom right }
#publishDlg .minus:hover { background-position: top right }
#publishDlg .tot { text-align: right }

/***********************************************************
 * DIALOG WIDGETS
 ***********************************************************/
.dlgbutton, .dlgbutton span { background: url(../images/editor/kiddle/dlgbutton.png) no-repeat top left;
	border: 0 none; text-decoration: none; color: white; cursor: pointer; text-align: center; font-size: 14px; font-weight: bold; }
.dlgbutton span { background-position: top right; padding-right: 32px; display: block; height: 27px; }
.dlgbutton { line-height: 27px; padding-left: 32px; margin: 8px 0 0 8px;
	display: block; float: right; height: 27px; width: auto; }
.dlgbutton:hover, .dlgbutton:hover span { background-image: url(../images/editor/kiddle/dlgbutton_o.png) }

.dlgbutton.green { background-position: center left; }
.dlgbutton.green span { background-position: center right; }

.dlgbutton.blue { background-position: bottom left; }
.dlgbutton.blue span { background-position: bottom right; }

.dialog .radio { background: url(../images/editor/kiddle/radio.png) no-repeat top left;
	width: 19px; height: 19px; float: left; display: block; }
.dialog .pressed { background-position: top right; }
.dialog .row div { margin-left: 25px; }
.dialog .row { clear: both; }

/***********************************************************
 * SHARE DIALOG
 ***********************************************************/
#shareDlg { position: absolute; top: 100px; left: 150px; width: 500px; }
#shareDlg .row { font-size: 16px; line-height:19px; vertical-align: middle; margin-bottom: 8px; cursor: pointer; }
#shareDlg textarea { width: 100%; height: 100px; }

/***********************************************************
 * TITLE DIALOG
 ***********************************************************/
#titleDlg { position: absolute; top: 100px; left: 150px; width: 350px; }
