@CHARSET "UTF-8";

.pagetitle{
	line-height: 31px;
	font-size: 15px;
	font-weight: 600;
	padding: 20px;
}
#editor_title{
  color: white;
  vertical-align: middle;
  position: relative;
}

#editor_title input{
	position: absolute;
	left: 20px;
	top: 4px;
}
#editor{
  overflow:hidden;
  zoom:1;
  border: 1px solid #cbd0db;
  border-top:none;
}

.par{
  margin:20px 20px 0 20px;
}
img.control{
  margin:4px 4px 4px 0;
  float:right;
  cursor: pointer;
}
.par .title{
  height:31px;
  background:#fafdff url(/images/design/cabinet/ced3dd.gif) top repeat-x;
}
.par .title div{
  height:31px;
  background:url(/images/design/cabinet/ced3dd.gif) bottom repeat-x;
}
.par .title div div{
  background:url(/images/design/cabinet/ced3dd.gif) right repeat-y;
}
.par .title h2{
  padding-left:15px;
  line-height:31px;
  font-size: 11px;
}
.par .title div div div{  
  background:url(/images/design/cabinet/partitleleft.gif) left top no-repeat;
}
.par .title div div div div{
  background:none;
}
.par .content .bdouble{
  margin:0 0 5px -15px;
}
.par .content{
  padding:0 0 5px 0px;
  background:#fafdff;
  border:1px solid #ced3dd;
  border-top:none;
}

.bdouble{
  font-size:0;
  line-height:0;
  height:1px;
  //margin:-1px 0 0 0;
  border-bottom:1px solid #e6e9ee;
}

table.blocks{
	width: 100%;
}

table.blocks th {
	background:none repeat scroll 0 0 #EAF8FE;
	border-bottom:3px double #E6E9EE;
	text-align:left;
}

table.blocks input.text {
	font-size:11px;
	height:14px;
	line-height:14px;
	padding:0;
	width:64px;
}

table.blocks td, table.blocks th {
	padding:7px 10px;
}

#structure{
	padding: 20px 0px 0px 20px;
}

.button{
	cursor: pointer;
	background: #31B2DF;
	padding: 5px;
	color: white;
}

.pushedbutton{
	cursor: pointer;
	background: red;
	padding: 5px;
	color: white;
}

.ui-dialog{
	background: white;
	border: 1px solid grey;
}


.ui-dialog-titlebar-close{
	position: absolute;
	right: 8px;
	top: 7px;
	width: 11px;
	height: 11px;
	background: url(/images/design/closeButton.jpg) no-repeat;
}


.ui-dialog-titlebar{
	padding: 8px;
/*	background: #31B2DF;*/
	color: white;
}

/*
.ui-dialog-titlebar a{
	position: absolute;
	right: 5px;
	top: 5px;
}
*/
.ui-dialog-content{
	padding: 10px;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

table.normal td{
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

