/*-----------------------------------------
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;
}
/* @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;
}

/* @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, [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: 400px;
	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;
}
 

/* @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 GI Wizard */
div.phonenumber 
{
	float:left; 
	width:150px;
}
/* @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;
}
/* @end */