/*

Copyright © Inkwire 2008 (www.inkwire.com.au)


—————————————————————————————————————————————
Body and links

*/
body {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	color: #333333;
}
/* Specify consistent font size in pixels for compliant browsers
(ignoring IE which doesn't allow user resizing of text with pixel sizes) */
html>body {
font-size: 10px;
}

a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #336699;
}
a:active {
	color: #7FB2E5;
}
img {
	border: none;
}
/*

—————————————————————————————————————————————
Heading and paragraph styles

*/
h1, h2, h3, h4, h5 {
	margin-top: 1.4em;
	margin-bottom: 0.35em;
	line-height: 1.4em;
	letter-spacing: 0;
	font-style: normal;
	color: #336699;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #336699;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #336699;
}
/*h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child  {
	margin-top: 0;
}*/
h1 {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 210%;
	line-height: 1.2em;
	font-weight: bold;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140%;
	line-height: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
}
h5 {
	margin-bottom: 0;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
h6 {
	float: left;
	margin: 0.35em 0.35em 0 0;
	font-weight: bold;
}
h6, p, li, table {
	font-size: 130%;
	line-height: 1.4em;
}
/* Not yet widely supported:
h6 {
	display: run-in;
}
*/
p {
	margin-top: 0.7em;
	margin-bottom: 0.35em;
}
ul, ol {
	margin-top: 0.35em;
	margin-bottom: 0.7em;
}
li, li p {
	margin-top: 0.35em;
	margin-bottom: 0;
}
table p {
	margin-top: 0.35em;
	margin-bottom: 0;
}
blockquote {
	font-size: 1em;
}
cite {
	font-style: italic;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* Prevent scaling of nested styles from compounding */
li p, li li, table p, table li, #navMain li p, #navMain li li, #navSub li p, #navSub li li {
	font-size: 100%;
}
/*

—————————————————————————————————————————————
Table styles

*/
table {
	margin: 1em 0 1em 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
table, table td input {
	background-color: #CCCCCC;
}
table tbody.item2, table tbody.item4, table tbody.item2 td input, table tbody.item4 td input {
	background-color: #E6E6E6;
}
table tbody {
	border-bottom: 3px solid #FFFFFF;
}
table th, table td {
	padding: 0.35em 0.5em 0.35em 0.5em;
}
table th {
	background-color: #333333;
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
	color: #FFFFFF;
}
table td {
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: left;
}
/*
table th.footnote {
	background-color: #666666;
	}
table td.footnote {
	background-color: #999999;
	}
*/
table td.footnote, table p.footnote {
	margin-bottom: 0.35em;
	font-size: 75%;
	}
table .tableRowHeader, table .tableClearCell {
	background-color: #FFFFFF;
	}
table .tableRowHeader {
	font-size: 75%;
	text-align: right;
	}
table .tableImageCell {
	padding: 0;
	text-align: center;
	vertical-align: middle;	
}
table td input {
	padding: 0;
	border-width: 0;
	border-style: none;
	}
table td.tableFormInput, table td.tableFormInput input {
	background-color: #FFFFFF;
	}
table .tableNumberCell, table .tableNumberCell input {
	text-align: right;
	}
.pubTable {
	margin-top: 16px;
	margin-bottom: 24px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.pubTable td {
	width: 90px;
	padding-right: 20px;
	vertical-align: top;
	text-align: center;
}
/*

—————————————————————————————————————————————
Form styles

*/
form {
	margin-top: 0;
	margin-bottom: 0.7em;
}
fieldset {
	padding: 0;
	margin: 0;
	padding-top: 1.2em;
	padding-bottom: 1.6em;
	border-bottom: 1px solid #999999;
	/*border: none;*/
}
fieldset.first {
	border-top: none;
}
fieldset.last {
	border-bottom: none;
}
legend {
	font-size: 120%;
	font-weight: bold;
	padding-top: 2em;
}

/* Put labels to the left of form objects*/
/*label {
	float: left;
	margin-left: -110px;
	width: 100px;
	text-align: right;
}
form h1, form h2, form h3, form h4, form h5, form p {
	clear: both;
	margin-left: 100px;
}
label.noFloat {
	float: none;
	margin-left: 0;
	text-align: left;
}*/

/* Put labels above form objects */
label {
	display: block;
	margin: 0px;
}
label.inline {
	display: inline;
	margin-right: 1em;
}

input {
	padding: 2px;
}
/*
input, select, textarea {
	border: 1px solid #666666;
}
*/
input.formTextField, fieldset {
	width: 250px;
}
/*input.formTextField, input.formTextFieldShort, input.formTextFieldShortMedium, input.formNumberField, formTextArea, #searchField {
	background-color: #ECF4FB;
}*/
input.formTextFieldShort {
	width: 50px;
}
input.formTextFieldShortMedium {
	width: 180px;
}
input.formNumberField {
	width: 4em;
}
formTextArea {
	width: 400px;
	height: 8em;
}
form #searchField {
	width: 190px;
/*	padding: 0px;*/
}
form #formSubmit {
	margin-top: 0.7em;
	font-size: 140%;
}
/*

—————————————————————————————————————————————
Custom styles (classes)

*/
.intro {
	font-weight: bold;
}
.caption, .footnote, .legal, .credit {
	/*margin-top: 0.35em;*/
	font-size: 100%;
}
.legal, .credit {
	margin-top: 0;
}
table .caption {
	font-size: 92%; /* Percentage of parent's size */
}
.caption {
	margin-top: 0.35em;
}
.footnote, .footnote a:link, .footnote a:visited {
	/*margin-bottom: 1.4em;*/
	color: #003366;
}
.legal, .legal a:link, .legal a:visited, .credit, .credit a, .credit a:visited {
	color: #333333;
}
.footnote a:hover, .legal a:hover {
	color: #336699;
}
.credit a {
	text-decoration: none;
}
.outsideAlign {
	float: left;
	position: absolute;
	left: 0px;
}
.imageWrap {
	margin-right: 10px;
	float: left;
}
.indent {
	margin-left: 42px;
}
.indent img {
	float: left;
	margin-left: -42px;
	margin-bottom: 10px;
}
.linkInfo {
	display: block;
	margin-top: 0;
	margin-bottom: 1.4em;
	font-size: 92%; /* Percentage of parent's size */
}
.clearFloat {
	clear: both;
}
.noWrap {
	white-space: nowrap;
}
.spaceAboveNegative {
	margin-top: -0.7em;
}
.spaceAboveNone {
	margin-top: 0;
}
.spaceAboveMedium {
	margin-top: 0.7em;
}
.spaceAboveLarge {
	margin-top: 1.4em;
}
.hide {
	display: none;
}


/** --------------------------------------------
	Member's area
------------------------------------------------ */

div.layout_col_left
{
	float: left;
	width: 60%;
}

div.layout_col_right
{
	float: left;
	width: 40%;
}

div.layout_col_right .form_box
{
	margin-left: 10px;
}

div.form_box
{
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 10px;
}

div.section_break
{
	height: 40px;
}

input, select, textarea
{
	font-size: 12px;
}

div.form_field span
{
	display: block;
	margin: 15px 0 5px 0;
	font-size: 10pt;
}

div.form_field input.tiny
{
	width: 25px;
}

div.form_field input.small
{
	width: 25%;
}

div.form_field input.medium
{
	width: 50%;
}

div.form_field input.large
{
	width: 100%;
}

div.form_field textarea
{
	width: 100%;
	height: 100px;
}

div.cmd_or_cancel
{
	clear: both;
	padding: 15px;
	font-size: 10pt;
}

.grid
{
	border-collapse: collapse;
	margin: 0 0 25px 0;
}

.grid tr th,
.grid tr td
{
	text-align: left;
	padding: 6px 15px 6px 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	background: #fff;
}

.grid tr th
{
	padding-top: 0;
	color: #333;
}

.grid tr td ol
{
	margin: 10px 0 8px 0;
	padding: 0 0 0 20px;
}

.grid tr td ol li
{
	list-style: url(/images/arrow.gif);
	margin: 0 0 5px 0;
}

div.notice
{
	padding: 15px 10px;
	background: #ffc;
	font-size: 10pt;
	margin: 5px 0;
}

div.logout
{
	margin: 5px 0 25px 0;
	font-size: 10pt;
}

a.add
{
	background-image: url(/images/admin/ancd/add.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 0 20px;
	font-size: 10pt;
}

.checkbox_list
{
	width: 100%;
	height: 75px;
	margin: 0 0 25px 0;
	padding: 5px;
	border: 1px solid #808080;
	overflow: auto;
}

div.form_box label,
div.form_field label
{
	display: inline;
	font-size: 10pt;
}

div.form_info
{
	font-style: italic;
	font-size: 10pt;
	line-height: 12pt;
	color: #666;
}
