/*-----------------------------------------
Copyright (c) 2008 Revium Pty Ltd, ABN 21 130 889 833, www.revium.com.au
Created date: $time$

This is a cut down version of the current CSS at www.fos.org.au/

-----------------------------------------*/
@import url"reset.css";


/* @group General */

body {
	margin: 0 auto;
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 68%;
	color: #666;
}
a { 
	text-decoration: none;
	outline: none;
	color: #9ca104;
}
a img {
	border: none;
}

div.clear{
 clear:both;
 margin:0px;
}
div.left{
 float:left;
}

/* @end */

/* @group Headings */

h2 {
	font-family:Arial;
	font-size:2.3em;
	color: #412E5E;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	border-bottom:1px solid #E5E5E7;
}
h2 a {
	text-decoration:underline;
	color:#FF6633;
}
h3 { font-size: 13px; }

/* @end */

/* @group Forms */

form div {
	margin-bottom: 5px;
}
input, select, textarea {
	background: none;
	border: 1px solid #DDE0AF;
	background-color: #fff;
	font-size: 1em;
}
input.form_radiobutton {
	border: none;
}
input[type=text], input[type=password] {
	width: 180px;
}
.button_style {
	background-color: #EBEDD5;
	border: 1px solid #AAAD82;
	color: #4F5F6F;
}
input.disabled, select.disabled, textarea.disabled, input[disabled=disabled] {
	border-color: #999;
	color: #222;
	background-color: #eee;
}
label {
	display: block;
	float: left;
	width: 200px;
}
div.buttoncontainer {
	margin-left: 150px;	/* Same width as the labels */
}
label.error {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	font-weight: bold;
	margin: -16px 5px 0 0;
	padding: 2px;
	text-align: center;
	position: absolute;
	left: 422px;
	width: auto;
	color: #f00;
}
*+html label.error {
	margin-top: 0;
}
* html label.error {
	margin-top: 0;
}
.error {
	border-color: #f00;
	background-color: #fcc;
	color: #f00;
}
/* @end */

/* @group Datepicker */
.provider-col-name
{
	font-weight: bold;
	white-space: nowrap;
}

.provider-col
{
	padding: 5px;
	vertical-align: top;
}

/* @end */

/* @group Datepicker */
input.dateinput {
	width: 67px;
	margin-right: 2px;
}
div.datepicker span.text {
	margin-top: -2px;
	font-size: 0.9em;
}
.ui-datepicker-trigger {	/* Calendar icon fix */
	top: 4px;
}
#timeBack, #dateRange {
	border-style:none;
}
#dp-selection
{
    width:440px;
}

/* @end */

/* @group Help Table */
#pKeywordsHelp {
	background-color: #eee;
	padding: 10px;
	border: 1px solid #555;
	z-index: 9999;
	margin-left: -150px;
}
table.helptbl {
	border: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	background-color: #fff;
	position:relative;
	z-index:100;
}
table.helptbl th, table.helptbl td {
	border: 1px solid #ccc;
	border-left: 0;
	border-top: 0;
	padding: 3px;
	font-size: 11px;
}
table.helptbl th {
	font-size: 12px;
	padding: 5px;
}
table.helptbl tr:hover {
	background-color: #d0feee;
}
table.helptbl tr:hover th {
	background-color: #fff;
}
#pKeywordsHelp input {
	margin-top: 10px;
}
*+html #pKeywordsHelp input {
	margin-left: 150px;
}
span.stroke
{
	border:dotted 1px #000;
}

/* @end */

/* @group Search Advanced Keywords */
.AdvancedKeywords
{
    margin-left:198px;
    width:440px;
}
.AdvancedKeywords label
{
    width:150px;
}
.AdvancedKeywords input
{
    width:250px;
}
.AdvancedKeywords fieldset
{
    width:410px;
    background-color:#E5E5E5;
}
#dAnyWords input
{
    width:190px;
    margin-bottom:2px;
}
#dAnyWords input.more
{
    margin-left:150px;
}
#dCloseAdvKw
{
    margin-left:230px;
    margin-top:10px;
}
/* @end */

/* @group GI Wizard */
div.phonenumber 
{
	float:left; 
	width:150px;
}
/* @end */

/* @group FOSSIC Search */
table.fossicSearchResults
{
    width:100%;
}
/* @end */

/* @group IDR Search */
div.member 
{
	float:left; 
	width:250px;
}

div.complaintcontact 
{
	float:left;
}

div.complaintcontact div.contact
{
	float:left;
	width: 250px;
}
a.selectedLetter
{
    background-color:#AAAAAA;
    color:white;
    padding:3px;
}
table.idrResults
{
    width:600px;
}
table.idrResults table.tradingAs td
{
    padding-right: 10px;
}
table.idrResults table.tradingAs td.type
{
    width: 108px;
    vertical-align:top;
}
div.acrOuter
{
    background-color:#EBEDD5;
    display:none;
    margin-top:15px;
}
div.acrOuter table th
{
    text-align:left;
}
div.idrContactDetails
{
    display:none;
}
tr.button_style td
{
    width: 1.7em;
}
div.memForAcr
{
    display:none;
}
span.searchWord
{
    background-color:#C1C800;
    color:#000;
}
div.dataTables_wrapper th span
{
    color: #9CA104;
    cursor:pointer;
}
/* @end */

/* @group jquery drop-down */
.comboboxContainer
{
	border:1px solid #DDE0AF;
	margin-bottom:0px;
}

.comboboxValueContainer
{
	/*background: url(/images/comboboxDisplayValue.gif) repeat-x left top;*/
	margin-bottom:0px;
}

.comboboxValueContent
{
	padding-left: 3px;
	color:Black;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	cursor: default;
}
.comboboxDropDownContainer .deselected
{
	background: #ddd;
	color: #333;
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer
{
	padding-left: 10px;
}

.comboboxItem
{
	background: #fff;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	background-color: #3399FF;
	color: #fff;
	padding-left: 4px;
}
.comboboxItemHover.deselected
{
	color: #333;
	padding-left: 0px;
}
/* @end */
