/*-----------------------------------------
Copyright (c) 2009 Revium Pty Ltd, ABN 21 130 889 833, www.revium.com.au
Created date: March 2nd, 2009

This is a revised version of the current CSS at www.fos.org.au/
-----------------------------------------*/
body {
	margin: 0 auto;
}
/* @group General */
* {
	outline: none;
}
fieldset p
{
    margin-left:2px;
}
#r_page a { 
	text-decoration: none;
	outline: none;
	color: #9ca104;
}
#r_page a img {
	border: none;
}
#r_page p, #r_page ol, #r_page ul, #r_page table {
	margin-bottom: 0.63em;
	clear: both;
}
#r_page .addbottommargin {
	margin-bottom: 1.26em;
}
#r_page li {
	margin-left: 1.5em;
	list-style-type: disc;
	margin-bottom: 0.63em;
}
#r_page ol li {
	list-style-type: decimal;
}
#r_page strong {
	color: #444;
}
#r_page .clear {
	clear:  both;
}
#r_page .off, .off {
	display: none;
}
#r_page .left {
	float: left;
}
#r_page .right {
	float: right;
}
#r_page p.left, #r_page p.right {
	clear: none;
	margin-bottom: 0;
}
#r_page span.space {
	display: block;
	margin: 0.63em 0 0.63em 0;
}

/* @end */

/* @group Layout */
#page {
	/*width: 730px;*/
}

#r_page {
	width: 730px;
}

/* @end */

/* @group Headings */

h2 {
	margin-top: 1.85em;
	margin-bottom: 0.63em;
}

h8 {
	color: #412E5E;
	font-family: Arial;
	font-size: 1.6em;
	margin-bottom: 0.63em;
}

/* @end */

/* @group Form */

fieldset {
	margin-bottom: 15px;
	border: 1px solid #e3e5e3;
	padding: 10px;
	padding-right: 15px;
	width: 710px;
	position:relative;
}
fieldset fieldset {
	width: auto;
	margin-bottom: 8px;
}
legend {
	color: #543f70;
	font-size: 1em;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
input, select, textarea {
	border:  1px solid #dde0af;
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 8px;
	width: 100%;
	float: left;
}
.tiny {
	width: 10%;
}
.small {
	width: 25%;
}
.medium {
	width: 48%;
}
.medium-large{
	width: 61%;
}
.large {
	width: 74%;
}
.large-large {
	width: 82%;
}
label {
	display: block;
	margin-bottom: 4px;
}
span.req {
	color: #f00;
	font-weight: bold;
}
span.note {
	display: block;
	color: #888;
	font-weight: normal;
}
label span.note{
	display: inline;
}
fieldset div.left {
	float: left;
}
fieldset div.right {
	float: right;
}
fieldset div.short {
	width: 175px;
}
fieldset div.medium {
	width: 340px;
}
fieldset div.wide {
	width: 485px;
}
p.chkbox {
	position: relative;
}
p.chkbox input {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: -3px;
	border: 0;
}
p.chkbox input[type=hidden] 
{
	display:none;
}
p.chkbox label {
	margin-left: 25px;
	float: left;
}
p.buttoncontainer {
	display: block;
	width: 730px;
}
input.button {
	display: block;
	font-size: 3px;
	padding-top: 20px;
	color: #f3f3f3;
	height: 30px;
	cursor: pointer;
	float: right;
	border: 0;
}
a.button {
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	height: 30px;
	float: right;
}

/* @end */

/* @group Icons */

a.icon {
	text-indent: -9999em;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 5px;
}
a.calendar {
	background: transparent url(../images/icon-calendar.gif) no-repeat;
	width: 14px;
	height: 16px;
}

/* @end */

/* @group IE Styles (because life is never easy!!) */

*+html legend {
	padding: 0 10px 10px 10px;
}
*+html p.chkbox label {
	padding-left: 20px;
	margin: 0;
}
*+html p.chkbox input {
	top: 0;
}
*+html p label.error {
	padding-left: 0px;
	margin-left: 0px;
}
*+html p.chkbox {
	height:	1%;
}

/* @end */

/* @group Alerts */

.alert {
	display: block;
	width: 100%;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	border-bottom-width: 3px;
}
.success {
	border-color: #57a50e;
	background-color: #d8fed0;
	color: #4b8a0b;
}
.error {
	border-color: #f00;
	background-color: #fcc;
	color: #f00;
}
label.error { display: none; }
.important_p{
	margin-top: 12px;
	padding-left: 24px;
	background: url(../images/icon-exclamation.gif) no-repeat 0 0;
}
.alert a {
	text-decoration:underline !important;
}
.success.alert a {
	background-color: #d8fed0;
	color: #4b8a0b !important;
}
.error.alert a {
	background-color: #fcc;
	color: #f00 !important;
}

/* @end */

/* @group Alex's Fixes */

div.short p.landline span.areacode {
	display: block;
	margin-bottom: 8px;
	width: 30%;
	float:left;
}
div.short p.landline input {
	width: 60%;
}

div.short p.landline span input {
	float: none;
	margin-bottom: 0;
	width: 60%;
}

div.medium p.landline span.areacode {
	display: block;
	margin-bottom: 8px;
	width: 15%;
	float:left;
}
div.medium p.landline input {
	width: 30%;
}
div.medium p.landline span input {
	float: none;
	margin-bottom: 0;
	width: 50%;
}
#pDateLodged label.error { 
	clear: both;
}

/* @end */

/* @group Financial Service List */

.select-list {
	border-bottom: 1px solid #ccc;
	height: 100%;
	overflow: hidden;
	clear: both;
	display: none;
}
.select-list h2,
.select-list h3 {
	font-size: 1em;
}
.select-list h2 {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #543F70;
	font-weight: bold;
}
.select-list h3 {
	margin-top: 10px;
	color: #000;
}
.select-list ul {
	margin-left: 0px;
	padding-left: 0px;
}
.select-list li {
	margin-right: 20px;
}
.fsl-item {
	display: block;
	padding: 0 10px 0 10px;
	width: 218px;
	float: left;
	height: 100%;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px;
	position: relative;
}
.fsl-item.left {
	border-right-width: 1px;
}
.fsl-item.middle {
	width: 212px;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-left: -1px;
}
.fsl-item.right {
	border-left-width: 1px;
	margin-left: -1px;
	float: left;
}
#r_page .fsl-item.right {
	float: left;
}
.fsl-item.twocol,
.fsl-item-cont {
	width: 335px;
	border-right-width: 1px;
	border-bottom-width:  1px;
	margin-right: -1px;
	float: left;
	position: relative;
}
.fsl-item-cont {
	width: 355px;
}
.fsl-item-wrapper {
	clear: both;
}
.fsl-item.twocol.top {

}
.fsl-item.twocol.right {
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0;
}
.fsl-item.twocol.wide {
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin: 0;
	width: 690px;
}
.fsl-item.hover {
	background-color: #e5e5e5;
}
.fsl-item a.selectthisitem,
.fsl-item a.closetheguide {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: -25px;
	padding-bottom: 25px;
	left: 0;
	text-indent: -99999em;
	text-decoration: none;
	background: transparent url(../images/selectthisicon.gif) no-repeat 50% 0;
}
.fsl-item.hover a.selectthisitem,
 .fsl-item.hover a.closetheguide{
	display: block;
}

/* @Issue guide */
select#issues {
	width:320px;
	margin-right:5px;
}
.fsl-item a.closetheguide {
	background: transparent url(../images/closetheguideicon.gif) no-repeat 50% 0;
}
#IssueGuide .fsl-item {
	border-bottom: 1px solid #ccc;
}
#IssueGuide .fsl-item.row1 {
	height:400px;
}
#IssueGuide .fsl-item.row2 {
	height:260px;
}
#IssueGuide .fsl-item.row3 {
	height:400px;
}

/* @end */

/* @Member autocomplete */

.ac-member-name {
    display:block;
    font-weight: bold;
}

.ac-member-name strong, .ac-member-value strong {
    background-color: #C3C800;
}

.ac-member-prop {
    clear:both;
    float:left;
    width:80px;
}

.ac-member-prop strong {
    font-weight: normal;
}

.ac-member-value {
    padding-left: 80px;
}

/* @end */
/* @Tooltip */
.tooltip {
	background-color:#fff;
	border:1px solid #412E5E;
	padding:10px 15px;
	width:200px;
	display:none;
	text-align:left;
	z-index:1000;

	/* outline radius for firefox/safari/ie9 only */
	-moz-box-shadow: 6px 6px 4px #888;
	-webkit-box-shadow: 6px 6px 4px #888;
	box-shadow: 6px 6px 4px #888;
}
.tooltip.wide 
{
	width:300px;
}
.tooltip.x-wide 
{
	width:400px;
}

.browserSupportSaveExit
{
    margin-top:150px !important;
}
/* @end */
