body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0 0 0 20px;
}
a[disabled="disabled"]:hover {
	text-decoration: none;
}
.error {
	color: #f00;
}
p.note {
	font-size: 90%;
	color: #8484b5;
	margin: 0;
	padding: 0;
}
p.caption {
	font-size: 95%;
	color: #999;
	margin: 0;
	padding: 0;
}
div#top {
	margin: 0px 0px 1em 0px;
	padding: 0;
	width: 98%;
	height: 90px;
}
div#top img {
	float: left;
	margin: 20px;
	height:30px;
}
#container {
    /*width: 850px;*/
    width: 1200px;
}
#sidebar {
	float: left;
	width: 200px;
}
#main {
	float: right;
	width: 970px;
	margin-bottom: 2em;
}
h1#admin_header {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 95px 200px 0;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	margin: 0.2em 0 1.5em;
	padding: 0;
	color: #999;
}
ul#menu {
	display: block;
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
}
ul#menu li {
	border: 1px solid #eee;
	padding: 5px;
}
ul#menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li ul li {
	background-color: #fef9e7;
	border-bottom: 1px solid #fff;
}
#page-login table, #page-login th, #page-login td {
	border: none;
}
table {
	clear: both;
	margin-top: 0.5em;
	width: 100%;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-collapse: collapse;
}
table table {
	margin-top: 0;
}
table.nest {
	width: auto;
}
table.nest label {
	display: block;
	margin-bottom: 0.2em;
}
td, th {
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 4px;
}
#menu th {
	width: 130px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #333;
	background: #F1F1F1;
}
th {
	width: 130px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	border-bottom: 0px;
	background: #F1F1F1 url(/admintools/images/td_border.gif) bottom repeat-x;
	color: #666666;
}
#addBar {
	background-color: #FFC;
	font-weight: bold;
}
#editBar {
	background-color: #A5D6FA;
	font-weight: bold;
}
table.list th {
	width: auto;
}
table.checklist th {
	width: 30px;
	text-align: center;
}
.finder table {
	width: auto;
}
.finder th {
	width: auto;
	text-align: right;
	font-weight: bold;
	padding-left: 22px;
	background-color: #913697;
	color: #fff;
	vertical-align: middle;
}
.finder tr {
	background-color: #913697;
}
tr.end {
	background-color: #F1F1F1;
}
table.noborder, table.noborder tr, table.noborder td {
	border: none;
}
table.add {
	float: right;
	width: auto;
	background-color: #913697;
}
table.addinline {
	float: none;
	width: auto;
	margin-bottom: 0.5em;
	background: #FFC url(/admintools/images/icon.export.gif) 2px center no-repeat;
}
table.add td, table.addinline td {
	padding-left: 22px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
td.moveup, td.movedown, td.delete, td.approve, td.mail {
	width: 90px;
	white-space: nowrap;
}
td.movedown a, td.moveup a, td.edit a, td.delete a, td.approve a, td.mail a {
	padding: 0 4px 0 18px;
	display: block;
	background: url(/admintools/images/icon.down.gif) -2px no-repeat;
	text-decoration: underline;
}
td.moveup a {
	background: url(/admintools/images/icon.up.gif) -2px no-repeat;
}
td.edit a {
	background: url(/admintools/images/icon.edit.gif) -2px no-repeat;
}
td.delete a {
	background: url(/admintools/images/icon.delete.gif) -2px no-repeat;
}
td.approve a {
	background: url(/admintools/images/icon.approve.gif) -2px no-repeat;
}
td.mail a {
	background: url(/admintools/images/icon.mail.gif) -2px no-repeat;
}
table.add td a:link, table.addinline td a:link, table.add td a:visited, table.addinline td a:visited {
	text-decoration: none;
	color: #fff;
}
table.add td a:hover, table.add td a:focus {
	text-decoration: none;
	color: #000;
}
a:link, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#menu li.specialcell {
	background-color: #913697;
	border-color: #913697;
	padding: 5px;
}
#menu li.specialcell a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu li.specialcell a:hover {
	text-decoration: underline;
}
#menu li.drop2 {
	background-color: #fff;
}
#menu li.sub2 {
	background-color: #fef9e7;
	padding-left: 20px;
}
/* Forms 	*/
form {
	margin-top: 0.8em;
}
legend {
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 1em 0 .2em 0;
	color: #999;
	text-transform: uppercase;
}
.finder legend {
	display: none;
	margin: 0;
}
fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 0.5em 0;
	padding: 0;
	border: none;
}
fieldset.finder {
	margin-top: -4em;
	float: right;
	width: auto;
}
input, textarea, select, .normalField, input#content {
	color: #000;
	background-color: #fef9e7;
	border: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
input[type="checkbox"], input[type="radio"] {
	float: left;
}
input.button {
	font: 100% "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #EBEBEB;
	border: 1px solid #333;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	font-weight: bold;
}
/* Added by Ben Graham 11/12/2006*/
.errorField {
	border: 2px solid #990000;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
}
.errorField:Focus {
	border: 2px solid #990000;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
}
/* End Add */

input:focus, textarea:focus, select:focus {
	background-color: #fff;
}
td.up, td.down {
	width: 90px;
	text-align: center;
	background-color: #e8fbfc;
}
td.up a:link, td.down a:link {
	color: #000;
}
/* Form Input Widths - Note textarea not needed by ID */


#txtPostCode, #txtRegionPostCodes, #txtTotalHouseholds, #txtTotalRetailOutlets, #txtTotalBusinesses, #txtID {
	width: 60px;
}
#txtPhone, #txtFax, #txtMobile {
	width: 100px;
}
#txtUsername, #txtPassword, #txtPassword2, #txtRange, #txtEmail {
	width: 200px;
}
#txtFirstName, #txtSurname, #txtSuburb, #txtCompanyName, #txtPosition, #txtName2 {
	width: 300px;
}
textarea, #txtName, #txtAddress, #txtAddress1, #txtAddress2, #txtSubCat, #txtHeadline, #txtUrl, #txtURL, #txtUrlName, #txtSubject {
	width: 468px;
}
label {
	display: block;
}
label.check {
	float: none;
	position: relative;
	display: inline;
	width: auto;
	padding-top: 0;
	top: -2px;
}
input.w400 {
	width: 400px;
}
input.w300 {
	width: 300px;
}
input.w150 {
	width: 150px;
}
input.w50 {
	width: 50px;
}
input.w30 {
	width: 30px;
}
input.w20 {
	width: 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 5px 0 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666;
}
a#create_sale {
	display: block;
	background: #fff url('http://www.lifestyleatthepark.com.au/images/buttons/create-sale.gif') no-repeat bottom left;
	width: 117px;
	height: 28px;
}
a#create_sale:hover {
	background-position: top left;
}
.hidden {
	display: none;
}
div.pagerholder {
	background-color: #F1F3F3;
	float: right;
}
ul.adminpager {
	padding: 12px;
	margin: 0px;
}
ul.adminpager li {
	list-style-type: none;
}
ul.adminpager li a.active {
	font-weight: bold;
}
/* By TTO for image buttons */

.imag-span td {
	width: auto;
	height: auto;
	border-style: none;
	border-width: 1px;
	cursor: pointer;
	padding: 2px;
	background-color: transparent;
}
.action-delete {
	background-image: url(../images/action_delete.png);
}
.action-movedown {
	background-image: url(../images/arrow_down.png);
}
.action-moveup {
	background-image: url(../images/arrow_top.png);
}
.action-edit {
	background-image: url(../images/action_edit.png);
}
.action-edit2 {
	background-image: url(../images/action_edit2.png);
}
.action-check {
	background-image: url(../images/icon.approve.gif);
}
.action-uncheck {
	background-image: url(../images/action_uncheck.png);
}
.action-preview {
	background-image: url(../images/action_preview.png);
}
.action-untick {
	background: url(../images/action_remove.png);
}
.action-tick {
	background: url(../images/action_check.png);
}
.action-delete a, .action-movedown a, .action-moveup a, .action-edit a, .action-preview a, .action-tick span, .action-untick a {
	text-decoration: none;
}
.action-delete, .action-movedown, .action-moveup, .action-edit, .action-check, .action-preview, .action-tick, .action-untick {
	background-repeat: no-repeat;
}
td.imag-td {
	height: 21px;
	width: 40px;
	text-align: center;
}
td.imag-td a:hover {
	text-decoration: none;
}
#screenshot {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
}
/*image buttons END*/

/*tags like linkedin*/
.hidden {
	display: none;
}
a.tag {
	color: #006699;
	outline: medium none;
	text-decoration: none;
	float: left;
	display: block;
	width: 77px;
}
.jellybean a.b_delete {
	background: url(/admintools/images/action_delete.png) no-repeat right;
	width: 16px;
	height: 16px;
	float: right;
	display: block;
}
.jellybean {
	background-color: #ECECEC;
	border-radius: 5px 5px 5px 5px;
	color: #006699;
	display: inline-block;
	font-size: 13px;
	padding: 2px 5px;
	margin-bottom: 2px;
}
span.imag {
	height: 21px;
	width: 60px;
	text-align: center;
}
.delete-tag {
	background-image: url("/admintools/images/button_remove.gif");
	background-repeat: no-repeat;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon {
	background-image: url("/admintools/images/ui-icons_469bdd_256x240.png") !important;
	height: 16px;
	width: 16px;
}
.ui-icon {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}
/*tags like linkedin END*/
.error {
	color: #f00;
}
