/**
 * ASSOB Members Stylsheet
 * 
 * @package ASSOB Members website
 * @subpackage Template
 * @author sm2.com.au
 * @version 1.0
 * @copyright SM2 2008.
 * @created 2008-04-21
 */



/**
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.5.0
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}



/**
 * Body and general layout
 */
body,
textarea,
p,
	p span,
	p font
{
	color: #000;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 120%;
}

body
{
	background: #FFF;
}



/**
 * Standard HTML Element Styling
 */
h1,
.contentheading,
.componentheading
{
	padding: .8em 0;
	color: #1B1B1B;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	padding: .7em 0;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

h3
{
	padding: .6em 0;
	font-size: 13px;
	font-weight: bold;
}

h4
{
	padding: .5em 0;
	font-size: 11px;
	font-weight: bold;
}

h5
{
	color: #666;
	padding: .5em 0;
	font-size: 10px;
}

p
{
	margin: .5em 0;
}

p,
	p font,
	p span
{
	font-size: 11px;
}

a,
	a span,
	a u,
	a font
{
	color: #d7040a;
}

	a:hover
	{
		text-decoration: none;
	}
	
ol,
ul
{
	margin-top: .5em;
	margin-bottom: .5em;
}

ol
{
	margin-left: 1.5em;
}

	ol li
	{
		list-style: decimal;
		list-style-position: outside;
	}

ul
{
	padding-left: 1.7em;
}

	ul li
	{
		list-style: disc;
		list-style-position: inside;
	}
	
strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}
	
	
/**
 * Joomla elements
 */
table.contentpaneopen
{
	width: 100%;
}

.sectiontableheader
{
	color: #FFF;
	background: #666;
}

.sectiontableentry1
{
}

.sectiontableentry2
{
	background: #999;
}

a.readon
{
	display: block;
	text-align: right;
}



/**
 * Miscellanious styling
 */
.clear
{
	clear: both;
}