@charset "UTF-8";
/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: screen.content.css 1102 2011-10-25 02:56:13Z hieblmedia $
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */
/* Import form styling by default */
@import url(screen.forms.css);
/**
 * Webfont Example (font-family: "SansationRegular")
 * @section webfont
 */
/* @import url(../fonts/sansation/sansation.css); */
@media all
{
  /**
   * Fonts
   * Global settings of font-families and font-sizes
   *
   * @section content-global-settings
   */
  /* reset font size for all elements to standard (16 Pixel) */
  html * { font-size:100.01%; }
  /**
   * reset monospaced elements to font size 16px in all browsers
   *
   * @see: http://webkit.org/blog/67/strange-medium/
   */
  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }
  /**
   * Base layout gets standard font size (example: '75.00%' from 16px = 12px)
   */
  body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:75.00%;
    color:#666;
  }
  /**
   * Webfont Example
   * @require '@import url(../fonts/sansation/sansation.css);' - see at top in this file
   * @section webfont
   */
  /* body { font-family: "SansationRegular"; } */
  /* --- Headings ------------------------------------------------------------- */
  h1,h2,h3,h4,h5,h6 {
    font-family: Arial,sans-serif;
    font-weight:normal;
    color:#222;
    margin:0 0 0.35em 0;
  }
  h1 { font-size:153%; color:#a43071; font-weight:bold; }                       /* 22px */
  h2 { font-size:153%; color:#666; font-style:italic; }                       /* 22px */
  h3 { font-size:150%; }   
  h4 { font-size:133.33%; }
  h5 { font-size:116.67%; }
  h6 { font-size:116.67%; }
  /* --- Lists ---------------------------------------------------------------- */
  ul, ol, dl { line-height:1.5em; margin:0 0 1em 1em; }
  ul { list-style-type:disc; }
  ul ul { list-style-type:circle; margin-bottom:0; }
  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }
  li { margin-left:0.8em; line-height:1.5em; }
  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }
  /* --- General text formatting ---------------------------------------------- */
  p { line-height:1.7em; margin:0 0 1em 0; }
  blockquote, cite, q {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }
  strong,b { font-weight:bold; }
  em,i { font-style:italic; }
  big { font-size:116.667%; }
  small { font-size:91.667%; }
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }
  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }
  sub { vertical-align: sub; font-size: smaller; }
  sup { vertical-align: super; font-size: smaller; }
  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #eee solid;
  }
  /* --- Links ---------------------------------------------------------------- */
  a { color:#a43071; background:transparent; text-decoration:none; }
  a:visited  { color:#a43071; }
  /* maximum constrast for tab focus - change with great care */
  a:focus { text-decoration:underline; color:#252525; }
  a:hover,
  a:active { color:#252525; text-decoration:underline; outline:0 none; }
  .readmore a { background-image:url(../images/link_arrow_bg.png); background-repeat:no-repeat; background-position:0 5px; padding-left:15px; }
  a.aaaaaalinkthumb { background:none; padding-left:0; }
  /* hide arrow on certain links */
  #main table.eventtable a,
  #main p.copyright a,
  #main #eventlist a,
  #main table.easyfolderlisting a,
  #main .search a { background-image:none; padding-left:0; }
  /* --- Images/Videos -------------------------------------------------------- */
  /* fluid images/videos (optional) */
  /*
  img, object, embed, video { max-width: 100%; }
  img { height: auto; }
  */
  /**
   * ---------------------------------------------------------------------------- #
   *
   * Generic Content Classes
   * standard classes for positioning and highlighting
   *
   * @section content-generic-classes
   */
  .highlight { color:#c30; }
  .dimmed { color:#888; }
  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }
  .note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
  .important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
  .warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }
  .float_left, .image-left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right, .image-right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }
  .a-right { text-align: right; }
  .a-left { text-align: left; }
  .a-center { text-align: center; }
  /**
   * ---------------------------------------------------------------------------- #
   *
   * Tables
   * Generic classes for table-width and design definition
   *
   * @section content-tables
   */
  table { width:auto; border-collapse:collapse; margin-bottom:0.5em; border-top:2px #888 solid; border-bottom:2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full,
  table.category { width:100%; }
  table.fixed { table-layout:fixed; }
  th,td { padding:0.5em; }
  thead th { color:#000; border-bottom:2px #800 solid; }
  tbody th { background:#e0e0e0; color:#333; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }
  tbody th { border-bottom:1px solid #fff; text-align:left; }
  tbody td { border-bottom:1px solid #eee; }
  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }
  /**
   * ---------------------------------------------------------------------------- #
   *
   * Joomla Specific
   *
   * @section joomla-core
   */
  /* content icons */
  ul.actions, ul.actions li {
    list-style: none; list-style-type:none; list-style-image: none;
    margin:0; padding:0; border: 0;
    overflow: hidden;
    width: 100%;
  }
  ul.actions { margin-bottom: 1em; }
  ul.actions li {
    display: block;
    float: left;
    width: auto;
    margin-right:.25em;
  }
  	.jyaml-bootstrap-enabled ul.dropdown-menu.actions {
		padding: 5px 0;
		margin: 2px 0 0;
	}
	.jyaml-bootstrap-enabled ul.dropdown-menu.actions li {
		width: auto; margin: 0;
		padding: 0; float: none;
	}

/* content article info */
  dl.article-info, dl.article-info dd { margin: 0; padding: 0; }
  dl.article-info { margin-bottom: 1em; }
  dt.article-info-term {
    /* seo hide: details title */
    position:absolute; top:-32768px; left:-32768px;
  }
  /* joomla article pagenav */
  ul.pagenav, ul.pagenav li {
    list-style: none; list-style-type:none; list-style-image: none;
    margin:0; padding:0; border: 0;
    overflow: hidden;
    width: 100%;
  }
  ul.pagenav {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }
  ul.pagenav li.pagenav-prev { float: left; width:auto; }
  ul.pagenav li.pagenav-next { float: right; width:auto; }
  /* joomla pagination */
  .pagination ul, .pagination ul li {
    list-style: none; list-style-type:none; list-style-image: none;
    margin:0; padding:0; border: 0;
    overflow: hidden;
    width: 100%;
  }
  .pagination ul { }
  .pagination ul li {
    float: left;
    width: auto;
    margin:0 5px 5px 0;
  }
  .pagination ul li.pagination-end { margin-right:0; }
  .pagination ul li.active-page { font-weight: bold; }
  .pagination ul li a,
  .pagination ul li span {
    display: block;
    width: auto;
    padding:.2em .5em;
    border:1px solid #ccc;
  }
  .pagination ul li a:hover,
  .pagination ul li a:focus,
  .pagination ul li a:active {
    background: #eee;
  }
  /* joomla categories list */
  .categories-list ul, .categories-list ul li {
    list-style: none; list-style-type:none; list-style-image: none;
    margin:0; padding:0; border: 0;
    overflow: hidden;
  }
  .categories-list ul li {
    padding: 1em 0;
  }
  .categories-list ul li.last {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .categories-list ul li .item-title {
    font-weight: bold;
    font-size: larger;
    margin-bottom: .5em;
    display: block;
  }
  .categories-list ul ul {
    margin-left: 1em;
  }
  .categories-list dl.article-count,
  .categories-list dl.article-count dt,
  .categories-list dl.article-count dd {
    margin:0; padding:0; border: 0;
  }
  .categories-list dl.article-count dt,
  .categories-list dl.article-count dd {
    display: inline;
  }
  /* tooltip */
  .tip-wrap .tip-wrap { text-align: left; font-size:1em; }
  .tip-wrap .tip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 400px;
    z-index: 5000;
  }
  .tip-wrap .tip-title {
    font-weight: bold;
    padding:.25em 0;
  }
  .tip-wrap .tip-text {
    font-size: 1em;
  }
  #nav { margin-top:28px; }
  .mod-languages { position:absolute; top:-1px; right:134px; width:140px; height:15px; border-right: 1px solid #edece6; }
  .mod-languages .pretext { float:left; }
  .mod-languages .pretext p { font-size: 71.43%; color:#666; position:relative; top:0; margin:0; }
  .mod-languages ul { border-right: 1px solid #fff; height:15px; }
  .mod-languages li { position:relative; top:-1px; }
  #fontsize { position:absolute; top:-3px; right:6px; }
  .teaserboxes .custom { background-position: 50% 0; background-repeat: no-repeat; position:relative; top:-30px; padding-top:140px; }
  .teaserboxes ym-gbox ym-gbox-left { padding-right: 3px; }
  .teaserboxes .subcr { padding-left:3px; }
  .teaserboxes ym-gbox ym-gbox-right  { padding-left: 0px; padding-right: 3px; }
  .teaserboxes .module-box { background:transparent url(../images/teaserboxes-bg.png) no-repeat 0 80%; height:260px; width:247px; overflow:hidden; }
  .teaserboxes h3 { font-weight:bold; color:#933165; font-size:22px; padding-left:7%; position:relative; top:100px; } 
  .teaserboxes p {  font-style:italic; color:#666; font-size:18px; padding-left:7%; margin:0; }
  .teaserboxes p + p { text-align:center; margin-top:30px; }
  .teaserboxes p a:link,
  .teaserboxes p a:visited { width:119px; border:1px solid #7e2557; background:#a43071; padding: 1px 13px 1px 13px; color:#fff; font-size:14px; font-style:normal; display:block; margin:0 auto; }
  .teaserboxes p a:hover,
  .teaserboxes p a:active { background:#7e2557; text-decoration:none; }
  .partners .ym-wrapper { height:171px; background:transparent url(../images/partners_sponsors_bg.png) no-repeat 50% 100%; margin: 36px auto; }
  .partners .ym-wbox { padding:0; }
  .partners h3 { text-align:center; text-indent:-3000px; background:transparent url(../images/title_partners_sponsors_de.png) no-repeat 50% 0; }
  .lang-en .partners h3 { background-image: url(../images/title_partners_sponsors_en.png); }
  .partners .inner { margin:0 auto; top:30px; }
  .partners ul { width:1000px; text-align:center; margin:0; padding: 0; }
  .partners li { display:block; width: 246px; margin:0; float:left; text-align:center; height:83px; list-style:none; background: transparent; position:relative; }
  .partners img { display:block; margin:0 auto; }
  .partners .prev { display:none; position: absolute; top: 83px; left: 9px; width: 49px; height: 49px; background: url(../images/partners_sponsors_navi.png) no-repeat 0 0; text-indent: -9999px; z-index: 20; }
  .partners .next { display:none; position: absolute; top: 83px; right: 9px; width: 49px; height: 49px; background: url(../images/partners_sponsors_navi.png) no-repeat 100% 0; text-indent: -9999px; z-index: 20; }
  .partners .textlink:link,
  .partners .textlink:visited { color: #fff; text-align: right; position: absolute; bottom: 4px; right: 9px; width: 100px; }
  .partners .textlink:hover,
  .partners .textlink:active { text-decoration: underline; }
  #footer { color:#edece6; min-width:1022px; margin-top:15px;}
  #footer a:link,
  #footer a:visited { color:#edece6; font-weight:normal; }
  #footer a:hover,
  #footer a:active {}
  #footer h3 { color:#edece6; border-bottom:1px solid #000; padding-left:17px; padding-bottom:6px; margin-bottom:0; font-weight:bold; font-style:italic; font-size:18px; }
  #footer .custom { border-top:1px solid #343434; padding-left:17px; padding-top:10px; }
  #footer ul { margin-left:4px; }
  #footer .linkbar { width:146px; height:47px; margin:0 auto; position:absolute; top:-55px; left:50%; margin-left:-73px; background: url(../images/linkbar_bg.png) no-repeat 0 0; }
  #footer .linkbar ul { list-style-type:none; margin:0; }
  #footer .linkbar li { margin:0; }
  #footer .linkbar li a { display:block; text-indent:-9999px; font-size:0; line-height:0; color:#111; }
  #footer .linkbar li.fb { float:left; }
  #footer .linkbar li.fb a:link,
  #footer .linkbar li.fb a:visited { background: url(../images/linkbar_bg.png) no-repeat -15px 0; margin:0 0 0 15px; width:46px; height:46px; }
  #footer .linkbar li.fb a:hover,
  #footer .linkbar li.fb a:active { background-position:-15px -58px; }  
  #footer .linkbar li.top { float:right; }
  #footer .linkbar li.top a:link,
  #footer .linkbar li.top a:visited { background: url(../images/linkbar_bg.png) no-repeat -85px 0; margin:0 15px 0 0; width:46px; height:46px; }
  #footer .linkbar li.top a:hover,
  #footer .linkbar li.top a:active { background-position:-85px -58px; }  
  #copybar { border-top:1px solid #333; background:#222; color:#edece6; font-size:10px; height:35px; min-width:1022px; }
  #copybar a:link,
  #copybar a:visited { color: #edece6; }
  #copybar a:hover,
  #copybar a:active { color: #edece6; }
  #copybar span,
  #copybar .printlink { float:left; }
  #copybar .copyright { display:block; width: 250px; }
  #copybar .printlink { display:block; width: 275px; }
  #copybar .printlink a:link,
  #copybar .printlink a:visited { margin-left:22px; background:url(../images/printer.png) no-repeat 0 0; padding-left:18px; }
  #copybar .jyaml { display:block; width: 225px; }
  #copybar .creator { display:block; padding-left:33px; }
  #header .search { position:absolute; top:30px; right:6px; }
  #header .search label { display:none; }
  #header .search input[type='text'] { border:none; background:#edece6; font-size:10px; color:#666; padding:8px; outline:none; width:142px; }
  #header .search button { background:url(../images/search-btn-submit.png) no-repeat 0 0; text-indent:-9999px; border:none; width:28px; height:27px; position:relative; top:1px; margin:-4px; }
  .lang-de.is-homepage .ym-col3 .blog-featured { background:url(../images/title_aktuelles.png) no-repeat 50% 0; margin:54px 0 0 0; padding-top:36px; }
  .lang-en.is-homepage .ym-col3 .blog-featured { background:url(../images/title_news.png) no-repeat 50% 0; margin:54px 0 0 0; padding-top:36px; }
  .lang-de.is-homepage .ym-col2 h3.module-heading,
  .lang-de.itemid-187 .ym-col2 h3.module-heading { text-indent:-9999px; background: transparent url(../images/title_termine.png) no-repeat 50% 0; }
  .lang-en.is-homepage .ym-col2 h3.module-heading,
  .lang-en.itemid-188 .ym-col2 h3.module-heading { text-indent:-9999px; background: transparent url(../images/title_events.png) no-repeat 50% 0; }
  .item-image {  padding:1px; background:#fff; border:1px solid #ccc; }
  .pull-left {float:left; margin:7px 10px 10px 0; position:relative; top:-30px; max-height:250px; overflow:hidden;}
  .pull-right {float:right; position:relative; top:0px; }
  .blog-featured h2 { font-weight:bold; color:#666; font-size:16px; font-style:normal; }
  .is-homepage .blog-featured .items-leading p,
  .is-homepage .blog-featured .article-info,
  .is-homepage .blog-featured h2,
  .is-homepage .item-page p,
  .is-homepage .item-page .article-info,
  .is-homepage .item-page h2,
  .margin-fix { margin-left:230px; }
  .items-leading > div { margin-bottom:36px; }
  .com_content-view-article #col3_content div.custom { display:none; }
  .jNewsMod.jcolor .pretext { display:block; border-top:1px solid #343434; padding-left:17px; padding-top:10px; position:relative;}
  .lang-en .jNewsMod.jcolor .pretext { top:0; margin-bottom:17px; }
  .jNewsMod.jcolor .inputbox { background:#0a0a0a; color:#edece6; border:none; font-size:14px; margin:0 3px 0 17px; height:30px; padding:0 10px 0 10px; float:left; width:140px; }
  .jNewsMod.jcolor .button { border:none; background:#0a0a0a url(../images/jnews_button_bg.png) no-repeat 0 0; width:37px; height:30px; margin:0; text-indent:-9999px; font-size:0; line-height:0; color:#0a0a0a; cursor:pointer; }
  .jNewsMod.jcolor #message1 span { color:#fff !important; padding-left:17px; display:block; }
  .ym-col2 .eventlistmod { margin:0; }
  .ym-col2 .eventlistmod li { list-style-type:none; padding: 5px 0; margin:0 0 3px 0; }
  .ym-col2 .eventlistmod li:hover {  }
  .ym-col2 .eventlistmod .location { font-weight:bold; color:#333; background-image:none; padding-left:0; } 
  .ym-col2 .eventlistmod .location a:hover,
  .ym-col2 .eventlistmod .location a:active { text-decoration:underline; }
  #col3_content_wrapper dl.article-info { display:none; }
  .is-homepage #col3_content_wrapper dl.article-info { display:block; }
  #main .search .phrases,
  #main .search .phrases-box,
  #main .search .ordering-box,
  #main .search .form-limit,
  #main .search .result-category,
  #main .search .result-created { display:none; }
  #main .search { margin-bottom:54px; }
  #main .search fieldset.only { border-bottom:1px solid #ccc; padding-bottom:36px; margin-bottom:9px; }
  #main .search fieldset.only label { margin-right:18px; }
  #main .search .word button { border:none; padding:4px; background:#ccc; cursor:pointer; }
  #main .search #search-searchword { border:none; padding:4px; background:#ccc; }
  #main .search .word button:hover,
  #main .search #search-searchword:hover { background:#fff; }
  #main .search .result-title { margin-top:36px; }
  #footer_content .ym-g25 p { background:url(../images/fcho-logo-small.png) no-repeat 0 0; padding-left:27px; }
   /**
   * C2 Modificationsa-none
   */
   .ym-col2 .ym-cbox .moduletable .eventlistmod .inner-left { float:left; height: 40px; width: 52px; margin-right:3px; padding:0 0 5px 10px; }
   .ym-col2 .ym-cbox .moduletable .eventlistmod .inner-right { float:left; height: 40px; width: 160px; padding:0 10px 5px 5px; }
   .ym-col2 .ym-cbox .moduletable .eventlistmod li:hover .inner-left,
   .ym-col2 .ym-cbox .moduletable .eventlistmod li:hover .inner-right { background:#ebeae7; }
   .ym-col2 .ym-cbox .moduletable .eventlistmod .inner-left span,
   .ym-col2 .ym-cbox .moduletable .eventlistmod .inner-right span { display:block; }
   .ym-col2 .ym-cbox .moduletable .eventlistmod li .a-none { background:none; color:#666666; }
   .option-com_contact .contact h3,
   .option-com_contact .contact .contact-contactinfo,
   .option-com_contact .contact p { display:none; }
}
.userdata li {
top: 20px;
font-size: 12px;
position: relative;
}
.userdata label {
display: inline-block;
min-width: 93px;
}
#login-form button {
  min-width: 240px;
  min-height: 28px;
}
#login-form div{
  min-height: 40;
}
#login-form input[type="text"] {
margin-top: 5px;
width: 210px;
height: 20px;
}
#login-form input[type="password"] {
margin-top: 5px;
width: 210px;
height: 20px;
}
li.jemmod {
list-style-type: none;
}
a.jemmod {
font-weight:700;
}
.article-info.muted {
  display:none;
}
.items-leading .article-info {
  display:block;
}
.leading-0{
  min-height:270px;
}
.leading-1{
  min-height:270px;
}
.leading-2{
  min-height:270px;
}
.leading-3{
  min-height:270px;
}
.leading-4{
  min-height:270px;
}
  #header #nav {
    /* containing floats in IE */
    width:100%;
    overflow:hidden;
    /* containing floats in all other browsers */
    float:left;
    display:inline;
    /* Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* Repeat the main color from the image */
    border-top:1px #ccc solid;
    border-bottom:1px #ccc solid;
    line-height:0; 
  }
  
  #header .ym-wbox {height:135px;}

  #header #nav ul {
    margin:0;

    padding:6px 0;
    /* Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
  }

  #header #nav ul li {
    /* Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    font-size:1.0em;
    line-height:1em;
    list-style-type:none;
    margin:0;
    padding:0;
    text-transform:uppercase;
  }

  #header #nav ul li a,
  #header #nav ul li strong {
    color:#9a9a9a;
    display:block;
    font-size:1em;
    font-weight:bold;
    margin:0;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

  #header #nav ul li a:focus,
  #header #nav ul li a:hover,
  #header #nav ul li a:active  { background:#a43071; color:#fff; text-decoration:none; outline: 0 none; }

  #header #nav ul li.active {
    /* Repeat the main color from the image */
    background:#a43071;
  }

  #header #nav ul li.active strong,
  #header #nav ul li.active a:focus,
  #header #nav ul li.active a:hover,
  #header #nav ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }

  /*
   * Subtitle support. Split menu title (defaults with ##).
   * You can change the separator value in the template params by menu options
   */
  * html #header #nav ul li a {
    position: relative; /* IE5+6 hover fix need with subtitles */
  }

  #header #nav ul li a span, .ym-hlist ul li strong span {
    display: block;
  }

  #header #nav ul li span.subtitle {
    /* You can use .maintitle, .subtitle-1, .subtitle-2, .subtitle-3, etc. to adjust the maintitle or each subtitle line */
    display: block;
    font-size: smaller;
    font-weight: normal;
    color: #444;
  }
  /* .ym-hlist ul li span.subtitle-empty { display: none; } */

  #header #nav ul li.active span { color:#fff; }
  #header #nav ul li.active span.subtitle {
    color: #fff;
    background: #a43071;
    font-weight: normal;
  }

  #header #nav ul li a.member,
  #header #nav ul li strong.member {
    background:#a43071 url(../images/nav-members-bg.png) no-repeat 20px 4px; 
    position:absolute;
    top:auto;
    right:0;
    color:#fff; 
    font-size:83%;
    line-height:155%;
    text-transform:none;
    padding-left:78px;
    font-weight:bold;    
  }

  #header #nav ul li a.member:focus,
  #header #nav ul li a.member:hover,
  #header #nav ul li a.member:active  { 
    background:#a43071 url(../images/nav-members-bg.png) no-repeat 20px 4px; 
    text-decoration:none;
    outline:0 none;
  background-color:#b75e8a; }
  
  #phoca-dl-category-box .pd-category h3, #phoca-dl-file-box .pd-file h3, #phoca-dl-download-box .pd-file h3 {
	font-size: 153%;
	color: #666;
	font-style: italic;
  }
#phoca-dl-category-box .pd-category h3, #phoca-dl-file-box .pd-file h3, #phoca-dl-download-box .pd-file h3{
	margin: 0 !important;
	padding: 0px !important;
	background: none !important;
	border: none !important;
    margin-bottom: 8px !important;
}

#phoca-dl-category-box > div > div.pdtop{
	display: none;
}

#phocadownload-pane .tabs h3 a {
	margin: 0 !important;
	padding: 0px !important;
	background: none !important;
	border: none !important;
    margin-bottom: 8px !important;
}

#phocadownload-pane .filter-search {
display: none;
}

#phocadownload-pane .hidden-phone {
display: none;
}

#phocadownload-pane dl.tabs {
float: left;
margin: 0px 0 0px 0px !important;
z-index: 0 !important;
}

#phocadownload-pane div.current {
clear: both !important;
border: none !important;
padding: 0px !important;
background: none !important;
}

/* Phoca alert box */
.alert.alert-error{
color: #fff !important;
background: #B75E8A !important;
}

#member-profile .control-label {
margin-bottom: 7px;
margin-top: 7px;
}

#member-profile legend, #member-profile label#jform_name-lbl, #member-profile input#jform_name, #member-profile label#jform_email1-lbl, #member-profile input#jform_email1, #member-profile label#jform_email2-lbl, #member-profile input#jform_email2 {
display:none;
}

.profile-edit h1, #phocadownload-pane dl.tabs dt {
  	margin: 0 !important;
	padding: 0px !important;
	background: none !important;
	border: none !important;
    margin-bottom: 8px !important;
    font-size: 153% !important;
    color: #666 !important;
    font-style: italic !important;
  font-weight: normal !important;
}

.logout-button input{
  width: 240px;
  height: 27px;
}

.logout-button input {
width: 240px;
height: 27px;
position: relative;
top: -23px;
border: none;
border-top: solid 1px #ccc;
text-align: left;
padding-left: 48px;
background-color: #f0f0f0;
border-bottom: solid 1px #ccc;
}

input.btn.btn-primary:hover {
  background-color: #a43071;
  color: #fff;
  cursor: pointer;
}

intern.htmlmedia="all"
.logout-button input {
width: 240px;
height: 30px;
position: relative;
top: -23px;
border: 0;
border-top: solid 1px #ccc;
text-align: left;
padding-left: 48px;
background:none;
border-bottom: solid 1px #ccc;
cursor: pointer;
}

#system-message .alert-message{
border: 3px solid #a43071;
background: #B75E8A !important;
color: #fff !important;
}

#system-message{
  margin-bottom: 1em !important;
}
