/* Print 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: bold;
	font-style: normal;
}

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;
}

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: 0px 10px 20px 30px;
}

table {
	table-layout: fixed;
}

td, th {
	padding: 4px;
}

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

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

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 ------------------------------------------------------------------------------------------------------ */

#header,
#contentWrapper,
#footer {
	width: 100%;
	text-align: left;
	font-size: 1.4em;
	margin: 0px auto 0.5em;
	position: relative;
}

#primaryContent,
#secondaryContent,
#tertiaryContent {
	clear: both;
	width: 100%;
	overflow: visible !important;
	margin-bottom: 20px;
}

#footer {
	display: none;
}

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

.columnContainer {
	width: 100%;
	overflow: visible !important;
}

.splitLeft {
	float: left;
	width: 48%;
	overflow: visible !important;
}

.splitRight {
	float: right;
	width: 48%;
	overflow: visible !important;
}

.floatWrap {
	width: 100%;
	overflow: visible !important;
}

.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;
}

.itemData {
	width: 100%;
	overflow: visible !important;
}

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

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

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


/*+Primary headings ----------------------------------------------------------------------------------------------------- */

#header h1 {
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 2px solid #666666;
}

#header h1 a {
	color: #000000;
}

#tagline {
	display: none;
}

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


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

#primaryNav,
.nav_footer_nav,
.userOptionsNav,
.itemOptionsNav,
.userOptionsTabs,
.userActionsNav,
#eventNav
{
	display: none;
}


/*+User login -------------------------------------------------------------------------------------------------------------- */

#quickLogin,
#loginOptions
{
	display: none;
}

.loginSubmit {
	display: block;
	float: left;
	width: 30%;
	padding: 5px;
}

.loginRetrieve {
	width: 40%;
	padding: 6px 0px 0px 10px;
	text-align: right;
	margin-left: 30%;
}


/*+Signup --------------------------------------------------------------------------------------------------------- */

#quickSignup {
	width: 30%;
	float: left;
	margin-bottom: 5px;;
}

#quickSignup p {
	padding: 5px;
	background: #FFFCC4;
}

#quickSignup .formBlock {
	padding: 0px 0px 5px;
	width: 100%;
}

#quickSignup label {
	width: 30%;
	margin-right: 2%;
}

#quickSignup .formTextField {
	width: 60%;
}

#quickSignup .formChecks li {
	padding: 3px 0px 7px 5px;
}


/*+Seach form --------------------------------------------------------------------------------------------------------------- */

#searchForm {
	display: none;
}


/*+Seach results --------------------------------------------------------------------------------------------------------------- */

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

.highLite {
	color: #76D616;
}


/*+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: #CCE227;
	font-size: 1em;
	font-weight: normal;
	border: none;
	background: #FFFFFF;
}

.formBlock {
	width: 100%;
	overflow: visible !important;
	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: 45%;
}

.DefaultStickyWin .formTextField {
	width: 55%;
}

.DefaultStickyWin .formSelect {
	width: 55.5%;
}

.inputFormTable .formTextField {
	width: 98%;
}

.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: 40.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;	
}


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

.editorToolbar {
	display: none;
}


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

#userLoginStatus {
	display: none;
}



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

#siteSearch {
	display: none;
}

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


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

#introduction {
	height: auto;
	width: 100%;
	margin: 0px 0px 20px;
	font-size: 1.5em;
	overflow: visible !important;
}

#introduction p {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	text-align: left;
	font-size: 1em;
}

#introduction img {
	display: none;
}


.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;
}


/*+Staff profiles --------------------------------------------------------------------------------------------------------- */

#staffProfiles {

}

#staffProfiles .userBlock {
	width: 100%;
	overflow: visible !important;
	padding-bottom: 9px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCE227;	
}

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

#staffProfiles .userDetails {
	margin-left: 120px;
}


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

#userProfiles {

}

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

#userProfiles .userDetails {
	width: 100%;
	overflow: visible !important;
}

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

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

#userProfiles .userStats dd {
	margin: 0px 0px 7px 100px;
	padding: 0px;
}

#userProfiles .userOptionsNav {
	margin: 9px 0px 0px;
	padding: 5px 0px 0px;
	border-top: 1px solid #EBE9ED;
}

#userProfiles .userOptionsNav {
	width: 100%;
	float:none;
	overflow: hidden;
	position: inherit;
	top: 0px;
	margin-bottom: 0px;
}

#userProfiles .userOptionsNav ul {
	float:left;
}


/*+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;	
}

/*+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 {
	text-align: center;
	float: right;
	width: 200px;
	margin-bottom: 10px;
	height: 60px;
	line-height: 60px;
	background: url(../images/bkgnd_permalink_comments.png) no-repeat center center;
}

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

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

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

#forumUpdateActions {
	width: 49%;
	height: 30px;
	float:right;
	position: relative;
}

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

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

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

#forumPostList .pageLinks,
#forumTopicList .pageLinks {
	width: 49%;
	height: 30px;
	line-height: 30px;
	float:left;
}

/*+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: visible !important;
}

#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;
}

#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;
}


/*+File repository categories --------------------------------------------------------------------------------------------------------- */

#repositoryCategoryList {
}

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

#repositoryCategoryList .evenRow {
	background: #F4FCFF;
}

#repositoryCategoryList .oddRow {
	background: #FFFFF4;
}

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

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

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

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

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

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

#repositoryCategoryList .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 repository files ---------------------------------------------------------------------------------------------------------------- */

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

#repositoryFilesList .oddRow {
	background: #FFFFF4;	
}

#repositoryFilesList .evenRow {
	background: #F4FCFF;
}

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

#repositoryFilesList .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;
} 

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

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

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

#repositoryFilesList .itemStats dd {
	margin: 0px 0px 7px 80px;
	padding: 0px 0px 1px;
}

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

#repositoryFilesList .downloadLink {
	width: 19%;
	float: right;
	text-align: right;
	padding-top: 33px;
	display: block;
}

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

/*+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: 735px;
	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 {
	display: none;
}

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

#programsList {
	width: 100%;
	overflow: visible !important;
	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 {
	float: left;
	width: 180px;
	text-align: right;
}

#programsList .itemBlock dd {
	margin-left: 192px;
}

#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;
	font-size: 0.8em;
}


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

#workshopsList {
	width: 100%;
	overflow: visible !important;
	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 {
	float: left;
	width: 180px;
	text-align: right;
}

#workshopsList .itemBlock dd {
	margin-left: 192px;
}

#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;
	font-size: 0.8em;
}

#socialEventsList .itemBlock dd.venue {
	
}

/*+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: visible !important;
	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 {
	float: left;
	width: 180px;
	text-align: right;
}

#socialEventsList .itemBlock dd {
	margin-left: 192px;
}

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

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

#socialEventsList .itemBlock dd.venue {
	
}

#socialEventsList .itemBlock dd.cost {
	
}

/*+Event sponsors --------------------------------------------------------------------------------------------------------- */

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

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

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

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

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

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

#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;
}


/*+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;
}


/*+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;
}

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

.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;
}

