/* CSS Reset - YUI version */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.clear {
	clear: both;
}
/* Actual CSS Starts here */
body {
	background: #fdfeff url(images/gradient.gif) repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #404041;
}
p 
{
    margin-bottom: 1em;
}
#wrap {
}
#outerwrap, #innerwrap {
	background: transparent url(images/bg_rep.gif) repeat-y top left;
}
#outerwrap {
	margin: 0 auto;
	max-width: 1580px;
}
#outerwrap.form {
	width: 750px;
}
#outerwrap.admin {
	width: auto;
}
#innerwrap {
	background-position: top right;
}
#outercont {
	background: transparent url(images/bg_main.gif) no-repeat top right;
	padding-right: 15px;
}
#innercont {
	background: transparent url(images/bg_main.gif) no-repeat top left;
	padding: 0 0 10px 15px;
}
#main {
	position: relative;
	padding: 9px 10px 5px 10px;
	background-color: #fff;
}
* html #main 
{
    padding: 8px 0 5px 10px;
}
#main.admin 
{
    padding-left: 0;
}
#closewrap {
	background:#fdfeff url(images/bg_foot.gif) no-repeat top left;
	padding-left: 15px;
	margin-top: -20px;
}
#closewrap div {
	background:#fdfeff url(images/bg_foot.gif) no-repeat right top;
	height: 20px;
}
#footer {
	text-align: center;
	font-size: 11px;
	padding: 10px 20px 20px;
}
#footer .thumbs img
{
    margin-right:25px;
}
#footer .thumbs .last img 
{
    margin-right: 0;
} 
/* General Links */
a, a:link, a:visited {
	color: #3A97D1;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a.xls {
	background: url(images/icon_xls.gif) no-repeat;
	padding: 2px 10px 2px 20px;
	margin: 0 1em;
	line-height: 30px;
}
span.help {
	background: url(images/icon_help.gif) no-repeat left -1px;
	padding-left: 18px;
	margin-left: 0.5em;
}
/* Heading */
#head {
	padding: 11px 0;
}
#head h1 {
	display: none;
}
.quicklist {
	background: #eff1f9;
	padding: 0 12px 15px 12px;
	width: 146px;
	display: block;
	color: #666;
	line-height: 22px;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.quicklist a:link, .quicklist a:visited {
	color: #4a75a9;
}
.quicklist a:hover {
	color: #3A97D1;
}
fieldset.searcharea {
	margin-left: 190px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #00529c;
	border-bottom: 1px solid #e9e9e9;
	margin: 5px 30px 10px 0;
	clear: left;
}
h4 span {
	color: #404041;
	font-weight: normal;
}
#footer .credit {
	color: #888;
	font-size: 10px;
}
#footer a.credit:hover {
	color: #cf3b19;
}

/* Admin Nav */
ul#navadmin, #navadmin li {
	display: inline;
}
#navadmin li.current {
	font-weight: bold;
}
#navadmin li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#00529c;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 6px 10px 0;
	padding-left: 30px;
	display: block;
	width: 115px;
	background: #f1f1f1 url(images/navadmin.gif) no-repeat;
	position: relative;
}
#navadmin li a:hover {
	text-decoration: none;
}
#navadmin li a.app {
	background-position: 0 0;
}
#navadmin li a.report {
	background-position: -150px 0;
}
#navadmin li a.settings {
	background-position: -300px 0;
}
#navadmin li a.org
{
    background-position: -450px 0;
}
#navadmin li a.app:hover {
	background-position: 0 -30px;
}
#navadmin li a.report:hover {
	background-position: -150px -30px;
}
#navadmin li a.settings:hover {
	background-position: -300px -30px;
}
#navadmin li a.org:hover
{
    background-position: -450px -30px;
}
div.userinfo, #userinfo {
	text-align: right;
	font-size: 11px;
	display:inline-block;
/*	float:none; 
   float: right;*/
}

#userinfo strong, p strong {
	font-weight: bold;
}
/* Form Elements */
fieldset {
	margin: 0 0 10px 0;
}
fieldset p {
	clear: left;
	margin: 0 0 10px;
/*	float: left;*/
}
fieldset p.name 
{
    float: left;
}
fieldset .tooltip p , fieldset.searcharea p {
	float: none;
}
fieldset p label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}
fieldset p label span {
	background: #e9e9e9;
	display: block;
	padding: 4px;
	width: 460px;
}
.focus {
	background: #f1ca7f;
}
fieldset label span input, fieldset label span textarea {
	width: 450px;
}
fieldset p label span select, fieldset p label span input, fieldset span textarea, #homebanner .loginpanel input {
	border: 1px solid #A7A7A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*
        Date: 19/02
        IncidentID: 9E4-5SX
        Release04
        Subject: I wouldn't suggest that the text users enter in the fields should be bold - it should just be plain text
	    ----------------------------------------

        font-weight: bold;
    */
	padding: 4px;
}
fieldset span.radiolist label, fieldset span.radiolistNormal label
{
    display: inline;
    padding: 0 1.1em 0 0.3em;
}
fieldset  span.radiolist, fieldset span.radiolist input, fieldset span.radiolist label , fieldset  span.radiolistNormal, fieldset span.radiolistNormal input, fieldset span.radiolistNormal label 
{
    width: auto;
    background: none;
    font-weight: bold;
}
fieldset p span select {
	padding:3px 4px;
}
fieldset p label span select {
	width:460px;
}
fieldset option {
	color:#000000;
	font-weight:normal;
}
fieldset .radio {
	font-weight: bold;
	padding: 10px 0;
	display: block;
}
fieldset .radio .radiolist , fieldset .radio .radiolistNormal 
{
	display: block;
}
fieldset .radio input {
	margin-left: 1em;
}
fieldset p .radio label {
	display: inline;
}
fieldset optgroup {
	color:#666666;
	font-style:normal;
	font-weight:bold;
}
fieldset p label.half {
	float:left;
	width:224px;
}
fieldset p label.half span {
	width:206px;
}
fieldset p label.half span input {
	width:196px;
}
fieldset p label.full {
	float:left;
}
fieldset p label.full span {
	
}
fieldset p label.full span input {

}
fieldset label.state,
fieldset label.postcode
{
    float: left;
    width: 84px;
}
fieldset label.state span,
fieldset label.postcode span 
{
    width:66px;
}
fieldset p label.state span input, 
fieldset p label.postcode span input 
{
    width:56px;
}
fieldset.address label.suburb
{
    width: 228px;
    float: left;
}
fieldset.address label.suburb span
{
    width: 210px;
}
fieldset.address p label.suburb span input
{
    width: 200px;
}

fieldset p label.primaryBg
{
    background-color:#FAEDD4;
}

fieldset p label span.req 
{
    width: auto;
    display: inline;
    
    /** there needs to be a space between 'name' and the asterisk 
        QKM-CL5 NRMA Release04  |
        -------------------------
    
    padding: 0;

    */
    
    background: none;
}
.addressAsAboveCheckBox
{
    color:#404041;
    display:inline;
    font-family:Arial,helvetica,sans-serif;
    font-size:12px;
    text-decoration:none;
}
fieldset label em {
	color: #a6a6a6;
	padding-left: 0.5em;
	font-weight: normal;
}
.wordcount_displayZZZ {
	color: #a7a7a7;
	font-size: 11px;
	display: block;
	width: 230px;
	height: 35px;
	margin-top: -42px;
	left: 20px;
}
.wordcount_displayZZZ strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	display: block;
}
.wordcount_displayZZZ strong.warning {
	color: #D12F19;
}
.wordcount_display {
	font-size: 15px;
}
.wordcount_display strong {
	font-size: 15px;
	font-weight: bold;
}
.wordcount_display strong.warning {
	color: #D12F19;
}
fieldset li.primaryBtn
{
	margin:10px 0 5px 0;
	padding-left:448px;
}
fieldset li.primaryBtn a
{
	display:block;
	float:left;
	margin-top:5px;
}
/* Table Styles */
table.grid {
	border: 1px solid #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
table.grid th, table.grid td {
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
}
table.grid th {
	background: #eff1f9;
	color: #00529c;
	font-weight: bold;
	vertical-align: bottom;
}
table.grid td {
}
table.grid .currency {
	text-align:right;
}
table.grid td.declined {
	color: #a7a7a7;
	font-size: 11px;
}
tr.paging td {
	background: #f1f1f1;
}
tr.paging span {
	font-weight:bold;
}
tr.paging a {
	margin: 0 3px;
}
tr.paging .note {
	float: right;
	color: #a7a7a7;
}
p.select {
	font-size: 11px;
}
/* action buttonsLeftAligned */
a.button:link, a.button:visited {
	background: #f5f5f5;
	padding: 4px 10px;
	color: #404041;
	border: 1px solid #f5f5f5;
	font-weight: bold;
}
a.button:hover {
	background: #dedede;
	border: 1px solid #bbb;
	text-decoration:none;
}

a.btn_neg, a.btn_neg:link, a.btn_neg:visited {
	color: #D12F19;
}
a.btn_neg:hover {
	background: #FBE3E4;
	border: 1px solid #EF959B;
}

a.btn_pos, a.btn_pos:link, a.btn_pos:visited {
	color: #529214;
}
a.btn_pos:hover {
	background: #E9EFd1;
	border: 1px solid #AACF81;
}
p.buttonsLeftAligned 
{
    float:none;
    display:inline-block;
    clear: both;
    margin: 1em 0;
}
.buttonsLeftAligned a, .buttonsLeftAligned button, input.button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    outline: none;
    _height:0;
}

.buttonsLeftAligned button, input.button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttonsLeftAligned button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttonsLeftAligned button img, .buttonsLeftAligned a img, input.button img{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0 3px -3px 0;
    padding: 0;
    height:16px;
}

button:hover, .buttonsLeftAligned a:hover, input.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    text-decoration: none;
}
.buttonsLeftAligned a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* Banana Button */

button.banana, .buttonsLeftAligned a.banana, input.banana
{
    background-color:#3C679C;
    color:#FFF;
}
.buttonsLeftAligned a.banana:hover, button.banana:hover, input.banana:hover{
    background-color:#3C679C;
    border:1px solid #6299c5;
    color:#6299c5;
}
.buttonsLeftAligned a.banana:active, input.banana:active{
    background-color:#3C679C;
    border:1px solid #3C679C;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttonsLeftAligned a.positive, input.positive{
    color:#529214;
}
.buttonsLeftAligned a.positive:hover, button.positive:hover, input.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttonsLeftAligned a.positive:active, input.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttonsLeftAligned a.negative, button.negative, input.negative{
    color:#d12f19;
}
.buttonsLeftAligned a.negative:hover, button.negative:hover, input.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttonsLeftAligned a.negative:active, input.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


.tooltip {
	position:absolute;
	margin:0px auto;
	min-width:8em;
	width:211px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#fff;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}
.tooltip .tipcontent,  .tooltip .t,  .tooltip .b,  .tooltip .b div {
	background:transparent url(images/tooltip.gif) no-repeat top right;
	_background-image:url(images/tooltip.gif);
}
.tooltip .tipcontent {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:6px 6px 0px 2px;
	color: #808080;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.tooltip .t {
	/* top+left vertical slice */

 position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.tooltip .b {
	/* bottom */

 position:relative;
	width:100%;
}
.tooltip .b,  .tooltip .b div {
	height:10px; /* height of bottom cap/shade */
	font-size:1px;
}
.tooltip .b {
	background-position:bottom right;
}
.tooltip .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}
.tooltip h5 {
	background: #f1f1f1;
	display:block;
	padding: 4px 6px;
}
.tooltip p {
	padding: 4px 6px;
	margin: 0;
}

/* Homepage */
#home 
{
    margin-left: -10px;
}
* html #home 
{
}
#homebanner 
{
    margin: 0 0 10px 0;
}
#homebanner .loginpanel 
{
    background:transparent url(images/login.gif) no-repeat scroll 0 0;
    display:block;
    height:155px;
    padding:45px 10px 10px;
    position:absolute;
    left: 530px;
    top:9px;
    width:170px;
    color: #d3e7fa;
    font-size: 11px;
}
* html #homebanner .loginpanel 
{
    width: 170px;
    top: 8px;
    left: 520px;
}
#homebanner .loginpanel input
{
    display: block;
    border: 3px solid #7b96be;
    margin: 2px 0 4px 0;
    padding: 3px;
}
#homebanner .loginpanel input:focus 
{
    border-color: #f1ca7f;
}
#homebanner .loginpanel input.loginbutton 
{
    margin: 6px 0 0 0;
}
#homebanner .loginpanel a 
{
    color: #d3e7fa;
}

#homebanner .warning 
{
    color: #F0987A;
    font-weight: bold;
}

/* list */

ul.list, ul.costlist {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 30px;
}

ul.list li.actions, ul.costlist li.actions {
	list-style-type: none;
}
ul.list li.list-item label span{
	width: 430px;
}
ul.list li.list-item label span span.list-remove, ul.costlist li.list-item label span span.list-remove {
	display: inline;
	background-image: url(/Images/cross.png);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 20px;
	height: 15px;
	position: absolute;
	cursor: pointer;
}
ul.list li.list-item label span input, ul.costlist li.list-item label span input {
	width: 400px;
}
div.modal
{
    background: #eaf4f7;
    border: solid 1px #cad8e0;
    width: 380px;
}

div.modal h1
{
    background: url('/images/info.png') no-repeat 1px 0;
    color: #16469c;
    font-size: 18px;
    line-height: 25px;
    margin: 10px;
    padding: 0 0 0 35px;
    height: 25px;
    vertical-align: middle;
}

div.modal div
{
    background: #fff;
    border: solid 1px #dde8ee;
    margin: 10px;
    padding: 15px;
}

div.modal div ul
{
    margin: 10px;
    list-style-type: square;
    list-style-position: inside;
}

.modal-background
{
    background: #ffffff;
	filter:alpha(opacity=70);
	opacity:0.7;
}

table.summary tr td
{
    vertical-align: top;
    padding: 4px;
}


div.validation-summary 
{
    background:#F5DC63 none repeat scroll 0 0;
    border:1px solid #D29C34;
    padding:10px;
    width: 66%;
}
div.validation-summary ul 
{
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    min-height:30px;
    padding:10px 20px 10px 40px;
    text-align:left;
    background: #fff;
}
div.validation-summary li 
{
    list-style-type: square;
    line-height: 150%;
}
.organisationsummary 
{
    border: 1px solid #7DB0E3;
    display: block;
    padding: 10px;
    background: #ecf5ff;
    position: relative;
}
.organisationsummary .inner 
{
    padding: 10px 10px 10px 10px;
    background: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
}
.organisationsummary h3 
{
    font-size: 18px;
    font-weight: bold;
    padding: 0.2em 0 0.4em 0;
}
.organisationsummary ul 
{
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #a7a7a7;
    float: left;
    padding: 8px 0 5px 0;
    width: 100%;
    position: relative;
}
.organisationsummary li 
{
    text-transform: uppercase;
    font-size: 11px;
    color: #a7a7a7;
    float: left;
    margin-right: 3em;
}
.organisationsummary li.email
{
}
.organisationsummary li span 
{
    text-transform: none;
    font-size: 14px;
    color: #404041;
    display: block;
}
.organisationsummary li span img 
{
    vertical-align: middle;
}
.organisationsummary p.buttonsLeftAligned 
{
    margin-bottom:0;
}


/**/
div.application-summary-important 
{
    background:Red none repeat scroll 0 0;
    border:1px solid #D29C34;
    padding:10px;
    width: 66%;
}
div.application-summary-important ul 
{
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    min-height:30px;
    padding:10px 20px 10px 40px;
    text-align:left;
    background: #fff;
}
div.application-summary-important li 
{
    list-style-type: square;
    line-height: 150%;
}

/* acquital improvment */

p.acquittalWarning
{
    color:#F00;
    font-weight:bold;
    border:1px solid #f00;
    padding:5px 10px 5px 30px;
    background: url(images/acquittalWarning.gif) no-repeat 5px 6px;
}

.noteFileSize
{
    margin:7px 0 30px 85px;
    width:200px;
}

.btnUpload
{
    background:#F5F5F5 none repeat scroll 0 0;
    border:1px solid #F5F5F5;
    color:#404041;
    font-weight:bold;
    padding:4px 10px;
    cursor:pointer;
    margin:4px 0 10px;
    float:left;
}

.btnUpload:hover
{
    background: #dedede;
	border: 1px solid #bbb;
	text-decoration:none;
}

.contactHeader
{
    font-weight:bold;
    background:#eee;
    display:inline-block;
    padding:2px 8px;
    margin-bottom:5px;
}

.contactItem
{
    font-weight:bold;   
    margin-right:10px; 
}
