/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 99%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
} 

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* END OF RESET */

/* STICKY FOOTER */

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */
.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* END OF STICKY FOOTER */

/* BASIC STYLING */

body {
background: #efefef;
font-family: arial;
line-height: 1.2em;
}

h1,h2,h3 {
font-family: verdana, arial;
padding: 1em 0;
text-shadow: 0 1px 0 white;
}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.5em;
}
h3 a:link, h3 a:visited, h3 a {
text-decoration: none!important;
}
p {
padding: 1em 0;
}

a, a:link, a:visited {
text-decoration: underline;
color: #151515;
}

a:hover {
text-decoration: none;
}


/* LAYOUT */

#header {
font-size: 0.2em;
background: #000 url(../img/fireylargelogo.jpg) no-repeat 10px 4px;
height: 90px;
width:100%;	
text-align: right;
}

#wrap {
background: url(../img/sidebar.gif) repeat-y -75px 0;
}

#menu {
width: 100%;
height: 30px;
background: #CC571D;
border-bottom: 1px solid #A64717;
}
 #menu ul li {
 list-style-type: none;
 float: left;
 margin-left: 1em;
 font-size: 1.2em;
 padding: 6px 16px 0 0;
 }
  #menu ul a, #menu ul a:link, #menu ul a:visited {
  text-decoration: none;
  }
  #menu ul a:hover {
  text-decoration: underline;
  }

#loginstatus {
float: right;
padding: 6px 10px 0 0;
}

#help_text {
float: left;
width: 200px;
padding: 1em 0.5em 0.5em;
min-height: 400px;
}

#content {
padding: 0 20px  20px 230px;
}

#footer {
position: relative;
margin-top: -50px; /* negative value of footer height */
height:50px;
clear:both;
background: #000;
}

/* LOGIN PAGE */

#help_login {
float: left;
width: 200px;
background: url(../img/FireyLogo.png) no-repeat 50% 20px;
padding: 12em 1em 1em;
min-height: 400px;
}

#login_form {
width: 65%;
padding-top: 50px;
float: right;
}
#login_form h1 {
font-size: 2em;
margin: 1em 0;
}
#login_form form {
padding-bottom: 2em;
}

#login_form input[type=text], #login_form input[type=password] {
padding: 1em!important;
}

/* END OF LOGIN PAGE */

input[type=text], input[type=password] {
display: block;
margin: 0 0 1em 0;
width: 280px;
border: 1px solid #90A4a6;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
padding: 2px;
}

/* FORM STYLING */

input[type=submit], form a, .button {
border: 1px solid #A64717;
margin: 1em;
padding: 6px;
text-decoration: none;
font-size: 12px;
-moz-border-radius: 4px;
background: #F36621;
color: white!important;
text-decoration: none!important;
}

input[type=submit]:hover, form a:hover, .button {
background: #F36621;
cursor: pointer;
}

label {
font-size: 1em;
}

.suburb, .state_postcode {
display: inline!important;
width: 50px!important;
margin-right: 1em!important;
}
.phone {
display: inline!important;
margin-right: 1em!important;
}


/* ADMIN PAGE */

#adminmenu {
width: 100%;
height: 30px;
background: #F36621;
border-bottom: 1px solid #A64717;
}
 #adminmenu ul li {
 list-style-type: none;
 float: left;
 margin-left: 1.4em;
 font-size: 0.9em;
 font-style: italic;
 padding: 6px 16px 0 0;
 }
  #adminmenu ul a, #adminmenu ul a:link, #adminmenu ul a:visited {
  text-decoration: none;
  }
  #adminmenu ul a:hover {
  text-decoration: underline;
  }

/* END OF ADMIN PAGE */

/* VALIDATION ERROR MESSAGES  */

.help_icon {
background: url(../img/help.png) no-repeat;
padding:7px 30px 10px 0;
}

.error {
color: #f20202;
margin: 0.5em;
background: #f9b3b3 url(../img/error.png) no-repeat 2px 50%;
padding: 5px 5px 5px 30px;
border: 1px dashed #f20202;
}

fieldset {
	width: 300px;
	margin: auto;
	margin-bottom: 2em;
	display: block;
}

/* Pagination stuff */
table {
margin-bottom: 10px;
}

td {
border: 1px solid #aaaaaa;
padding: 0.5em 1em;
/* text-align: center; */
}

.center {
text-align: center;
}

.left {
text-align: left;
}

/* td:last-child {
 border-right: none;
 } */

th {
text-align: center;
padding: 0.3em;
background: #cac9c9;
border: 1px solid #aaaaaa;
font-size: 1em;
}

#pagination a, #pagination strong {
background: #e3e3e3;
padding: 4px 7px;
text-decoration: none;
border: 1px solid #cac9c9;
color: #292929;
font-size: 13px;
}

#pagination strong, #pagination a:hover {
font-weight: normal;
background: #cac9c9;
}

/* CSS for JOB DETAILS - TABS */
.tabs {
padding-top:20px;
}

.tabNavigation {
list-style: none;
}
.tabNavigation LI {
display: inline;
}
.tabNavigation li a, .tabNavigation li a:visited {
padding: 3px 5px;
background: #eaeaea;
text-decoration: none;
border: 1px solid #A3A3A3;
margin: 0!important;
color: #a3a3a3!important;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
}
.tabNavigation li a.selected,
.tabNavigation li a:hover {
position: relative;
z-index: 2;
color: #000!important;
border-bottom: 1px solid #CCCCCC !important;
border-top: 1px solid #A64717;
border-left: 1px solid #A64717;
border-right: 1px solid #A64717;
margin: 0!important;
background: #ccc!important;
padding: 3px 3px 2px 6px!important;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
}

#contact_tab, #job_tab, #notes_tab {
padding: 5px;
border: 1px solid #A64717;
background: #ccc;
position: relative;
z-index:1;
}

#job_tab td {
text-align: left;
}

/* css for address book */


.address {
line-height: 1.2em;
padding-bottom: 1px;
}

.address li {
display: inline;
margin: 0 2px;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
border-left: 1px solid #aaa;
border-bottom: 1px solid #cac9c9;
}
.address li a, .address li a:visited {
text-decoration: none;
background: #cac9c9;
}
.address li a:hover {
background: #000;
color: #fff;
}
.address span {
padding: 5px;
}




.waste {
	min-height: 1000px;
}

#search_open select, .search_left {
float: left;
}
