



/**************************************************/
/*                                                */
/* breadcrumbs styles                             */
/*                                                */
/**************************************************/
h2#breadcrumbs
{
  margin-top: 0;
  border-bottom: 1px solid #8FAEBE;
  padding-bottom: 3px;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  color: #333;
}

h2#breadcrumbs a
{
  font-weight: bold;
  text-decoration: none;
}


/**************************************************/
/*                                                */
/* footer nav "bar"                               */
/*                                                */
/**************************************************/
.footer-nav ul
{
  text-align: center;
}

.footer-nav li
{
  display: inline;
  list-style-type: none;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #ccc;
}

.footer-nav li:first-child
{
  border-left: none;
}

.footer-nav li a,
.footer-nav li a:visited
{
  color: #666;
  text-decoration: none;
}

/**************************************************/
/*                                                */
/* horizontal menu                                */
/*                                                */
/**************************************************/
.menu
{
  padding-left: 30px;
  position: relative;
  height: 32px;
  width: 100%;
  text-align: left;
}

.menu ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu li
{
  float: left;
  width: 149px;
  position: relative;
}

li#menu_left
{
  width: auto;
  text-align: right;
  position: relative;
}

li#menu_right
{
  width: auto;
  text-align: left;
  position: relative;
}

.menu a,
.menu a:visited
{
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  width: 138px;
  height: 30px;
  border: 1px solid #fff;
  border-width: 1px 0 1px 1px;
  background-color: #002851;
  padding-left: 10px;
  line-height: 29px;
  font-weight: bold;
}

.menu ul ul a.flyout,
.menu ul ul a.flyout:visited
{
  background: #fff url(/images/grey-arrow.gif) no-repeat 130px center;
}

.menu ul ul a.flyout:hover
{
  background: #CAD2DF url(/images/blue-arrow.gif) no-repeat 130px center;
}

.menu ul ul :hover > a.flyout
{
  background: #CAD2DF url(/images/blue-arrow.gif) no-repeat 130px center;
}

.menu ul ul ul a,
.menu ul ul ul a:visited
{
  background: #fff;
}

.menu ul ul ul a:hover
{
  background: #CAD2DF;
}

.menu ul ul
{
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 31px;
  left: 0;
  width: 149px;
}

.menu ul ul ul
{
  left: 149px;
  top: -1px;
  width: 149px;
}

.menu ul ul ul.left
{
  left: -149px;
}

.menu ul ul a,
.menu ul ul a:visited
{
  background: #fff;
  color: #000;
  height: auto;
  line-height: 1em;
  padding: 5px 10px;
  width: 128px;
  border-width: 0 1px 1px 1px;
}

.menu a:hover,
.menu ul ul a:hover
{
  color: #000;
  background: #CAD2DF;
}

.menu :hover > a,
.menu ul ul :hover > a
{
  color: #000;
  background: #cad2df;
}

.menu ul li:hover ul,
.menu ul a:hover ul
{
  visibility: visible;
}

.menu ul :hover ul ul
{
  visibility: hidden;
}

.menu ul :hover ul :hover ul
{
  visibility: visible;
}

/**************************************************/
/*                                                */
/* vertical menu                                  */
/* (not fully functional yet                      */
/*                                                */
/**************************************************/
.vertmenu
{
  padding-left: 30px;
  width: 135px;
  float: left;
}

.vertmenu ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.vertmenu a,
.vertmenu a:visited
{
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.vertmenu ul > li
{
  background-color: #002851;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  line-height: 100%;
  padding: 2px 5px 1px 5px;
  margin: 0;
}

.vertmenu ul > li > ul > li
{
  margin: 0 -5px;
  padding: 0;
  line-height: 150%;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}

.vertmenu ul > li > ul > li a
{
  background-repeat: no-repeat;
  display: block;
  border-right: 1px solid #8FAEBE;
  border-bottom: 1px solid #8FAEBE;
  border-top: 1px solid #FFF;
  padding: 3px 5px 3px 24px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 16px;
  background-position: 3px 3px;
  width: 105px;
}

.vertmenu ul > li > ul > li a:link,
.vertmenu ul > li > ul > li a:visited,
.vertmenu ul > li > ul > li a:active
{
  background-color: #FFF;
}

.vertmenu ul > li > ul > li a:hover,
.vertmenu ul > li > ul > li a.vn-here:link,
.vertmenu ul > li > ul > li a.vn-here:visited,
.vertmenu ul > li > ul > li a.vn-here:active
{
  background-color: #CAD2DF;
}

.vertmenu ul ul a.flyout,
.vertmenu ul ul a.flyout:visited
{
  background: #fff url(/images/grey-arrow.gif) no-repeat 120px center;
}

.vertmenu ul ul a.flyout:hover
{
  background: #CAD2DF url(/images/blue-arrow.gif) no-repeat 120px center;
}

.vertmenu ul ul :hover > a.flyout
{
  background: #CAD2DF url(/images/blue-arrow.gif) no-repeat 120px center;
}

.vertmenu ul ul ul a,
.vertmenu ul ul ul a:visited
{
  background: #fff;
}

.vertmenu ul ul ul a:hover
{
  background: #CAD2DF;
}

.vertmenu ul ul ul
{
  left: 165px;
  width: 135px;
  top: -1px;
  visibility: hidden;
  position: absolute;
  border-top: 1px solid #8FAEBE;
}

.vertmenu ul ul ul li
{
  border-right: 1px solid #8FAEBE;
  border-bottom: 1px solid #8FAEBE;
  border-top: 1px solid #fff;
  margin: 0;
}

.vertmenu ul ul a,
.vertmenu ul ul a:visited
{
  background: #fff;
  color: #000;
}

.vertmenu ul ul a:hover
{
  color: #000;
  background: #CAD2DF;
}

.vertmenu ul ul :hover > a
{
  color: #000;
  background: #cad2df;
}

.vertmenu ul :hover ul ul
{
  visibility: hidden;
}

.vertmenu ul :hover ul :hover ul
{
  visibility: visible;
}


/**************************************************/
/*                                                */
/* content editing                                */
/*                                                */
/**************************************************/
#content-edit-wrapper
{
  width: 945px;
}

#content-edit-title
{
  clear: left;
  background-image: url(/graphics/tab_right.gif);
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0;
  padding: 0;
}

#content-edit-title h2
{
  display: block;
  background-image: url(/graphics/tab_left.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 4px 15px 2px;
  margin: 0px;
}

#content-edit-body
{
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  margin: 0;
  padding: 10px;
}

#content-edit-instructions
{
  margin-bottom: 15px;
}

#content-edit-form
{
  margin-top: 10px;
  margin-bottom: 10px;
}

#content-edit-column-left
{
  width: 25%;
  float: left;
  padding: 10px;
}

#content-edit-column-right
{
  width: 70%;
  float: left;
  padding: 10px;
}

#content-edit-properties
{
  padding: 0px;
}

.content-edit-property-group
{
  padding: 5px;
}

.content-edit-property-group-title
{
  color: #06c;
  font-weight: bold;
  text-align: center;
}

.content-edit-property-title
{
  background: #99b5d1 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  text-align: left;
  font-size: 0.9em;
}

.content-edit-property
{
  padding: 5px;
  font-size: 0.9em;
}

.content-edit-property-edit
{
  padding: 0px;
}

#content-edit-header
{
  background-color: #ddd;
  border: 1px solid #ccc;
}

#content-edit-header h2
{
  font-weight: bold;
  font-size: larger;
  margin: 0px;
  padding: 0px;
}

.content-edit-item
{
  margin-top: 15px;
  margin-bottom: 15px;
}

.content-edit-item a
{
  text-decoration: none;
}

.content-edit-inline-field
{
  margin-left: 10px;
}

#content-edit-add-bar
{
  margin-bottom: 10px;
  padding: 5px 5px 5px 15px;
}

#content-edit-new-item
{
  border: 1px dotted #999;
  padding: 2px;
}

#content-edit-new-item-buttons
{
  background: transparent url(/graphics/gradient_bar.gif) repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px 5px 5px;
}

#content-edit-new-item-select
{
  padding: 10px;
}

#content-edit-new-item-select h2
{
  display: inline;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

.content-edit-option-table
{
  width: 100%;
}

.content-edit-option-table td
{
  border-bottom: 1px solid #ddd;
  padding: 4px 3px 4px 7px;
  vertical-align: top;
}

.content-edit-option-table td a:link
{
  color: #06c;
  text-decoration: underline;
}

span.content-edit-inline-field:hover
{
  background: #99b5d1;
  cursor: pointer;
}

.content-edit-button
{
  border: 1px solid #666;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  padding: 0.2em;
}


/**************************************************/
/*                                                */
/* MFM Blog settings                              */
/*                                                */
/**************************************************/
.blog_body_wrap
{
  width: 750px;
}

h2 .blog_title_highlight
{
  color: #93B06B;
}

p.blog_page_desc
{
  margin: 5px 0 15px 0;
}

#blog_content
{
  font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
  font-size: 12px;
}

h2.blog
{
  margin: 10px 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
}

#blog_banner
{
  position: relative;
  width: 680px;
}

#blog_col_1, #blog_col_2
{
  display: inline;
  position: relative;
  float: left;
  min-height: 1px;
}

#blog_col_1_inner, #blog_col_2_inner
{
  position: static;
}

#blog_col_1
{
  margin: 15px 15px 0 15px;
  width: 480px;
}

#blog_col_2
{
  width: 200px; background: #e6ecf2;
}

#blog_col_2_inner
{
  padding: 10px 10px 0 10px;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #fff;
}

.blog_date_header
{
  margin-top: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog_entry_header
{
  margin-top: 0;
  border-left: 5px solid #dae0e6;
  padding: 0 0 0 10px;
  color: #666;
  font-size: 18px;
}

.blog_entry_body
{
  margin: 0;
  line-height: 1.5;
}

.blog_entry_footer
{
  margin: 0 0 20px 0;
  border-top: 1px solid #dae0e6;
  padding-top: 3px;
  color: #666;
  font-size: 10px;
  text-align: right;
}

.blog_date_header,
.blog_entry_body
{
  position: static;
  clear: both;
}

.blog_entry
{
  position: static;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}

.blog_entry_excerpt,
.blog_entry_body,
.blog_entry_more_link,
.blog_entry_more
{
  clear: both;
}

.blog_entry_footer
{
  clear: both;
  margin: 5px 10px 20px 10px;
}

.blog_module
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.blog_module_body
{
  position: relative;
  margin: 5px 10px 20px 10px;
}

.blog_module_list
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_module_list_item
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog_module_powered .blog_module_content { margin-bottom: 10px; }

#blog_banner a { color: #fff; text-decoration: none; }
#blog_banner a:hover { color: #fff; }

.blog_module_content a { color: #36414d; }
.blog_module_content a:hover { color: #a3b8cc; }

.blog_module_header
{
  width: 100%;
  margin: 0;
  border-left: 5px solid #36414d;
  padding: 5px;
  color: #fff;
  background: #a3b8cc;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.blog_module_header a,
.blog_module_header a:hover
{
  color: #fff;
}

.blog_entry_more_link,
.blog_entry_footer
{
  font-size: 11px;
}

#blog_banner
{
  background: #a3b8cc;
  padding: 15px 13px;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #fff;
}

#blog_banner_header
{
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-shadow: #36414d 0 2px 3px;
}

#blog_banner_description
{
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
  background: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.125;
  text-shadow: #36414d 0 1px 2px;
}

.blog_module
{
  margin: 0 0 10px 0;
  border-bottom: 1px solid #f3f6f9;
  background: #dae0e6;
}

.blog_module_content
{
  margin: 0 0 10px 0;
  border-top: 1px solid #cfd4d9;
  padding: 10px 10px 0 10px;
  font-size: 10px;
  line-height: 1.2;
}

.blog_module_search input
{
  font-size: 10px;
}

.blog_module_search #blog_search
{
  width: 100px;
}

.blog_module_powered
{
  border-width: 0;
}

.blog_module_powered .blog_module_content
{
  margin-bottom: 0;
  border: 1px dashed #a3b8cc;
  padding-bottom: 10px;
  color: #292e33;
  background: #fff;
}

.blog_module_list
{
  margin: 0 15px 10px 15px;
  list-style: disc;
}

.blog_module_list .blog_module_list
{
  margin: 5px 0 0 0;
  padding-left: 15px;
  list-style: circle;
}

.blog_module_list-item
{
  margin-top: 0;
  color: #666;
  line-height: 1.2;
}

.blog_entry_header a { text-decoration: none; }

.blog_main_index .blog_date_header { display: none; }

#blog_list_entry table.compact #en-title { width: 38% }
#blog_list_entry table.compact td input { width: 95% }
#blog_list_entry table.compact.show-weblog #en-title { width: 28% }
#blog_list_entry table.compact #en-author { width: 16% }
#blog_list_entry table.compact #en-weblog { width: 18% }
#blog_list_entry table.compact #en-category { width: 20% }

.blog_tabs
{
  position: relative;
  height: 22px;
  margin: 10px 0;
  border-bottom: 1px solid #CEDCF0;
}

.blog_tabs ul
{
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

.blog_tabs li
{
  display: block;
  float: left;
  height: 15px;
  margin: 0 1px 0 0;
  padding: 4px 10px 3px 10px;
  background-color: #EAF2FF;
  background-image: url(/graphics/blog_tab.gif);
  background-repeat: repeat-x;
}

.blog_tabs a
{
  font-size: 11px;
  text-decoration: underline;
}

.blog_tabs a:link, .blog_tabs a:visited
{
  color: #333;
}

.blog_tabs a:active, .blog_tabs a:hover
{
  color: #000;
}

.blog_tabs li.tab_title
{
  background-color: #CEDCF0;
  background-image: url(/graphics/blog_tab_title.gif);
  background-repeat: repeat-x;
}

.blog_tabs li.tab_title a:link, .blog_tabs li.tab_title a:visited,
.blog_tabs li.tab_title a:active, .blog_tabs li.tab_title a:hover
{
  color: #000;
  text-decoration: none;
}

.blog_tabs li.special
{
  float: right;
  height: 13px;
  padding-right: 0;
  background-color: transparent;
  background-image: none;
}

.blog_tabs li.special a:link, .blog_tabs li.special a:visited,
.blog_tabs li.special a:active, .blog_tabs li.special a:hover
{
  color: #666;
}

.blog_tabs li.special a.help:link,
.blog_tabs li.special a.help:visited
{
  color: #8FAEBE;
}

.blog_tabs li.special a.help:hover,
.blog_tabs li.special a.help:active
{
  color: #FFF;
}

.blog_tabs li.special img
{
  margin-top: 3px;
  vertical-align: top;
}

.blog_list_wrapper
{
  position: relative;
}

.blog_list table
{
  font-size: 11px;
  line-height: 13px;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #D7E3F5;
}

.blog_list table th
{
  background-color: #8FAEBE;
  color: #FFF;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  padding: 2px 5px;
  border-bottom: 1px solid #FFF;
}

.blog_list table tr.blog_table_odd
{
  background-color: #FFF;
}

.blog_list table tr.blog_table_even
{
  background-color: #EAF2FF;
}

.blog_list table td
{
  border-bottom: 1px solid #FFF;
}

.blog_list table.expanded td
{
  border-bottom: none;
}

.blog_list table.expanded tr.slave td
{
  border-bottom: 1px solid #FFF;
}

.blog_list table td
{
  padding: 5px;
  vertical-align: top;
}

.blog_list table a:link,
.blog_list table a:visited
{
  text-decoration: none;
}

.blog_list table a:active,
.blog_list table a:hover
{
  text-decoration: underline;
}

.blog_list table td img
{
  margin-top: 1px;
}

* html body .blog_list table th.blog_table_cb input,
* html body .blog_list table td.blog_table_cb input { margin: -2px -5px; } /* ie win fix */

.blog_list table td.status-published img { background-image: url(/graphics/blog_success.gif); }
.blog_list table td.status-draft img { background-image: url(/graphics/blog_draft.gif); }
.blog_list table td.status-future img { background-image: url(/graphics/blog_future.gif); }
.blog_list table td.status-pending img { background-image: url(/graphics/blog_warning.gif); }
.blog_list table td.status-view img { background-image: url(/graphics/blog_view.gif);}

.blog_list table tr.selected { background-color: #26566E; }

.blog_list table tr.selected td,
.blog_list table tr.selected td a:link,
.blog_list table tr.selected td a:visited,
.blog_list table tr.selected td a:active,
.blog_list table tr.selected td a:hover { color: #FFF; }

.blog_list table tr.selected td.status-published img { background-image: url(/graphics/blog_invert-success.gif); }
.blog_list table tr.selected td.status-draft img { background-image: url(/graphics/blog_invert-draft.gif); }
.blog_list table tr.selected td.status-future img { background-image: url(/graphics/blog_invert-future.gif); }
.blog_list table tr.selected td.status-pending img { background-image: url(/graphics/blog_invert-warning.gif); }
.blog_list table tr.selected td.status-view img { background-image: url(/graphics/blog_invert-view.gif); }

.blog_list_actions
{
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}

.blog_list_actions_footer .blog_list_actions
{
  border-bottom: 1px solid #D7E3F5;
  padding-bottom: 10px;
}

.blog_button_bar
{
  width: 400px;
  float: left;
  font-size: 11px;
}

.blog_button_bar_alt
{
  width: 200px;
  float: right;
  font-size: 11px;
  text-align: right;
}

.blog_button_bar_alt select
{
  max-width: 150px;
}

* html body .blog_button_bar_alt select
{
  width: 150px;
}



