/* Global CSS Document */

/*+HTML tags ------------------------------------------------------------------------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #10b9ff;
}

a:visited {
	color: #DD0005;
}

a:hover,
a:focus,
a:active
{
	color: #999999;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

body {
	color: #666666;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}

img {
	border: none;
}

em {
	font-weight: normal;
	font-style: italic;
}

h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0px 0px 5px;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #EBE9ED;
	margin: 0px 0px 10px;
	color: #017BC1;
}

h4 {
	font-size: 1.2em;
	color: #85DAFB;
	font-weight: bold;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0px 10px;
}

code {
	background: #ECF5FD url(../images/icon_code.gif) no-repeat 5px 5px;
	border: 1px dashed #00D2FF;
	padding: 20px 10px 10px 20px;
	margin-bottom: 10px;
	white-space: pre;
	display: block;
	overflow: visible;
	font: 1em Arial, Helvetica, sans-serif;
}

dl {
	margin: 0px 0px 20px;
}

dt {
	margin: 0px 0px 2px;
	padding: 0px;
	font: bold normal 1em Arial, Helvetica, sans-serif;
}

dd {
	margin: 0px 0px 10px;
	padding: 0px 10px;
}


p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 15px;
}

ul, ol {
	margin: 10px 10px 20px 30px;
}

table {
	table-layout: fixed;
}

td, th {
	padding: 4px;
}

ul {
	list-style-image: url(../images/icon_bullet.gif);
}

li {
	margin: 0px 0px 5px;
}

blockquote {
	width: 90%;
	padding: 5px;
	margin: 0px auto 10px;
	background-color: #FFFEEC;
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	padding: 0px;
	margin: 0px 0px 5px;
	font-weight: bold;
}


/*+Primary Structure ------------------------------------------------------------------------------------------------------ */

#blankWrapper {
	font-size: 1.4em;
	margin: 5px;
}

#header,
#contentWrapper,
#footer {
	max-width: 845px;
	padding: 0px 10px 0px 100px;
	font-size: 1.4em;
	margin: 0px auto;
}

#headWrapper {
	width: 100%;
	background: url(../images/bkgnd_header.gif) repeat-x center bottom;
	margin-bottom: 10px;
}

#header {
	position:relative;
	min-height: 118px;
	max-width: 955px;
	padding: 0px;
	overflow: hidden;
}

#contentWrapper {
	min-height: 450px;
	background: url(../images/bkgnd_body.png) no-repeat left top;
}

#primaryContent {
	
}

#secondaryContent {
	
}

#tertiaryContent {
		
}

#multiColumnWrapper {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

#multiColumnWrapper #primaryContentWrapper {
	margin: 0px 270px 0px 0px;
}

#multiColumnWrapper #primaryContent {
	width: 100%;
	float: left;
	margin: 0px -270px 0px 0px;
	overflow: hidden;
}

#multiColumnWrapper #secondaryContent {
	float: right;
	width: 250px;
}

#footWrapper {
	padding-top: 10px;
	margin-bottom: 10px;
}

#footer {
	font-size: 1em;
	background: url(../images/bkgnd_footer.png) no-repeat center top;
	min-height: 55px;
	line-height: 55px;
}

#footerPrimary {
	width: 50%;
	float: left;
}

#footerSecondary {
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 100px;
	background: url(../images/bkgnd_hands.png) no-repeat right top;
}

.pageLinks {
	width: 100%;
	overflow: hidden;
}

/*+Secondary structure ------------------------------------------------------------------------------------------------------ */

.columnContainer {
	width: 100%;
	overflow: hidden;
}

.splitLeft {
	float: left;
	width: 48%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 48%;
	overflow: hidden;
}

.floatWrap {
	width: 100%;
	overflow: hidden;
}

.splitColumn {
	float: left;
	width: 48%;
	margin: 0px 5px 0px 0px;
}

.contentBlock {
	margin-bottom: 20px;
}

.messageBlock {
	background: #FFFFF4;
	padding: 5px;
	margin-bottom: 5px;
}

.messageFail, .formError {
	background: #FEE7EE;
}

.messageNotice {
	background: #F4FCFF;
}

.messageRequired {
	background: #FFFFF4 url(../images/icon_required.gif) no-repeat left center;
	padding: 5px 5px 5px 20px;
}

.itemData {
	width: 100%;
	overflow: hidden;
}

.itemData dt,
.itemData dd
{
	margin: 0px 0px 5px 0px;
	font-style: normal;
	font-weight: normal;
}

.itemData dt {
	float: left;
	width: 25%;
	text-align: left;
	background: #FFFFF4;
	padding: 5px 4px;
}

.itemData dd {
	background: #F4FCFF;
	margin-left: 26%;
	padding: 5px;
}

/*+Headings ----------------------------------------------------------------------------------------------------- */

#header h1 {
	height: 95px;
	width: 235px;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: 0;
}

#header h1 a {
	height: 95px;
	width: 235px;
	display:block;
	background: url(../images/logo.gif) no-repeat left top;
}

#header h1 a span {
	display:none;
}

#tagline {
	position: absolute;
	color: #017BC1;
	font-weight: bold;
	left: 240px;
	top: 61px;
}

#pageHeading {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px;
	height: 30px;
	line-height: 30px;
}

#pageHeading a,
#pageHeading a:visited {
	color: #CCE227;
	text-decoration: none;
}

.feedHeading {
	position: relative;
}

.feedHeading a {
	display: block;
	width: 16px;
	height: 27px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/icon_rss.gif) no-repeat center center;
}

.feedHeading a span {
	display: none;
}



/*+Navigation --------------------------------------------------------------------------------------------------------------- */

#primaryNav {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 85px;
	left: 100px;
	z-index: 1;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #017BC1;
}

#primaryNav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#primaryNav li {
	float: left;
	padding: 0px;
	margin: 0px;
}

#primaryNav a,
#primaryNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 30px;
	background: #017BC1 url(../images/bkgnd_nav_tabs.gif) repeat-x center top;
	border-right: 1px solid #017BC1;
	font-size: 0.8em;
}

#primaryNav a:hover,
#primaryNav a:focus,
#primaryNav a:active,
#primaryNav a.activePageLink
{
	color: #535825;
	text-decoration: none;
	background-color: #CCE227;
	background-position: center bottom;
}

ul.nav_footer_nav {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.nav_footer_nav li {
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

.userOptionsNav {
	width: 200px;
	float:right;
	overflow: hidden;
	position: relative;
	top: -42px;
	margin-bottom: -42px;
}

.userOptionsNav ul,
.userOptionsNav li
{
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.userOptionsNav ul {
	float: right;
}

.userOptionsNav li {
	float: left;
	padding: 0px 0px 0px 3px;
}

.userOptionsNav li a.linkButton {
	margin-right: 0px;
}

.formButton,
a.linkButton,
.disabledButton,
.DefaultStickyWin .button {
	background: transparent url(../images/bkgnd_button_right.png) no-repeat top right;
	border: none;
	display: block;
	float: left;
	height: 26px;
	margin-right: 7px;
	padding-right: 14px;
	text-decoration: none;
	font-size:12px;
	color: #FFFFFF;
}

.formButton span,
a.linkButton span,
.disabledButton span,
.DefaultStickyWin .button span {
	background: transparent url(../images/bkgnd_button_left.png) no-repeat;
	display: block;
	line-height: 26px;
	padding: 0px 0px 0px 14px;
} 

a.linkButton:visited,
a.linkButton:visited span {
	color: #FFFFFF;
}

.formButton:hover,
.formButton:focus,
.formButton:active,
a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active,
.DefaultStickyWin .button:hover,
.DefaultStickyWin .button:focus,
.DefaultStickyWin .button:active {
	background-position: bottom right;
	text-decoration: none;
	color: #FFFFFF;
}

.formButton:hover span,
.formButton:focus span,
.formButton:active span,
a.linkButton:hover span,
a.linkButton:focus span,
a.linkButton:active span,
.DefaultStickyWin .button:hover span,
.DefaultStickyWin .button:focus span,
.DefaultStickyWin .button:active span
{
    background-position: bottom left;
}


/* Removes mozilla's default inner focus padding for buttons, eeewww */
.formButton::-moz-focus-inner,
.fixedButton::-moz-focus-inner {
	padding:0px;
	border: none;
}


.fixedButton {
	width: 80px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #FFFFFF;
	background: #12c3ff url(../images/bkgnd_fixed_buttons.png) no-repeat center top;
	border-style: none;
}

.fixedButton:hover,
.fixedButton:focus,
.fixedButton:active {
	background-position: bottom center;
}

.pageLinks a {
	color: #FFFFFF;
	display: block;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	background: #10b9ff url(../images/bkgnd_page_links.gif) no-repeat left top;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.pageLinks a:hover,
.pageLinks a:focus,
.pageLinks a:active,
.pageLinks a.activePageLink {
	background-color: #999999;
	background-position: left bottom;
	text-decoration: none;
}

.pageLinks a.activePageLink {
	background-position: right top;
	background-color: #DD0005;
}

#eventNav {
	margin: 0px 0px 10px;
	overflow: hidden;
}

#eventNav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#eventNav li {
	padding: 0px;
	margin: 0px;
}

#eventNav a,
#eventNav a:visited
{
	text-decoration: none;
	display: block;
	background: #e6f8ff url(../images/bkgnd_events_nav.png) no-repeat center top;
	color: #10b9ff;
	line-height: 30px;
	margin: 0px 0px 2px;
	padding: 0px 10px;
	height: 30px;
	width: 230px;
}

#eventNav a:hover,
#eventNav a:focus,
#eventNav a:active
{
	color: #999999;
	background-color: #FFFFF4;
	background-position: center bottom;
	text-decoration: none;
}

#eventNav a.registerLink,
#eventNav a.registerLink:visited {
	color: #FFFFFF;
	background: #017BC1 url(../images/bkgnd_register_link.png) no-repeat center top;
}

#eventNav a.registerLink:hover,
#eventNav a.registerLink:focus,
#eventNav a.registerLink:active
{
	color: #999999;
	background-color: #FFFFF4;
	background-position: center bottom;
	text-decoration: none;
}

.viewAll {
	color: #FFFFFF;
	white-space: nowrap;
}

.viewAll a,
.viewAll a:visited {
	color: #FFFFFF;
	background: #017BC1;
}

.viewAll a:hover,
.viewAll a:focus,
.viewAll a:active
{
	color: #999999;
}

.itemLinks {
	text-align: center;
	float: right;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background: #017BC1 url(../images/bkgnd_permalink_comments.png) no-repeat center center;
	margin: 0px 0px 10px 10px;
	color: #FFFFFF;
}

.itemLinks a.permaLink {
	padding-left: 20px;
	background: url(../images/icon_permalink.gif) no-repeat left center;
}

.itemLinks a.commentsLink {
	padding-left: 20px;
	background: url(../images/icon_view_comments.gif) no-repeat left center;
}

.itemLinks a,
.itemLinks a:visited {
	color:#FFFFFF;
}

.itemLinks a:hover,
.itemLinks a:focus,
.itemLinks a:active {
	color:#999999;
}

/*+Images --------------------------------------------------------------------------------------------------------- */

.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageCenter {
	margin: 0px auto 10px;
	clear: both;
	float: none;
	width: auto;
	text-align: center;
	display: block;
}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

.contentImage {
	border: 1px solid #EBE9ED;
	padding: 4px;
}

/*+Forms ------------------------------------------------------------------------------------------------------------------ */

fieldset {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
}

legend {
	padding: 0.2em;
	color: #017BC1;
	font-size: 1em;
	font-weight: normal;
	border: none;
	background: #FFFFFF;
}

.formBlock {
	width: 100%;
	overflow: hidden;
	padding: 5px 0px;
	margin-bottom: 5px;
}

.formTextField,
.formFileField,
.formTextArea,
.formSelect,
.editorSelect {
	border: 1px solid #CCCCCC;
	height: 16px;
	padding: 2px;
	margin: 0px 0px 5px;
}

.formTextField:focus,
.formFileField:focus,
.formTextArea:focus,
.formSelect:focus {
	border: 1px solid #10b9ff;
}

.formTextField {
	width: 35%;
}

.DefaultStickyWin .formTextField {
	width: 55%;
}

.DefaultStickyWin .formSelect {
	width: 55.5%;
}

.inputFormTable .formTextField {
	width: 97%;
}

.formFileField {
	height: 21px;
}

.formTextArea {
	width:99%;
	overflow: auto;
	height: 20em;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.formSelect,
.editorSelect {
	padding: 2px 2px 1px;
	width: 30.5%;
	text-transform: capitalize;
	height: 20px;
}

.editorSelect {
	width:auto;
	position: relative;
	bottom: -4px;
}

.formChecks ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.formChecks li {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 0px;
	margin: 0px;
}

.formBlock label,
.formChecks li label {
	display: block;
	float: left;
	width: 25%;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #EBE9ED;
	margin: 0px 5px 5px 0px;
	padding: 0px 5px;
}

.formCheck {
	position: relative;
	bottom: 0px;	
}

.formChecks label {
	float: none;
	margin-bottom: 0.3em;
}

.formChecks li label {
	margin-bottom: 0.1em;
	padding-left: 0.7em;
	border-bottom: none;
	background: #F4FCFF;
}

.formError {
	margin-bottom: 5px;
}

label.required,
.formChecks li label.required {
	background: #FFFFF4 url(../images/icon_required.gif) no-repeat right center;	
}

/* Tables ----------------------------------------------------------------------------------------------------------------- */

.inputFormTable th,
.inputFormTable td
{
	padding: 4px;	
}

.inputFormTable tr:hover {
	background: #FFFFF4;
}

.evenRow tr,
.evenRow tr:hover {
	background: #F4FCFF;
}

.oddRow tr,
.oddRow tr:hover {
	background: #FFFFF4;
}



.inputFormTable th
{
	background: #CCE227;
	color: #535825;
	border-bottom: 1px solid #EBE9ED;
	margin: 0px;
	padding: 4px;
	font-weight: normal;
}

.inputFormTable  td 
{
	border-bottom: 1px dotted #BBB5C1;
	overflow: hidden;
}

/* TextEditor ------------------------------------------------------------------------------------------------------------- */

.editorToolbar {
	width: 99%;
	clear: both;
	margin-bottom: 2px;
	overflow: hidden;
	border-bottom: 2px solid #CCE227;
	padding: 2px;
	background: #FFFFFF;
}

.editorButton {
	height: 20px;
	width: 20px;
	border-style: none;
	margin-right: 1px;
	margin-left: 1px;
}

.editorButton span {
	display: none;
}

.toolbarButtonsWrap {
	float: left;
	width: 75%;
}

.previewButtonsWrap {
	text-align: right;
	width: 20%;
	float: right;
}

button.teDiv {
	background: url(../images/icon_div.gif) no-repeat center center;
}

button.teParagraph {
	background: url(../images/icon_paragraph.gif) no-repeat center center;
}

button.teHeading3 {
	background: url(../images/icon_heading_3.gif) no-repeat center center;
}

button.teHeading4 {
	background: url(../images/icon_heading_4.gif) no-repeat center center;
}

button.teBold {
	background: url(../images/icon_bold.gif) no-repeat center center;
}

button.teUnderline {
	background: url(../images/icon_underline.gif) no-repeat center center;
}

button.teItalic {
	background: url(../images/icon_italic.gif) no-repeat center center;
}

button.teLink {
	background: url(../images/icon_link.gif) no-repeat center center;
}

button.teImage {
	background: url(../images/icon_camera.gif) no-repeat center center;
}

button.teUList {
	background: url(../images/icon_list_bullets.gif) no-repeat center center;
}

button.teOList {
	background: url(../images/icon_list_numbers.gif) no-repeat center center;
}

button.teDList {
	background: url(../images/icon_definition_list.gif) no-repeat center center;
}

button.teSplit {
	background: url(../images/icon_split_column.gif) no-repeat center center;
}

button.tePreview {
	background: url(../images/icon_preview.gif) no-repeat center center;
}

button.teIncrease {
	background: url(../images/icon_increase_textarea.gif) no-repeat center center;
}

button.teDecrease {
	background: url(../images/icon_decrease_textarea.gif) no-repeat center center;
}


button.teVideo {
	background: url(../images/icon_video.gif) no-repeat center center;
}

button.teMp3 {
	background: url(../images/icon_mp3.gif) no-repeat center center;
}

button.teQuote {
	background: url(../images/icon_comment.gif) no-repeat center center;
}

button.teEmoticons {
	background: url(../images/icon_smile.png) no-repeat center center;
}

button.teSmile {
	background: url(../images/icon_smile.png) no-repeat center center;
}

button.teSad {
	background: url(../images/icon_sad.png) no-repeat center center;
}

button.teTongueOut {
	background: url(../images/icon_tounge_out.png) no-repeat center center;
}

button.teLol {
	background: url(../images/icon_lol.png) no-repeat center center;
}

button.teCool {
	background: url(../images/icon_cool.png) no-repeat center center;
}

button.teAngry {
	background: url(../images/icon_angry.png) no-repeat center center;
}

button.teConfused {
	background: url(../images/icon_confused.png) no-repeat center center;
}

button.teCrying {
	background: url(../images/icon_crying.png) no-repeat center center;
}

button.teEmbarrassed {
	background: url(../images/icon_embarrassed.png) no-repeat center center;
}
button.teHeart {
	background: url(../images/icon_heart.png) no-repeat center center;
}

button.teInnocent {
	background: url(../images/icon_innocent.png) no-repeat center center;
}

button.teWink {
	background: url(../images/icon_wink.png) no-repeat center center;
}

button.teSealed {
	background: url(../images/icon_sealed.png) no-repeat center center;
}

button.teSurprised {
	background: url(../images/icon_surprised.png) no-repeat center center;
}

/*+Popup messages --------------------------------------------------------------------------------------------------------- */

.DefaultStickyWin,
.modalMessage {
	background: #FFFFFF;
	margin: 0px;
	padding: 10px;
	font-size: 1.2em;
	border: 10px solid #2B2B2B;
}

.DefaultStickyWin .top {
	margin-bottom: 5px;
}

.DefaultStickyWin h1 {
	font-size: 1em;
	color: #FFFFFF;
	background: #CCE227;
	padding: 5px;
	font-weight: normal;
}

.DefaultStickyWin .body {
	margin-bottom: 5px;
}

.DefaultStickyWin .closeButton {
	background: url(../images/icon_delete.gif) no-repeat center center;
	height: 25px;
	width: 25px;
	float: right;
}

.DefaultStickyWin .closeButtons {
	width: 100%;
	overflow: hidden;
}

.DefaultStickyWin .button {
	float:left;
	margin-right: 3px;
}

/*+Login status ------------------------------------------------------------------------------------------------------ */

#userLoginStatus {
	width: 480px;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0.8em;
	z-index: 2;
}

#userStatus {
	margin: 0px;
	padding: 10px 5px 0px 0px;
}

#quickLogin {
	background: url(../images/bkgnd_login.png) no-repeat center top;
}

#form_quick_login {
	height: 55px;
	width: 480px;
	position: relative;
}

#form_quick_login label {
	display: none;
}

#form_quick_login #login_user_email,
#form_quick_login #password {
	height: 15px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border-style: none;
	position: absolute;
	top: 7px;
}

#form_quick_login #login_user_email {
	width: 127px;
	left: 52px;
}

#form_quick_login #password {
	width: 61px;
	right: 183px;
}

#form_quick_login #login {
	width: 66px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#form_quick_login #login span {
	display: none;
}

#form_quick_login #remember {
	position: absolute;
	top: 10px;
	right: 73px;
}

#loginOptions {
	position: absolute;
	width: 365px;
	right: 10px;
	bottom: 5px;
}

/*+Site search --------------------------------------------------------------------------------------------------------------- */

#siteSearch {
	width: 205px;
	height: 30px;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 85px;
	background: #FFFFFF url(../images/bkgnd_search.png) no-repeat right bottom;
}

#searchForm {
	width: 205px;
	height: 30px;
	position: relative;
}

#searchForm #search_term {
	width: 160px;
	height: 15px;
	position: absolute;
	left: 12px;
	top: 8px;
	background-color: transparent;
	padding:0px;
	margin: 0px;
	border-style: none;
}

#searchForm label {
	display: none;
}

#searchForm #search_button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
	background-color: transparent;
	border-style: none;
}

#searchForm #search_button span {
	display: none;
}

.searchResultsBlock {
	border-bottom: 1px solid #CCE227;
	padding: 0px 0px 9px;
	margin: 0px 0px 10px;
}


/*+Home page --------------------------------------------------------------------------------------------------------- */

#introduction {
	width: 100%;
	margin: 0px 0px 20px;
	overflow: hidden;
	background: #014a74 url(../images/bkgnd_introduction.png) no-repeat left bottom;
	color: #FFFFFF;
}

#introduction p {
	font-size: 1.4em;
	margin: 0px;
	padding: 10px 20px;
	text-align: right;
	font-weight: normal;
}

#introduction img {
	float: right;
	margin-left: 20px;
}

.upcomingEvents h3 {
	 font-size: 1.5em;
}

#page_home .upcomingEvents {
	width: 49%;
	float: right;
}

.upcomingEvents .itemBlock {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #EBE9ED;
}

.upcomingEvents .itemThumb {
	height: 50px;
	width: 50px;
	margin: 0px 10px 0px 0px;
	padding: 4px;
	border: 1px solid #EBE9ED;
	float: left;
}

.upcomingEvents .itemDetails {
	margin: 0px 0px 0px 70px;
	padding: 0px;
}

.upcomingEvents .itemDetails h4 {
	font-size: 1.2em;
}

.upcomingEvents .itemDetails p {
	margin: 0px;
	padding: 0px;
}

.upcomingEvents .itemDetails p.dates {
	font-size: 0.8em;
}


/*+Latest news --------------------------------------------------------------------------------------------------------- */

#latestNews {
	width: 49%;
	float: left;
}

#latestNews .itemBlock {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #EBE9ED;
}

#latestNews .itemThumb {
	height: 50px;
	width: 50px;
	margin: 0px 10px 0px 0px;
	padding: 4px;
	border: 1px solid #EBE9ED;
	float: left;
}

#latestNews .itemDetails {
	margin: 0px 0px 0px 70px;
	padding: 0px;
}

#latestNews .itemDetails h4 {
	font-size: 1.2em;
}

#latestNews .itemDetails p {
	margin: 0px;
	padding: 0px;
}

#latestNews .itemDetails p.dateStamp {
	font-size: 0.8em;
}

/*+News --------------------------------------------------------------------------------------------------------- */

#newsList {
}

#newsList .itemBlock {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #CCE227;
}

#newsList .itemDetails {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

#newsList .itemDetails h3 {
	margin: 0px;	
}

#newsList .userThumb {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border-right: 1px solid #EBE9ED;
	border-bottom: 1px solid #EBE9ED;
	border-left: 1px solid #EBE9ED;
}

#newsList .dateStamp {
	float: left;
	width: 300px;
	margin-bottom: 10px;
	height: 60px;
	line-height: 60px;
}

#newsList .itemLinks {
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
}

/*+Contacts list --------------------------------------------------------------------------------------------------------- */

#contactsList {

}

#contactsList dl {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBE9ED;
}

#contactsList dt,
#contactsList dd
{
	margin: 0px 0px 5px 0px;
	padding: 4px;
}

#contactsList dt {
	float: left;
	width: 25%;
	text-align: left;
	padding: 5px 4px;

}

#contactsList dd {
	margin-left: 30%;
	margin-bottom: 0px;
	padding: 0px;
}

/*+User profiles --------------------------------------------------------------------------------------------------------- */

#userProfiles {

}

#userProfiles .userThumb {
	height: 100px;
	width: 100px;
	padding: 4px;
	margin-right: 10px;
	border: 1px solid #EBE9ED;
	float: left;
	margin-bottom: 5px;
}

#userProfiles .userDetails {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

#userProfiles .userStats {
	margin: 0px 0px 5px 120px;
	padding: 0px;
}

#userProfiles .userStats dt {
	float: left;
	width: 120px;
	font-size: 1em;
	font-weight: normal;
	margin: 0px 5px 4px 0px;
	padding: 0px;
	border-bottom: 1px solid #EBE9ED;
}

#userProfiles .userStats dd {
	margin: 0px 0px 5px 130px;
	padding: 0px;
}

#userProfiles .userOptionsNav {
	width: 100%;
	float:none;
	overflow: hidden;
	position: inherit;
	top: 0px;
	margin: 9px 0px 10px;
	padding: 5px 0px 0px;
	border-top: 1px solid #EBE9ED;
}

#userProfiles .userOptionsNav ul {
	float:left;
}

#organisationMembers .userStats {
	margin: 0px 0px 5px 0px;
}


/*+Member profiles list --------------------------------------------------------------------------------------------------------- */

#memberProfilesList .memberBlock {
	padding: 5px;
	margin: 0px 0px 10px;
}

#memberProfilesList .oddRow {
	background: #FFFFF4;	
}

#memberProfilesList .evenRow {
	background: #F4FCFF;
}

#memberProfilesList .memberDetails {
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}

#memberProfilesList .memberThumb {
	height: 70px;
	width: 70px;
	padding: 4px;
	border: 1px solid #EBE9ED;
	float: left;
	margin: 0px 10px 5px 0px;
}

#memberProfilesList .memberBlock .memberDetails h4 {
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 75%;
}

#memberProfilesList .memberDetails .viewAll {
	font-size: 0.8em;
	padding: 5px 5px 0px 10px;
	height: 27px;
	line-height: 22px;
	text-align: right;
	background: url(../images/bkgnd_view_all_topics.png) no-repeat left top;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: -5px -5px 0px 0px;
}

#memberProfilesList .memberBrief {
	font-size: 0.8em;
	margin: 0px 0px 5px;
	padding: 0px 0px 4px;
	float: left;
	width: 75%;
}

#memberProfilesList .memberContacts {
	clear: both;
	width: 100%;
	border-top: 1px solid #666666;
	padding-top: 10px;
	overflow: hidden;
}

#memberProfilesList .memberContacts dl {
	float: left;
	width: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#memberProfilesList .memberContacts dt {
	font-size: 1em;
	font-weight: normal;
	margin: 0px 5px 5px 0px;
	padding: 1px 0px;
	float: left;
	width: 80px;
	border-bottom: 1px solid #EBE9ED;
}

#memberProfilesList .memberContacts dd {
	margin: 0px 0px 6px 90px;
	padding: 1px 0px;
}

#memberProfilesList .userOptionsNav {
	width: 200px;
	float:right;
	overflow: hidden;
	position: relative;
	top: -42px;
	border-top: none;
	margin: 0px 0px -42px;
	padding: 0px;
}

#memberProfilesList .userOptionsNav ul {
	float:right;
}

#memberProfilesList .memberOptions {
	width: 49%;
	height: 26px;
	padding-top: 11px;
	float: right;
	text-align: right;
	display: block;
}

#memberProfilesList .memberOptions ul, 
#memberProfilesList .memberOptions li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#memberProfilesList .memberOptions ul {
	float: right;
}

#memberProfilesList .memberOptions li {
	float: left;
	margin: 0px 0px 0px 3px;
}

#memberProfilesList .memberOptions li a.linkButton {
	margin-right: 0px;
}

/*+Newest members list --------------------------------------------------------------------------------------------------------- */

#newestMembers .itemBlock {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #EBE9ED;
}

#newestMembers .itemThumb {
	height: 50px;
	width: 50px;
	margin: 0px 10px 0px 0px;
	padding: 4px;
	border: 1px solid #EBE9ED;
	float: left;
}

#newestMembers .itemDetails {
	margin: 0px 0px 0px 70px;
	padding: 0px;
}

#newestMembers dl {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#newestMembers dt {
	font-size: 1em;
	font-weight: normal;
	margin: 0px 5px 5px 0px;
	padding: 1px 0px;
	float: left;
	width: 80px;
	border-bottom: 1px solid #EBE9ED;
}

#newestMembers dd {
	margin: 0px 0px 6px 90px;
	padding: 1px 0px;
}

/*+Members list map --------------------------------------------------------------------------------------------------------- */

#memberMap {
	background: url(../images/aus_map_bkgnd.gif) no-repeat left center;
	height: 470px;
	width: 660px;
	margin: 0px auto 10px;
}

#memberMap ul, #memberMap li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#memberMap ul {
	position: relative;
}

#memberMap ul li a span {
	color: #017BC1;
	position: absolute;
	font-size: 0.8em;
	white-space: nowrap;
	width: auto;
}

#memberMap ul li a:hover span {
	color: #EBE9ED;
}

#memberMap a {
	display: block;
	text-decoration: none;
	position: relative;
}

#memberMap li#wa {
	position: absolute;
	height: 315px;
	width: 205px;
	display: block;
	top: 43px;
	left: 10px;
}

#memberMap  #wa a {
	height: 315px;
	width: 205px;
}

#memberMap #wa a:hover {
	background: url(../images/aus_map_wa.gif) no-repeat center center;
}

#memberMap #wa a span {
	left: 65px;
	top: 170px;	
}

#memberMap li#nt {
	position: absolute;
	height: 215px;
	width: 130px;
	display: block;
	top: 3px;
	left: 200px;
}

#memberMap #nt a {
	height: 215px;
	width: 130px;
}

#memberMap #nt a:hover {
	background: url(../images/aus_map_nt.gif) no-repeat center center;
}

#memberMap #nt a span {
	left: 15px;
	top: 135px;	
}

#memberMap li#qld {
	position: absolute;
	height: 270px;
	width: 190px;
	display: block;
	top: 3px;
	left: 320px;
}

#memberMap #qld a {
	height: 270px;
	width: 190px;
}

#memberMap #qld a:hover {
	background: url(../images/aus_map_qld.gif) no-repeat center center;
}

#memberMap #qld a span {
	left: 45px;
	top: 180px;	
}

#memberMap li#nsw {
	position: absolute;
	height: 135px;
	width: 165px;
	display: block;
	top: 253px;
	left: 345px;
}

#memberMap #nsw a {
	height: 135px;
	width: 165px;
}

#memberMap #nsw a:hover {
	background: url(../images/aus_map_nsw.gif) no-repeat center center;
}

#memberMap #nsw a span {
	left: 30px;
	top: 50px;	
}

#memberMap li#act {
	position: absolute;
	height: 15px;
	width: 15px;
	display: block;
	top: 350px;
	left: 435px;
	z-index: 10;
}

#memberMap #act a {
	height: 15px;
	width: 15px;
}

#memberMap #act a:hover {
	background: url(../images/aus_map_act.gif) no-repeat center center;
}

#memberMap #act a span {
	left: 40px;
	top: 0px;
	width: auto;
}

#memberMap #act a:hover span {
	color: #017BC1;
}

#memberMap li#vic {
	position: absolute;
	height: 85px;
	width: 105px;
	display: block;
	top: 323px;
	left: 345px;
}

#memberMap #vic a {
	height: 85px;
	width: 105px;
}

#memberMap #vic a:hover {
	background: url(../images/aus_map_vic.gif) no-repeat center center;
}

#memberMap #vic a span {
	left: 13px;
	top: 45px;	
}

#memberMap li#sa {
	position: absolute;
	height: 180px;
	width: 155px;
	display: block;
	top: 208px;
	left: 205px;
}

#memberMap #sa a {
	height: 180px;
	width: 155px;
}

#memberMap #sa a:hover {
	background: url(../images/aus_map_sa.gif) no-repeat center center;
}

#memberMap #sa a span {
	left: 40px;
	top: 50px;	
}

#memberMap li#tas {
	position: absolute;
	height: 48px;
	width: 60px;
	display: block;
	top: 415px;
	left: 375px;
}

#memberMap #tas a {
	height: 48px;
	width: 60px;
}

#memberMap #tas a:hover {
	background: url(../images/aus_map_tas.gif) no-repeat center center;
}

#memberMap #tas a span {
	left: 60px;
	top: 20px;
	width: auto;
}

#memberMap #tas a:hover span {
	color: #017BC1;
}

#memberMap li#other {
	position: absolute;
	height: 85px;
	width: 165px;
	display: block;
	top: 18px;
	left: 427px;
}

#memberMap #other a {
	height: 85px;
	width: 165px;
}

#memberMap #other a:hover {
	background: url(../images/aus_map_other.gif) no-repeat center center;
}

#memberMap #other a span {
	left: 75px;
	top: 90px;
	width: auto;
}

#memberMap #other a:hover span {
	color: #017BC1;
}

/*+Contact --------------------------------------------------------------------------------------------------------- */

#contactMethods dt {
	margin: 0px 0px 2px;
	padding: 0px;
	font: bold 1em Arial, Helvetica, sans-serif;
}

#contactMethods dd {
	margin: 0px 0px 10px;
	padding: 0px 10px;
}

#googleMap {
	width: 353px;
	height: 353px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;	
}

/*+Forum general ---------------------------------------------------------------------------------------------------------------- */

#forumOptions {
	width: 100%;
	overflow: hidden;
}

#forumOptions .pageLinks {
	width: 29%;
	height: 30px;
	line-height: 30px;
	float:left;
	margin-right: 1%;
}

#forumSubscribe {
	height: 30px;
	float:right;
	margin-left: 1%;
}

#forumSubscribe .formButton {
	margin-right: 0px;
}

#forumUpdateActions {
	width: 29%;
	height: 30px;
	float:right;
	position: relative;
	margin-left: 1%;
}

#forumUpdateActions button {
	float:none;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 0px;
}

#forumUpdateActions select {
	position: absolute;
	right: 73px;
	top: 5px;
	width: 80px;
}

#forumUpdateActions label {
	position: absolute;
	right: 160px;
	top: 7px;
}


#quickReply {
	clear: both;
	width: 100%;
}

/*+Forum categories ---------------------------------------------------------------------------------------------------------------- */

#forumCategoryList {
}

#forumCategoryList .itemBlock {
	padding: 5px;
	margin: 0px 0px 10px;
}

#forumCategoryList .evenRow {
	background: #F4FCFF;
}

#forumCategoryList .oddRow {
	background: #FFFFF4;
}

#forumCategoryList .itemBlock h4 {
	width: 69%;
	float: left;
	height: 27px;
	line-height: 27px;
	margin: 0px 0px 5px;
	padding: 0px;
}

#forumCategoryList .itemBlock h5 {
	margin: 0px 0px 5px;
	padding: 4px 0px 0px;
	font: bold 1em Arial, Helvetica, sans-serif;
	border-top: 1px solid #666666;
	clear: both;
}

#forumCategoryList .description {
	font-size: 0.8em;
	margin: 0px 0px 5px;
	padding: 0px;
	clear: both;
}

#forumCategoryList .itemBlock dl {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
	padding: 0px;
}

#forumCategoryList .itemBlock dt {
	width: 49%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#forumCategoryList .itemBlock dd {
	font-size: 0.8em;
	width: 49%;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#forumCategoryList .viewAll {
	font-size: 0.8em;
	margin: -5px -5px 5px 0px;
	padding: 5px 5px 0px 10px;
	height: 27px;
	line-height: 22px;
	float: right;
	text-align: right;
	background: url(../images/bkgnd_view_all_topics.png) no-repeat left top;
}


/*+Forum topics ---------------------------------------------------------------------------------------------------------------- */

#forumTopicList .itemBlock {
	padding: 5px;
	margin: 0px 0px 10px;
}

#forumTopicList .oddRow {
	background: #FFFFF4;	
}

#forumTopicList .evenRow {
	background: #F4FCFF;
}

#forumTopicList .itemBlock h4 {
	width: 69%;
	float: left;
	height: 27px;
	line-height: 27px;
	margin: 0px 0px 5px;
	padding: 0px;
}

#forumTopicList .viewAll {
	font-size: 0.8em;
	margin: -5px -5px 5px 0px;
	padding: 5px 5px 0px 10px;
	height: 27px;
	line-height: 22px;
	float: right;
	text-align: right;
	background: url(../images/bkgnd_view_all_topics.png) no-repeat left top;
} 

#forumTopicList .itemCheck {
	padding: 5px 0px 5px 5px;
	position: relative;
	top: -1px;
}

#forumTopicList .description {
	font-size: 0.8em;
	margin: 0px 0px 5px;
	padding: 0px;
	clear: both;
}

#forumTopicList .itemStats {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #666666;
	margin: 0px 0px 5px;
	padding: 4px 0px 0px;
}

#forumTopicList .started,
#forumTopicList .latest {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	width: 49%;
}

#forumTopicList .started {
	float: left;
}

#forumTopicList .latest {
	float: right;
	text-align: right;
}


/*+Forum posts ---------------------------------------------------------------------------------------------------------------- */

#forumPostList {
	width: 100%;
	overflow: hidden;
}

#forumPostList .itemBlock {
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 9px;
	border-bottom: 1px solid #CCE227;
	margin: 0px 0px 10px;
}

#forumPostList .dateStamp {
	color: #666666;
	font-size: 1em;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #EBE9ED;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
}

#forumPostList .itemCheck {
	float: right;
	width: 30px;
	text-align: right;
	margin: 0px 0px -15px;
	padding: 0px;
	position: relative;
	top: -15px;
}

#forumPostList .itemThumb {
	height: 100px;
	width: 100px;
	padding: 4px;
	margin-right: 10px;
	border: 1px solid #EBE9ED;
	float: left;
}


#forumPostList .itemDetails {
	margin-left: 120px;
}

#forumPostList .forumPostBody {

}

#forumPostList .forumPostBody h3 {
	font-size: 1.5em;
	border: none;
}

#forumPostList .forumPostBody h4 {
	font-size: 1.2em;
}

#forumPostList .itemOptionsNav {
	width: 100%;
	overflow: hidden;
	clear: both;
}

#forumPostList .itemOptionsNav ul,
#forumPostList .itemOptionsNav li
{
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#forumPostList .itemOptionsNav ul {
	float: right;
}

#forumPostList .itemOptionsNav li {
	float: left;
	padding: 0px 0px 0px 3px;
}

#forumPostList .itemOptionsNav li a.linkButton {
	margin-right: 0px;
}

#forumPostList .fileAttachment {
	width: 96%;
	overflow: hidden;
	margin: 0px auto 10px;
	padding: 5px;
	border: 1px solid #EBE9ED;
}

#forumPostList .fileAttachment dt {
	font-size: 1em;
	font-weight: normal;
	margin: 0px 5px 5px 0px;
	padding: 1px;
	float: left;
	width: 100px;
}

#forumPostList .fileAttachment dd {
	margin: 0px 0px 6px 110px;
	padding: 1px 0px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/*+Latest forum posts --------------------------------------------------------------------------------------------------------- */

#newestForumPosts .itemBlock {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #EBE9ED;
}

#newestForumPosts .itemThumb {
	height: 50px;
	width: 50px;
	margin: 0px 10px 0px 0px;
	padding: 4px;
	border: 1px solid #EBE9ED;
	float: left;
}

#newestForumPosts .itemDetails {
	margin: 0px 0px 0px 70px;
	padding: 0px;
}

#newestForumPosts h4 {
	margin: 0px;
	padding: 0px;	
}

#newestForumPosts p {
	margin: 0px;
	padding: 0px;	
}

#newestForumPosts p.dateStamp {
	font-size: 0.8em;		
}

/*+File resource categories --------------------------------------------------------------------------------------------------------- */

#resourceCategoryList {
}

#resourceCategoryList .itemBlock {
	padding: 5px;
	margin: 0px 0px 10px;
}

#resourceCategoryList .evenRow {
	background: #F4FCFF;
}

#resourceCategoryList .oddRow {
	background: #FFFFF4;
}

#resourceCategoryList .itemBlock h4 {
	width: 69%;
	float: left;
	height: 27px;
	line-height: 27px;
	margin: 0px 0px 5px;
	padding: 0px;
}

#resourceCategoryList .itemBlock h5 {
	margin: 0px 0px 5px;
	padding: 4px 0px 0px;
	font: bold 1em Arial, Helvetica, sans-serif;
	border-top: 1px solid #666666;
	clear: both;
}

#resourceCategoryList .description {
	font-size: 0.8em;
	margin: 0px 0px 5px;
	padding: 0px;
	clear: both;
}

#resourceCategoryList .itemBlock dl {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
	padding: 0px;
}

#resourceCategoryList .itemBlock dt {
	width: 60%;
	float: left;
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
}

#resourceCategoryList .itemBlock dd {
	font-size: 0.8em;
	width: 35%;
	float: right;
	text-align: right;
	margin: 0px 0px 5px;
	padding: 0px;
}

#resourceCategoryList .viewAll {
	font-size: 0.8em;
	margin: -5px -5px 5px 0px;
	padding: 5px 5px 0px 10px;
	height: 27px;
	line-height: 22px;
	float: right;
	text-align: right;
	background: url(../images/bkgnd_view_all_topics.png) no-repeat left top;
}

/*+File resource files ---------------------------------------------------------------------------------------------------------------- */

#resourceFilesList .itemBlock {
	padding: 5px;
	margin: 0px 0px 10px;
}

#resourceFilesList .oddRow {
	background: #FFFFF4;	
}

#resourceFilesList .evenRow {
	background: #F4FCFF;
}

#resourceFilesList .itemBlock h4 {
	width: 69%;
	float: left;
	height: 27px;
	line-height: 27px;
	margin: 0px 0px 5px;
	padding: 0px;
	overflow: hidden;
}

#resourceFilesList .viewAll {
	font-size: 0.8em;
	margin: -5px -5px 5px 0px;
	padding: 5px 5px 0px 10px;
	height: 27px;
	line-height: 22px;
	float: right;
	text-align: right;
	background: url(../images/bkgnd_view_all_topics.png) no-repeat left top;
} 

#resourceFilesList .description {
	font-size: 0.8em;
	margin: 0px 0px 5px;
	padding: 0px 0px 4px;
	clear: both;
	border-bottom: 1px solid #666666;
}

#resourceFilesList .itemStats {
	width: 80%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}

#resourceFilesList .itemStats dt {
	font-size: 1em;
	font-weight: normal;
	margin: 0px 5px 5px 0px;
	padding: 1px;
	float: left;
	width: 65px;
	border-bottom: 1px solid #EBE9ED;
}

#resourceFilesList .itemStats dd {
	margin: 0px 0px 6px 80px;
	padding: 1px 0px;
}

#resourceFilesList .itemStats dd.fileType {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#resourceFilesList .downloadLink {
	width: 19%;
	height: 26px;
	padding-top: 23px;
	float: right;
	text-align: right;
	display: block;
}

#resourceFilesList .downloadLink a.linkButton {
	float: right;
	margin-right: 0px;
	
}

#resourceFilesList .visitLink {
	width: 19%;
	float: right;
	text-align: right;
	display: block;
}

/*+Help items --------------------------------------------------------------------------------------------------------- */

#helpItemsList {
}

#helpItemsList .itemBlock {
	padding: 5px;
	margin: 0px 0px 10px;
}

#helpItemsList .evenRow {
	background: #F4FCFF;
}

#helpItemsList .oddRow {
	background: #FFFFF4;
}

#helpItemsList .itemBlock h4 {
	width: 69%;
	float: left;
	height: 27px;
	line-height: 27px;
	margin: 0px 0px 5px;
	padding: 0px;
}

#helpItemsList .description {
	font-size: 0.8em;
	margin: 0px 0px 5px;
	padding: 0px;
	clear: both;
}

#helpItemsList .viewAll {
	font-size: 0.8em;
	margin: -5px -5px 5px 0px;
	padding: 5px 5px 0px 10px;
	height: 27px;
	line-height: 22px;
	float: right;
	text-align: right;
	background: url(../images/bkgnd_view_all_topics.png) no-repeat left top;
}

.videoPlayer {
	width: 665px;
	margin: 0px auto 10px;
}


/*+Events list --------------------------------------------------------------------------------------------------------- */

#eventsList .itemBlock {
	width: 100%;
	overflow: hidden;
	padding-bottom: 9px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCE227;	
}

#eventsList .itemThumb {
	height: 100px;
	width: 100px;
	padding: 4px;
	margin-right: 10px;
	border: 1px solid #EBE9ED;
	float: left;
}

#eventsList .itemDetails {
	margin-left: 120px;
}

#eventsList .itemDetails .dates {
	margin: 0px 0px 10px;
	padding: 0px;	
}

#eventsList .itemDetails .description {
	margin: 0px 0px 10px;
	padding: 0px;	
}


/*+Events calendar --------------------------------------------------------------------------------------------------------- */

.evTable {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #EBE9ED;
	border-left: 1px solid #EBE9ED;
}

.evTable td {
	border-right: 1px solid #EBE9ED;
	border-bottom: 1px solid #EBE9ED;
	text-align: center;
	vertical-align: middle;
}

.evTable td.evDays {
}

.evTable td.evDay {
}

.evTable .evPrev,
.evTable .evNext,
.evTable td.evDayHigh {
	padding: 0px;
}

.evTable .evPrev a,
.evTable .evPrev a:visited,
.evTable .evNext a,
.evTable .evNext a:visited,
.evTable td.evDayHigh a,
.evTable td.evDayHigh a:visited
 {
	display: block;
	width: 100%;
	height: 26px;
	background-color: #10b9ff;
	color: #FFFFFF;
	line-height: 26px;
	text-decoration: none;
}


.evTable .evPrev a:hover,
.evTable .evPrev a:focus,
.evTable .evPrev a:active,
.evTable .evNext a:hover,
.evTable .evNext a:focus,
.evTable .evNext a:active,
.evTable td.evDayHigh a:hover,
.evTable td.evDayHigh a:focus,
.evTable td.evDayHigh a:active,
.evTable td.dateActive a,
.evTable td.dateActive a:visited {
	background-color: #DD0005;
}

/*+Event program --------------------------------------------------------------------------------------------------------- */

#programsList {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

#programsList dl.itemBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
}

#programsList dl.evenRow dd {
	background: #F4FCFF;
}

#programsList dl.oddRow dd {
	background: #FFFFF4;
}

#programsList .itemBlock dt,
#programsList .itemBlock dd
{
	margin: 0px;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
}

#programsList .itemBlock dt {

}

#programsList .itemBlock dd {
	font-size: 0.8em;
}

#programsList .itemBlock dt.dateStamp {
	border-bottom: 1px solid #EBE9ED;
}

#programsList .itemBlock dd.itemTitle {
	font: bold 1em Arial, Helvetica, sans-serif;
}

#programsList .itemBlock dd.presenter {
	padding: 0px 5px;
	
}

#programsList .itemBlock dd.abstracts ul,
#programsList .itemBlock dd.abstracts li,
#programsList .itemBlock dd.presentations ul,
#programsList .itemBlock dd.presentations li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#programsList .itemBlock dd.abstracts h5,
#programsList .itemBlock dd.presentations h5 {
	border-bottom: 1px solid #EBE9ED;
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	font-weight: bold;
}

/*+Event workshop --------------------------------------------------------------------------------------------------------- */

#workshopsList {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

#workshopsList dl.itemBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
}

#workshopsList dl.evenRow dd {
	background: #F4FCFF;
}

#workshopsList dl.oddRow dd {
	background: #FFFFF4;
}

#workshopsList .itemBlock dt,
#workshopsList .itemBlock dd
{
	margin: 0px;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
}

#workshopsList .itemBlock dt {

}

#workshopsList .itemBlock dd {
	font-size: 0.8em;
}

#workshopsList .itemBlock dt.dateStamp {
	border-bottom: 1px solid #EBE9ED;
}

#workshopsList .itemBlock dd.itemTitle {
	font: bold 1em Arial, Helvetica, sans-serif;
}

#workshopsList .itemBlock dd.presenter {
	padding: 0px 5px;
	
}

#workshopsList .itemBlock dd.abstracts ul,
#workshopsList .itemBlock dd.abstracts li,
#workshopsList .itemBlock dd.presentations ul,
#workshopsList .itemBlock dd.presentations li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#workshopsList .itemBlock dd.abstracts h5,
#workshopsList .itemBlock dd.presentations h5 {
	border-bottom: 1px solid #EBE9ED;
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	font-weight: bold;
}

/*+Event venue --------------------------------------------------------------------------------------------------------- */

#venueDetails .itemBlock {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#venueDetails .itemThumb {
	height: 100px;
	width: 100px;
	padding: 4px;
	border: 1px solid #EBE9ED;
	float: right;
	margin: 0px 0px 10px 10px;
}


/*+Social events --------------------------------------------------------------------------------------------------------- */

#socialEventsList {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

#socialEventsList dl.itemBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
}

#socialEventsList dl.evenRow dd {
	background: #F4FCFF;
}

#socialEventsList dl.oddRow dd {
	background: #FFFFF4;
}

#socialEventsList .itemBlock dt,
#socialEventsList .itemBlock dd
{
	margin: 0px;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
}

#socialEventsList .itemBlock dt {

}

#socialEventsList .itemBlock dd {
	font-size: 0.8em;
}

#socialEventsList .itemBlock dt.dateStamp {
	border-bottom: 1px solid #EBE9ED;
}

#socialEventsList .itemBlock dd.itemTitle {
	font: bold 1em Arial, Helvetica, sans-serif;
}


/*+Sponsors --------------------------------------------------------------------------------------------------------- */

#sponsorsList .itemBlock {
	width: 100%;
	overflow: hidden;
	padding-bottom: 9px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCE227;
}

#sponsorsList .itemBlock h4 {
	height: 27px;
	line-height: 27px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#sponsorsList .itemThumb {
	padding: 4px;
	border: 1px solid #EBE9ED;
	float: right;
	margin: 0px 0px 10px 10px;
}

#sponsorsList .websiteLink {
	padding: 5px 0px;
	margin: 0px 0px 10px;
	text-align: right;
}

#body_conferences #sponsorsList .itemBlock h4 {
	height: 60px;
	line-height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 70px;
}

#body_conferences #sponsorsList .itemBlock h4.sponsorLevel_Platinum {
	background-image: url(../images/icon_sponsor_platinum.png);
}

#body_conferences #sponsorsList .itemBlock h4.sponsorLevel_Gold {
	background-image: url(../images/icon_sponsor_gold.png);
}

#body_conferences #sponsorsList .itemBlock h4.sponsorLevel_Silver {
	background-image: url(../images/icon_sponsor_silver.png);
}

#body_conferences #sponsorsList .itemBlock h4.sponsorLevel_Bronze {
	background-image: url(../images/icon_sponsor_bronze.png);
}

#body_conferences #sponsorsList .itemBlock h4.sponsorLevel_Exhibitor {
	background-image: url(../images/icon_sponsor_exhibitor.png);
}

#body_conferences #sponsorsList .itemBlock h4.sponsorLevel_Supporter {
	background-image: url(../images/icon_sponsor_supporter.png);
}

/*+Registrations --------------------------------------------------------------------------------------------------------- */

.registrationOptions {
}

.registrationOptions dl {
	margin: 0px 0px 1px;
}

.registrationOptions dl.evenRow {
	background: #F4FCFF;
}

.registrationOptions dl.oddRow {
	background: #FFFFF4;
}

.registrationOptions dl.itemBlock {
	padding: 5px;
}

.registrationOptions dl.itemBlock dt,
.registrationOptions dl.itemBlock dd {
	padding: 0px;
	margin: 0px;
}

.registrationOptions dl.itemBlock dt {
	width: 95%;
	float: left;
}

.registrationOptions dl.itemBlock dt label {
	display: block;
}


.registrationOptions dl.itemBlock dd.radioCheck {
	width: 5%;
	float: right;
	text-align: center;
	line-height: 32px;
	height: 32px;
}

.registrationOptions dl.itemBlock dd.description,
.registrationOptions dl.itemBlock dd.dateStamp {
	font-size: 0.8em;
}

#regDetails dt.regTotal {
	background: #FFFFCC;
}

#regDetails dd.regTotal {
	background: #017BC1;
	color: #FFFFFF;
}

/*+Memberships --------------------------------------------------------------------------------------------------------- */

.membershipOptions {
}

.membershipOptions dl {
	margin: 0px 0px 1px;
}

.membershipOptions dl.evenRow {
	background: #F4FCFF;
}

.membershipOptions dl.oddRow {
	background: #FFFFF4;
}

.membershipOptions dl.itemBlock {
	padding: 5px;
}

.membershipOptions dl.itemBlock dt,
.membershipOptions dl.itemBlock dd {
	padding: 0px;
	margin: 0px;
}

.membershipOptions dl.itemBlock dt {
	width: 95%;
	float: left;
}

.membershipOptions dl.itemBlock dt label {
	display: block;
}


.membershipOptions dl.itemBlock dd.radioCheck {
	width: 5%;
	float: right;
	text-align: center;
	line-height: 32px;
	height: 32px;
}

.membershipOptions dl.itemBlock dd.description,
.membershipOptions dl.itemBlock dd.dateStamp {
	font-size: 0.8em;
}

#membershipList li span.description {
	font-size: 0.8em;
}

/*+Payment options --------------------------------------------------------------------------------------------------------- */

.paymentOptions {
}

.paymentOptions dl {
	margin: 0px 0px 1px;
}

.paymentOptions dl.evenRow {
	background: #F4FCFF;
}

.paymentOptions dl.oddRow {
	background: #FFFFF4;
}

.paymentOptions dl.itemBlock {
	padding: 5px;
}

.paymentOptions dl.itemBlock dt,
.paymentOptions dl.itemBlock dd {
	padding: 0px;
	margin: 0px;
}

.paymentOptions dl.itemBlock dt {
	width: 95%;
	float: left;
}

.paymentOptions dl.itemBlock dt label {
	display: block;
}


.paymentOptions dl.itemBlock dd.radioCheck {
	width: 5%;
	float: right;
	text-align: center;
	line-height: 32px;
	height: 32px;
}

.paymentOptions dl.itemBlock dd.description {
	font-size: 0.8em;
}

/*+Photo gallery --------------------------------------------------------------------------------------------------------- */

#photoGallery {
	width: 100%;
	overflow: hidden;
}

.photoBlock {
	float: left;
	margin: 0px 5px 10px 5px;
	width: 95px;
	height: 95px;
	padding: 4px;
	border: 1px solid #EBE9ED;
}


/*+Miscellaneous --------------------------------------------------------------------------------------------------------- */

#homeBenefits ul,
#homeBenefits li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#homeBenefits ul {
	margin-bottom: 5px;
}

#homeBenefits li {
	padding: 5px 0px 5px 20px;
	font-size: 0.8em;
	background: url(../images/icon_tick.gif) no-repeat left 4px;
	border-bottom: 1px dotted #EBE9ED;
}

#homeBenefits p {
	margin: 0px 0px 10px;
	padding: 0px;
}

#totalDue {
	font-size: 1.5em;
	color: #017BC1;
	font-weight: bold;
	padding: 5px;
	background: #F4FCFF;
	margin: 0px;
}

.mp3Player {
	margin: 0px auto 10px;
}

#missionStatement {
	background: #F4FCFF;
	padding: 10px;
	margin-bottom: 10px;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}

.highLite {
	color: #CCE227;
}

.new,
.updated,
.sticky,
.locked {
	color: #CCE227;
	font-size: 0.3em;
}

.sticky {
	color: #0066CC;
}

.locked {
	color: #FF0000;
}

.formFileField,
.formButton,
.fixedButton,
.formSelect,
.editorSelect,
.delCheckbox,
#search_button,
#toggleLogin,
.editorButton,
.DefaultStickyWin .closeButton,
.DefaultStickyWin .button,
label
{
	cursor: pointer;
}

