
.imageAssetParentContainer {

}

.imageAssetParentPreviewContainer {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

.imageAssetRequirements{
	font-weight:bold;	
}
.imageAssetPreviewContainer {
	position:relative;
	float:left;
	width: 48%;
	margin : .5%;
	padding: .5%;
	height: 400px;
	overflow:hidden;
	background-color: #fff;
}
.imageAssetRemove {
	position : absolute;
	right: 1px;
	top: 1px;
	line-height: 15px;
	margin-bottom:0;
	margin-top:0;
}
.imageAssetAdjust {
	position : absolute;
	right: 1px;
	top: 20px;
	line-height: 15px;
	margin-bottom:0;
	margin-top:0;
}
.imageAssetUploadButton{
	width:32em;
}
.imageAssetPreviewFileName {
	font-weight:bold;
}

.imageAssetPreviewMetaData {
	font-style:italic;
}

.imageAssetPreviewContainer.imageProcessingError{
	background-color: #f7d5d5;
	opacity: .8;
}

.imageAssetPreviewContainer .imageAssetImage {
	display:block;
	max-width:98%;
	margin:auto;
	max-height:300px;
	outline:2px solid #ececec;
}

.imageAssetPreviewValid {
	font-style:italic;
	color:#00732D;
}

.imageAssetPreviewError {
	font-weight:bold;
	color:#FF484B;
}

.imageAssetPreviewWarning {
	font-style:italic;
	color:#D37C00;
}

.sitelink_asset_ids_table_container table tr td,
.sitelink_asset_ids_table_container table tr th
{
	line-height: 11px;
    font-size: 11px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.user_interest_ids_table_container table tr td,
.user_interest_ids_table_container table tr th,
.user_list_ids_table_container table tr td,
.user_list_ids_table_container table tr th,
.call_asset_ids_table_container table tr td,
.call_asset_ids_table_container table tr th,
.callout_asset_ids_table_container table tr td,
.callout_asset_ids_table_container table tr th,
.lead_form_asset_ids_table_container table tr td,
.lead_form_asset_ids_table_container table tr th,
.campaign_conversion_goal_categories_table_container table tr td,
.campaign_conversion_goal_categories_table_container table tr th
{
	line-height: 18px;
    font-size: 11px;
    padding-bottom: 0px;
    padding-top: 0px;
}


.sitelink_asset_ids_table_container table tr th:first-child,
.user_interest_ids_table_container table tr th:first-child,
.user_list_ids_table_container table tr th:first-child,
.call_asset_ids_table_container table tr th:first-child,
.callout_asset_ids_table_container table tr th:first-child,
.lead_form_asset_ids_table_container table tr th:first-child,
.campaign_conversion_goal_categories_table_container table tr th:first-child
{
	width:15px;
}


.user_interest_ids_table_container .checkbox-med,
.user_list_ids_table_container .checkbox-med,
.call_asset_ids_table_container .checkbox-med,
.callout_asset_ids_table_container .checkbox-med,
.lead_form_asset_ids_table_container .checkbox-med
{
	position:relative;
	top:-2px;
}

.lead_form_asset_ids_table_container .leadFormDescriptionTd
{
	width: 20%;
	font-size: 10px;
	line-height: 11px;
}


.sitelink_asset_ids_table_container .sitelinkAssetLinkTextContainer
{
	position:relative;
	top:6px;
}

.structuredSnippetInputContainer label{
	font-size:12px;
}
.structuredSnippetInputValuesContainer div.input-prepend{
	display:block;
}
.structuredSnippetInputContainer .checkbox-med{
	position:relative;
	top: -3px;
	left:5px;
	margin-right: 10px;
}


.previewImageAssetContainer,
.previewTextAssetContainer,
.previewYoutubeVideoAssetContainer
{
	width:98%;
	margin-left:1%;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
	float:left;
	clear:both;
	outline:1px solid #ececec;
}

.previewImageAssetHeader,
.previewTextAssetHeader,
.previewYoutubeVideoAssetHeader
{
	margin-top:0px;
	background-color:#ececec;
	text-indent: 1%;
}

.previewImageAssetContainer .previewImageAssetImageContainer {
	float:left;
	width:12%;
	padding:.5%;
	margin-left:.5%;
	outline:1px solid #ececec;
}

.previewImageAssetContainer .previewImageAssetImageContainer img{
	max-width:98%;
	max-height:300px;
	margin:auto;
}

.previewTextAssetContainer .previewTextAssetTextContainer 
{
	margin-left:1%;
	outline:1px solid #ececec;
	text-indent:1em;
}

.previewYoutubeVideoAssetIframeHeader{
	font-size:11px;
	text-align:center;
}

.previewYoutubeVideoAssetIframeContainer{
	width:32%;
	float:left;
	margin-left:.8%;
	outline:1px solid #ececec;
}

.previewYoutubeVideoAssetIframeContainer .youtubeVideoIframeContainer{
	width:98%;
	display:block;
	margin:auto;
	height:380px;
}

.coreCampaignSettingsHeader{
	width:98%;
	margin:auto;
}

.coreCampaignSettingsPreviewContainer{
	width:98%;
	margin-left:1%;
	margin-top:10px;
	margin-bottom:10px;
	outline:1px solid #ececec;
	clear:both;
}

.coreCampaignSettingsPreviewContainer table{
	padding-bottom:0;
	margin-bottom: 0;
}

.coreCampaignSettingsPreviewContainer table tbody tr td{
	padding: 2px 3px;
}
.coreCampaignSettingsPreviewContainer table thead th:first-child,
.coreCampaignSettingsPreviewContainer table tbody tr td:first-child{
	background-color:#ececec;
}
.coreCampaignSettingsPreviewContainer table tbody tr td:first-child{
	text-align:right;
	padding-right:.5em;
}
.coreCampaignSettingsPreviewContainer table thead th:first-child{
	text-align:center;
}

