/* Custom font face */
@font-face { font-family: ArialNarrow; src: url('../fonts/Font_ArialNarrow.ttf'); }
@font-face { font-family: ArialNarrow; font-weight: bold; src: url('../fonts/Font_ArialNarrowBold.ttf'); }
@font-face { font-family: ArialNarrow; font-weight: bold; font-style: italic; src: url('../fonts/Font_ArialNarrowBoldItalic.ttf'); }
@font-face { font-family: ArialNarrow; font-style: italic; src: url('../fonts/Font_ArialNarrowItalic.ttf'); }

html { -webkit-font-smoothing: antialiased; }

/* Background for all pages and Message Read Interface */
body,
body.mri {
  background-attachment: scroll;
  background-color: #32353e;
  background-image: url(../img/global/logo-lyris-lm-fractal.gif);
  background-repeat: no-repeat;
}

/* Iframes and text input styles */
iframe,
input[type="text"][disabled] {
  background-color: #fff;
  border: 1px solid #b2b7c2;
}
/* Selectbox input fields */
select.forminput { 
  background-color: #fff; 
}
/* Override for legacy font tags */
font {
  font-family: Arial, Helvetica, sans-serif;
}

font[size="1"] {
  font-size: 11px;
  vertical-align: -15px;
}

font[size="2"] { 
  font-size: 13px;
}
/* Header and footer */
#header,
#header strong { color: #99c064; }
#header em { color:#fff; }

#header a,
#footer a { 
  text-decoration: none;
}

#header a:hover,
#footer a:hover { 
  color: #fff;
  text-decoration: underline; 
}

/* Titlebars */
.dialog_titlebar {
  border-bottom: 1px solid #333832;
}

.dialog_titlebar td {
  background: none;
  background-color: #99c064;
}

.dialog_titlebar_left {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.dialog_titlebar_right {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.dialog_titlebar .toptitle { 
  background: #99c064 none;
  color: #32363f;
  height: 25px;
  padding-top: 5px;
  width: 98%;
}
.dialog_titlebar .toptitle .icon {
  float: left;
  height: 16px;
  width: 16px;
  margin: -2px 5px 0 0;
}

/* Only applies to Message Read Interface */
.mri .dialog_titlebar .toptitle .icon {} 

/* Titlebar iconography */
.dialog_titlebar .toptitle .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  vertical-align: 0.3em;
}

.dialog_content_left,
.dialog_content_right {
  background-image: none;
  background-color: #e0e0ce;
}

.dialog_bottom_left { 
  background: #e0e0ce;
  height: 5px;
  line-height: 0;
  overflow: hidden;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

.dialog_bottom {
  height: 5px;
  line-height: 0;
  overflow: hidden;
  background: #e0e0ce;
}
.dialog_bottom_right {
  height: 5px;
  line-height: 0;
  overflow: hidden;
  background: #e0e0ce;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

/* Tabbed Iterface */
.dialog_tabs,
.dialog_tabs_corner_left,
.dialog_tabs_corner_right {
  background-image: none;
  height: 0; 
}
.dialog_tabs_table {
  position: relative;
  z-index: 2;
  top: 1px;
}

.dialog_tabs,
.dialog_tabs_corner_left,
.dialog_tabs_corner_right { background-color: #e0e0ce; }

.dialog_tabs td { 
  border-collapse: collapse;
  vertical-align: top;
}
.dialog_tabs_title {
  padding: 0 5px;
  color: #32363f;
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #b1b8c2;
  border-bottom: 0;

  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.dialog_tabs_title.dialog_tabs_unselected { border-bottom: 1px solid #b1b8c2; }

.dialog_tabs_selected { background: #eff0f2; }
.dialog_tabs_selected_left { 
  background: none; 
}
.dialog_tabs_selected_right {
  background: none; 
}


.dialog_tabs_unselected,
.dialog_tabs_unselected .dialog_tabs_input { cursor: pointer; }

.dialog_tabs_unselected { background: #dbe6e8; }
.dialog_tabs_unselected_left {
  background: none; 
}
.dialog_tabs_unselected_right {
  background: none; 
}

.dialog_tabs_edge { 
  width: 1px; 
  height: 13px;
  overflow: hidden;
}
.dialog_tabs_edge .dialog_tabs_input { width: 1px; }

.dialog_tabs_title .dialog_tabs_input { 
  opacity: 1;
  filter: alpha(opacity=100);
  color: #4d4d4d;
  height: 13px;
}

.dialog_tabs_title .dialog_tabs_title_image {
  height: 13px;
  display: none;
 }
.dialog_tabs_title .dialog_tabs_title_text { 
  display: block; 
  padding: 2px 4px;
}

.dialog_tabs_title .dialog_tabs_title_text .dialog_tabs_input { margin-top: 1px; }

.dialog_tabs_input { 
  font-size: 11px;
  font-weight: bold;
  background-color: #dbe6e8;
  text-rendering: optimizeLegibility;   
}

.dialog_tabs_height { height: 0; }

.dialog_tabs_panel { 
  border-top: 1px solid #b1b8c2;
}

/* General panels used for site map and directory pages */
#panel { background: none; }
#panel ul { list-style-image: url(../img/global/bullet_arrow.gif); }


.panel_bottom_bg { 
  background: #eff0f2; 
  border-bottom: 1px solid #b1b8c2;
}
.panel_bottom_left { 
  background: #eff0f2; 
  border-left: 1px solid #b1b8c2;
  border-bottom: 1px solid #b1b8c2;

  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.panel_bottom_right {
  background: #eff0f2; 
  border-right: 1px solid #b1b8c2;
  border-bottom: 1px solid #b1b8c2;

  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

.panel_top_bg { 
  background: #eff0f2; 
  border-top: 1px solid #b1b8c2;
}
.panel_top_left { 
  background: #eff0f2; 
  border-left: 1px solid #b1b8c2;
  border-top: 1px solid #b1b8c2;

  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}

.panel_top_right {
  background: #eff0f2; 
  border-right: 1px solid #b1b8c2;
  border-top: 1px solid #b1b8c2;

  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}


.dialog_tabs_panel .panel_left_bg {
  border-top: 1px solid #b1b8c2;

  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.dialog_tabs_panel .panel_right_bg {
  border-top: 1px solid #b1b8c2;

  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.dialog_tabs_panel .panel_content {
  border-top: 1px solid #b1b8c2;
}

.panel_left_bg {
  background: #eff0f2; 
  border-left: 1px solid #b1b8c2;
}
.panel_right_bg {
  background: #eff0f2; 
  border-right: 1px solid #b1b8c2;
}

.panel_content {
  background: #eff0f2;
}

/* Single message alert panels */
#alert,
.alertpanel {
  background: #99c064; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: 2px 2px 5px #000;
  -moz-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}
#alert td,
.alertpanel td {
  color: #383838;
}

#alert td a:link, 
#alert td a:visited,
.alertpanel td a:link,
.alertpanel td a:visited {
  color: #0084ff;  
}

#alert td a:hover,
.alertpanel td a:hover {
  color: #3777A4;
}

#alert .title,
.alertpanel .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  letter-spacing: .25em;  
}

#alert .text,
.alertpanel  .text  { font-size: 12px}
#alert .subtext,
.alertpanel .subtext { font-size: 10px}


.alertpanel_content { 
  background: #e0e0ce;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 5px;
}
.alertpanel_left,
.alertpanel_right,
.alertpanel_top_left,
.alertpanel_top_bg,
.alertpanel_top_right,
.alertpanel_bottom_left,
.alertpanel_bottom_bg,
.alertpanel_bottom_right { background: none; }


.alertpanel_top_bg,
.alertpanel_top_left,
.alertpanel_top_right,
.alertpanel_bottom_bg,
.alertpanel_bottom_left,
.alertpanel_bottom_right { height: 18px; }

.alertpanel_top_left {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}

.alertpanel_top_right {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.alertpanel_bottom_left {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.alertpanel_bottom_right {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

/* Main content areas */
#content { background-color: #e0e0ce; }

#content #sectionheader .panel_icon img { display: none; }
#content #sectionheader .panel_icon {
  width: 0; 
  overflow: hidden; 
}

#content #sectionheader .panel_breadcrumbs,
#content #sectionheader .panel_breadcrumbs a {
  font-family: Arial, Helvetica, sans-serif;
}
/* Left sidebar area with navigation and expand collapse */
#lyrSideBar { margin: 0 10px; }

/* Main Navigation */
#nav {
  background: none;
}
#nav td { font-family: "Arial Narrow", ArialNarrow, Arial, Helvetica, sans-serif; }

#nav a.nav_item {
  background: #eff0f2;
  color: #32363f;
  border-bottom: 1px solid #b4b7c0;
  font-family: "Arial Narrow", ArialNarrow, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
}
#nav a.nav_item:link { color:#32363f;}
#nav a.nav_item:visited { color:#32363f;}
#nav a.nav_item:hover { 
  color:#21a6bf;
  background-color: #dce6e8;
}
#nav a.nav_item i {
  margin: 8px 0 0 8px;
  padding-left: 24px; 
  float: left;
  height: auto;
}

#nav a.nav_item_first {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#nav strong {
  color:#99c064;
  font-weight:normal
}

#nav .shadow {
  overflow: hidden; 
  line-height: 0;
}
#nav .nav_shadow { background: none; }
#nav .nav_expanded_shadow { background: none; }
#nav .nav_expanded_shadow_bottom { background: none; }

/* Subnav menu items */
.menu,
.shortcuts_menu {
  background: #dbe6e8;
  border-bottom: 1px solid #b4b7c0;
}

.shortcuts_menu .menu { 
  border: 0;
  padding: 0;
  margin: 0;
}

.menu a.menu_item {
  background-image: none;
  text-indent: -9px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 14px;
}

.menu a.menu_item,
#nav a:link,
#nav a:active,
#nav a:visited,
.menu a.menu_item:link,
.menu a.menu_item:active,
.menu a.menu_item:visited { color: #32363f; }

.menu a.menu_item:hover {
  background-color: #99c064;
  background-image: none;
}

.menu a.menu_item:before {
  content: "\2022\A0";
  font-size: 14px;
  vertical-align: -1px;
}
.menu a.menu_item.expand { background: url(../img/global/sprite_8.png) no-repeat 92% 6px; }
.menu a:hover.menu_item.expand { background: #99c064 url(../img/global/sprite_8.png) no-repeat 92% -44px; }

.menu a.menu_item.collapse { background: url(../img/global/sprite_8.png) no-repeat 92% -92px; }
.menu a:hover.menu_item.collapse { background: #99c064 url(../img/global/sprite_8.png) no-repeat 92% -142px; }

/* Flyout menus */
div.popmenu {
  background: #dbe6e8;
  padding: 0;
  border: 1px solid #b1b8c2;
}

div.popmenu a { margin-right: 0; }
.thin { height: 0; }

/*Expand and Collapse icons */
#navtop .icon.plus {
  background: url(../img/global/plus.gif) no-repeat center center;
}
#navtop .icon.minus {
  background: url(../img/global/minus.gif) no-repeat center center;
}


/* Rounded Box */
.rounded_box {}
.rounded_box_container,
.rounded_box_top,
.rounded_box_bottom,
.rounded_box_content,
.rounded_box_content_container { background-color: #fff; }

.rounded_box_container { 
  border: 1px solid #ccc;
  overflow: hidden;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.rounded_box_upperleft,
.rounded_box_top_line,
.rounded_box_upperright,
.rounded_box_leftedge,
.rounded_box_rightedge,
.rounded_box_bottom_line,
.rounded_box_bottomleft,
.rounded_box_bottomright { background: none; }

/* Button Styles */
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn,
.btn:link,
.btn:visited,
#alert td a.btn,
#alert td a.btn:link,
#alert td a.btn:visited,
#content .btn,
#content .btn:link,
#content .btn:visited {
  padding: 0 1em;
  margin: 0.2em 0 0.2em 5px;
  color: #fff;
  background-color: #000;
  vertical-align: middle;
  line-height: 16px;
  height: 20px;
  display: inline-block;
  text-decoration: none;
  border: 0;
  white-space: nowrap;
  font-size: 11px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.btn,
#alert td input.btn,
#content input.btn {}

.btn:hover,
#alert td a.btn:hover,
#content .btn:hover {
  background-color: #32353e;
  text-decoration: none;
}

.btn[disabled],
.btn.disabled,
#alert .btn[disabled],
#alert .btn.disabled,
#content .btn[disabled],
#content .btn.disabled {
  background-color: #b1b1b1;
  color: #8d8d8d;
}

i.btn,
i.btn.disabled,
#content .btn.disabled,
a.btn,
a:link.btn,
#content a:link.btn,
#content a:visited.btn {
  padding: 0.2em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#alert .btn i { 
  display:inline-block;
  padding-top: 0.2em; 
}

/* End Button Styles */

/* Home page status bar */

.field_content { width: 100%; }
.field_bg {
  border-top: 1px solid #b2b7c2;
  border-bottom: 1px solid #b2b7c2;
  height: 32px;
  background: #dce6e8; 
}

.field_left { 
  border: 1px solid #b2b7c2;
  border-right: 0;
  width:5px;
  background: #dce6e8; 
}

.field_right { 
  border: 1px solid #b2b7c2;
  border-left: 0;
  width:5px;
  background: #dce6e8; 
}

/* Status bar symbol */
.status {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.status.red { background: #cc5251; }
.status.green { background: #6ecc51; }
.status.yellow { background: #ccc851; }
/* End Status bar symbol */

/* End Home page status bar */

.grouptitle,
#sectionheader td,
#sectionsubheader td,
#sectionfooter td { font-family: Arial, Helvetica, sans-serif; }
#sectionfooter { margin: 0 5px; }
#sectionsubheader { height: 26px; }
#showbuttonstag { padding: 0.4em 0; }

/* Windowed Search Box */
.search-container {
  background-color: #dce6e8;
  padding: 5px 10px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.search-container .btn {
  position:relative;
  top:-2px;
  z-index:1;
}

/* Sprites */
/* 8px Sprites */
.spr8 { background-image: url(../img/global/sprite_8.png); }

.spr8.expand { background-position: right 0; }
a:hover .spr8.expand { background-position: right 50px; }

.spr8.collapse { background-position: right 100px; }
a:hover .spr8.collapse { background-position: right 150px; }

/* 16px Sprites */

.spr16 { background-image: url(../img/global/sprite_16.png); }

.spr16.home { background-position: 0 0; }
a:hover .spr16.home {  background-position: 0 -30px; }
.dialog_titlebar .icon { background-position: 0 -1320px; }

.spr16.calendar { background-position: 0 -60px; }
a:hover .spr16.calendar {  background-position: 0 -90px; }
.dialog_titlebar .spr16.calendar { background-position: 0 -1380px; }

.spr16.members { background-position: 0 -120px; }
a:hover .spr16.members {  background-position: 0 -150px; }
.dialog_titlebar .spr16.members { background-position: 0 -1140px; }

.spr16.content { background-position: 0 -180px; }
a:hover .spr16.content {  background-position: 0 -210px; }
.dialog_titlebar .spr16.content { background-position: 0 -1080px; }

.spr16.segments { background-position: 0 -240px; }
a:hover .spr16.segments {  background-position: 0 -270px; }
.dialog_titlebar .spr16.segments { background-position: 0 -1260px; }

.spr16.mailings { background-position: 0 -299px; }
a:hover .spr16.mailings {  background-position: 0 -329px; }
.dialog_titlebar .spr16.mailings { background-position: 0 -1108px; }

.spr16.reports { background-position: 0 -360px; }
a:hover .spr16.reports {  background-position: 0 -390px; }
.dialog_titlebar .spr16.reports { background-position: 0 -1200px; }

.spr16.utilities { background-position: 0 -420px; }
a:hover .spr16.utilities {  background-position: 0 -450px; }
.dialog_titlebar .spr16.utilities { background-position: 0 -1290px; }

.spr16.shortcuts { background-position: 0 -480px; }
a:hover .spr16.shortcuts {  background-position: 0 -510px; }
.dialog_titlebar .spr16.shortcuts { background-position: 0 -1350px; }

.spr16.messages { background-position: 0 -598px; }
a:hover .spr16.messages {  background-position: 0 -628px; }
.dialog_titlebar .spr16.messages,
.dialog_titlebar .spr16.read { background-position: 0 -957px; }

.spr16.search { background-position: 0 -660px; }
a:hover .spr16.search {  background-position: 0 -690px; }
.dialog_titlebar .spr16.search { background-position: 0 -1230px; }

.spr16.my_account { background-position: 0 -720px; }
a:hover .spr16.my_account {  background-position: 0 -750px; }
.dialog_titlebar .spr16.my_account { background-position: 0 -1140px; }

.spr16.my_forums { background-position: 0 -780px; }
a:hover .spr16.my_forums {  background-position: 0 -810px; }
.dialog_titlebar .spr16.my_forums { background-position: 0 -1170px; }

.spr16.all_forums { background-position: 0 -840px; }
a:hover .spr16.all_forums {  background-position: 0 -870px; }
.dialog_titlebar .spr16.all_forums {  background-position: 0 -1020px; }

.spr16.about { background-position: 0 -540px; }
a:hover .spr16.about {  background-position: 0 -570px; }
.dialog_titlebar .spr16.about {  background-position: 0 -1408px; }

.spr16.help { background-position: 0 -900px; }
a:hover .spr16.help {  background-position: 0 -930px; }
.dialog_titlebar .spr16.help {  background-position: 0 -990px; }