/* @group Content */

#header,
#left,
#right,
#footer,
#main .mod_breadcrumb,
#main .pagination,
.invisible
{
  display:none;
}

html
{
  font-size:100%;
}

body
{
  margin:0;
  padding:0;
  font-size:9pt;
  line-height:1.5em;
}

#wrapper
{
  margin:0 1.5cm 1cm 0.5cm;
}

a
{
  color:#5c5c5c;
}

a:link:after,
a:visited:after
{
  content:" (" attr(href) ") ";
  font-size: 85%;
}

.image_container a:link:after,
.image_container a:visited:after,
.mod_eventlist a:link:after,
.mod_eventlist a:visited:after
{
  content:"";
}

a,body,cite,div,dd,dl,em,label,li,ol,p,strong,td,th,ul
{
  font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6,fieldset,form,input,legend,optgroup,select,textarea,#extra p
{
  font-weight:bold;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h1
{
  margin-bottom:0.4em;
  font-size:1.5em;
  line-height:1.15em;
}

h2
{
  margin-top:1.2em;
  font-size:1.25em; /* 15px */
}

h3
{
  margin:0.8em 0 0.2em 0;
  font-size:1.25em; /* 15px */
}

#main .mod_article p
{
  text-align:justify;
}

#main .mod_article .caption
{
  text-align:left;
  font-weight:bold;
  font-family:Georgia, "Times New Roman", Times, serif;
}

#extra p
{
  margin-top:1.5em;
  padding-left:0.5em;
  border-top:5px solid #c8c8c8;
  border-bottom:5px solid #c8c8c8;
}

.author
{
  font-style:italic;
  text-align:right;
  margin:2em 0;
}

/* @end */

/* @group Accordion */

.accordion
{
  display:block !important; /* CHECK in IE */
}

/* @end */

/* @group Events */

.mod_eventlist .event
{
  float:left;
  clear:left;
  width:100%;
  margin-top:0.75em;
}

.mod_eventlist .event .date,
.mod_eventlist .event .title
{
  float:left;
}

.mod_eventlist .event .date
{
  width:25%;
}

.mod_eventlist .event .title
{
  width:75%;
}

/* @end */

/* @group Glossary */

a.glossarylink dfn.glossarydescription,
a.glossarylink abbr.glossarydescription
{
  display:none;
}

/* @end */

/* @group Tables */

.ce_table table
{
  border-collapse:collapse;
  border-top:1px solid #c8c8c8;
  margin:0.5em 0;
}

.ce_table th,
.ce_table td
{
  padding:0.3em 0.5em;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #c8c8c8;
}

.ce_table th
{
  color:#6e82b6;
  font-weight:bold;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.08em;
}

/* @end */
