/* generic admin styles
================================================== */
.sk_defaultText{
	font-family: Helvetica;
	font-size: 12px;
	color: #616060;
	font-style: normal;
	cursor: default;
}
.contentBox{
	margin: 15px 5px;
}
.contentBoxPropBottm{
	margin: 0px 5px;
}
.contentBoxProperties{
	margin: 10px 0px;
	padding: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.boxPropExtra{
	display: block;	
}
.contentBoxBackground{
	background-color: #ebe9e9;
}
.contentboxTitle{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #393939;
	margin-bottom: -7px;	
}
.contentBoxSubtitle{
	font-size: 13px;
	margin-left: 5px;
	color: #504f4f;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;	
}

.spinnerBox, .spinnerBoxStart{
	max-width: 50px;
}


.metaBoxContentBox{	
	border: solid;
	border-width: 1px;
	border-color: #CCC;
	padding: 10px;
	background-color: #ebe9e9;
}
.metabox_wrapper{
	height: auto;
	overflow: auto;
}
.inputText{
	height: 30px;
	margin: -4px 0px;	
	font-size: 14px;
	color: #444343;
	margin-right: 10px;
}
.imageHeightInput{	
	width: 50px;
}
.customLabel{
	font-size: 12px;
	color: #616060;
	font-style: italic;
	margin-left: 8px;
	margin-right: 8px;
}
.chBLabel{
	font-size: 13px;
	margin-left: 5px;
	color: #616060;
	margin-top: 5px;	
}

.hLine{
	width: 100%;
	height: 1px;
	background-color: #CCC;
	margin: 10px 0;	
	clear: both;
}
.marginRightMedium{
	margin-right: 10px;
}


/* style select
================================================== */
.contentboxSelect  {
  outline: 0;
  min-width: 150px;
  overflow: hidden;
  height: 25px;
  line-height: 28px;
  background: #288cb9;
  color:#FFF;
  border:#2c343c ;
  padding: 50px 10px;
  -moz-border-radius:0px;
 -webkit-border-radius:0px;
 border-radius:0px;
}
.contentboxSelect option {	
	padding: 5px 5px;
}
/* end style select
================================================== */


/* box textarea
================================================== */
.boxTextarea{
	width: 200px;
}
/* box
================================================== */



/* properties box
================================================== */

.propertiesBox{
	float: left;
}
.propertiesSpace{
	padding-left: 10px;
}
.vspace1{
	width: 100%;
	height: 1px;
	clear: both;
}
.vspace2{
	width: 100%;
	height: 10px;
	clear: both;
}
.leftFloat{
	position: relative;
	float: left;
}
.leftFloatSpace{
	padding-left: 15px;
}
.clear-fx{
	clear: both;
}
/* end properties box
================================================== */


/* accoridion styles
================================================== */
.groupHeader{
	padding-left: 28px;
}

.itemsContainer{
	
}
.itemsContainer li{
	width: 150px;
	height: 150px;
	background-color: #CCC;
	margin: 3px 3px 3px 0;
	float: left;
	overflow: hidden;
}
.imageItemHolder{
	width: 150px;
	height: 150px;
	position: relative;	
}
.adminImageThumb{
	width: 150px;
	height: 150px;
}
.overlayImageItem{
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background: rgba(0,0,0,0.6);
}

.moveIcon{
	width: 46px;
	height: 45px;
	background: url('images/move.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 52px;
	left: 52px;
}
.trashIcon{
	width: 20px;
	height: 20px;
	background: url('images/trash.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 1px;
	left: 54px;
	cursor: pointer;
}
.editIcon{
	width: 20px;
	height: 20px;
	background: url('images/edit.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 1px;
	left: 76px;
	cursor: pointer;
}

#editCaptionContainer{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000000;
	background: rgba(0,0,0,0.75);
	z-index: 999;
	left: 0px;
	top: 0px;
}
.ui-dialog{
	z-index: 99999 !important;
}
#captionTexarea{
	width: 100%;
}


#shortcode span{
	font-size: 14px;
	margin-left: 10px;
}


/* json data
================================================== */

#mainJSONData{
	display: none;
	width: 600px;
}





