.admin_imagine_gallery_box {
		width: 100%;
		height:auto;
		float:left;
		clear:both;
		background: #ccc;
		float:left;
		clear:both;
	}
	
.admin_imagine_thumbnail_box {
	width:100%;
	padding:10px;
	float:left;
	clear:both;
}
.admin_imagine_thumbnail_box img{
	float:left;
	clear:none;
	width:120px;
}
.admin_imagine_thumbnail_metabox {
	width:auto;
	margin:0 0 0 10px;
	float:left;
}

.imagine-formtable-wrap {
	width:100%;
	height:auto;
    margin: 10px 0 0 0;
}

.admin_imagine_thumbnail_box p {
	margin: 0 0 5px 0;
}
.imagine-wrap .par {
    float:left;
    clear:none;
    padding-left: 20px;
}
/*
.imagine-wrap .wp-list-table a {
	background:white;
	border:1px solid #ccc;
	padding: 1px 3px 1px 3px;
	border-radius:5px;
	margin: 0 3px 0 0;
}
*/
.imagine-wrap .row {
    width: 150px;
        float:left;
}
.wp-menu-image img {
    width: 18px;
}
.imagine-notice {
	padding:3px 6px 3px 6px;
	background:white;
	border:1px solid #ccc;
	border-radius:5px;
	color:#0074A2;
}
.uploadform {
	background:white;
	border:1px solid #ccc;
	padding: 10px;
	border-radius:5px;
	margin: 10px 0 10px 0;
	
	
}
.response {
    background: #e8e8e8;
    padding: 20px;
    margin: 10px 0 0 0;
    display:none;
}

.imagine-wrap h3.formhead {
	margin:0 0 10px 3px;
}
.imagine-wrap .hightlight {
	background-color:#0074A2;
}
.imagine-wrap .col-narrow {
	width:20px;
}
.imagine-wrap .col-thumb {
	width:120px;
}
.imagine-wrap .col-thumb .table_thumbwrap {
    width:160px;
    height: 90px;
    overflow: hidden;
  }
.imagine-wrap .col-thumb .table_thumbwrap img {
    max-width:160px;
    max-height: 90px;
  }
.imagine-wrap .col-small {
	width:100px;
}
.imagine-wrap .col-medium {
	width: 150px;
}

.imagine-wrap .col-wide {
	width: 250px;
}

.imagine-wrap th a {
	font-size: 0.9em;
}

.imagine-wrap thead th span {
	font-size: 0.8em;
	color:#0074A2;
}
.imagine-gallery-overview-wrap span, .imagine-template-overview-wrap span {
	color:#0074A2;
	font-size:0.9em;
}
.imagine-gallery-overview-wrap table span, .imagine-template-overview-wrap table span {
	
	font-size:0.8em;
}
#msg {
	font-weight:bold;
	color: green;
}

.imagine-wrap .succes {
	padding:3px 6px 3px 6px;
	background:white;
	border:1px solid #c8c8c8;
	border-radius:5px;
	color:green;

}
.imagine-wrap .fail {
	padding:3px 6px 3px 6px;
	background:white;
	border:1px solid #c8c8c8;
	border-radius:5px;
	color:red;
}
.imagine-wrap {
	width:98%;
	margin:2% 2% 2% 0;
	overflow:hidden;
	position:relative;
	left:0;
	top:0;
}

.imagine-overview-wrap .wp-list-table, .imagine-formtable-wrap .wp-list-table {
	position: relative;
	left:0;
	top:0;
	height:auto;
	width:150% !important;
}
.imagine-wrap .wp-list-table input {
    width: 100%;
}
.imagine-wrap .wp-list-table select {
    width: 100%;
}
.template-example {
		width:100%;
		background: #e8e8e8;
		height:auto;
		padding:20px;
		display:none;
	}
	.imagine-table {
		width:100%;
		margin:0;
		padding:0;
	}
	.imagine-table tr{
		text-align:left;
	}
	.imagine-table th {
		padding: 3px 6px 3px 6px;
		width:20%;
		text-align:left;
	}
	.imagine-table td {
		padding: 3px 6px 3px 6px;
		background-color:#e0e0e0;
		width:50%;
	}
	.imagine-table .comment {
		color:#989898;
		font-style:italic;
	}
.imagine-table tbody {
	margin: 0 0 20px 0;
}
.aContain {
    width: 50%;
    background: #f9f9f9; 
    float:left;
    min-height: 200px;
    position:relative;
    overflow:hidden;
}

.aContain .gal {
    background: #E4F2FD;
    float:left;
    padding: 6px 0 6px 6px;
    margin: 0 0 10px 0;
    clear:both;
    position:relative;
    width:100%;
    left: 0;
    top:0;
    font-size: 1.1em;
}
.addGal {
    width: auto;
    min-width: 100px;
    float: left;
    min-height: 200px;
    min-width:20%;
    margin: 0 20px 0 0;
    padding: 10px;
    
    background: #f9f9f9;
}

.addGal .gal {
    float:left;
    clear:both;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 3px;
    text-align: center;
    padding: 3px 0px 3px 0px;
    background:white;
}
.sMsg {
    font-size: 0.8em;
    font-style: italic;
}

#imagine_sectionid .form {
    display:none;
    margin: 10px 0 0 0;
}

#imagine_sectionid h3 {
    margin: 0 10px 0 0;
    padding: 3px 6px 3px 6px;
}