.clsDesignTitle{
	font-weight:bold;
}
#idDesignTitle{
	position:relative;
	width:600px;
	margin: 0 0 5px 0;
}
#idSaveDesign{
	position:absolute;
	right:5px;
}

.clsMain{
	overflow:visible;
}
#idPreview{
	min-width:300px;
	border:1px dotted gray;
	overflow-y:visible;
	overflow-x:hidden;
	position:relative;
}
.clsToolbar{
	box-sizing:content-box;
	font-family:arial;
	width:150px;
	height:auto;
	border:1px solid gray;
	position:fixed;
	left:650px;
}
.clsToolbarTitle{
	width:100%;
	background:#EEEEEE;
	padding:0;
	text-align:center;
	border-bottom:1px solid gray;
	cursor:move;
}
.clsToolbarItem, .clsSaveDesign{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	font-size:12px;
	border:1px solid gray;
	height:20px;
	width:120px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 10px;
	padding:3px 6px;
	cursor:pointer;
	vertical-align: middle;
}
.clsToolbar ul{
	list-style: none outside none;
	padding:0;
	margin-bottom:auto;
}
.clsToolbar ul li{
	width:100%;
	padding:0;
	margin:0;
}
.clsLine{
width:100%;
position: relative;
margin-bottom: 5px;
}
.clsFieldHover, .clsFieldEdit{
	border:1px solid #DFEFFF;
	background-color:#DFEFFF;
}
.clsField{
	margin: 0 0 5px 5px;
}
.clsDivFieldLabel, .clsFieldInstruction{
	margin: 0 0 0 5px;
	display:block;
}
.clsDivFieldLabel{
	font-weight: bold;
}
.clsFieldInstruction{
	font-style:italic;
	font-size:smaller;
}

.clsBtnArea{
	position:relative;
	float:right;
	right:0;
	top:0;
}
.clsBtnArea .ui-state-default{
	cursor: pointer;
	display:inline-block;
	margin-right:2px;
}
.clsBtnArea span.ui-icon{
	display: inline-block;
	vertical-align: middle;
}
.clsBtnArea span.clsIconButtonText{
	display: inline-block;
	margin-left:-3px;
	font-size:10px;
	padding:0 3px 0 0
}
.clsClear{
clear:both;
}
#idFieldTitle, #idFieldInstruction, #idFieldStyle{
	border: 1px solid #CCCCCC;
	height: 3.7em;
	width: 96%;
}
.clsPropertyArea{
	padding: 5px;
}
.clsPropertyArea fieldset{
	background-color:white;
}
.clsLarge{
	width:96%;
}
.clsMedium{
	width:50%;
}
.clsSmall{
	width:25%;
}
textarea.clsSmall {
    height: 80px;
    width:25%;
}
textarea.clsMedium {
    height: 150px;
    width:50%;
}
textarea.clsLarge {
    height: 250px;
    width:96%;
}
/*
.clsLarge{
	width:576px;
}
.clsMedium{
	width:300px;
}
.clsSmall{
	width:150px;
}
textarea.clsSmall {
    height: 80px;
    width:96%;
}
textarea.clsMedium {
    height: 150px;
    width:300px;
}
textarea.clsLarge {
    height: 250px;
    width:576px;
}
*/
.clsFieldRequired{
	color:red;
}
.clsAutoColumn span.clsSpanCheckbox{
	width:auto;
}
.cls1Column span.clsSpanCheckbox{
	width: 100%;
	display:inline-block;
}
.cls2Column span.clsSpanCheckbox{
	width: 48%;
	display:inline-block;
}
.cls3Column span.clsSpanCheckbox{
	width: 32%;
	display:inline-block;
}
#idFieldChoices{
	list-style: none outside none;
	margin:0;
	padding:0;
}
#idFieldChoices .ui-icon{
	display:inline-block;
	cursor:pointer;
}
.clsFieldChoiceText{
	width:75%;
}
.ui-datepicker {
	font-size: 11px;
	margin-left:10px
 }
.clsPageIndicator{
	width:100%;
	border-bottom: 3px dashed #DEDEDE;
  height: 10px;
  margin: 0 0 10px;
  padding-top: 17px;
  position: relative;
}
.clsPageIndicator strong {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: -10px;
    color: #000000;
    font-size: 15px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: 0 0 0 -50px;
    position: absolute;
    text-align: center;
    width: 100px;
}
.clsFieldPage,.clsFieldPageLast{
  position: relative;
}
.clsPageNumber{
	position: absolute;
	right: 5px;
}

#idLoading {
    height: 20%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 299;
}

.clsPageNextButton{
	margin-right:5px;
}
#idPreview a.clsPagePrevButton{
	font-size:12px;
	color:blue;
}
.clsError{
	color:red;
	font-weight:bold;
}