/** GENERAL **/
#modalBrowseContentSource .btl-modal-content {
	padding: 10px;
}

#modalBrowseContentSource #contentSourceAccordionContent .btl-accordionItem-body
	{
	padding: 5px;
}

#modalBrowseContentSource input.search {
	width: 167px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 5px;
}


/** OVERVIEW **/
#modalBrowseContentSource .btl-toolbar {
	margin-bottom: 10px;
}

#modalBrowseContentSource td.contentObject {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	text-align: center;
	width: 142px;
	cursor: pointer;
	text-align: center;
	padding-top: 3px;
}

#modalBrowseContentSource td.contentObject div.name {
	width: 130px;
	overflow: hidden;
	margin-top: 4px;
}

#modalBrowseContentSource td.contentObject div.nopreview {
	width: 100%;
	height: 100%;
	padding-top: 60px;
	font-size: 9px;
}

#modalBrowseContentSource td.contentObject.disabled {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	cursor: auto !important;
}


/** EDIT **/
#contentEdit .preview {
	position: relative;
	text-align: center;
	width: 99%;
	height: 220px;
	padding-top: 5px;
	border: 1px solid #CCCCCC;
	background: white;
	margin: 5px;
}

#contentEdit .preview .name {
	height: 15px;
}

#contentEdit .messages {
	text-align: center;
}

#contentEdit .messages div.message {
	font-size: 11px;
	font-weight: bold;
}

#contentEdit .btl-tab-content {
	padding: 5px;
	position: relative;
}

#contentEdit .btl-tabBox .block {
	float: left;
	height: 117px;
}

#contentEdit .tabActions .saveoptions {
	float: left;
	width: 330px;
}

#contentEdit .tabActions .weboptions {
	float: left;
	width: 330px;
}

#contentSourceSaveDescription {
	height: 50px;
	width: 160px;
}


#contentEdit .tabActions .actions {
	float: left;
}

#contentEdit .btl-button {
	display: block;
	margin-top: 3px;
}

#contentEdit .btl-tabBox .tabActions .btl-button.cancel {
	margin-top: 6px;
}

#contentEdit .btl-tabBox .tabActions .btl-button.insert {
    margin-top: 6px;
}


#contentSourceSelectSave td {
	font-size: 10px;
}

#modalBrowseContentSource .weboptions label {
	display: block;
	font-size: 11px;
	margin-left: 10px;
}

#modalBrowseContentSource .weboptions input {
	width: 40px;
	margin-left: 10px;
}

#modalBrowseContentSource .weboptions input.alternativetext {
	width: 150px;
}

#contentSourceEditButtons {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

#contentEdit .acceptbuttons {
	width: 100%;
	position: relative;
	height: 58px;
}

#contentEdit .acceptbuttons .btl-button {
	position: absolute;
	right: 0;
}

#contentEdit .acceptbuttons .btl-button.button-apply {
	top: px;
}

#contentEdit .acceptbuttons .btl-button.button-cancel {
	top: 28px;
}

#contentSourceActionButtons {
	position: absolute;
	bottom: 3px;
	left: 0px;
}


#contentEdit .preview .btl-button {
	margin-right: 2px;
	margin-left: 2px;
}


/** CROP **/

.crop-area {
	border-right: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

.crop-area-boundaries {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	text-align: left;
}
