body {
	margin: 0;
	padding: 0;
	background: #f2f2f2 url(../img/bg.jpg) repeat-x;
	font-family: "Segoe UI", "Tahoma", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}

#helper {
	float: right;
	clear: both;
	line-height: 28px;
	padding-bottom: 3px;
	font-size: 11px;
}
#helper, #helper a {
	color: #fff;
}

#menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	clear: both;
}
#menu li {
	margin: 0 5px 0 0;
	float: left;
	background: #528bb0 url(../img/menu_left_off.jpg) no-repeat;
	font-weight: bold;
}
#menu li a {
	display: block;
	font-size: 14px;
	line-height: 34px;
	padding: 0 17px;
	background: url(../img/menu_right_off.jpg) right no-repeat;
	color: #fff;
	text-decoration: none;
}
#menu li.active {
	background: #6fb2dd url(../img/menu_left_on.jpg) no-repeat;
}
#menu li.active a {
	background: url(../img/menu_right_on.jpg) right no-repeat;
}

#submenu {
	margin: 0;
	padding: 0 0 0 14px;
	overflow: hidden;
	list-style-type: none;
	clear: both;
	height: 32px;
}
#submenu li {
	margin: 0 20px 0 0;
	float: left;
	line-height: 32px;
	font-size: 13px;
	font-weight: bold;
	display: none;
}
#submenu li a {
	color: #fff;
	display: block;
	padding: 0 3px;
	text-decoration: none;
}
#submenu li.active {
	display: block;
	line-height: 28px;
	border-bottom: 4px #f2f2f2 solid;
}
#submenu li.visible {
	display: block;
}

.container {
	background: #fff url(../img/bg_content_tl.jpg) no-repeat top left;
	margin: 15px 0;
}
.container .tr {
	background: url(../img/bg_content_tr.jpg) no-repeat top right;
}
.container .br {
	background: url(../img/bg_content_br.jpg) no-repeat bottom right;
}
.container .bl {
	background: url(../img/bg_content_bl.jpg) no-repeat bottom left;
	padding: 15px;
	overflow: hidden;
}
.container h1 {
	font-weight: normal;
	color: #000;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}
.container a.action {
	float: right;
	display: block;
	background: #518aaf url(../img/btn_left.jpg) no-repeat left;
	text-decoration: none;
	color: #fff;
	margin: 5px 0 0 10px;
}
.container a.action span {
	line-height: 25px;
	display: block;
	padding: 0 15px;
	background: url(../img/btn_right.jpg) no-repeat right;
}
table.records {
	clear: both;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
}
table.records th, table.records td {
	padding: 3px 5px;
	line-height: 16px;
	border-bottom: 1px #eee solid;
}
table.records th {
	text-align: left;
	font-weight: normal;
	border-top: 1px #eee solid;
	background: #4f4f4f;
	color: #fff;
	font-weight: bold;
}
table.records td {
	color: #666;
}
table.records td.new {
	color: #000;
	font-weight: bold;
}
table.records td.action {
	text-align: center;
	width: 16px;
}
table.records td a {
	color: #528bb0;
}

form.save {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
form.save br {
	clear: both;
}
form.save legend {
	color: #528bb0;
	font-weight: bold;
	padding: 0 10px;
	font-size: 13px;
	margin: 0 0 0 -10px;
}
form.save legend img {
	float: right;
	margin: -16px 0 0 8px;
	cursor: pointer;
	cursor: hand;
}
form.save fieldset {
	border: 0;
	border-top: 1px #eee dotted;
	overflow: hidden;
	padding: 10px;
	margin-top: 5px;
}
form.save label.lbl {
	display: block;
	float: left;
	width: 140px;
	padding: 0 10px 0 0;
	line-height: 23px;
	color: #666;
	/*background: #f9f9f9;*/
}
form.save span.note {
	display: block;
	float: left;
	color: #999;
	line-height: 23px;
	font-size: 11px;
	margin: 0 10px 0 0;
}
form.save span.note a {
	color: #b09751;
}
form.save p.note {
	float: left;
	color: #999;
	line-height: 23px;
	font-size: 11px;
	margin: -14px 0 10px 150px;
}
form.save input[type="text"], form.save input[type="password"], form.save select, form.save textarea {
	float: left;
	margin: 0 10px 10px 0;
	width: 500px;
	font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px #ccc solid;
	padding: 1px 4px;
}
form.save input[type="file"] {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 13px;
	width: 235px;
}
form.save input[type="radio"], form.save input[type="checkbox"] {
	float: left;
	width: 13px;
	height: 13px;
	margin: 1px 5px 0 0;
}
form.save select {
	padding: 0 1px 0 4px;
	width: 510px;
}
form.save input.date {
	width: 80px;
}
form.save input.number {
	width: 80px;
	text-align: right;
}
form.save input.code {
	width: 120px;
}
form.save div.options {
	float: left;
	overflow: hidden;
	width: 550px;
	margin-bottom: 8px;
	padding: 4px 0 0 0;
}
form.save div.options label {
	display: block;
	line-height: 16px;
	margin-bottom: 4px;
	overflow: hidden;
}
form.save div.options label span {
	color: #999;
	line-height: 16px;
	font-size: 11px;
}
form.save input[type="submit"] {
	margin: 0 15px 0 0;
}
form.save a.cancel {
	color: #999;
}
form.save ul#images {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form.save ul#images li {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
form.save ul#images li img {
	float: left;
	margin: 3px 10px 0 0;
	cursor: pointer;
	cursor: hand;
}
form.save ul#images li input[type="text"] {
	width: 235px;
	border: 0;
	padding: 1px 0;
}
form.save span.imgtype {
	display: block;
	float: left;
	width: 247px;
	line-height: 23px;
	overflow: hidden;
}
form.save span.imgtype em {
	color: #999;
	line-height: 23px;
	font-size: 11px;
	font-style: normal;
}
form.save div.field-val {
	width: 510px;
	float: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#items {
	width: 100%;
	border-collapse: collapse;
}
#items tr th, #items tr td {
	text-align: left;
	padding: 2px 5px;
	font-size: 13px;
	border-bottom: 1px #eee solid;
}


#filters {
	clear: both;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#filters input[type="text"], #filters select {
	margin: 0 5px 0 0;
	font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px #ccc solid;
	padding: 1px 4px;
}
#filters select {
	padding: 0px 0px 0px 4px;
}

strong.section {
	display: block;
	margin-bottom: 7px;
}

ul.multiple {
	overflow: hidden;
	clear: both;
	height: 200px;
	overflow-y: scroll;
	width: 505px;
	padding-left: 153px;
}
ul.multiple li {
	overflow: hidden;
	border-bottom: 1px #ccc dotted;
	padding: 2px 0;
}
ul.multiple li span {
	display: block;
	padding-left: 20px;
}


#banners { overflow: hidden; }
#banners li { overflow: hidden; border-top: 1px #ccc dotted; margin-bottom: 10px; padding-top: 10px; position: relative; }
a.add-banner { text-decoration: none; color: #369; padding-left: 15px; }
#banners .drag, #banners .delete {
	float: left; margin: 0 10px 5px 0;
}
#banners .drag {
	margin-top: 3px;
	margin-left: 0px;
}