@media screen,print
{
body {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0 0 0 20px;
}

.error {
	color: #f00;
}

p.note {
	font-size: 90%;
	color: #04a;
	margin: 0;
	padding: 0;
}

p.caption {
	font-size: 95%;
	color: #999;
	margin: 0;
	padding: 0;
}

div#top {
float:left;
margin:0 0 30px 25px;
padding:0;
width:100%;
}

	div#top img {
		width: 120px;
		float: left;
		margin: 0;
	}

#top h1 {
float:left;
margin:50px 0 0 30px;
background:none;
}

#container {
	width:820px;
	font-size: 90%;
}

#sidebar {
	float: left;
	width: 190px;
}

#main {
	float: right;
	width: 590px;
	padding:0 0 0 40px;
	margin-bottom: 2em;
}

h1 {
	font-size: 145%;
	font-weight: normal;
	color: #01244c;
	margin: 0.2em 0;
	padding: 0;
	background: url(/admintools/images/h1_bg.jpg) top left no-repeat;	
	padding: 5px 0 0 5px;
	margin: -2px 0 0 -5px;
}

#main h1 {
text-transform:capitalize;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0.2em 0 1.5em;
	padding: 0;
	color: #999;
}

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 25px;
	padding:0;	
}

ul#menu li{
	border: 1px solid #eee;
	border-bottom:none;
	padding: 5px;
}

ul#menu li.last{
	border: 1px solid #eee;
	padding: 5px;
}

ul#menu li.sublast{
	border: 1px solid #eee;
	border-top:none;
	padding: 5px;
}

ul#menu li ul{
list-style-type:none;
margin:0 10px;
padding:0;
}

ul#menu li ul li, #menu li.sub2{
background-color:#ffc;
border-bottom:none;
}

ul#menu li ul li.last {
background-color:#ffc;
border-bottom: 1px solid #eee;
}


#menu li.drop2 {
background-color:#fff;
padding-left:0;
border:none;
}


#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;
	height:26px;
}


th {
	width: 110px;
	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;
	
}

.dark {
height:15px;
background-color:#f1f1f1;
}

#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:#ffc;			
	vertical-align: middle;
}
.finder tr {
	background-color:#ffc;
}

	
tr.end {
		background-color: #F1F1F1;
}

table.add {
	float: right;
	width: auto;
	background-color: #ffc;
}

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.movedown{
  width: 90px;
  white-space: nowrap;
}

td.delete, td.moveup, td.approve  {
  width: 70px;
  white-space: nowrap;
}

td.edit, td.mail {
  width: 55px;
  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: #444;
}
table.add td a:hover, table.add td a:focus {
	text-decoration: none;
	color: #000;
}

table.noborder, table.noborder tr, table.noborder td {
border:none;
}

a:link, a:visited {
	color: #000; 
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #006caa;
	text-decoration: underline;
	}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}

#menu li.specialcell {
background-color:#21215E;
border-color:#21215E;
padding:5px;
}

#menu li.specialcell a {
color:#fff;
font-weight:bold;
text-decoration:none;
}

#menu li.specialcell a:hover {
text-decoration:underline;
}

/* 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 {
	color: #000;
	background-color: #e8f1f7;
	border: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

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;
}

label {
float:left;
display:block;
width:130px;
margin:0;
padding:0;
}

/* 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;
}

.w400 {
width:400px;
}

.w100 {
width:100px;
}

.w30 {
width:30px;
}

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: 400px;
}

}

@media print
{
#sidebar {
display:none;
}

#main {
float:left;
margin-left:50px;
}

}