/* -=-=-=-=-=-=-=-=-=-=-[ Start News Content ]-=-=-=-=-=-=-=-=-=-=- */

/* News Content */
.news_content_list .news_content_title{
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	}
.news_content_list .article_table{
	margin-top: 20px;
	}
.news_content_list .article_table td{
	padding: 0;
	}	
.news_content_list .article_table .document_link,
.news_content_list .article_table .details_link{
	display: block;
	margin: 5px 0 5px 0;
	text-align: right;
	}
.news_content_list .article_table .article_month{
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	margin: 0 10px 5px 0px;
	}
.news_content_list .article_table .article_date{
	white-space: nowrap;
	margin-right: 10px;
	font-size: 12px;
	color: #353535;
	}
.news_content_list .article_table .article_title{
	font-weight: bold;
	font-size: 14px;
	}
.news_content_list .article_table .article_subtitle{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	}
.news_content_list .article_table .summary_image img{
	height: 60px;
	margin-right: 10px;
	border: solid 1px #999999;
	}
.news_content_list .article_table .summary_html{
	text-align: justify;	
	}
.news_content_list .article_table .document_link{
	}
.news_content_list .article_table .details_link{
	}
	
/* News Article popup */
.news_article_details 
{
	background: none;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
}
.news_article_details .article_table .article_date{
	white-space: nowrap;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.news_article_details .article_table .article_title{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.news_article_details .article_table .article_subtitle{
	color: #FFFFFF;
}
.news_article_details .article_table .details_html{
	text-align: justify;
}
.news_article_details .article_date_cell {
	background-color: #000000;
	padding: 5px 5px 5px 16px;
	width: 10%;
}
.news_article_details .news_titles_cell {
	background-color: #000000;
	padding: 5px 5px 5px 0px;
	width: 90%;
}
.news_article_details .details_html_cell {
	padding: 10px 15px 5px 15px;
}
.news_article_details .close_button_cell {
	padding: 10px 5px 5px 15px;
}
	

/* RSS Link */
.news_content_list .news_content_title .rssLink a{
	margin-left: 5px;
	}
.news_content_list .news_content_title .rssLink a .rssLinkIcon img{
	width: 30px;
	height: 12px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(/core/img/icons/rss/icon_RSS1.gif) 0 0 no-repeat;
	}
.news_content_list .news_content_title .rssLink a .rssLinkText{
	display: none;
	}

/* -=-=-=-=-=-=-=-=-=-=-[ End News Content ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Start Headline News ]-=-=-=-=-=-=-=-=-=-=- */

/* News Headlines */
.news_headline_list .news_content_title{
	color: #353535;
	font-size: 15px;
	font-weight: bold;
	}
.news_headline_list .headline_table td{
	padding: 0 0 8px 0;
	}
.news_headline_list .headline_table .article_month{
	color: #353535;
	font-weight: bold;
	}
.news_headline_list .headline_table .article_date
{
	font-size: 12px;
	color: #353535;
	margin-right: 10px;
	}
.news_headline_list .headline_table .details_link{
	}

/* RSS Link in News title bar */
.news_headline_list .news_content_title{
	}
.news_headline_list .news_content_title table td.titleCell{
	vertical-align: bottom;
	}
.news_headline_list .news_content_title table td.RSSCell{
	vertical-align: bottom;
	}
.news_headline_list .news_content_title table td.RSSCell{
	text-align: right;
	}
.news_headline_list .news_content_title .newsContentTitleText{
	}
.news_headline_list .news_content_title .rssLink{
	display: none; /* hide the RSS link in the header by default */
	}
.news_headline_list .news_content_title .rssLink{
	padding: 0;
	margin: 0 0 0 5px;
	}
.news_headline_list .news_content_title .rssLink a .rssLinkIcon img{
	width: 30px;
	height: 12px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(/core/img/icons/rss/icon_RSS1.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.news_headline_list .news_content_title .rssLink a:hover{
	}
.news_headline_list .news_content_title .rssLink a .rssLinkText{
	display: none;
	}

/* RSS Link in News footer */
.news_headline_list .headline_table	tr#more_link td
{
	padding-top: 10px;
	}
.news_headline_list .headline_table	tr#more_link .more_link{
	}
.news_headline_list .headline_table	tr#more_link .rssLink{
	float: right;
	}
.news_headline_list .headline_table	tr#more_link .rssLink a:link,
.news_headline_list .headline_table	tr#more_link .rssLink a:visited,
.news_headline_list .headline_table	tr#more_link .rssLink a:active
{
	display: block;
	width: 30px;
	height: 12px;
	background: url(/core/img/icons/rss/icon_RSS1.gif) 0 0 no-repeat;
	text-decoration: none;
	}
.news_headline_list .headline_table	tr#more_link .rssLink a:hover{
	}
.news_headline_list .headline_table	tr#more_link .rssLink a .rssLinkText{
	display: none;
	}

/* -=-=-=-=-=-=-=-=-=-=-[ End Headline News ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ News Feed Subscribe Popup ]-=-=-=-=-=-=-=-=-=-=- */

.rss_subscribe_details{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff none;
	text-align: left;
	padding: 0 10px 10px 10px;
	}

.rss_subscribe_details a img{
  padding: 0;
	margin: 0;
  border: 0;
	}
.rss_subscribe_details p{
  padding: 0;
	margin-bottom: 10px;
	}	
.rss_subscribe_details h1.feed_title{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 0;
  margin-bottom: 20px;
  }

.rss_subscribe_details .feed_links{
  margin-bottom: 20px;
	}
.rss_subscribe_details .feed_url{
  margin-bottom: 20px;
	}
.rss_subscribe_details .feed_url label{
  font-weight: bold;
	margin: 0 10px 2px 0;
	}
.rss_subscribe_details .feed_url input#feed_url{
	width: 450px;
	font-size: 11px;
	}
.rss_subscribe_details #copyToClipboard{
  font-size: 11px;
	margin-left: 10px;
  }
.rss_subscribe_details .feed_description{
  margin-bottom: 20px;
	}

.rss_subscribe_details .close_button{
  float: right;
	margin: 20px 20px 0 0;
	}
.rss_subscribe_details .close_button #cancel_bttn{
  font-size: 12px;
	}

.rss_subscribe_details .feed_links .yahoo img{
  width: 91px;
	height: 17px;
	background: url(/core/img/icons/rss/icon_RSSYahoo.gif) 0 0 no-repeat;
	}	
.rss_subscribe_details .feed_links .google img{
  width: 104px;
	height: 17px;
	background: url(/core/img/icons/rss/icon_RSSGoogle.gif) 0 0 no-repeat;
	}
.rss_subscribe_details .feed_links .netVibes img{
  width: 78px;
	height: 17px;
	background: url(/core/img/icons/rss/icon_RSSNetVibes.gif) 0 0 no-repeat;
	}
.rss_subscribe_details .feed_links .newsGator img{
  width: 91px;
	height: 17px;
	background: url(/core/img/icons/rss/icon_RSSNewsGator.gif) 0 0 no-repeat;
	}
.rss_subscribe_details .feed_links .myAOL img{
  width: 77px;
	height: 17px;
	background: url(/core/img/icons/rss/icon_RSSMyAol.gif) 0 0 no-repeat;
	}
.rss_subscribe_details .feed_links .blogLines img{
  width: 80px;
	height: 17px;
	background: url(/core/img/icons/rss/icon_RSSBlogLines.gif) 0 0 no-repeat;
	}
.rss_subscribe_details .feed_links .pageFlakes img{
  width: 81px;
	height: 17px;
	background: url(/core/img/icons/rss/icon_RSSPageFlakes.gif) 0 0 no-repeat;
	}
.rss_subscribe_details .feed_links .xml img{
  width: 80px;
	height: 17px;
	background: url(/core/img/icons/rss/icon_XMLRSS2.gif) 0 0 no-repeat;
	}

/* -=-=-=-=-=-=-=-=-=-=-[ End News Feed Subscribe Popup ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Start Job Postings (New Format) ]-=-=-=-=-=-=-=-=-=-=- */

#jobs .jobCategory
{
	margin-bottom: 30px;
}
#jobs .jobCategoryName 
{
	margin-bottom: 3px;
}
#jobs .jobBuilding
{
	margin-bottom: 10px;
}
#jobs .jobBuildingName
{	
	margin-bottom: 3px;
}
#jobs .jobListing
{
}
#jobs .jobTitle
{
}
#jobs .jobTime
{
	padding-left: 3px;
}	
#jobs .jobDeadline
{
	padding-left: 3px;
}

/* -=-=-=-=-=-=-=-=-=-=-[  End Job Postings (New Format)  ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[  Start Upcoming Events  ]-=-=-=-=-=-=-=-=-=-=- */
.calendar_list{
	padding: 0 0 15px 0;
	text-align: left;
	margin: auto;
	font-size: 11px;
	}
.calendar_list .heading_div{
	}
.calendar_list .heading_div h3.heading{
	width: 194px;
	height: 24px;
	text-align: left;
	margin: -1px;
	padding: 12px 0 0 9px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	}
.calendar_list .event{
	}
.calendar_list .event_month_day{
	font-weight: bold;
	}
.calendar_list .event_description a:link,
.calendar_list .event_description a:visited,
.calendar_list .event_description a:active{
	padding: 1px 10px 10px 24px;
	text-decoration: underline;
	display: block;
	}
.calendar_list .event_description a:hover{
	text-decoration: none;
	}
.calendar_list .jump_url a:link,
.calendar_list .jump_url a:visited,
.calendar_list .jump_url a:active{
	padding: 1px 10px 10px 24px;
	margin: 10px 9px 0 9px;
	text-decoration: underline;
	display: block;
	}
/* -=-=-=-=-=-=-=-=-=-=-[  End Upcoming Events  ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[  Start Calendar Content  ]-=-=-=-=-=-=-=-=-=-=- */
.calendar_list_with_nav .calendar_list{
	}
.calendar_nav .selectbox{
	border: solid 1px #2D407B;
	}
.month_table{
	}
.month_table th{
	color:white;
	padding:2px;
	padding-left:6px;
	}
.even_month th{
	background: #666666;
	}
.odd_month th{
	background: #666666;
	}
.month_table .info_message,
.month_table .event_row{
	background-color:#fff;
	}
.month_table .event_row td.event_date{
	width: 100px;
	text-align: right;
	padding-right: 5px;
	}
.month_table .event_row td.event_description a:link,
.month_table .event_row td.event_description a:visited,
.month_table .event_row td.event_description a:active{
	text-decoration: none;
}
.month_table .event_row td.event_description a:hover{
	text-decoration: underline;
	}
.month_table .info_message{
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom:solid 1px #C0C0C0;
	}
table.month_table{
	margin-bottom:10px;
	}
.month_table .event_row td{
	padding:2px;
	padding-left:6px;
	border-bottom:solid 1px #C0C0C0;
	}
table.calendar_nav{
	margin-bottom:15px;
	}
#calendar_show_button{
	padding-left:30px;
	background-image:url(../img/calendar.jpg);
	background-repeat:no-repeat;
	padding-top:7px;
	padding-bottom:7px;
	}
.calendar_nav #month{
	font-size:11px
	}
/* -=-=-=-=-=-=-=-=-=-=-[  End Calendar Content  ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[  Start Calendar Event Popup  ]-=-=-=-=-=-=-=-=-=-=- */
.calendar_event{
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 10px;
	}
.calendar_event .event_details caption{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: left;
	}
.calendar_event .event_details td.label{
	text-align: right;
	padding-bottom: 2px;
	}
.calendar_event .event_details td.value{
	text-align: left;
	padding-left: 20px;
	padding-bottom: 2px;
	}
/* -=-=-=-=-=-=-=-=-=-=-[  End Calendar Event Popup  ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[  Start Calendar Grid  ]-=-=-=-=-=-=-=-=-=-=- */
.fb_calendarGridBody{
	text-align: center;
	background: #fff;
	margin:0px;
	}

/* --------------------------------------------------------
 * Calendar Grid Event View Popup Shell
 * --------------------------------------------------------
 */
#eventviewdiv{
	border: 0;
	position:absolute;
	padding: 0px;
	z-index:100;
	visibility: hidden;
	width: 300px;
	height: 250px;
	}

/* --------------------------------------------------------
 * Calendar Grid Event View Popup Shell - IFRAME magic.
 * Note: Don't change this.
 * --------------------------------------------------------
 */
#eventviewdiv iframe{
	border: none;
	width: 100%;
	height: 100%;
	}
div.calendargrid{
	margin: 0 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	}
div.calendargrid div.title{
	height: 139px;
	padding: 0 0 0 530px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	display: none;
	}
div.calendargrid table.calendar_nav{
	position: absolute;
	padding-top: 5px;
	}
div.calendargrid  .navbttn,  
div.calendargrid  .selectbox,
div.calendargrid  .printLink{
	position:relative;
	color:Black;
	}
div.calendargrid  .printLink a:link,
div.calendargrid  .printLink a:visited{
	color:Black;
	}
div.calendargrid table.calendar_nav{
	margin-left:-40px;
	}
div.calendargrid table.calendar_nav .printLink{
    color: black;
    padding-left: 30px;
	background-image: url(../img/calendar_print_button.jpg);
	background-position:0px;
	background-repeat:repeat-y;
	padding-right:10px;
	height: 16px;
	}
div.calendargrid table.calendar_nav .printLink span{
	position: absolute;
	left: -5000px;
	}
div.calendargrid table.caltab{
	width: 100%;
	}
div.calendargrid table.caltab td.dayofweek{
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	padding: 10px;
	background-color: #666666;
	border-right: solid 1px #000;
	}
div.calendargrid table.caltab td.monthname{
	border-bottom-width: 2px;
	font-weight: bold;
	text-align: left;
	font-size: 16pt;
	color: #000;
	padding: 5px;
	height: 60px;
	}
div.calendargrid table.caltab .listcell{
	padding: 5px;
	font-size: 13px;
	text-align: left;
	}
div.calendargrid table.caltab .listcell .eventlink{
	padding: 5px;
	font-size: 13px;
	}

/* --------------------------------------------------------------
 * Calendar Grid Event Link Styles.
 * --------------------------------------------------------------
 */

div.calendargrid table.caltab .listcell .eventlink a,
div.calendargrid table.caltab .listcell .eventlink a:link,
div.calendargrid table.caltab .listcell .eventlink a:visited,
div.calendargrid table.caltab .listcell .eventlink a:active{
	color: black;
	font-size: 13px;
	text-decoration: none;
	}
div.calendargrid table.caltab .listcell .eventlink a:hover{
	color: gray;
	}

/* --------------------------------------------------------------
 * Calendar Grid - Other Month styles
 * --------------------------------------------------------------
 */
div.calendargrid table.caltab .othermonth{
	background-color: #D6D6D6;
	}
div.calendargrid table.caltab .othermonth .listcell{
	}
div.calendargrid .daynumber{
	background-color: #90B6D4;
	font-size: 13px;
	}
div.calendargrid table.caltab .othermonth .daynumber{
	background-color: #9E9E9E;
	padding: 3px 3px 3px 3px;
	text-align: right;
	height: 24px !important;
	font-weight: bold;
	}

/* --------------------------------------------------------------
 * Calendar Grid - Weekend Styles
 * --------------------------------------------------------------
 */
div.calendargrid table.caltab .weekend{
	background-color: #D6D6D6;
	}
div.calendargrid table.caltab .weekend .daynumber{
	background-color: #BBBBBB;
	padding: 3px 3px 3px 3px;
	text-align: right;
	height: 24px !important;
	}

/* --------------------------------------------------------------
 * Calendar Grid - Workday styles.
 * --------------------------------------------------------------
 */
div.calendargrid table.caltab .currentmonth{
	background-color: #EBEBEB;
	}
div.calendargrid table.caltab .currentmonth .listcell{
	}
div.calendargrid table.caltab .currentmonth .daynumber{
	background-color: #DBDBDB;
	padding: 3px 3px 3px 3px;
	text-align: right;
	height: 24px !important;
	}
.caltab{
	}
.caltab .datecell{
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	}
.caltab td.monthname{
	border-right:0px;
	}
.capac #outerMainMenu{
	top: -53px;
	}

/* -=-=-=-=-=-=-=-=-=-=-[  End Calendar Grid  ]-=-=-=-=-=-=-=-=-=-=- */

/*
-----------------------------------------
 Contact Popper
-----------------------------------------
*/

#contactPopper{
	background: #fff;
	text-align: left;
	font-size: 12px;
	}
	
#contactPopper div.captchasection img
{
    margin-left: 20px !important;
    margin-bottom: 10px !important;
}
#contactPopper h1{
	font-size: 22px;
	padding: 5px 10px 10px 20px;
	margin:0;
	}
#contactPopper b{
	margin-left: 20px;
	}
#contactPopper .message{
	margin-left: 20px;
	display: block;
	margin-bottom: -20px;
	}
#contactPopper input,
#contactPopper textarea{
	width: 80%;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 3px;
	}
#contactPopper button{
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
	}
	
/* -=-=-=-=-=-=-=-=-=-=-[  Start Zone User Account Popup  ]-=-=-=-=-=-=-=-=-=-=- */
.zone_user_account_details{
	padding: 10px;
	text-align:left;
	}
/* -=-=-=-=-=-=-=-=-=-=-[  End Zone User Account Popup  ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[  Start Zone User Profile Popup  ]-=-=-=-=-=-=-=-=-=-=- */
.zone_user_profile_details{
	padding: 10px;
	text-align:left;
	}
/* -=-=-=-=-=-=-=-=-=-=-[  End Zone User Profile Popup  ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[  Start Blog Styles            ]-=-=-=-=-=-=-=-=-=-=- */
#blog{
/*	float: left; */
}

#blog .liner{
	}

#blog{
  margin-bottom: 20px;
}

#blog #posts{
	float: left;
	width: 517px;
	margin-right: 10px;
}

#blog #blogNav{
	float: left;
	width: 190px;
}

#blog #blogNav .liner{
	border: solid 1px #000;
	padding: 4px;
}

#blog #blogNav .sectionTitle{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#blog #blogNav .logonSectionTitle{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

#blog #blogNav #categories{
	margin-top: 20px;
}

#blog #blogNav #tagCloud{
	margin-top: 20px;
}

#blog #blogNav #tagCloud .liner{
}

#blog #blogNav #tagCloud a{
	float: left;
	/* white-space: nowrap; */
	margin: 0 5px 2px 5px;
	font-weight: bold;
}

#blog #blogNav #tagCloud .popular1{
	font-size: 10px;
}

#blog #blogNav #tagCloud .popular2{
	font-size: 12px;
	font-weight: bold;
}

#blog #blogNav #tagCloud .popular3{
	font-size: 14px;
}
#blog #blogNav #tagCloud .popular4{
	font-size: 16px;
	font-weight: bold;
}

#blog #blogNav #tagCloud .popular5{
	font-size: 16px;
}

#blog #blogNav #archives{
	margin-top: 20px;
}

.blog_archive_list{
	display: block;
  text-align: right;
  }

#blog #posts #blogTitle{
	font-size: 22px;
	font-weight: bold;
}

#blog #posts #blogDescription{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

#blog #posts .blogPost{
	margin-bottom: 30px;
}

#blog #posts .blogPost .blogPostTitle,
#blog #posts .blogPost .blogPostTitle a:link,
#blog #posts .blogPost .blogPostTitle a:visited,
#blog #posts .blogPost .blogPostTitle a:active
{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#blog #posts .blogPost .blogPostTitle a:hover{
	color: #000;
}

#blog #posts .blogPost .blogPostTimestamp {
	font-size: 10px;
	color: #777;
	clear: both;
}

#blog #posts .blogPost .blogPostTimestamp .edited {
  display: none;
	font-size: 10px;
	color: #bbb;
}

#blog #posts .blogPost .blogPostContent{
  margin: 5px 0 5px 0;
  }
#blog #posts .blogPost .blogPostContent p{
	display: block;
}

#blog #posts .blogPost .blogPostContent img{
}

#blog #posts .blogPost .blogMeta{
	font-weight: bold;
	font-size: 11px;
	clear: both;
}

#blog #posts .blogPost .blogMeta div{
	margin-bottom: 2px;
}

#blog #posts .blogPost .blogMeta a{
	font-weight: normal;
}

#blog #posts .blogPost .blogMeta .postAuth div{
	display: inline;
}

#blog #posts .blogPost .blogMeta .comments{
	display: none;
	border: dotted 1px #000;
	margin: 5px 0 5px 0;
	padding: 5px;
}

#blog #posts .blogPost .blogMeta .comments td{
	vertical-align: top;
	padding: 5px 5px 0 0;
}


#blog #posts .blogPost .blogMeta .comments .commentsHeading{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#blog #posts .blogPost .blogMeta .comments .commentsHeading .commentsMessage{
	font-size: 11px;
	font-weight: bold;
}

#blog #posts .blogPost .blogMeta .comments .commentsSubHeading{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#blog #posts .blogPost .blogMeta .comments .hideComments{
	float: right;
}

#blog #posts .blogPost .blogMeta .comments .comment{
	margin-bottom: 10px;
}

#blog #posts .blogPost .blogMeta .comments .comment .commentContent{
	font-weight: normal;
}

#blog #posts .blogPost .blogMeta .comments .newComment{
	display: none;
}
#blog #posts .blogPost .blogMeta .comments .comment_activate_button{
  font-size: 10px;
  }
#blog #posts .blogPost .blogMeta .comments #addedComment1,
#blog #posts .blogPost .blogMeta .comments #addedComment2
{
	display: none;
}

#pager{
	clear: both;
}

#blog #loginForm2,
#blog #login2
{
	display: none;
}

.clearer{
	clear: both;
}
/* -=-=-=-=-=-=-=-=-=-=-[  End   Blog Styles            ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[  Start   Zone Users (Members) ]-=-=-=-=-=-=-=-=-=-=- */
#zone_user_form .error{
  color: #FF0000;
	font-weight: bold;
	font-style: italic;
  }
#zone_user_form fieldset{
  border: 0;
	padding: 0;
	margin-bottom: 10px;
  }
#zone_user_form td{
  vertical-align: top;
	text-align: left;
  }
	#zone_user_form #groups td.groupRadio,
	#zone_user_form #groups td.groupInfo,
	#zone_user_form #groups td.groupCost
	{
		padding: 0 10px 10px 0;
		}
	#zone_user_form #groups td.groupCost{
		padding-right: 0;
		text-align: right;
		}
		#zone_user_form #groups .groupName,
		#zone_user_form #groups .groupCost
		{
		  font-weight: bold;
		  }
		#zone_user_form td.groupRadio input.radio{
			padding: 0;
			margin: 0;
			}
		
	
	#zone_user_form td.label{
		text-align: right;
		padding-right: 10px;
		}
		#zone_user_form td.label label{
			float: right;
			white-space: nowrap;
			font-weight: normal;
			}
			#zone_user_form td.label label.req,
			#zone_user_form legend
			{
				font-style: normal;
				font-weight: bold;
				}
	#zone_user_form legend{
	  padding-bottom: 10px;
	  }

#zone_user_form input.text,
#zone_user_form input.password,
#zone_user_form textarea
{
	width: 300px;
	padding: 2px;
  }
#zone_user_form input.text,
#zone_user_form input.password,
#zone_user_form select
{
	font-size: 11px;
  }
#zone_user_form select{
  width: 306px;
  }
#zone_user_form input.button{
  font-size: 11px;
  margin: 10px 30px 10px 30px;
	width: 80px;
	float: left;
  }
#zone_user_form input.passwordreminder,
#zone_user_form input.completeregistration,
#zone_user_form input.activateaccount{
	width: 140px;
  }
#zone_user_form input.edit{
	width: 50px;
  }
#zone_user_form input.next,
#zone_user_form input.completeregistration,
#zone_user_form input.passwordreminder,
#zone_user_form input.activateaccount{
 float: right;
  /* margin-left: 260px; */
}


/* Search results */
.form_table{
  margin: 0;
	padding: 0;
  }
.memberSearchResults .sortHeading
{
	font-weight: bold;
  }

.memberSearchResults tr.result_set td{
	padding: 2px;
	text-align: left;
	}


.memberSearchResults tr.result_set td a.viewProfile{
 white-space: nowrap;
 }
#zone_user_form .paginator{
  text-align: right;
	margin-right: 2px;
  }
	#zone_user_form .paginator select{
	  font-size: 10px;
	  }
#zone_user_form .contactMembers{
	margin: 5px 2px 10px 0;
	text-align: right;
	}


#zone_user_form .memberProfile{
	}
	#zone_user_form .memberProfile .memberProfilePicture{
		text-align: left;
		}
	#zone_user_form .memberProfile .memberProfilePicture img{
		width: 105px;
		height: 120px;
		border: 0;
		margin-right: 10px;
		margin-bottom: 10px;
		}
#zone_user_form .memberProfile .memberName{
  font-weight: bold;
  }
#zone_user_form .memberProfile .memberName,
#zone_user_form .memberProfile .memberEmail
{
	display: inline;
}
	#zone_user_form .memberProfile .memberEmail a:link #emailIcon, 
	#zone_user_form .memberProfile .memberEmail a:visited #emailIcon, 
	#zone_user_form .memberProfile .memberEmail a:active #emailIcon
	{
		width: 18px;
		height: 13px;
		margin-left: 10px;
		background: #666 url(/core/img/emailIcon.gif) 0 0 no-repeat;
		}
	#zone_user_form .memberProfile .memberEmail a:hover #emailIcon{
		background: #DBD3C0 url(/core/img/emailIcon.gif) 0 0 no-repeat;
	  }


#zone_user_form .memberProfile a:link #emailIcon, 
#zone_user_form .memberProfile a:visited #emailIcon, 
#zone_user_form .memberProfile a:active #emailIcon
{
	background-color:#666666;
}

/* -=-=-=-=-=-=-=-=-=-=-[  End     Zone Users (Members) ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Start Static Staff Directory (New Format) ]-=-=-=-=-=-=-=-=-=-=- */

.columnListing#staff_directory 
{
	width: 100%;
}

.columnListing#staff_directory td
{
	padding: 0 0 5px 0;
}

.columnListing#staff_directory .emailIcon a:link,
.columnListing#staff_directory .emailIcon a:visited,
.columnListing#staff_directory .emailIcon a:active
{
	display: block;
	width: 18px;
	height: 13px;
	background: #000 url(/core/img/emailIcon.gif) 0 0 no-repeat;
}
.columnListing#staff_directory .emailIcon a:hover
{
	background-color: #ccc;
}

.columnListing#staff_directory .profileIcon a:link,
.columnListing#staff_directory .profileIcon a:visited,
.columnListing#staff_directory .profileIcon a:active
{
	display: block;
	width: 11px;
	height: 13px;
	background: #000 url(/core/img/profileIcon.gif) 0 0 no-repeat;
}
.columnListing#staff_directory .profileIcon a:hover
{
	background-color: #ccc;
}

.rowListing#staff_directory .staffListing .clearer
{
	clear: both;
}

.rowListing#staff_directory .staffListing
{
	padding-bottom: 10px;
}

.rowListing#staff_directory .profilePhoto
{
	float: left;
}

.rowListing#staff_directory .profilePhoto img
{
	padding-right: 10px;
}

.rowListing#staff_directory .name
{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	display: inline;
	padding-right: 5px;
}

.rowListing#staff_directory .emailIcon
{
	display: inline;
	padding-right: 5px;
}
.rowListing#staff_directory .emailIcon img
{
	width: 18px;
	height: 13px;
}
.rowListing#staff_directory .emailIcon a:link img,
.rowListing#staff_directory .emailIcon a:visited img,
.rowListing#staff_directory .emailIcon a:active img
{
	background: #000 url(/core/img/emailIcon.gif) 0 0 no-repeat;
}
.rowListing#staff_directory .emailIcon a:hover img{
	background-color: #ccc;
}

.rowListing#staff_directory .profileIcon
{
	display: inline;
}
.rowListing#staff_directory .profileIcon img
{
	width: 11px;
	height: 13px;
}
.rowListing#staff_directory .profileIcon a:link img,
.rowListing#staff_directory .profileIcon a:visited img,
.rowListing#staff_directory .profileIcon a:active img
{
	background: #000 url(/core/img/profileIcon.gif) 0 0 no-repeat;
}
.rowListing#staff_directory .profileIcon a:hover img{
	background-color: #ccc;
}

/* -=-=-=-=-=-=-=-=-=-=-[ End Static Staff Directory (New Format) ]-=-=-=-=-=-=-=-=-=-=- */