@CHARSET "ISO-8859-1";

#postArtworkButton{
	background-color: var(--palette-accent-alt);
	color: white;
	border: none;
}

#deleteArtworkModule{
	text-align: center;
	display: none;
}

.uploadOption{
	margin-bottom: 10px;
}
.uploadOption table{
	width: 100%;
	table-layout: fixed;
}

.uploadOption .mediaTypeButton{
	padding: 5px;
	text-align: center;
	color: white;
	border-radius: 5px;
	border: 1px solid var(--palette-stongest-txt);
	color: var(--palette-stongest-txt);
	background-color: var(--palette-light-bg);
}

.uploadOption .selected{
	background-color: var(--palette-stongest-txt);
	color: white;
}

.column{

}

.dataModule{
	border-bottom: 1px solid #CBD3DD;
	padding-bottom: 5px;
}

.dataModuleContent{
	display: none;
}

.dataModuleShower{
	text-align: center;
}

.externalLinkInput{
	
}

#publishPane{
	width: 100%;
}

.internalPreviewPane{
	height: 198px;
}

.detailsTable{
	width: 100%;
}

.iconedInputWrap{
	position: relative;
}

.iconedInputWrap img{
	position: absolute;
	left: 4px;
	top: 3px;
	height: 24px;
}

.iconedInputWrap input{
	padding-left: 35px;
}

#submitPane{

}

#agreementPane{
	text-align: center;
	vertical-align: middle;
}

.externalNote{
	padding: 20px;	
	font-style: italic;
}

#srcIdSpan{
	font-size: 8px;
}

.callingPane{
		
}


