#portal #header {
	position: relative;
	height: 160px;
	background: #062e52;
}

#portal #header_content {
	width: 1005px; height: 100%;
	margin: 0 auto;
	background: url(../img/portal_header.gif) left top repeat-y;
	position: relative;
}

#portal #title {
	position: absolute;
	left: 75px; top: 38px;
	width: 312px; height: 44px; 
	background: url(../img/portal_logo.png) left top no-repeat;
	text-indent: -9999px; 
}


#portal #account_info {
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	left: 785px; top: 33px;
	color: #c7c7c7;
	font-size: 12px;
	line-height: 1.5;
}

#portal #account_info .welcome {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 20px;
	color: #fff;
}

#portal #account_info a {
	color: #fff;
	padding: 0;
}

#portal #wrapper {
	width: 1005px;
}


#portal #content {
	float: right;
	margin-right: 73px;
	width: 600px;
	padding: 0;
}

#portal .full_width {
	width: 800px;
	margin: 0 auto;
}



/* Navigation */
#portal #nav {
	left: 73px; top: 130px;
	width: 893px; 
}

#portal #nav ul {
	overflow: hidden;
	position: relative;
	margin: 0; padding: 0;
}

#portal #nav li {
	float:left;
	font-size: 14px;
	line-height: 32px;
	margin: 0px;
	padding: 0 12px;
	list-style: none;
}

#portal #nav li a {
	color: #c8c8c8;
	text-indent: 0;
}

#portal #nav li.active {
	background: #fff;
}

#portal #nav li.active a {
	color: #58585a;
}

#breadcrumbs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-left: 73px;
	line-height: 56px;
	height: 56px;
	background: url(../img/full_border.gif) left bottom no-repeat;
	color: #999999;
	position: relative;
}
#breadcrumbs a {
	color: #094d89;
	text-decoration: none;
}

#breadcrumbs .actions {
	position: absolute;
	right: 18px; top: 2px;
	margin: 0; padding: 0;
}

#breadcrumbs .actions li {
	float: left;
	margin:  0 10px 0 0; padding: 0; 
	list-style: none;
}

#breadcrumbs .actions .print {
	display: inline-block;
	padding-left: 28px;
	line-height: 23px;
	background: url(../img/icons/print.gif) left center no-repeat;
	font-size: 12px;
	color: #094d89;
}


/* Main Content */
#portal h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 46px;
	margin: 10px 0 10px -2px;
	padding-left: 38px;
	color: #094d89;
	background: url(../img/portal_h1.png) left bottom no-repeat;
}

#portal h2 {
	display: block;
	font-weight: normal;
	font-size: 20px;
	line-height: 46px;
	margin: 19px 0 10px -2px;
	padding-left: 38px;
	color: #094d89;
	background: url(../img/portal_h1.png) left bottom no-repeat;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 230px;
	margin-left: 73px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	line-height: 1.4;
	color: #58585a;
}

#sidebar a {
	color: #094d89;
	display: block;
	padding: 0;
}
#sidebar a:focus {
	border: none;
}
#sidebar h2 {
	font-family: Georgia,'Times New Roman',Times,serif;
	color: #58585a;
	font-size: 20px;
	line-height: 28px;
	margin: 28px 0 0 -2px;
	padding: 0 0 9px 32px;
	background: url(../img/portal_h2.png) left bottom no-repeat;
	display: block;
}
#sidebar h4 {
	font-weight: bold;
	color: #58585a;
}
#sidebar ul { padding: 0; margin: 0; }
#sidebar li {
	position: relative;
	list-style: none;
}
#sidebar li ul {
	padding-bottom: 30px;
	/* margin-top: -4px; */
}
#sidebar li li {
	padding: 8px 0 12px 0;
	color: #999999;
	background: url(../img/sidebar_border.gif) left bottom no-repeat;
}
#sidebar li li img {
	float: left; 
	width: 50px;
	margin-right: 15px;
}



/* Forms */
.profile_info, .profile_info dl {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}

.profile_info dt {
	clear: left;
	float: left;
	width: 140px;
}

.profile_info dd {
	float: left;
	width: 400px;
	margin-bottom: 2px;
}

.profile_info .errors, .profile_info label.error {
	display: inline-block;
	margin-left: 8px;
}

.profile_info .input_long {
	width: 206px;
}


.ui-widget .profile_info dt { width: 100px; }
.ui-widget .profile_info dd { width: 180px; }
.ui-widget .profile_info dd input.text { width: 100%; }
.ui-widget .profile_info dd textarea { width: 100%; }

form .errors, form label.error {
	color: red;
}

form ul.errors { margin: 0; padding: 0 }
form ul.errors li { list-style: none; }

form p.hint {
	margin: 10px 0;
}

form.search { margin-bottom: 20px; }

form.search ul {
	overflow: hidden;
	position: relative;
	margin: 0; padding: 0;
}

form.search li {
	float: left;
	margin-right: 3px;
	list-style: none;
}

form.search li.buttons {
	float: right;
	padding: 1.7em 0 0 0;
}

div.section { position: relative; }

form.search li label { display: block; }

#Login-label { display: none }
#Login-element { margin-top: 16px; }

#forgot_password {
	font-size: 11px;
	color: #58585a;
	display: block;
	margin: -27px 0 0 58px; 
	position: relative;
}

#sidebar li ul.errors {
	padding: 0;
	margin: 0;
} 

#sidebar form .errors li {
	border-bottom: none;
	padding: 0;
	background: none;
}

#sidebar dd { margin-bottom: 10px; }

#sidebar .input_long { width: 100%; }

#sidebar p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1.5;
	font-size: 13px;
}

#sidebar p strong {
	font-weight: normal;
	color: #094d89;
}

#sidebar p em {
	font-style: normal;
	text-decoration: underline;
}
 

form dd.multi_select { 
	height: 75px; 
	overflow: auto; 
	overflow-y: scroll;
	border: solid 1px #dfdfdf;
	padding: 3px;
	line-height: 20px;
}

form dd.multi_select input { 
	margin: 0 4px 0 0;
}


/* Directory */
#filters {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	padding-left: 10px;
	color: #58585a;
	font-size: 12px;
}

#filters a {
	color: #58585a;	
}

#alphabetical_filter { font-weight: bold; display: none; }
#alphabetical_filter a { font-weight: normal; }

#directory_list {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 12px;
}

#directory_list dt {
	padding: 10px 0 23px 0;
	clear: both;
}
	
#directory_list dt img {
	float: left;
	width: 73px;
	height: 110px;
	margin: -5px 7px 0 0;
	padding: 5px 8px 9px 6px;
	background: url(../img/directory_photo.gif) left top no-repeat;
}

#directory_list dt img.no_photo {
	background: none transparent;
	margin-top: -8px;
}

#directory_list dt a {
	font-weight: bold;
	color: #094d89;
	text-decoration: none;
}

.profile .profile_info dl {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 13px;
	color: #58585a;
}

.profile .profile_info dl dt {
	color: #999999;
}

.edit_section {
	position: absolute;
	right: 100px;
	z-index: 1;
	width: 40px;
	top: 10px;
	margin: 0;
}

#sidebar .edit_section {
	right: -35px;
	top: 10px;
}

.edit_section a {
	font-family: Helvetica, Arial, sans-serif;
	color: #094d89;
	font-size: 12px;
	text-decoration: none;
}

.edit_section img {
	vertical-align: middle;
	margin-right: 6px;
	float: left;
}

.profile_img {
	width: 200px;
	height: 300px;
	display: block;
}

input.image { display: none; }
.image_options { overflow: hidden; position: relative; margin: 0; padding: 0; }
.image_options li { float: left; margin-right: 10px; list-style: none; }

.asmListItem { position: relative; }
.asmListItemRemove { position: absolute; right: 0 } 

.ui-widget { font-size: 12px !important; }

#portal h2.fc-header-title {
	margin: 0; padding: 0;
	background: none;
	width: 400px;
	position: static;
}

.date { width: 70px }
.short { width: 100px }
.tiny { width: 50px; }

/* Footer */
#portal #footer_content {
	clear: both;
	padding-top: 20px;
	height: 48px;
	background: url(../img/full_border.gif) left 20px no-repeat;
}


/* ****************************************************
 *  Application
 **************************************************** */
.cmxform {
	font-size: 13px;
	color: #424243;
}

.cmxform p {
	margin: 0 0 10px 0;
	overflow: hidden; position: relative;
}

.cmxform label {
	width: 188px;
	float: left;
	font-weight: bold;
}

.cmxform label.error {
	margin-left: 10px;
}

.cmxform input {
	width: 182px;
	float: left;
}

.cmxform .input-radio,
.cmxform .input-checkbox {
	width: auto;
	float: none;
	vertical-align: middle;
}
	
.cmxform select {
	width: 188px;
	float: left;
}

.cmxform select.month_select, .cmxform select.year_select {
	width: auto;
}

.cmxform textarea {
	width: 375px;
	float: left;
}

.cmxform button {
	border: 0 none;
	background: none transparent;
	font-size: 16px;
	color: #094d89;
	margin-left: 188px;
	cursor: pointer;
}

.cmxform fieldset fieldset {
	border: solid 1px #999;
	margin-bottom: 10px;
	padding: 8px;
}

form.cmxform label {
	font-weight: normal;
}


#sidebar .section_link {
	position: relative;
	padding: 10px 0 10px 7px;
	height: 30px;
}

#sidebar .section_link img.status_img {
	position: absolute;
	right: 6px; top: 14px;
	width: 16px; height: 16px;
}

#sidebar .section_link a {
	font-size: 12px;
	color: #58585a;
}
#sidebar .section_link a:focus {
	border: none;
}

#sidebar .section_link span {
	font-size: 11px;
	color: #999999;
}

#sidebar li li.active {
	background: url(../img/sidebar_border_active.gif) -2px bottom no-repeat;
	margin-top: -4px;
	padding-top: 14px;
}



/* Page CMS */
#portal .page_list {
	width: 110px; 
	float: left;
	margin-right: 4px;
}

#portal .page_list h4 { text-align: center; }

#portal .page_list ul {
}
	
#portal .page_list li {
	height: 40px;
	padding: 4px;
	margin-bottom: 5px;
	border: solid 1px #999;
	white-space: nowrap;
	line-height: 1.2;
	font-weight: bold;
	overflow: hidden;
	cursor: move;
}

#portal .page_list li a {
	text-decoration: none;
	cursor: pointer;
}

#portal .page_list li small {
	font-weight: normal;
}

#portal .page_list li small a {
	text-decoration: underline;
}



#event_image { float: left; width: 150px; }
#event_info { float: right; width: 420px; }

#review form td,
#review form th { width: 60px; padding-right: 4px;  text-align: center; }
#review form td input { width: 60px; }

.pagination { clear: both; overflow: hidden; position: relative; font-family: Helvetica, Arial, sans-serif; font-size: 12px; margin: 0; padding: 0; }
.pagination li { float: left; margin-right: 16px; list-style: none; }
.pagination a { color: #58585a; text-decoration: none; }
.paginagion .previous,
.pagination .next { margin-top: -2px }
.pagination .previous a,
.pagination .next a { color: #094d89; font-family: Georgia, 'Times New Roman', Times, serif; text-transform: uppercase; }

.ui-datepicker { z-index: 100000 !important; }

.post { position: relative; }

.ui-widget-header { background: #094D89 !important; border: 1px solid #195D99 !important }

.cms_list { overflow: hidden; position: relative; margin: 0; padding: 0; }
.cms_list li { float: left; overflow: hidden; position: relative; text-align: center; width: 180px; margin: 0 10px 10px 0; list-style: none; }

.ui-sortable { margin: 0; padding: 0; }
.ui-sortable li { list-style: none; }


.member_search p { border-bottom: solid 1px #bbb; text-align: right; padding-bottom: 10px; margin-bottom: 0; }
#search_results td { padding: 2px 3px; white-space: nowrap }
#search_results .alt { background: #e0e0e0 }


.page_photos { margin: 0; padding: 0; overflow: hidden; position: relative; }
.page_photos li { margin: 0 20px 0 0 ; float: left; list-style: none; }




.active-member { color: #094D89 }

.guest_fields { display: none; }

#event_summary_dialog {
	position: relative; 
	height: 100%; width: 100%; 
	overflow: auto; 
}
