body {
	background-image: url(../../a/i/back.png);
	background-repeat: repeat-x;
	color: #58595B;
	font: normal 14px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0 auto;
	width: 960px;
}
iframe {background-color: transparent;}
#container {margin-top: 20px;}
#header {
	width: 960px;
	float: left;
	clear: both;
	font-size: 16px;
}
#logo {
	float: left;
	clear: none;
}
#navbar {
	background-color: #12C3F4;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 3px;	
	padding: 10px;
		/* z-index: 5; */
	text-align: left;
	width: 97%;
}

#secondary {
	float: right;
	display: inline;
	clear: none;
	text-align: right;

}
#break {
	clear: both;
	text-align: right;
	margin: 10px;
}

.tablearea {
	font-weight: bold;
	color: white;
	text-align: left;
}

.menu a {
	background: url(../../a/i/menu_n.png) repeat-x left top;
	color: #FFF;
	display: block;
	float: left;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin-right: 1px;
	padding: 0 36px;
	text-align: center;
}
.menu a.active, .menu a:hover {
	background: url(../../a/i/menu_h.png) repeat-x left top;
	font-weight: bold;		
	text-decoration: none;
}
.data {
	width: 960px;
	border: 0;
	clear: both;
	text-align: left;
	font-size: 12px;
	
}
.data td {
	height: 32px;
	padding-left: 15px;
}
.captions {
	background-color: #58595B;
	color: #FFF;
	font-weight: bold;
	height: 20px;	
}
.w80 {
	width: 80px;
	text-align: center;
	padding-left: 0;
}
#loginbox {
	width: 400px;
	margin: 20px auto;
}
.dark {background-color: #E4E5E6;}
.notifier {font-size: 10px;}
#caption {
	background-image: url(../../a/i/menu_n.png);
	background-repeat: repeat-x;
	height: 22px;
	font-size: 18px;
	color: white;
	text-align: left;
	padding-left: 20px;
	width: 940px;
	clear: both;
}
#contain {
	border: 1px solid #dddddd;
	width: 960px;
	float: left;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
P {
	
}
H1 {
	color: Green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
}
H2 {
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 10px;
	font-weight: normal;
}
H3 {
	border-bottom: 1px solid #919396;
	font-weight: normal;
}
a img {border: none;}
.clear {clear: both;}
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.button-bar {padding: 10px;}
.error {
	color: #FF0000;
	font-weight: bold;
}
.success {
	color: green;
	font-weight: bold;
}
.playlist {margin: 10px 0;}
.button {
	background: url(../i/garden_foods_button_bacground.png) no-repeat center center;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}
.button:hover {text-decoration: none;}
.editor label {
	display: block;
	float: left;
	height:	30px;
	line-height: 30px;
	margin-bottom: 6px;
	width: 150px;
}
.editor input[type="text"],
.editor input[type="file"] {
	border: 1px solid #919396;
	float: left;
	height: 28px;
	margin-bottom: 6px;
	width: 294px;
}
.editor input.upload {border: none;}
.editor input.check {width: auto;}
.editor select {
	border: 1px solid #919396;
	float: left;
	height: 28px;
	margin-bottom: 6px;
	width: 296px;
}
.editor img {margin-bottom: 6px;}
.editor div {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}
.showing {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.w20 {width: 20px;}


#ad-bulk-edit-form {
	display: none;
	border: 1px solid #999;
	padding: 20px;
	box-sizing: border-box;
	background-color: #ccc;
}

#multi_image {
	display: none;
}

.editor .form-control-container {
	float: none;
	height: auto;
	line-height: initial;
	margin-left: 0;
}

.screen-modal {
	border: 1px solid #aaa;
	background-color: #eee;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.screen-modal h3 {
	border: none;
	margin: 0;
	padding: 10px 20px;
	background-color: Green;
	color: white;
}

.screen-modal h3 span {
	float: right;
	font-weight: bold;
	cursor: pointer;
}

.screen-modal h3 span:after {
	content: "";
	clear: both;
	display: table;
}

.screen-modal dl {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0;
	padding: 30px;
}

.screen-modal dt {
	font-weight: bold;
	width: 20%;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.screen-modal dd {
	width: 80%;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.screen-modal dd input {
	width: 100%;
	padding: 8px;
}