html {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
#admin_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}
a {
	color: #00f;
	text-decoration: none;
}
a:hover {
	color: #8b9fa6;
	text-decoration: underline;
}
img {
	margin: 0;
	padding: 0;
	border-width: 0;
}
.clear_both {
	clear: both;
}
#admin_header {
	background-image: url({BASE_PATH_WEB}/admin/style/images/top_bar.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	width: 100%;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#reseller_logo {
	position: absolute;
	top: 0;
	left: 10px;
	padding: 0;
}
#admin_controlmenu {
	background-color: #cdd27c;
	vertical-align: top;
	width: 170px;
	height: 100%;
}
#admin_controlmenu h1 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 170px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 3px;
}
#admin_controlmenu h2 {
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	text-align: left;
	height: 15px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#admin_controlmenu div {
	color: #d21d0b;
	font-size: 11px;
	font-weight: bold;
	background-color: #cacbcf;
	display: block;
	height: 15px;
	padding-top: 3px;
	padding-left: 10px;
}
#admin_controlmenu div a {
	font-weight: normal;
	display: block;
	height: 20px;
}
#admin_controlmenu div a:hover {
	color: #d21d0b;
}
#admin_controlmenu .logtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 9px;
	text-decoration: none;
	height: 27px;
	border-bottom: 1px solid #999999;
}
#admin_content {
	text-align: center;
	vertical-align: top;
	height: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.admin_mainbox {
	background-color: #eee;
	text-align: center;
	width: 660px;
	border: solid 1px #ddd
}
.admin_outerbox {
	background-color: #fff;
	text-align: left;
	width: 660px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: solid 1px #ddd;
}
.admin_inlinebox {
	background-color: #fff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	border: solid 1px #ddd;
}
.admin_boxheader {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	background-image: url({BASE_PATH_WEB}/admin/style/images/bg_texture.gif);
	background-position: right 0;
	background-repeat:repeat-y;
	background-color:black;
	text-align: left;
	position: relative;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.admin_fieldboxheader {
	text-align: left;
	position: relative;
	min-height: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}
.admin_fieldbox {
	background-color: white;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	min-height: 20px;
	border-bottom: 1px solid #999;
	overflow: hidden;
}
.admin_fieldlable {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	position: absolute;
	top: 3px;
	left: 5px;
	width: 160px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.admin_fieldlable a {
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}
.admin_fieldlable select {
	position: absolute;
	top: -3px;
}
.admin_fielddata {
	font-size: 11px;
	position: relative;
	top: 0;
	left: 170px;
	width: 470px;
}
.admin_fielddata a {
	font-size: 11px;
}
.admin_fieldcontrols {
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 3px;
	left: 170px;
	width: 470px;
}
.admin_fieldtable {
	font-size: 11px;
	text-align: left;
	position: relative;
	top: 0;
	min-height: 20px;
	overflow: hidden;
	float: left;
	display: inline;
	padding-top: 4px;
	padding-left: 5px;
}
.admin_fieldtable a {
	font-size: 11px;
	overflow: hidden;
}
.admin_fieldtext {
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 0;
	left: 170px;
	width: 470px;
	padding-top: 3px;
}
.admin_fieldlist {
	font-size: 11px;
	position: relative;
	left: 5px;
	padding-top: 4px;
}
.admin_fieldinfo {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
.admin_fieldinfo span {
	color: #d21d0b;
	font-weight: bolder;
	text-decoration: none;
}
.admin_fieldline {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 5px;
	border-bottom: 1px solid #999;
}
.admin_fieldwarning {
	color: #c00;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	background-color: #eee;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 1px solid #999;
}
.admin_fieldfull {
	font-size: 11px;
	position: relative;
	top: 0;
	width: 450px;
	padding-top: 5px;
}
.admin_inputtextboxfull {
	width: 470px;
}
.admin_inputtextboxmedium {
	width: 200px;
}
.admin_inputtextboxsmall {
	width: 100px;
}
.admin_inputtextarea {
	width: 470px;
	height: 300px;
}
.admin_inputtextareasmall {
	width: 470px;
	height: 100px;
}
.admin_inputtextareainline {
	width: 440px;
	height: 200px;
}
.admin_featurecontrolsadd {
	position: absolute;
	left: 500px;
}

.admin_featurecontrolsview {
	position: absolute;
	left: 620px;
}
.admin_featurecontrols {
	font-size: 11px;
	position: absolute;
	left: 500px;
	width: 190px;
}
.locationlist {
	height: 300px;
	position: relative;
}
.locationlist div {
	height: 300px;
	width: 150px;
	float: left;
	margin-left: 5px;
}
.locationlist div h3 {
	width: 147px;
	padding-left: 5px;
	padding-top: 2px;
	background-color: #DDDDDD;
}
.locationlist div div {
	margin-left: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #DDDDDD;
	height: 275px;
}
.locationlist div div h4 {
	padding-left: 5px;
	color: #AAAAAA;
}
.locationlist div div p {
	width: 300px;
	padding-left: 5px;
}
.locationlist div div span {
	padding-left: 16px;
}
.locationlist div div .plus {
	font-weight: bold;
	color: #00ac36;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 2px;
}
.locationlist div div .plus:hover {
	background-color: #00ac36;
	color: #FFFFFF;
}
.locationlist div div .name {
	text-decoration: none;
}
.locationlist div div .name:hover {
	color: #000000;
}
#locations div {
	margin-left: 5px;
}
#locations div a {
	padding-left: 3px;
	padding-right: 2px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}
#locations div a:hover {
	background-color: #DD0000;
	color: #FFFFFF;
}
.admin_buttonbox {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.admin_buttonsubmit {
	color: #00ac36;
	font-size: 11px;
	text-decoration: underline;
	background: url({BASE_PATH_WEB}/admin/style/icons/accept.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.admin_buttonedit {
	color: #00f;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	background: url({BASE_PATH_WEB}/admin/style/icons/edit.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.admin_buttoncancel {
	color: #00f;
	font-size: 11px;
	text-decoration: underline;
	background: url({BASE_PATH_WEB}/admin/style/icons/cancel.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.admin_buttonadd {
	color: #d21d0b;
	font-size: 11px;
	text-decoration: underline;
	background: url({BASE_PATH_WEB}/admin/style/icons/add.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.admin_buttondelete {
	color: #d21d0b;
	font-size: 11px;
	text-decoration: underline;
	background: url({BASE_PATH_WEB}/admin/style/icons/delete.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.admin_buttonview {
	color: #00ac36;
	font-size: 11px;
	text-decoration: underline;
	background: url({BASE_PATH_WEB}/admin/style/icons/magnifier.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.admin_buttongreen {
	color: #00ac36;
	font-size: 11px;
	text-decoration: underline;
}
.admin_buttonblue {
	color: #00f;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.admin_buttonred {
	color: #d21d0b;
	font-size: 11px;
	text-decoration: underline;
}
.admin_buttonorange {
	color: #ffb811;
	font-size: 11px;
	text-decoration: underline;
}
.admin_imagemiddle {
	text-decoration: none;
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 3px;
	border-width: 0;
}
.admin_buttonaddlong {
	color: #00ac36;
	font-size: 11px;
	text-decoration: underline;
	height: 20px;
	padding-right: 20px;
	background: url({BASE_PATH_WEB}/admin/style/icons/accept.gif) no-repeat left center;
	padding-left: 18px;
}
.admin_rowhidhlighton {
	background-color: #eee;
}
.admin_rowhidhlightoff {
	background-color: #fff;
}
.admin_rowhidhlightfocus {
	background-color: #cfc;
}
.admin_colourchoice {
	text-align: center;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
}
.admin_colourchoice input {
	position: absolute;
	left: 6px;
	top: 6px;
}
.admin-imagesview {
	width: 128px;
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #999;
}
.admin-imagesname {
	width: 128px;
	height: 30px;
	padding-top: 3px;
}
.admin-imagesimage {
	vertical-align: middle;
	height: 128px;
}
.admin-imagessize {
	font-weight: normal;
}
.buttons {
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left -1px;
	text-decoration: none;
	height: 16px;
	float: left;
	margin-right: 3px;
	padding-top: 2px;
	padding-left: 17px;
	display: block;
}
.button-tick {
	color: #00ac36;
	background-image: url({BASE_PATH_WEB}/admin/style/icons/tick.gif);
}
.button-cross {
	color: #d21d0b;
	background-image: url({BASE_PATH_WEB}/admin/style/icons/cross.gif);
}

.button-add {
	color: #00ac36;
	background-image: url({BASE_PATH_WEB}/admin/style/icons/add.gif);
}
.button-edit {
	color: #00f;
	background-image: url({BASE_PATH_WEB}/admin/style/icons/edit.gif);
}
.button-delete {
	color: #d21d0b;
	background-image: url({BASE_PATH_WEB}/admin/style/icons/delete.gif);
}
.button-up {
	background-image: url({BASE_PATH_WEB}/admin/style/icons/arrow_up.gif);
}
.button-down {
	background-image: url({BASE_PATH_WEB}/admin/style/icons/arrow_down.gif);
}
.inline_mainbox {
	background-color: #eee;
	text-align: center;
	width: 460px;
	border: solid 1px #ddd
}
.inline_outerbox {
	background-color: #fff;
	text-align: left;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #ddd;
}
.inline_boxheader {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	background-image: url({BASE_PATH_WEB}/admin/style/images/bg_texture.gif);
	background-position: 0 0;
	text-align: left;
	position: relative;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px
}
.inline_fieldbox {
	margin-top: 3px;
	position: relative;
	padding-bottom: 2px;
	border-bottom: 1px solid #999
}
.inline_fieldlable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
	position: absolute;
	top: 4px;
	left: 5px;
	width: 130px;
}
.inline_fieldlable a {
	font-size: 11px;
}
.inline_fielddata {
	font-size: 11px;
	position: relative;
	top: 0;
	left: 130px;
	width: 300px;
}
.inline_fielddata a {
	font-size: 11px;
}
.inline_fielddata select {
	position: relative;
	left: 0;
}
.inline_fieldtext {
	font-size: 11px;
	position: relative;
	top: 0;
	left: 130px;
	width: 300px;
	height: 17px;
	padding-top: 5px;
}
.inline_fieldinfo {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
.inline_fieldpreview {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 1px solid #999;
}
.inline_fieldinfo span {
	color: #d21d0b;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
.inline_fieldwarning {
	color: #c00;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	background-color: #eee;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 1px solid #999;
}
.inline_fieldfull {
	color: #333333;
	font-size: 11px;
	text-align: left;
	position: relative;
	top: 0;
	width: 450px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.inline_inputtextboxfull {
	width: 310px;
	height: 16px;
}
.inline_inputtextboxsmall {
	width: 100px;
	height: 16px;
}
.inline_inputtextarea {
	width: 310px;
	height: 200px;
}
.inline_buttonbox {
	margin-top: 10px;
	position: relative;
	width: 200px;
	height: 15px;
	margin-bottom: 10px;
}
.inline_buttonsubmit {
	color: #00ac36;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	background: url({BASE_PATH_WEB}/admin/style/icons/accept.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.inline_buttoncancel {
	color: #00f;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 80px;
	width: 70px;
	background: url({BASE_PATH_WEB}/admin/style/icons/cancel.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.inline_buttonadd {
	color: #d21d0b;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	background: url({BASE_PATH_WEB}/admin/style/icons/add.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.inline_buttondelete {
	color: #d21d0b;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	background: url({BASE_PATH_WEB}/admin/style/icons/delete.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.inline_buttonupdate {
	color: #d21d0b;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	background: url({BASE_PATH_WEB}/admin/style/icons/update.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.inline_buttonview {
	color: #00ac36;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	background: url({BASE_PATH_WEB}/admin/style/icons/magnifier.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.inline_imagemiddle {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	border-width: 0;
}

.menurow {
	font-size: 12px !important;
	padding-top: 2px;
	height: 20px;
	position: relative;
	border-bottom: 1px solid #999
}
.mainmenu {
	color: blue;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	top: 3px;
	left: 15px;
	width: 280px;
	overflow: hidden;
}
.submenu {
	color: blue;
	text-decoration: underline;
	position: absolute;
	top: 3px;
	left: 45px;
	width: 280px;
	overflow: hidden;
}
.subsubmenu {
	color: blue;
	font-style: italic;
	text-decoration: underline;
	position: absolute;
	top: 3px;
	left: 75px;
	width: 280px;
	overflow: hidden;
}
.controlsadmin {
	position: absolute;
	top: 2px;
	left: 295px;
}
.type {
	position: absolute;
	top: 3px;
	left: 500px;
	width: 190px
}
.pagerank {
	color: #b22f00;
	font-weight: bold;
	position: absolute;
	top: 2px;
	left: 435px;
	width: 60px;
}
.relative {
	color: green;
	text-decoration: none
}
.featurerow {
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cdd27c;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	height: 16px;
}
.featurename {
	color: black;
	text-decoration: none;
	position: absolute;
	left: 90px
}
.siteheader {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}
.toggle {
	margin: 0
}
.columnedit-box {
	background-color: #eee;
	padding-left: 5px;
	position: relative;
	height: 22px;
}
.columnedit-box .columnedit_button {
	color: #217500;
	text-decoration: underline;
	position: absolute;
	top: 3px;
	left: 5px;
}
.columnedit-box .columnedit_button:hover {
	color: #c71522;
}
.columnedit-box .columnedit_name {
	font-weight: bold;
	position: absolute;
	top: 4px;
	right: 5px;
}
.columnedit-box .columnedit_arrange {
	position: absolute;
	top: 0;
	left: 100px;
}
.inpage-fullwidth {
	background-color: #eee;
	padding-left: 5px;
	position: relative;
	height: 22px;
}
.inpage-smallwidth {
	background-color: #eee;
	width: 50px;
}
.helplink {
	position: absolute;
	right: 10px;
}
.helplink img {
	vertical-align: middle;
}
.standard_itemfocus-live {
	background-image: url({BASE_PATH_WEB}/admin/style/icons/item_focus-live.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}
.standard_itemfocus-draft {
	background-image: url({BASE_PATH_WEB}/admin/style/icons/item_focus-draft.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}
.standard_itemedit {
	text-decoration: none;
	background-color: #eee;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 245px;
	padding-top: 2px;
	padding-bottom: 1px;
	border: dotted 1px #f00;
}
.standard_linkfocus {
	background-image: url({BASE_PATH_WEB}/admin/style/icons/edit_focus.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
}
.standard_linkedit {
	background-color: #eee;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 66px;
	height: 16px;
	z-index: 10;
	border: dotted 1px #f00;
}
#popuppanelBO {
	position: absolute;
	background-color: #434242;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 2000;
}
#popuppanelholder {
	position: fixed;
	z-index: 2001;
	top: 50px;
	width: 100%;
	left: 0;
}
#popuppanelbox {
	background-color: white;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	padding-bottom: 1px;
	position: relative;
}
#popuppanelbusy {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: white;
	opacity: 0.9;
}
#popuppanelbusy img {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right: 0;
	left: 0;
}
