@import url(base.css);
@import url(lib/actions.css);
@import url(lib/markdown_toolbar.css);
@import url(lib/comments_and_attachments.css);
@import url(lib/forms.css);
@import url(lib/calendar_date_select.css);
@import url(lib/community_layout.css);
@import url(lib/tablekit.css);
/* @override
	http://lappy586.local:3010/stylesheets/default.css
	http://cps.local.practical.cc/stylesheets/default.css
	http://managemycommunity.local/stylesheets/default.css
*/
body {
  background: #e7ebee url(../images/background-stripes.png); }

a {
  color: #234a6c; }

img {
  border: none; }

a:hover {
  text-decoration: underline !important; }

.mmc-version {
  color: #999;
  margin: 0;
  padding: 0px 0 40px;
  text-align: right; }

ul.tabbed_nav {
  background: white url(../images/pixels/px_aaa.png) repeat-x left bottom;
  padding: 0 10px;
  margin: 0 10px 10px; }

.tabbed_nav li {
  float: left; }

.tabbed_nav li a {
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  background: #f5f5f5;
  margin-bottom: 1px;
  margin-right: 5px;
  color: #888;
  border: 1px solid #ccc;
  border-bottom: 0; }

.tabbed_nav li a.active {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-color: #aaa; }

.noitems {
  color: #777;
  font-size: 18px;
  padding: 60px;
  line-height: 24px; }

p.noitems {
  margin: 0;
  text-align: center; }

#container {
  width: 954px;
  margin: 0 auto;
  background: url(../images/background_24-bottom.png) no-repeat left bottom;
  padding-bottom: 9px; }

#shadow {
  background: url(../images/background_24-top.png) repeat-y center top;
  padding: 0 6px; }

#main {
  background: #fff;
  clear: both !important; }

#main.grayback {
  background: #f5f5f5;
  padding-bottom: 1px; }

/* @group Banner */
#admin_toolbar {
  background: #00365c;
  border-bottom: 1px solid #005d9f; }

#admin_toolbar h2 {
  margin: 0;
  float: left;
  position: relative; }

#admin_toolbar h2 a.button {
  display: block;
  font-size: 14px;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  background: #00233c; }

#admin_toolbar .dropdown {
  position: absolute;
  width: 200px;
  font-size: 12px;
  z-index: 2000;
  background-color: #00233c;
  background-color: rgba(0, 35, 60, 0.95);
  top: 30px;
  display: none; }

#admin_toolbar .hover .dropdown {
  display: block; }

#admin_toolbar .dropdown hr {
  border: 0;
  height: 6px;
  background: #001626;
  border-top: 1px solid #324776; }

#admin_toolbar .dropdown a {
  padding: 4px 20px;
  display: block;
  border-top: 1px solid #324776;
  color: #d4d4d4;
  color: rgba(212, 212, 212, 0.55);
  text-decoration: none;
  font-weight: normal; }

#admin_toolbar .dropdown a:hover {
  background-color: #eea;
  color: #000;
  text-decoration: none !important; }

#admin_toolbar form {
  float: left;
  padding: 4px 6px;
  position: relative; }

#admin_toolbar form input {
  width: 300px;
  margin: 0;
  font-size: 14px; }

#admin_toolbar label {
  float: left;
  padding: 3px 10px 0 5px;
  color: #3d7aa4; }

#admin_toolbar a#to_dashboard {
  float: right;
  padding: 6px 10px 6px 22px;
  color: #fff;
  background: url(/images/icons/back.gif) no-repeat 0 center;
  text-decoration: none; }

#admin_toolbar #party_search_results {
  background: #00365c;
  position: absolute;
  z-index: 400;
  width: 460px;
  left: 0;
  top: 30px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }

#admin_toolbar #party_search_results li {
  padding: 5px 10px 5px 30px;
  border-bottom: 1px solid #444;
  background-repeat: no-repeat;
  background-position: 8px center;
  overflow: auto; }

#admin_toolbar #party_search_results li:hover {
  background-color: #323f6c; }

#admin_toolbar #party_search_results li a {
  color: #fff;
  text-decoration: none;
  float: left; }

#admin_toolbar #party_search_results a.admin {
  float: right;
  color: #888; }

#admin_toolbar .results li.User {
  background-image: url(/images/icons/user_16.gif); }

#admin_toolbar .results li.Microsite {
  background-image: url(/images/icons/office_16.gif); }

#banner_disclosure a {
  display: block;
  background: #004677 url(/images/icons/triangle-down.png) no-repeat 12px center;
  color: #999;
  padding: 4px 20px 2px 24px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 11px; }

#banner_disclosure a.open {
  background-image: url(/images/icons/triangle-up.png);
  background-color: #145d90; }

#banner {
  background: #004677;
  padding: 15px 0px 0px;
  position: relative;
  min-height: 70px; }

#banner h1 {
  display: inline; }

#banner h1 a {
  background: url(../images/mmc_banner_logo.png) no-repeat 20px 0;
  margin: 0 0 0px;
  height: 48px;
  width: 309px;
  text-indent: -9999px;
  outline: none;
  display: block; }

#banner #user_info {
  position: absolute;
  right: 0px;
  top: 10px;
  color: #93b9d3;
  background: #00365c url(../images/user_corner_top_left.png) no-repeat left top;
  padding: 0; }

#banner #user_info .liner {
  padding: 5px 20px 5px 12px;
  background: url(../images/user_corner_bottom_left.png) no-repeat left bottom; }

#banner #user_info a {
  color: #f1edbb;
  text-decoration: none; }

#banner #user_info a:hover {
  text-decoration: underline; }

#banner #user_info a.big {
  background: url(../images/icons/user_16.gif) no-repeat left center;
  padding-left: 20px;
  font-size: 14px; }

#banner #user_info a.microsite {
  background-image: url(../images/icons/forum_16.png); }

#banner #user_info a.cases {
  background-image: url(../images/icons/journal_16.gif); }

#banner #user_info a.meetings {
  background-image: url(../images/icons/meetings_16.png); }

#banner #user_info a.home {
  background-image: url(../images/icons/home_address_16.gif); }

#banner #user_info a.admin_link {
  background-image: url(../images/icons/administrator_16.gif); }

#banner #user_info a.edit_user {
  margin-left: 4px;
  margin-right: 8px;
  color: #7fa0b7;
  text-transform: lowercase; }

#banner #user_info a.logout,
#banner #user_info a.login {
  background: url(../images/icons/log_out_16.gif) no-repeat left center;
  padding: 2px 0 2px 20px; }

#banner #user_info a.login {
  background-image: url(../images/icons/log_in_16.gif); }

#banner #user_info span {
  color: #13496e; }

#banner #back_to_home {
  float: left; }

#banner #back_to_home .banner_action {
  float: left;
  color: #a4caf2;
  text-decoration: none;
  padding: 5px 0px 6px 16px; }

#banner #back_to_home .banner_action.system {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 20px 6px;
  color: #fff; }

#banner #back_to_home #home_button {
  background: #4982aa url(../images/banner/home_button-sub-off.png) no-repeat right top; }

#banner #back_to_home.has_sub #home_button {
  background-image: url(../images/banner/home_button-sub-on.png); }

#banner #back_to_home #sub_button {
  background: #355f7d url(../images/banner/sub_button.png) no-repeat right top; }

#banner #back_to_home #home_button span {
  padding-left: 16px;
  background: url(../images/icons/home_address_12.gif) no-repeat 0px center; }

#banner #back_to_home #sub_button span {
  padding-left: 16px;
  background: url(../images/icons/arrow-up_12.gif) no-repeat 0px center; }

#banner #back_to_home #other_actions {
  float: left;
  margin-left: 10px; }

#alert {
  margin: 0;
  color: #fff;
  padding: 8px 8px 0;
  background: #004677; }

#alert p {
  font-size: 16px;
  padding: 8px 10px 8px 42px;
  background: #006ab5 url(../images/icons/comment_24.png) no-repeat 10px center;
  margin: 0;
  border: 1px solid #fff; }

/* @end */
/* @group Titlebar */
#titlebar {
  background: #def; }

#titlebar .titlebar_header {
  padding: 6px 20px;
  border-bottom: 1px solid #bdccda;
  border-top: 2px solid #fff; }

#titlebar .titlebar_header .back {
  margin: 0 0 5px; }
  #titlebar .titlebar_header .back a {
    background: url(../images/icons/arrow-left_12.gif) no-repeat left center;
    padding-left: 18px;
    text-decoration: none;
    color: #3E5B78; }

#titlebar .titlebar_header.tabbed {
  padding: 0;
  border-bottom: 0; }

#titlebar h1 {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
  color: #114165; }

#titlebar .titlebar_header.tabbed h1 {
  padding: 6px 20px; }

#titlebar p.caption {
  margin: 0px 0 6px;
  color: #546d85; }

#titlebar .titlebar_header .actions,
.titlebar_header .actions {
  float: right;
  margin-top: 8px; }

#titlebar .titlebar_header.tabbed .actions {
  margin-right: 20px;
  margin-top: 15px; }

#titlebar .titlebar_header .linkback {
  margin: 0 0 5px; }

#titlebar .titlebar_header.tabbed .linkback {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 0; }

/* Search */
.query_search {
  background: #d1dae7;
  padding: 6px 20px 6px 14px;
  position: relative; }

#footer {
  background: #f8f3e3;
  padding: 0px 20px 0px;
  border-top: 2px solid #d4d4d4;
  height: 30px; }

/* @end */
/* @group 2-Column Layout */
/* Self-clearing hack for standards browsers; need IE support here, see Cederholm p. 113 */
.columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.columns .column-left {
  float: left; }

.columns .column-right {
  float: right; }

.columns .wide {
  width: 610px; }

.columns .narrow {
  width: 300px; }

/* @end */
.odd {
  background-color: #efefef; }

.even {
  background-color: #fcfcfc; }

.records_found {
  background: #ffd;
  padding: 5px 20px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #65654f;
  margin: 0; }

.records_found .records {
  float: left; }

.records_found .pages {
  float: right; }

.pagination {
  padding: 2px 0;
  text-align: center;
  color: #aaa; }

.pagination span,
.pagination a {
  background: #f5f5f5;
  color: #8a8a8a;
  padding: 2px 5px;
  text-decoration: none;
  border: 1px solid #ccc; }

.pagination a:hover {
  background: #ffffb7;
  border-color: #ba0;
  color: #8c6b00; }

.pagination .disabled {
  background: none;
  border-color: #e5e5e5;
  color: #bababa; }

.pagination .current {
  font-weight: bold;
  color: #fff;
  background: #234a6c;
  border-color: #234a6c; }

/* @group Activity Logs */
.activity_log .date_header {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 5px 5px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0; }

.activity_log .log_item + .date_header {
  padding-top: 20px; }

.activity_log .log_item {
  padding: 5px;
  border-bottom: 1px solid #d4d4d4;
  position: relative; }

.log_item .dateline {
  display: block;
  font-size: 11px;
  color: #666; }

.log_item .icon {
  float: left;
  margin: 5px 5px 5px 0; }

.log_item .admin_actions {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0; }

.log_item .admin_actions a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  text-indent: -9999px;
  outline: none;
  margin: 3px 2px 3px 0;
  padding: 0;
  background-position: center center;
  text-align: left; }

.log_item .admin_actions a.search {
  background-image: url(/images/stockholm/search.gif); }

.log_item .admin_actions a:hover {
  background-color: #0f0; }

.activity_log_inspector {
  background: #f0f;
  width: 480px;
  height: 320px;
  position: relative; }

.activity_log_inspector .titlebar {
  background: #def;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #d4d4d4; }

.activity_log_inspector h1 {
  margin: 0;
  font-size: 18px;
  padding: 3px 10px;
  font-weight: normal; }

.activity_log_inspector .viewer {
  background: #f5f5f5;
  overflow: auto;
  height: 275px; }

.activity_log_inspector .viewer .liner {
  padding: 10px; }

/* @end */
.marked_down ul,
.marked_down ol {
  margin-left: 2em; }

.marked_down blockquote {
  background: #e5e5e5;
  border: 1px solid #ccc;
  padding: 0 12px 10px;
  margin: 0 10px 18px; }

.marked_down blockquote p {
  padding: 10px 0 0;
  margin: 0; }

.user_profile.sidebar .titlebar h1 {
  padding: 16px 15px 12px;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #999;
  margin: 0 5px 10px;
  border-bottom: 2px solid #bbb; }

.user_profile.sidebar .profile_form fieldset {
  width: 702px; }

.user_profile.up_sidebar .profile_form .left-labels dd {
  width: 540px; }

.user_profile.up_sidebar {
  background-image: url(/images/bg-faux_col.png);
  background-position: -400px;
  border-top: 1px solid #fff; }

.user_profile.up_sidebar .left {
  margin: 0;
  width: 200px; }

.user_profile.up_sidebar .left h2 {
  padding: 14px 10px 15px 20px;
  font-weight: normal;
  color: #fff;
  background: #549bcd;
  border-bottom: 0px solid #0073c4; }

.user_profile.up_sidebar .sidebar_navs {
  padding-top: 8px;
  margin-left: 8px; }

.user_profile.up_sidebar .sidebar_navs,
.user_profile.up_sidebar .sidebar_navs a {
  border-color: #aab9cd; }

.user_profile.up_sidebar .sidebar_navs a {
  text-shadow: none;
  color: #7d8c97; }

.user_profile.up_sidebar .sidebar_navs .active a {
  background: #c0c8d4;
  color: #516e83; }

#edit_my_profile .left-labels dt {
  width: 100px; }

#edit_my_profile .left-labels dd {
  width: 590px; }

#email_prefs {
  padding: 0 0 8px; }

#email_prefs p {
  margin: 0;
  padding: 10px 10px 5px; }

#email_prefs .preference {
  background: #f5f5f5;
  padding: 4px 5px;
  border: 1px solid #fff;
  border-width: 1px 5px; }

.group_vendors {
  /*background: #ff0;*/ }

.group_vendors h2 {
  background: #f0f;
  padding: 10px 20px 10px;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-size: 17px;
  font-weight: normal;
  color: #666;
  margin: 0; }

.group_vendors li {
  margin: 0;
  padding: 10px 20px 16px;
  border-bottom: 1px solid #d4d4d4; }

.group_vendors li h3 {
  font-size: 15px;
  font-weight: normal; }

.group_vendors li p.years_in_business {
  color: #666;
  margin: 0 0 0.5em; }

.group_vendors li dt {
  float: left;
  width: 120px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase; }
