.editable {
	display: inline; 
	margin: 0; 
	padding: 0;
}
.editable input {
  width:100px;
}
.column{
	margin:11px 0 10px 16px;
	/*overflow: hidden;*/
}
.ui-sortable-placeholder { 
	border: 1px dotted black; 
	visibility: visible !important; 
	height: 198px !important; 
}
.ui-sortable-placeholder * { visibility: hidden; }

.transBody {
    border-radius: 5px 5px 5px 5px;
}

.pbcontainerBody {
	background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    height: 22px;
    padding: 3px 6px;
}

.bdrModClrBg {
    border-color: #D0D0D0;
}
.outerwrap {
	background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 10px;
    width: auto;
}

.caption.edit, .description{
	color: #3B6EBF;
    width: 80%;
}
.caption.edit:hover{
	background-color:yellow;
}

.item{
	height:200px;
	width: 145px; 
	azimuth: center;
	float: left;
}
.default_profile{
	border-bottom: 1px solid #CCCCCC;
    margin: 11px 0 10px 16px;
    padding-bottom: 10px;
    overflow: hidden;
}
.default_profile DIV.item{
	margin-right: 10px;
}
.droparea {
   width: 200px;
   border: 3px solid #ccc;
   text-align: center;
   vertical-align: top;
   font-size: 1.2em;
   padding: 6px;
}
.droppable {
	width: 200px;
	height: 150px;
	padding: 5px;
	float: right;
	margin: 10px;
	background-color: #ffd;
	border:1px dashed #999;
}
.drophover{
	background-color: #d5eca6;
	/*border: 1px dotted #c7dd9b;*/
}
.drophighlight{
	background-color: #cae9ec;
	border: 1px solid #b9d5d8;
}
.description{font-size:12px;text-align:center;}

.upload-multifile-popup {
    background-color: white;
    margin: auto;
    text-align: left;
    height: 220px;
    width: 530px;
}
#queue{
	 margin-left: 75px;
}
.upload-multifile-popup h2{
	font-size: 18px;
    margin: 5px;
    padding: 5px 0;
}
#button-popup-photo{
    width: 190px;
	/*margin-top: 140px;*/
}
#button-popup-photo a{
	color: #000;
}
.uploadifive-button{
	/*background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;*/
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    cursor: pointer;
    overflow: visible;
    padding: 0 0.5em;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 5px;
    float: left;
}
.uploadifive-button:hover {
	/*background: -moz-linear-gradient(center top , #FFFFFF, #EBEBEB) repeat scroll 0 0 #F3F3F3;*/
    border-color: #999999;
    box-shadow: 0 0 3px #999999;
    outline: 0 none;
}
#uploadify{
	margin-top: 5px;
    float: left;
}
#batch_action .nav{
    float: right;
    list-style: none outside none;
    margin:  -16px 0 5px 0;
    padding: 0 12px 0 30px;
}

#batch_action .drop{
	display:none;
    padding: 5px 0 0;
    width: 100px;
    z-index: 1000;
    margin: 4px -22px;
    background-color: #F6F6F3;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.45);
    position: absolute;
}

#batch_action .drop ul{
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 8px 0;
}
#icon-playlist{
	background-color: #F6F6F3;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.45);
    bottom: 0;
    float: right;
    height: auto;
    right:10px;
    position: fixed;
    z-index: 10000;
}

#playlist{
	background-color: #F6F6F3;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.45);
    bottom: 0;
    float: right;
    height: auto;
    right: 10px;
    position: fixed;
    width: 300px;
    z-index: 10000;
}

#playlist .header{
	background: none repeat scroll 0 0 #84AF16;
    float: left;
    font-weight: bold;
    padding: 8px 7px 7px;
    width: 286px;
}
#playlist .list_item{
	clear: both;
}

#playlist .list_item div{
	border-bottom: 1px dotted;
    padding: 5px;
    overflow: hidden;
}

#playlist .list_item a{
	float: right;
}
.pro_action{
	margin-left: 15px;
}
.list_yvideos {
	background: none repeat scroll 0 0;
    margin: 0;
    padding: 5px;
    border: 1px solid #cccccc;
}
.info_box {
	background: none repeat scroll 0 0;
    margin: 0;
    padding: 0 10px 5px 12px;
    /*border: 1px solid #cccccc;*/    
}
.list_yvideos li{
	overflow: hidden;
	padding-bottom: 5px;
}
.list_yvideos .img{
	float: left;
    width: 118px;
}
.list_yvideos .img img{
	width: 110px;
}
.list_yvideos .info{
	float: left;    
}
.list_yvideos .info .title{
	font-weight: bold;

}
.list_yvideos .info .title a{
	color: #000;
}
.list_yvideos .info .author{
	color: #A6A48D;
}
#cboxContent #zoom{
	height: 20px;
    position: absolute;
    right: 153px;
    top: -20px;
    width: 48px;
    background:url('../images/Zoom2_icon.jpg') no-repeat;
}
#cboxContent #background-black{
	height: 20px;
    position: absolute;
    right: 66px;
    top: -20px;
    width: 85px;
    background:url('../images/Background2_icon.jpg') no-repeat;
}

.photo-upload-form #uploadifive-uploadifive {
	width: auto !important
}

.seperated_line
{
	background:url("../images/line.png") no-repeat scroll 8px -3px rgba(0, 0, 0, 0)
}

.upload_type_title
{
	color: #6d782a;
	font-size: 16px;
}

.upload_box
{
	margin: 0 80px;
}
ul.activity-list{
	/*width: 650px;*/
}
.activity-list li.media_item {
    padding: 20px 0 20px 0;
}
.activity-list li.media_item .recent_content{
	padding: 0;
	margin-left: 10px;
}

.ios {
    display: none;
    width: 190px;
    height: 130px;
    padding-left:20px;
    margin-left: 10px;
}

.mobile-upload-panel {
	width: 188px;
}