
label.req {
    background-image: url(/core/img/bg_requiredField.gif); /* Red Asterisk */
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-right: 2px;
    padding-left: 10px;
}

/* -=-=-=-=-=-=-=-=-=-=-[ 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: 14px;
    font-weight: bold;
    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: 14px;
    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;
    }

.news_headline_list .article_summary{
  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 .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 Google Calendar Event Popup  ]-=-=-=-=-=-=-=-=-=-=- */
.google_calendar_event{
    background: #fff;
    border: 1px solid #C0C0C0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding: 10px;
    }
.google_calendar_event .event_details caption{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: left;
    }
.google_calendar_event .event_details td.label{
    text-align: right;
    padding-bottom: 2px;
    }
.google_calendar_event .event_details td.value{
    text-align: left;
    padding-left: 20px;
    padding-bottom: 2px;
    }
/* -=-=-=-=-=-=-=-=-=-=-[  End Google 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-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    }
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-style: solid;
    border-color: #000;
  border-width: 0 1px 1px 0;
    }
.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;
}

#blogNav select{
    width:150px;
}

#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 .error_message{
    color: #FF0000;
}

#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: 15px;
        height: 11px;
        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) ]-=-=-=-=-=-=-=-=-=-=- */

#staff_directory tr th.header{
    text-align: left;
}

.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: 15px;
    height: 11px;
    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: 11px;
    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: 12px;
    line-height: 16px;
    display: inline;
    padding-right: 5px;
}

.rowListing#staff_directory .emailIcon
{
    display: inline;
    padding-right: 5px;
}
.rowListing#staff_directory .emailIcon img
{
    width: 15px;
    height: 11px;
}
.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 a:link img,
.rowListing#staff_directory .profileIcon a:visited img,
.rowListing#staff_directory .profileIcon a:active img
{
    width: 11px;
    height: 11px;
    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) ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Start Bid Management ]-=-=-=-=-=-=-=-=-=-=- */

/* Public RFP Listing */
.rfpListing{
    width: 450px;
}
.rfpQnA{
    float: right;
    margin-top: 0px;
}

/* Public Bids Listing */
.rssLink
{
    float: right;
}

.bids_bidlist
{
    width: 100%;
    border-collapse: collapse;
}

.bids_bidlist td,
.bids_bidlist th
{
    width: 20%;
}

.bids_bidlist .bid_title
{
    font-weight: bold;
}

.bids_bidlist .light{
    background-color: #FFFFFF;
}

.bids_bidlist .dark{
    background-color: #DDDDDD;
}

.bids_bidlist .dark td,
.bids_bidlist .dark th,
.bids_bidlist .light td,
.bids_bidlist .light th  {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.bids_bidlist .warning{
    color: red;
}

/* Public Bid Details View (and Bid Vendor Response Edit/Listing) */
#bid_view{
}

#respond_to_bid{
    float: right;
    margin-top: 0px;
}

#bid_view #non_collusion_instructions{
    margin-top: 10px;
}

#bid_view .warning{
    color: red;
    font-weight: bold;
}

.item_list{
    width: 100%;
}

.category{
    width: 100%;
}

.category_header{
    padding: 2pt;
    margin-top: 5pt;
    margin-bottom: 5pt;
    display: block;
    border: 1pt #000000 solid;
    font-weight: bold;
    padding-left: 16px;
}

.category .closed{
    background: transparent url(/core/img/button_rightBlackOnWhite.gif) no-repeat scroll 2px 4px;
}

.category .open{
    background: transparent url(/core/img/button_downBlackOnWhite.gif) no-repeat scroll 2px 6px;
}

.category .hide{
    display: none;
}

.category .show{
    display: table;
}

.category table {
    width: 100%;
}

.category table .item_body td {
    height: 25px;
    vertical-align: middle;
    padding: 3px;
    border-bottom: 1pt #000000 solid;
}

.category table tfoot.item_body td {
    border-bottom: 0pt #000000 none;
}

.category table .item_body td input {
    text-align: right;
}

.category table .item_body td input.readonly {
    text-align: right;
    background-color: #ccc;
}

.category .item_header{
    background-color: #DDDDDD;
}

.category .header_table td {
    border-bottom: 0pt;
    width: 33%;
}

.category .header_table .left_header{
    text-align: left;
}

.category .header_table .center_header{
    text-align: center;
}

.category .header_table .right_header{
    text-align: right;
}

#bids_rfplist .topcontrol
{
    margin-bottom: 15px;
}

#bids_rfplist .bottomcontrol
{
    margin-top: 15px;
}

.rfplist_control .rfpTypeTitle
{
}

.rfplist_control .rfpTypeSwitch
{
    float: right;
}

/* -=-=-=-=-=-=-=-=-=-=-[ End Bid/RFP Management ]-=-=-=-=-=-=-=-=-=-=- */




/*
==========================================================
    START SMALL CALENDAR GRID STYLES
==========================================================
*/

.fb_calSmallGrid,
.fb_calSmallGrid caption,
.fb_calSmallGrid th,
.fb_calSmallGrid td,
#fb_calSmallGridPopup_eventInfo
{
  border-color: #D6D3BD;
  border-style: solid;
  border-width: 1px; /* By default, all borders are set to this width but overridden later */
  }
.fb_calSmallGrid,
.fb_calSmallGrid .fb_calSmallGrid_prevMonth,
.fb_calSmallGrid .fb_calSmallGrid_nextMonth,
.fb_calSmallGrid caption .fb_calSmallGrid_monthName,
.fb_calSmallGrid caption .fb_calSmallGrid_yearNumber,
.fb_calSmallGrid th,
.fb_calSmallGrid td
{
  color: #726658; /* Main text */
  }
.fb_calSmallGrid_nextMonth{
    float: right;
}
.fb_calSmallGrid_prevMonth{
    float: left;
}
.fb_calSmallGrid th{
    background: #F5EEE6; /* Day name background */
    }
.fb_calSmallGrid_title,
.fb_calSmallGrid td.fb_calSmallGrid_event,
.fb_calSmallGridPopupEventInfo_description
{
  color: #EE3624;  /* Accent color */
  }

.fb_calSmallGrid_container{
    position: relative;
    z-index: 1;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    }
.fb_calSmallGrid_title{
  font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    display: none;
    }
/* Hide something new in the admin. */
.fbcms_calendar_title
{
    display: none;
}
.fbcms_calendar_mini_title
{
    display: none;
}
/* End hide. */
.fb_calSmallGrid{
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
    border-width: 0 0 0 1px;
    text-align: center;
    cursor: default;
}

.fb_calSmallGrid caption {
    margin: 0;
    padding: 0;
    color: #999;
    text-align: center;
    text-align: right;
}

.fb_calSmallGrid caption a:link,
.fb_calSmallGrid caption a:visited,
.fb_calSmallGrid caption a:active
{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
}
.fb_calSmallGrid caption a:hover{
  color: #000;
  }

.fb_calSmallGrid .today,
.fb_calSmallGrid td.today a,
.fb_calSmallGrid td.today a:link,
.fb_calSmallGrid td.today a:visited
{
    color: #F6F4DA;
    font-weight: bold;
    background: #DF9496;
}

.fb_calSmallGrid th{
    font: bold 11px/20px;
    border-width: 0 1px 1px 0;
    }


.fb_calSmallGrid td{
  cursor: default;
    height: 30px;
  text-align: center;
    vertical-align: middle;
    border-width: 0 1px 1px 0;
  }
.fb_calSmallGrid td.fb_calSmallGrid_event{
    cursor: pointer;
    }



#fb_calSmallGrid_popup{
    position:absolute;
    z-index: 999;
    visibility: hidden;
    width: 185px;
    text-align: left;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    }
    #fb_calSmallGrid_popup #fb_calSmallGridPopup_arrowTop{
      background: url(../img/arrowup.gif) 20px 0 no-repeat;
        position: relative;
        top: 1px;
        z-index: 20;
        height: 11px;
      }
    #fb_calSmallGrid_popup #fb_calSmallGridPopup_arrowBot{
      background: url(../img/arrowdown.gif) 20px 0 no-repeat;
        position: relative;
        top: -1px;
        z-index: 20;
        height: 11px;
      }
    #fb_calSmallGrid_popup #fb_calSmallGridPopup_eventInfo{
        background: #fff;
        position: relative;
        z-index: 10;
        padding: 10px;
        font-size: 10px;
        line-height: 14px;
      }
    #fb_calSmallGrid_popup #fb_calSmallGridPopup_eventInfo .fb_calSmallGridPopupEventInfo_description{
      }
    #fb_calSmallGrid_popup #fb_calSmallGridPopup_eventInfo .fb_calSmallGridPopupEventInfo_dateTime{
      }
    .fb_calSmallGridPopupEventInfo_date
    {
        padding-right: 3px;
    }
    #fb_calSmallGrid_popup #fb_calSmallGridPopup_eventInfo .fb_calSmallGridPopupEventInfo_location{
      }
    #fb_calSmallGrid_popup #fb_calSmallGridPopup_eventInfo .eventLabel{
      font-weight: bold;
      margin-right: 3px;
      }


    .fb_calSmallGrid_container .fb_calSmallGrid_loading,
    .fb_calSmallGrid_container .fb_calSmallGrid_error{
        text-align: center;
    }
    .fb_calSmallGrid_container .fb_calSmallGrid_loading img{
        height: 32px;
        width: 32px;
        background: url('/core/img/ajax_loading.gif') no-repeat;
    }
    .fb_calSmallGrid_container .fb_calSmallGrid_error img{
        height: 32px;
        width: 32px;
        background: url('/core/img/ajax_error.gif') no-repeat;
    }
/*
==========================================================
    END SMALL CALENDAR GRID STYLES
==========================================================
*/


/*
=============================================
  FINDSTAFF STYLES
=============================================
*/

form.fb_findStaff{
  }
    form.fb_findStaff label,
    form.fb_findStaff input.fb_findStaff_txt
    {
      display: block;
        font-size: 12px;
        }
    form.fb_findStaff input{
      }
    form.fb_findStaff input.fb_findStaff_txt
    {
      width: 200px;
      margin: 3px 0 10px 0;
        padding: 2px;
      }
    form.fb_findStaff select
    {
      width: 204px;
      margin: 3px 0 3px 0;
      }

    form.fb_findStaff .fb_findStaff_actions{
      padding-top: 10px;
      }
    form.fb_findStaff input.fb_findStaff_submitImg,
    form.fb_findStaff input.fb_findStaff_submitButton
    {
      float: right;
      }
    form.fb_findStaff input.fb_findStaff_submitImg{
        display: none;
      }
    form.fb_findStaff input.fb_findStaff_submitButton{
      background: #fff;
        padding: 5px 10px 5px 10px;
      }
    form.fb_findStaff .fb_findStaff_advancedSearch{
      display: block;
      padding-top: 8px;
      }

/*
==========================================================
    END FINDSTAFF STYLES
==========================================================
*/


.field_required
{
    background-color: #ffffcc;
}
.field_warning
{
    background-color: #ffcccc;
}
.field_correct
{
    background-color: #ccffcc;
}


tr#mainSearchField td{
  padding-bottom: 20px;
  }
tr#advancedSearch{
/*  display: none; */
  }
tr#advancedSearch td{
  font-weight: bold;
    padding-bottom: 5px;
  }

/*
==========================================================
    Search Form Styles
==========================================================
*/

#search #searchForm textarea
{
    height: 18px;
    float: left;
    margin-right: 5px;
}

/*
==========================================================
    End Search Form Styles
==========================================================
*/


/*
==========================================================
    Google Search Form Styles
==========================================================
*/

.fbcms_search_form
{
    height: 25px;
    margin-bottom: 10px;
}

.fbcms_search_form .search_field
{
    height: 18px;
    float: left;
    margin-right: 5px;
}

.fbcms_search_form .search_button
{
    float: left;
}

.fbcms_search_message
{
    font-weight: bold;
    margin-bottom: 10px;
}

.fbcms_search_results
{
    margin-bottom: 10px;
}

.fbcms_search_result
{
    margin-bottom: 10px;
}

.fbcms_search_result .result_url
{
    font-size: 80%;
}

/*
==========================================================
    End Google Search Form Styles
==========================================================
*/

/*
=============================================
  Custom Form Styles
=============================================
*/

.fb_custom_form_title
{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}

.fb_custom_form_description
{
    padding-bottom: 5px;
}

.fb_custom_form select,
.fb_custom_form input.text,
.fb_custom_form textarea.textarea
{
    width: 230px;
}

.fb_custom_form input,
.fb_custom_form input.text,
.fb_custom_form select,
.fb_custom_form textarea.textarea
{
    border: solid 1px #AEAEAE;
}

.fb_custom_form_field td
{
    padding: 0 10px 5px 0;
}

.fb_custom_form_field_label
{
    text-align: right;
}

.fb_custom_form_wide_field_label
{
    text-align: left;
}

.fb_custom_form_group_heading
{
    text-align: left;
    font-weight: bold;
}

.fb_custom_form_information
{
    text-align: left;
}

.fb_custom_form_help img
{
    height: 16px;
    width: 16px;
    background: transparent url(/core/img/info.png) no-repeat;
}

.fb_custom_form_field .checkboxes,
.fb_custom_form_field .radiobuttons
{
    padding: 0 0 15px 0;
}

.fb_custom_form .file-info .upload-list li,
.fbcms_custom_form .file-info .upload-list li
{
    width: 230px;
    position: relative;
    font-size: 11px;
    margin: 8px 0;
    color: #5E5B5B;
    padding: 2px 4px;
    background: #EEE;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    white-space: normal;
    border: 1px solid transparent;
    line-height: 16px;
}

.fb_custom_form .file-info .upload-list li:hover,
.fbcms_custom_form .file-info .upload-list li:hover 
{
    border: 1px solid #AAA;
}

.fb_custom_form .file-info ul li,
.fbcms_custom_form .file-info ul li
{
    padding-left: 0;
    margin-left: 0;
    background: none;
}

.fb_custom_form .file-info .upload-list,
.fbcms_custom_form .file-info .upload-list 
{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.fb_custom_form .file-info .upload-file, 
.fbcms_custom_form .file-info .upload-file
{
    width: 195px;
    overflow: hidden;
}

.fb_custom_form .file-info .upload-file, 
.fb_custom_form .file-info .upload-size,
.fbcms_custom_form .file-info .upload-file, 
.fbcms_custom_form .file-info .upload-size 
{
    line-height: 16px;
}

.fb_custom_form .file-info .upload-size,
.fbcms_custom_form .file-info .upload-size 
{
    position: absolute;
    top: 2px;
    right: 5px;
    margin-left: 5px;
}

.fb_custom_form .file-info .upload-delete,
.fbcms_custom_form .file-info .upload-delete 
{
    display: none;
    top: 0px;
    position: absolute;
    background: #CCC;
    width: 20px;
    height: 20px;
    right: 0px;
    color: white;
    line-height: 18px;
    text-align: center;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #AAA;
    cursor: default;
}

.fb_custom_form .file-info .upload-delete:hover,
.fbcms_custom_form .file-info .upload-delete:hover 
{
    background: #194787;
}
/*
=============================================
  End Custom Form Styles
=============================================
*/

/*
=============================================
    Newsletter Styles
=============================================
*/
.fb_newsletter_list .fb_newsletter_title
{
    font-size: 15px;
    font-weight: bold;
    display: inline;
}
.fb_newsletter_list .fb_newsletters .fb_newsletter
{
    margin-bottom: 5px;
}
.fb_newsletter_list .fb_newsletters .article_title
{
}
.fb_newsletter_list .fb_newsletters .article_subtitle
{
}
.fb_newsletter_list .fb_newsletters .document_link
{
}

/* RSS Link */
.fb_newsletter_list .fb_newsletter_rsslink
{
    display: inline;
}
.fb_newsletter_list .fb_newsletter_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;
}
.fb_newsletter_list .fb_newsletter_rsslink a .rssLinkText{
    display: none;
}

/* View Archives Link */
.fb_newsletter_viewarchives
{
}

/*
=============================================
    End Newsletter Styles
=============================================
*/

/*
=============================================
    Profile Page Styles
=============================================
*/

#fb_profile .fb_profile_photo,
#fb_profile .fb_profile_name,
#fb_profile .fb_profile_responsibilities,
#fb_profile .fb_profile_phone,
#fb_profile .fb_profile_email
{
    display: none;
}

/*
=============================================
    End Profile Page Styles
=============================================
*/

/*
=============================================
    Contact Information Styles
=============================================
*/
#fb_contactinformation .fb_contact_photo
{
    margin-bottom: 5px;
}

#fb_contactinformation .fb_contact_name
{
    font-size: 15px;
    font-weight: bold;
}
#fb_contactinformation .fb_contact_responsibilities
{
}
#fb_contactinformation .fb_contact_responsibilities .fb_contact_position,
#fb_contactinformation .fb_contact_responsibilities .fb_contact_department,
#fb_contactinformation .fb_contact_responsibilities .fb_contact_building,
#fb_contactinformation .fb_contact_responsibilities .fb_contact_building_address,
#fb_contactinformation .fb_contact_responsibilities .fb_contact_building_location,
#fb_contactinformation .fb_contact_responsibilities .fb_contact_building_phone
{
    display: none;
}
#fb_contactinformation .fb_contact_phone
{
}
#fb_contactinformation .fb_contact_email
{
}

/*
=============================================
    End Contact Information Styles
=============================================
*/
/*
==========================================================
    *NEW* Contact Plugin Form Styles
==========================================================
*/

.fbcms_contact_form{
    width: 360px;
}

.fbcms_contact_form .message{
}

.fbcms_contact_form_inputs{
}

.fbcms_contact_form_inputs .input_pair{
    height: 22px;
}

.fbcms_contact_form_inputs .input_pair .input_label{
    text-align: right;
    vertical-align: top;
    width: 90px;
}

.fbcms_contact_form_inputs .input_pair .input_field{
}

.fbcms_contact_form_inputs .input_pair .input_field input,
.fbcms_contact_form_inputs .input_pair .input_field textarea{
    border: 1px solid #999;
}

.input_buttons{
    height: 22px;
    text-align: right;
}

/*
==========================================================
    End *NEW* Contact Plugin Form Styles
==========================================================
*/


/*
==========================================================
    Directory Search Results
==========================================================
*/
.directorySearchResults .title_row th.title{
    text-align: left;
}
.directorySearchResults .column_title_row th{
    text-align: left;
}
/*
==========================================================
    END Directory Search Results
==========================================================
*/

/*
==========================================================
    Foxbright Tooltip
==========================================================
*/
#fb_tooltip_popbox{
    position:absolute;
    z-index: 999;
    visibility: hidden;
    width: 185px;
    text-align: left;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #C0C0C0;
}

#fb_tooltip_popbox_container{
    background: #fff;
    position: relative;
    z-index: 10;
    line-height: 14px;
}

#fb_tooltip_popbox_close{
    position: absolute;
    float: right;
    top: 1px;
    right: 1px;
    background-image: url(/core/img/close.gif);
}

#fb_tooltip_popbox_close,
#fb_tooltip_popbox_close img{
    width: 12px;
    height: 12px;
    border: none;
}

#fb_tooltip_popbox_title{
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
    color: #383838;
}
#fb_tooltip_popbox_content{
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
}
/*
==========================================================
    END Foxbright Tooltip
==========================================================
*/


#photo_gallery_editor #gallery_type img
{
    height: auto;
    width: auto;
}

/*
=======================================================
    User Classes selectable via editor (TinyMCE)
    Copy this block to the Editor.css to allow use.
=======================================================
*/
    .leftAlignWithPadding{
        float: left;
        padding-right: 10px;
        }
    .rightAlignWithPadding{
        float: right;
        padding-left: 10px;
        }
/*
=======================================================
    End User Classes
=======================================================
*/


/*
=======================================================
    Spotlights Default Styling
=======================================================
*/

.fb_spotlight{
    margin-bottom: 10px;
}
.fb_spotlight_image a,
.fb_spotlight_text .desc_short a{
    text-decoration: none;
}

.fb_spotlight_image{
    float: left;
    margin-right: 10px;
}
.fb_spotlight_image img{
    padding: 2px;
    border: solid 1px #999999;
}
.fb_spotlight_text{
}
.fb_spotlight_text .desc_short{
    font-weight: bold;
}
.fb_spotlight_text .desc_long{
}

/*
=======================================================
    End Spotlights Default Styling
=======================================================
*/


/* -=-=-=-=-=-=-=-=-=-=-[ FoxOverlay ]-=-=-=-=-=-=-=-=-=-=- */
    .fb_overlay
    {
        display: none;
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10080;
        width: 100%;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter:alpha(opacity=80);
        -moz-opacity:0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        text-align: center;
    }

    .fb_overlay_content
    {
        display: none;
        border: 2px #C0C0C0 solid !important;
        z-index: 10100;
        width: 860px;
        height: auto;
        text-align: center;
        padding: 10px !important;
        background-color: #FFFFFF;
        position: absolute;
        top: 0;
        left: 0;
    }
/* -=-=-=-=-=-=-=-=-=-=-[ END FoxOverlay ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Fox Ajax Content ]-=-=-=-=-=-=-=-=-=-=- */
    .fb_ajax_loading
    {
        width: 100%;
        text-align: center;
        height: 100px;
        margin-bottom: -100px;
    }

    .fb_ajax_loading .fb_ajax_loading_image
    {
        display: block;
        margin: auto;
    }

    .fb_ajax_loading .fb_ajax_loading_image img
    {
        width: 18px;
        height: 18px;
        background: transparent url('/core/img/loading.gif') 0 0;
        border: none;
    }

    .fb_ajax_loading .fb_ajax_loading_caption
    {
        display: block;
        margin: auto;
    }
/* -=-=-=-=-=-=-=-=-=-=-[ END Fox Ajax Content ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ FoxPopup ]-=-=-=-=-=-=-=-=-=-=- */
    #fb_popper
    {
        position: absolute;
        z-index: 999;
        width: 500px;
        left: 50%;
        top: 200px;
        margin-left: -200px;
        display: none;
    }

    #fb_popper_content
    {
        text-align: left;
        padding: 10px;
        max-height: 430px;
        overflow: auto;
        background: #fff;
        position: relative;
        z-index: 1;
        border: solid 2px #ccc;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    #fb_popper_closer
    {
        position: absolute;
        left: -18px;
        top: -18px;
        width: 42px;
        height: 42px;
        background: url(/core/img/popper_btn_close_x.png) 0 0 no-repeat;
        cursor: pointer;
        z-index: 2;
    }
/* -=-=-=-=-=-=-=-=-=-=-[ END FoxPopup ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Twitter Script ]-=-=-=-=-=-=-=-=-=-=- */
    .twitterFeed .tweets
    {
        display: none;
    }

    .twitterFeed .tweets ul
    {
        margin-left: 0; padding-left: 0;
    }

    .twitterFeed .tweets ul li
    {
        list-style: none; padding: 0 0 10px 0;
    }

    .twitterFeed .tweets ul li span
    {
        display: block;
    }
/* -=-=-=-=-=-=-=-=-=-=-[ END Twitter Script ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Event Dialog Overlay ]-=-=-=-=-=-=-=-=-=-=- */
    .event_dialog .event
    {
        text-align: left;
    }

    .event_dialog .event_shortdescription
    {
        font-weight: bold;
    }
    .event_dialog .event_date
    {
    }
    .event_dialog .event_time
    {
    }
    .event_dialog .event_shortdescription
    {
    }
    .event_dialog .event_longdescription
    {
    }
    .event_dialog .event_categories
    {
    }
/* -=-=-=-=-=-=-=-=-=-=-[ END Event Dialog Overlay ]-=-=-=-=-=-=-=-=-=-=- */



    /* Social Media Icons
    ======================================================================== */
      .smIcon_16 img,
      .smIcon_24 img,
      .smIcon_32 img,
      .smIcon_40 img,
      .smIcon_48 img,
      .smIcon_56 img,
      .smIcon_64 img
      {
        background: transparent url(/core/img/smIcons.png) no-repeat;
        border: 0;
        }

      .smIcon_16 img{ width: 16px; height: 16px; }
      .smIcon_24 img{ width: 24px; height: 24px; }
      .smIcon_32 img{ width: 32px; height: 32px; }
      .smIcon_40 img{ width: 40px; height: 40px; }
      .smIcon_48 img{ width: 48px; height: 48px; }
      .smIcon_56 img{ width: 56px; height: 56px; }
      .smIcon_64 img{ width: 64px; height: 64px; }

      /* Facebook */
      .smIcon_16.sm_facebook img{ background-position: -600px -100px; }
      .smIcon_24.sm_facebook img{ background-position: -500px -100px; }
      .smIcon_32.sm_facebook img{ background-position: -400px -100px; }
      .smIcon_40.sm_facebook img{ background-position: -300px -100px; }
      .smIcon_48.sm_facebook img{ background-position: -200px -100px; }
      .smIcon_56.sm_facebook img{ background-position: -100px -100px; }
      .smIcon_64.sm_facebook img{ background-position:      0 -100px; }

      /* Twitter */
      .smIcon_16.sm_twitter img{ background-position: -600px -200px; }
      .smIcon_24.sm_twitter img{ background-position: -500px -200px; }
      .smIcon_32.sm_twitter img{ background-position: -400px -200px; }
      .smIcon_40.sm_twitter img{ background-position: -300px -200px; }
      .smIcon_48.sm_twitter img{ background-position: -200px -200px; }
      .smIcon_56.sm_twitter img{ background-position: -100px -200px; }
      .smIcon_64.sm_twitter img{ background-position:      0 -200px; }

      /* LinkedIn */
      .smIcon_16.sm_linkedIn img{ background-position: -600px -300px; }
      .smIcon_24.sm_linkedIn img{ background-position: -500px -300px; }
      .smIcon_32.sm_linkedIn img{ background-position: -400px -300px; }
      .smIcon_40.sm_linkedIn img{ background-position: -300px -300px; }
      .smIcon_48.sm_linkedIn img{ background-position: -200px -300px; }
      .smIcon_56.sm_linkedIn img{ background-position: -100px -300px; }
      .smIcon_64.sm_linkedIn img{ background-position:      0 -300px; }

      /* Flickr */
      .smIcon_16.sm_flickr img{ background-position: -600px -400px; }
      .smIcon_24.sm_flickr img{ background-position: -500px -400px; }
      .smIcon_32.sm_flickr img{ background-position: -400px -400px; }
      .smIcon_40.sm_flickr img{ background-position: -300px -400px; }
      .smIcon_48.sm_flickr img{ background-position: -200px -400px; }
      .smIcon_56.sm_flickr img{ background-position: -100px -400px; }
      .smIcon_64.sm_flickr img{ background-position:      0 -400px; }

      /* RSS */
      .smIcon_16.sm_rss img{ background-position: -600px -500px; }
      .smIcon_24.sm_rss img{ background-position: -500px -500px; }
      .smIcon_32.sm_rss img{ background-position: -400px -500px; }
      .smIcon_40.sm_rss img{ background-position: -300px -500px; }
      .smIcon_48.sm_rss img{ background-position: -200px -500px; }
      .smIcon_56.sm_rss img{ background-position: -100px -500px; }
      .smIcon_64.sm_rss img{ background-position:      0 -500px; }

      /* Email */
      .smIcon_16.sm_email img{ background-position: -600px -600px; }
      .smIcon_24.sm_email img{ background-position: -500px -600px; }
      .smIcon_32.sm_email img{ background-position: -400px -600px; }
      .smIcon_40.sm_email img{ background-position: -300px -600px; }
      .smIcon_48.sm_email img{ background-position: -200px -600px; }
      .smIcon_56.sm_email img{ background-position: -100px -600px; }
      .smIcon_64.sm_email img{ background-position:      0 -600px; }

      /* Vimeo */
      .smIcon_16.sm_vimeo img{ background-position: -600px -700px; }
      .smIcon_24.sm_vimeo img{ background-position: -500px -700px; }
      .smIcon_32.sm_vimeo img{ background-position: -400px -700px; }
      .smIcon_40.sm_vimeo img{ background-position: -300px -700px; }
      .smIcon_48.sm_vimeo img{ background-position: -200px -700px; }
      .smIcon_56.sm_vimeo img{ background-position: -100px -700px; }
      .smIcon_64.sm_vimeo img{ background-position:      0 -700px; }

      /* Wordpress */
      .smIcon_16.sm_wordpress img{ background-position: -600px -800px; }
      .smIcon_24.sm_wordpress img{ background-position: -500px -800px; }
      .smIcon_32.sm_wordpress img{ background-position: -400px -800px; }
      .smIcon_40.sm_wordpress img{ background-position: -300px -800px; }
      .smIcon_48.sm_wordpress img{ background-position: -200px -800px; }
      .smIcon_56.sm_wordpress img{ background-position: -100px -800px; }
      .smIcon_64.sm_wordpress img{ background-position:      0 -800px; }

      /* Blogger */
      .smIcon_16.sm_blogger img{ background-position: -600px -900px; }
      .smIcon_24.sm_blogger img{ background-position: -500px -900px; }
      .smIcon_32.sm_blogger img{ background-position: -400px -900px; }
      .smIcon_40.sm_blogger img{ background-position: -300px -900px; }
      .smIcon_48.sm_blogger img{ background-position: -200px -900px; }
      .smIcon_56.sm_blogger img{ background-position: -100px -900px; }
      .smIcon_64.sm_blogger img{ background-position:      0 -900px; }

      /* StumbleUpon */
      .smIcon_16.sm_stumbleUpon img{ background-position: -600px -1000px; }
      .smIcon_24.sm_stumbleUpon img{ background-position: -500px -1000px; }
      .smIcon_32.sm_stumbleUpon img{ background-position: -400px -1000px; }
      .smIcon_40.sm_stumbleUpon img{ background-position: -300px -1000px; }
      .smIcon_48.sm_stumbleUpon img{ background-position: -200px -1000px; }
      .smIcon_56.sm_stumbleUpon img{ background-position: -100px -1000px; }
      .smIcon_64.sm_stumbleUpon img{ background-position:      0 -1000px; }

      /* Skype */
      .smIcon_16.sm_skype img{ background-position: -600px -1100px; }
      .smIcon_24.sm_skype img{ background-position: -500px -1100px; }
      .smIcon_32.sm_skype img{ background-position: -400px -1100px; }
      .smIcon_40.sm_skype img{ background-position: -300px -1100px; }
      .smIcon_48.sm_skype img{ background-position: -200px -1100px; }
      .smIcon_56.sm_skype img{ background-position: -100px -1100px; }
      .smIcon_64.sm_skype img{ background-position:      0 -1100px; }

      /* Podcast */
      .smIcon_16.sm_podcast img{ background-position: -600px -1200px; }
      .smIcon_24.sm_podcast img{ background-position: -500px -1200px; }
      .smIcon_32.sm_podcast img{ background-position: -400px -1200px; }
      .smIcon_40.sm_podcast img{ background-position: -300px -1200px; }
      .smIcon_48.sm_podcast img{ background-position: -200px -1200px; }
      .smIcon_56.sm_podcast img{ background-position: -100px -1200px; }
      .smIcon_64.sm_podcast img{ background-position:      0 -1200px; }

      /* YouTube */
      .smIcon_16.sm_youTube img{ background-position: -600px -1300px; }
      .smIcon_24.sm_youTube img{ background-position: -500px -1300px; }
      .smIcon_32.sm_youTube img{ background-position: -400px -1300px; }
      .smIcon_40.sm_youTube img{ background-position: -300px -1300px; }
      .smIcon_48.sm_youTube img{ background-position: -200px -1300px; }
      .smIcon_56.sm_youTube img{ background-position: -100px -1300px; }
      .smIcon_64.sm_youTube img{ background-position:      0 -1300px; }

      /* Delicio.us */
      .smIcon_16.sm_delicious img{ background-position: -600px -1400px; }
      .smIcon_24.sm_delicious img{ background-position: -500px -1400px; }
      .smIcon_32.sm_delicious img{ background-position: -400px -1400px; }
      .smIcon_40.sm_delicious img{ background-position: -300px -1400px; }
      .smIcon_48.sm_delicious img{ background-position: -200px -1400px; }
      .smIcon_56.sm_delicious img{ background-position: -100px -1400px; }
      .smIcon_64.sm_delicious img{ background-position:      0 -1400px; }

    /* END Social Media Icons
    ======================================================================== */

/* -=-=-=-=-=-=-=-=-=-=-[ Classroom Projects ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_classroomproject_list_with_search .fbcms_classroomproject
{
    margin: 10px 0 10px 0;
    height: 170px;
    width: 650px;
    overflow: hidden;
    text-align: left;
    float: left;
}

.fbcms_classroomproject_list_with_search .fbcms_classroomproject_thumbnail
{
    float: left;
    margin-right: 20px;
    font-size: 0;
    line-height: 0;
    height: 170px;
}

.fbcms_classroomproject_list_with_search .fbcms_classroomproject_thumbnail img
{
    border: 1px solid #999999;
    padding: 2px;
}

.fbcms_classroomproject_display .fbcms_classroomproject_col1
{
    float: left;
}

.fbcms_classroomproject_display .fbcms_classroomproject_col2
{
    width: 210px;
    position: absolute;
    right: 20px;
}

.fbcms_classroomproject_display .project_video,
.fbcms_classroomproject_display .project_photogallery
{
    margin-bottom: 15px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Classroom Projects ]-=-=-=-=-=-=-=-=-=-=- */
