/* Izilla CSS Template for - */
/* http://www.izilla.com.au */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector/^^/:/^^/ value;}
	
	Replace ^ with *
*/




/* --------------------------------------------
	Colour Glossary
----------------------------------------------- */

/*
	Swatch - #000000
*/




/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

body * {
	font-family: inherit;
	font-size: 100%;
}

/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.clear {
	clear: both;
}


div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
}

.hidden {
	left: -999px;
	position: absolute;
	width: 1px;
}

.invisable {
	visibility: hidden;
} 

/* --------------------------------------------
	Specific Classes
----------------------------------------------- */

a {
	color: #187ab2;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	color: #fd7303;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h1 {
	color: #fc5b03;
	font-size: 160%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

p {
	margin-bottom: 0.7em;
}	

/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a img {border: none;}

/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/


#site_wrapper {
	background: #fff;
	height: auto;
	text-align: left;
}

#top_panel {
	height: 30px;
}

#container {
	background: #fff;
	height: auto;
	margin: 0 22px;
	position: relative;
}

#bottom_panel {
	height: 30px;
}

#header {
	height: 106px;
	overflow: hidden;
	position: relative;
	top: -10px;	
}

html >/**/ body #header {
	height: auto;
	min-height: 106px;
}

#header h1 {
	left: 0;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

#wrapper_login_member {
	display: none;
}

/* --------------------------------------------
	Wrapper Main Content
----------------------------------------------- */


#main_content .body_panel {
	font-size: 120%;
}

#main_content_sub {
	margin-top: 20px;
}

#main_content_sub .body_panel {
	font-size: 120%;
}

#main_content img.content_header{
	display: none;
}
/* --------------------------------------------
	Right Column
----------------------------------------------- */

#wrapper_right_col {
	display: none;
}

/* --------------------------------------------
	Content List
----------------------------------------------- */

.main_content_list {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 1em;
}

.main_content_list li {
	height: 1%;
	padding-left: 20px;


}

.main_content_list li a {
	display: block;
	list-style: none;
}

/* --------------------------------------------
	Footer
----------------------------------------------- */

#footer {
	color: #6289ac;
	font-size: 110%;
	margin: 0 0 0 0;
	position: relative;
	text-align: center;
	top: 12px;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

#site_wrapper ul {
	list-style-type: disc;
	margin-bottom: 1.4em;
	padding-left: 35px;
}

html >/**/ body #site_wrapper ul {
	padding-left: 37px;
}

#site_wrapper ul li {
	margin-bottom: 0.9em;
	padding-left: 6px;
}

html >/**/ body #site_wrapper ul li {
	padding-left: 4px;
}

#site_wrapper ol {
	list-style-type: decimal;
	margin-left: 5px;
	padding-left: 3em;
}

#site_wrapper ol.lower_aplha {list-style-type: lower-alpha;}
#site_wrapper ol.upper_alpha {list-style-type: upper-alpha;}
#site_wrapper ol.lower_roman {list-style-type: lower-roman;}
#site_wrapper ol.upper_roman {list-style-type: upper-roman;}

#site_wrapper ul ol li {
	background: none;
	padding-left: 0;
}

#site_wrapper li ul {margin-top: 1.4em;}
#site_wrapper li ol {margin-top: 1em;}
#site_wrapper ol li {margin-bottom: 0.9em;}

/* --------------------------------------------
	Main Navigation
----------------------------------------------- */

#wrapper_nav_main {
	display: none;
}


/* --------------------------------------------
	Sub Navigation
----------------------------------------------- */

#nav_sub {
	display: none;
}

/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave the same across all browsers */	
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as content. IE won't inherit the initial value */
}

option {
	padding-left: 3px;
	padding-right: 10px;
}

/*form*/

.wrapper_form br {
	clear: both;
}

#main_content label {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 130px;
}

#main_content label span {
	color: #666;
	font-size: 90%;
}

#main_content input.text {
	margin-bottom: 1em;
	border: 1px solid #7f9db9;
	display: inline;
	float: left;
	margin: 0 0 0.9em 0;
	padding: 2px 0 1px 2px;
	width: 258px;
	width/**/:/**/ 252px;
}

#main_content select {
	border: 1px solid #7f9db9;
	display: inline;
	float: left;
	margin-bottom: 0.9em;
	width: 258px;
	width/**/:/**/ 256px;
}

#main_content textarea {
	border: 1px solid #7f9db9;
	display: inline;
	float: left;
	height: 152px;
	height/**/:/**/ 150px;
	margin-bottom: 0.9em;
	padding: 2px 0 0 2px;
	width: 258px;
	width/**/:/**/ 252px;
}

#main_content .submit {
	background: url(/images/btn_submit.gif) no-repeat 0 0;
	border: none;
	clear: both;
	display: block;
	height: 21px;
	margin-top/**/:/**/ 0.5em;
	margin-left: 134px;
	margin-left/**/:/**/ 133px;
	overflow: hidden;
	padding-left: 64px;
	text-indent: -9999em;
	width: 63px;
}

html > body #main_content .submit {
	margin-top: 1em;
}

html >/**/ body #main_content .submit {
	margin-top: 0;
}

#main_content .submit:hover, #main_content .submit:focus {
	background-position: 0 -143px;
}

html > body #main_content .submit {
	margin-left: 140px;
}

#main_content .submit:focus, #main_content textarea:focus, #main_content select:focus, #main_content input.text:focus {
	background-color: #ffc;
}

.wrapper_form {
	text-align: center;
	width: 100%;
}

.wrapper_form fieldset {
	padding-bottom: 15px;
	text-align: left;
	width: 406px;
}	

.wrapper_form p {
	font-size: 90%;
	text-align: left;
}

.wrapper_form em {
	color: #f00;
}	

#main_content .radio_container, #main_content .checkbox_container {
	margin-bottom: 0.9em;
	overflow: hidden;
}

#main_content .radio_container p, #main_content .checkbox_container p {
	display: inline;
	float: left; 
	font-size: 110%;
	margin-left: 0;
	margin-right: 10px;
	overflow: hidden;
	width: 130px;
}

#main_content .radio_container input, #main_content .checkbox_container input {
	display: inline;
	float: left;	
	margin: -2px 10px -1px 0;
	margin/**/:/**/ -3px 10px -1px 0;
	padding: 0;
	vertical-align: top;
}

html >/**/ body #main_content .radio_container input, html >/**/ body #main_content .checkbox_container input {
	margin: 1px 10px -1px 0;
}

#main_content .radio_container label, #main_content .checkbox_container label {
	display: inline;
	float: left;
	width: 156px;
}

#main_content .radio_container div, #main_content .checkbox_container div {
	margin-left: 130px;
}

#main_content .radio_container ul, #main_content .checkbox_container ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 255px;
}

html > body #main_content .radio_container ul, html > body #main_content .checkbox_container ul {
	position: relative;
	left: -2px;
}

html > /**/ body #main_content .radio_container ul, html > /**/ body #main_content .checkbox_container ul {
	position: relative;
	left: 0;
}

#main_content .radio_container ul li, #main_content .checkbox_container ul li {
	background: none;
	display: inline;
	float: left;
	margin: 0 0 0.5em 0;
	overflow: hidden;	
	padding:  0;
}

html > body #main_content .radio_container ul li, html > body #main_content .checkbox_container ul li {
	display: block;
	float: none;
}

html >/**/ body #main_content .radio_container ul li, html >/**/ body #main_content .checkbox_container ul li {
	display: inline;
	float: left;
}






/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 auto 1.4em auto;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th, table.data td.th {
	border: 1px solid #555;
	padding: 3px 6px;
	vertical-align: top;
}

table.data td.th, table.data th { /* Due to Rad's not supporting THs, users should apply a TH class to TDs */
	background-color: #4e93c2;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
}

table.data td {
	background-color: #fff;
}

table.data tr.even td {
	background-color: #f4f4f4;
}








/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/




/* --------------------------------------------
	Font Style Elements
----------------------------------------------- */

/* Font Style Elements

    * SMALL - Small text
    * TT - Teletype text
*/




/* --------------------------------------------
	Frames
----------------------------------------------- */

/* Frames

    * FRAMESET - Frameset
          o FRAME - Frame
    * NOFRAMES - Frames alternate content
*/




/* -----------------------------------------------
     Glossary Styles
----------------------------------------------- */

/* For Use in the Print Stylesheet */

/*
a.no_glossary {display: none;}

a sup.glossary {
     color: #000;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 10pt;
     font-style: italic;
     font-weight: normal;
     text-decoration: none;
     padding-left: 0.2em;
}

div.glossary {
     border-top: 1px solid #cad5f3;
     clear: both;
	 font-size: 130%;
     margin-top: 1.3em;
     padding-top: 1.3em;
     text-align: left;
}

.glossary hr {display: none;}

.glossary h2 {
	font-weight: bold;
	margin-bottom: 0.85em;
	margin-top: 0.1em;
}

.glossary ol {
    list-style-type: decimal;
	padding-left: 3em;
}
*/