h1 {
   font-size : 22px; font-weight : bold; color : #50514F; line-height: 200%;
}
div.__toolbarMenu_lnk {
	display:block;
	float:left;
	height:28px;
   font-family:Arial,Helvetica,sans-serif;
   padding:0 4px;
   font-size:12px;
   cursor: pointer;
   font-weight: normal;
   color: #000000;
}

a.__toolbarMenu_lnk {
	color:#646464;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
   margin: 1px 16px;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
}

#__Toolbar_info {
   margin: 2px;
   float:left;
   width: 250px;
}

.nicEdit-main{
   margin: 0 !important;
}

.__toolbarMenu_lnk:hover { 
   background:transparent url(/public/gfx/toolbar_lnk_l.gif) no-repeat 0 0;
}
.__toolbarMenu_lnk:hover div{ 
   background:transparent url(/public/gfx/toolbar_lnk_r.gif) no-repeat 100% 0;
}

div.__toolbarMenu_btn {
	background:transparent url(/public/gfx/toolbar_btn_r.gif) no-repeat 100% 0;
	display:block;
	float:left;
	height:21px;
   font-family:Arial,Helvetica,sans-serif;
   padding:0 4px;
   font-size:12px;
   cursor: pointer;
   font-weight: normal;
   color: #000000;
}


a.__toolbarMenu_btn {
   background:transparent url(/public/gfx/toolbar_btn_l.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:21px;
	line-height:20px;
   margin: 0px 2px;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
}

.__toolbarMenu_btn:hover { 
   background:transparent url(/public/gfx/toolbar_btn_l_a.gif) no-repeat 0 0;
}
.__toolbarMenu_btn:hover div{ 
   background:transparent url(/public/gfx/toolbar_btn_r_a.gif) no-repeat 100% 0;
}


div.__toolbarMenu_btn_d {
	background:transparent url(/public/gfx/toolbar_btn_r.gif) no-repeat 100% 0;
	display:block;
	float:left;
	height:21px;
   font-family:Arial,Helvetica,sans-serif;
   padding:0 4px;
   font-size:12px;
   font-weight: normal;
   color: #000000;
}

a.__toolbarMenu_btn_d {
   background:transparent url(/public/gfx/toolbar_btn_l.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:21px;
	line-height:20px;
   margin: 0px 2px;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
   cursor: default;
}


#__toolbar {
   position:absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100px;
}

#__toolbarMenu {
	height:36px;
	width:100%;
	top: 0px;
	left: 0px;
	position:absolute;
   z-index: 99999;
   background:transparent url(/public/gfx/toolbar_bg.gif) repeat-x scroll 0 100%;
}

#__toolbarLogin {
	height:36px;
	top: 0px;
	left: 0px;
   z-index: 99999;
   background:transparent url(/public/gfx/toolbar_bg.gif) repeat-x scroll 0 100%;
}


.__toolbarIcon {
   border: none;
   vertical-align: middle;_
   margin-right: 5px;
}

.__toolbarSaveBar {
   border: none;
   vertical-align: middle;
   margin-top: 10px;
   display:none;
}


#__dialogbar {
	height: 205px;
	width:100%;
	top: -250px;
	left: 0px;
   z-index: 99998;
   overflow: hidden;
	position:absolute;
   color:#646464;
	display:block;
	font-weight:bold;	
	line-height:37px;
	font-size:12px;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
   background:#f4f6fe url(/public/gfx/toolbar_spacer.gif) repeat-x scroll 0 100%;
}


#__dialogcontent {
   position:absolute;
   left: 0px;
   width:100%;
   height:100%;
   background:#f4f6fe url(/public/gfx/toolbar_spacer.gif) repeat-x scroll 0 100%;
}  
#__dialogcontent2 {
   position:absolute;
   left: -1280px;
   width:100%;
   height:100%;
   background:#f4f6fe url(/public/gfx/toolbar_spacer.gif) repeat-x scroll 0 100%;
}

.template_list{
   height: 100px;
   width: 200px;
   border: 1px solid #000;
   overflow-y:scroll
}

.plainpage_template{
   cursor:pointer;
   line-height:20px;
   background-image:url(/public/gfx/icons/layout.png);
   padding-left:20px;
   background-position: 0 50%;
   background-repeat:no-repeat;
}

      
      
.plainpage_template_selected {
   background-image:url(/public/gfx/icons/layout_link.png);
}

.template_item_hover{
   color: red;
   cursor:pointer;
}

.template_item_selected{
   background-color: green;
   cursor:pointer;
}


.simpledit-plainlink-icon {
   border: 0px;
   position:absolute;
   cursor:pointer;
}

.identifier {
   display:none;
}

#__overlay {
   opacity: 0.3;
   filter: Alpha(Opacity=30);
   position:absolute;
   z-index:998;
   cursor: pointer;
   background-image:url(/public/gfx/stripe.png);
   overflow: hidden;
}

#__edit {  
   border: 1px solid red;
   background-color: white;
   position:absolute;
   overflow: hidden !important;
   z-index:999;
   display: none;
}

.simpledit-img-btn {
   cursor: pointer;
}

#__toolbar_dialog_btns {
   position:absolute;top: 171px;
}

.jinedit-label {
   padding-right: 10px;
   line-height: 28px;
   text-align: right;
   float:left;
   display: block;
   width: 180px;
}

.jinedit-input {
   width: 300px;
   line-height: 28px;
}

.jinedit-formrow {
   width: 500px;
   display: block;
   clear: left;
   line-height: 28px;
}

.jinedit-dialoghead {
   color:#646464;
   font-family:Arial,Helvetica,sans-serif;
   font-size:20px;
   font-weight:bold;
   line-height:30px;
   text-decoration:none;
}

.jinedit-list{
   height: 100px;
   width: 400px;
   border: 1px solid #000;
   overflow-y:scroll
}

.jinedit-list-item {
   background-image:url(/public/gfx/icons/page_world.png);
   background-position:0 50%;
   background-repeat:no-repeat;
   cursor:pointer;
   line-height:20px;
   padding-left:20px;
   width: 171px;
   float:left;
}

.jinedit-list-item-selected {
  background-image:url(/public/gfx/icons/page_link.png);
}
.jinedit-list-item-hover {
   color: red;
   cursor:pointer;
}

