/* CSS Document to support AISP  */
/* www.aisp.asn.au */
/* Copyright Project DMS */
/* www.projectdms.com.au */
/* last edited June 2011 */

html {
	margin-top: 0px;
	text-align: left;
	height: 100%;
	overflow: scroll;
}

body {
	margin: 0;
	text-align: left;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/* div controls all page contents */

div {
	border: 0px solid #ff0000;
	margin: 0;
	padding: 0;
	text-align: left;
}

tr { vertical-align: top; }
td { vertical-align: top; }

img {
	border: 0;
}

ul {
	list-style-type: square;
	padding-bottom: 10px;
}

#head {
	margin-top: 5px;
	height: 200px;
	width: 960px;
}

#user {
	width: 960px;
	height: 18px;
	padding-top: 4px;
	font: bold 9px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #333;
}

/* member user menu renders when logged in */
#admin_nav {
	height: 22px;
	width: 960px;
	background-color: #d9d9d9;
	clear: both;
}

#admin_nav ul {
	display: inline;
	rem.list-style: none;
}

#admin_nav li {
	display: inline;
	rem.list-style-type: none;
}

.adminnav {
	float: left;
	width: 65px;
	height: 18px;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 4px 0 0 0;
	color: #333;
	text-align: center;
	text-decoration: none;
	display: block;
	border-right: 1px solid #ccc;
	background-color: #d9d9d9;
}

a.adminnav:hover {
	color: #fff;
	background-color: #333;
}

.adminhome {
	float: left;
	width: 215px;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 4px 0 0 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 18px;
	display: block;
	background-color: #666;
}
	
a.adminhome:hover {
	color: #fff;
	background-color: #333;
}
/* END member user menu renders when logged in */

#content {
	width: 960px;
	margin-top: 30px;
}
/* contains col1 col2 colspread divs */

#col1 {
	float: left;
	width: 215px;
	padding: 0;
	rem.background-color: #ccc;
}

#col1 p {
	margin-top: 5px;
	margin-bottom: 2px;
}

#col2 {
	float: right;
	width: 725px;
	text-align: justify;
	padding: 0;
}

#col2 td {
	border: 0px solid #ccc;
}

#col2 p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#col2 ul {
	margin-top: 1px;
	margin-bottom: 5px;
}

#col2 li {
	margin-top: 1px;
	margin-bottom: 1px;
}

#col2 td img {
	margin: 0;
	border: 0;
}

#col2 img {
	border: 0px solid #000;
}

#divx {
	clear: both;
	height: 1px;
}

#footer {
	width: 960px;
	height: 50px;
	border-top: 1px solid #999;
	margin-top: 15px;
}

#footer1 {
	float: left;
	width: 215px;
	height: 25px;
	margin-top: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}

#footer2 a {
	color: #2A016B;
	text-decoration: none;
}

#footer2 {
	float: right;
	width: 725px;
	height: 25px;
	margin-top: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	padding: 0;
}
	
#footer2 a {
	color: #2A016B;
	text-decoration: none;
}

h1 {
	font-size: 120%;
	color: #0f2e09;
	margin: 0;
	padding: 75px 0 0 0;
}
/* venue title used in header */

h2 {
	font-size: 140%;
	color: #333;
	margin-bottom: 15px;
	margin-top: 2px;
	border-bottom: 1px solid #dcdcdc;
}
/* section title ... defines section such as Conference, Weekends etc */

h3 {
	font-size: 120%;
	color: #333;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
}
/* content title - first element in col2. opx top margin to be retained */

h4 {
	font-size: 110%;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 3px;
}
/* used within body of each page as sub subheading */

h5 {
	font-size: 110%;
	color: #666;
	margin-top: 15px;
	margin-bottom: 5px;
}
/* sectional subheading used under an h4 */

h6 {
	font-size: 110%;
	color: #666;
	margin-top: 15px;
	margin-bottom: 5px;
}
/* sectional subheading used under an h5 */

/* style variations */

.f9 {
	color: #555;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	padding-top: 10px;
}

.formfield {
	color: #000;
	border: solid 1px #d9d9d9;
	margin-bottom: 1px;
	background: #d9d9d9;
}

.formbutton {
	color: #d9d9d9;
	width: 90px;
	background-color: #333;
	border: solid 1px #d9d9d9;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	cursor: pointer;
}

.req {
	color: #ff3300;
}
				
.response {
	color: #cc3300;
}

.trbackground {
	background-color: #f1f1f1;
}

.paddingleft5px {
	padding-left: 5px;
}

.greybackground {
  background-color: #d9d9d9;
}

.redtext {
	color: #ff0000;
}

.hr {
	height: 1px;
	color: #d9d9d9;
}

.downloads_header {
  margin-top: 40px; margin-bottom: 20px;
}

.downloads_pdf {
  float: left; padding-right: 15px;
}

.center {
  text-align: center
}

blockquote.style1 {
	font: 11pt Arial, Helvetica, sans-serif;
  padding: 10px;
  background-color: #faebbc;
  border: 1px solid #e1cc89;
  margin: 5px;
}

.committee_left {
  float: left;
  width: 350px;
}

.committee_right {
  float: right;
  width: 350px;
}

.committee_position {
  height: 210px;
}

.clear {
  clear: both;
}

hr {
  color: #ccc;
}

.search_map {
  margin-top: 30px;
  margin-bottom: 30px;
}

.search_table_header {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #d9d9d9;
  font-weight: bold;
}

.search_form_field_width {
  width: 120px;
}

#details_display table {
  padding-top: 10px;
}

#details_display td {
  padding-bottom: 15px;
}
