/**
 *
 * TABLE OF CONTENTS
 *
 * 1.00 Defaults
 *   1.01 Columns
 *   1.02 Blocks
 *     1.02.1 Lists
 *   1.03 Secondary/Tertiary/Sub Column Blocks
 *     1.03.1 Lists
 * 2.00 Block Specifics
 *   2.01 Main
 *   2.02 Main-detail
 *   2.03 Related
 *   2.04 Reactions
 *   2.05 React
 *   2.06 Files
 *   2.07 Themes
 *   2.08 Opinion
 *   2.09 Horizontal
 *   2.10 Tabbed
 *   2.11 Contact
 *   2.12 Poll
 *   2.13 Links
 *   2.14 Newsletter
 *   2.15 Quote
 *   2.16 Research-detail/News-detail
 *   2.17 External-sources
 *   2.18 Event
 *   2.19 Tag-detail
 *   2.20 Experts
 *   2.21 Expert
 *   2.22 Expert-detail
 *   2.23 Expert-dossier-related / Expert-tag-related
 *   2.24 Results
 *   2.25 Archive
 *   2.26 Archive-list
 *   2.27 Media
 *   2.28 Media
 * 3.00 Container
 * 4.00 Header
 *   4.01 Logo
 *   4.02 Slogan
 *   4.03 Serviceblock
 *     4.03.1 Search
 *     4.03.2 Service
 * 5.00 Menu
 * 6.00 Branding
 * 7.00 Filters
 * 8.00 Icons 
 * 9.00 Tagcloud
 * 10.00 Paginator
 * 11.00 Carousel
 * 12.00 Footer
 *   12.01 Categories
 *   12.02 Servicefooter
 * 13.00 Autocomplete
 * 14.00 Forms
 * 15.00 Error
 * 16.00 Wysiwyg
 *
 */

/**
 *
 * 1.00 Defaults
 *
 * All the default styling
 * 
 */

body {
  background: #e5eaef url(../images/backgroundgradient.png) 0 0 repeat-x;
  line-height: 1em;
  font-size: 1em;
  font-family: trebuchet ms;
}

a {
  color: #225c95;
  text-decoration: none;
}

a:hover {
  color: #225c95;
  text-decoration: underline;
}

a:visited {
  color: #225c95;
}

.clear {
  clear: both;
  height: 0px;
}

.rating {
  margin: 13px 0 0 0;
}

/**
 * 1.01 Columns
 */

.column {
  float: left;
  width: 490px;
}

.primary-column {
  margin: 0 10px;
  width: 470px;
}

.secondary-column {
  float: left;
  margin: 0 10px;
  width: 260px;
}

.tertiary-column {
  float: left;
  margin: 0 10px;
  width: 190px;
}

.main-column {
  float: left;
  border-right: 1px solid #90adca;
  margin: 0 10px 0 4px;
  padding: 0 15px 0 0; 
  width: 740px;
}

.primary-sub-column {
  float: left;
  margin: 0 5px;
  width: 530px;
}

.primary-sub-column.no-secondary {
  background: #ffffff;
  margin: 0 0 0 5px;
  width: 751px;
}

.secondary-sub-column {
  float: left;
  margin: 0 5px;
  width: 190px;
}

/**
 * 1.02 Blocks
 */

.block {
  margin: 0 0 20px 0;
}

.block.odd {
  background: #cccc00;
}

.block.styled {
  background: #225c95;
}

.block .header .rss {
  background: url(../images/sprite.png) 0px -190px no-repeat;
  float: left;
  display: block;
  margin: -2px 10px 0 0;
  height: 20px;
  width: 20px;
}

.block h1 {
  color: #003466;
  font-weight: bold;
  font-size: 1.563em;
}

.block h2 {
  color: #003466;
  border-bottom: 1px solid #e5eaef;
  font-weight: bold;
  font-size: 1.563em;
  padding: 15px 0 15px 20px;
}

.block .imageholder {
  float: left;
  padding: 0 20px 0 0;
}

.block .footer .more {
  background: url(../images/morearrow.png) center right no-repeat;
  font-size: 0.75em;
  display: block;
  float: right;
  padding: 0 12px 0 0;
  margin: 10px 20px 0 0;
  font-weight: bold;
}

/**
 * 1.02.1 Lists
 */

.block ul li h3 a {
  font-size: 0.938em;
  font-weight: bold;
}

.block ul li p {
  font-size: 0.75em;
}

.block ul li span {
  color: #999999;
}

.block ul li.hover {
  background: #c8d6e3;
  cursor: pointer;
}

.block ul li.hover a.location {
  text-decoration: none;
}

/**
 * 1.03 Secondary/Tertiary/Sub Column Blocks
 */

.secondary-column .block .header,
.tertiary-column .block .header,
.secondary-sub-column .block .header {
  background: #e5eaef;
  color: #003466;
  height: 36px;
  line-height: 2.25em;
  padding: 0 10px;
  font-size: 0.938em;
  font-weight: bold;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius-top-left: 2px;
  -webkit-border-radius-top-right: 2px;
}

/**
 * 1.03.1 Lists
 */
 
.secondary-column .block ul,
.tertiary-column .block ul,
.secondary-sub-column .block ul {
  border: 1px solid #e5eaef;
  border-bottom: none;
}

.secondary-column .block ul li,
.tertiary-column .block ul li,
.secondary-sub-column .block ul li {
  padding: 10px 9px;
  border-bottom: 1px solid #e5eaef;
}

.secondary-column .block ul li .imageholder,
.tertiary-column .block ul li .imageholder,
.secondary-sub-column .block ul li .imageholder {
  float: left;
  padding: 0 10px 0 0;
}

.secondary-column .block ul li a,
.tertiary-column .block ul li a {
  font-size: 0.75em;
  font-weight: bold;
}

.secondary-sub-column .block ul li a {
  font-size: 0.75em;
}

.secondary-column .block .footer,
.tertiary-column .block .footer,
.secondary-sub-column .footer {
  border: 1px solid #e5eaef;
  border-top: none;
}

.secondary-column .block .footer .more, 
.tertiary-column .block .footer .more,
.secondary-sub-column .footer .more {
  background: url(../images/morearrow.png) center right no-repeat;
  font-size: 0.75em;
  display: block;
  float: right;
  padding: 0 12px 0 0;
  margin: 10px 19px 10px 0;
  font-weight: bold;
}

/**
 *
 * 2.00 Block specifics
 *
 * Extended block styling
 * 
 */

/**
 * 2.01 Main
 */

.block.main {
  background: #f2f4f7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.block.main .header {
  border-bottom: 1px solid #c8d6e3;
  padding: 0 20px 0 20px;
  height: 54px;
}

.block.main .header .rss {
  background: url(../images/sprite.png) 0px -190px no-repeat;
  float: left;
  display: block;
  margin: 20px 10px 0 0;
  height: 20px;
  width: 20px;
}

.block.main .header h1 {
  float: left;
  margin: 10px 0 0 0;
  line-height: 1.563em;
}

.block.main .header h2 {
  border: none;
  padding: 0px; 
}

.block.main .header h2 a {
  color: #003466;
  float: left;
  margin: 10px 0 0 0;
  line-height: 1.563em;
  font-family: trebuchet ms;
  font-weight: bold;
}

.block.main .header .viewselector {
  font-size: 0.75em;
  margin: 27px 0 0 0;
  float: right;
}

.block.main .content {
  padding: 20px;
}

.block.main ul li {
  border-bottom: 1px solid #a7bed3;
  padding: 20px;
}

.block.main ul li h2 {
  font-size: 0.938em;
  font-weight: bold;
  border-bottom: none;
  padding: 0px;
}

.block ul.main li span {
  color: #666666;
}

.block.main .more {
  background: url(../images/morearrow.png) center right no-repeat;
  font-size: 0.75em;
  display: block;
  float: right;
  padding: 0 12px 0 0;
  margin: 10px 20px 20px 0;
  font-weight: bold;
}

/**
 * 2.02 Main-detail
 */

.block.main-detail {
  background: #f2f4f7;
}

.block.main-detail .header {
  color: #003466;
  font-size: 1.563em;
  font-weight: bold;
  border-bottom: 1px solid #e5eaef;
  padding: 20px 0 15px 20px;
}

.block.main-detail .content {
  font-size: 0.75em;
  padding: 20px;
}

.block.main-detail .imageholder {
  padding: 10px 20px 10px 0;
}

.block.main-detail .content h1 {
  color: #225c95;
  font-size: 1.5em;
  line-height: 1.125em;
  font-weight: bold;
}

.block.main-detail .content span {
  color: #999999;
  display: block;
  font-weight: bold;
}

.block.main-detail .content p {
  padding: 5px 0 0 0;
}

.block.main-detail .footer {
  border-top: 1px solid #c8d6e3;
  border-bottom: 1px solid #c8d6e3;
  font-size: 0.75em;
  padding: 0 20px;
}

.block.main-detail .footer.tag {
  border-top: none;
}

.block.main-detail .footer li {
  float: left;
  line-height: 3.4em;
  padding: 0 5px;
}

.block.main-detail .footer li .seperator {
  color: #505050;
}

/**
 * 2.03 Related
 */

.block.related .header {
  color: #003466;
  font-size: 1.563em;
  font-weight: bold;
  border-bottom: 1px solid #e5eaef;
  padding: 15px 0 15px 20px;
}

.block.related ul li {
  border-bottom: 1px solid #e5eaef;
  padding: 10px 20px;
}

.block.related ul li a {
  font-size: 0.75em;
  display: block;
}

.block.related ul ul li { 
  border-bottom: none;
  padding: 0px;
}

/**
 * 2.04 Reactions
 */

.block.reactions .header {
  color: #003466;
  font-size: 1.563em;
  font-weight: bold;
  border-bottom: 1px solid #e5eaef;
  padding: 15px 0 15px 20px;
}

.block.reactions ul li {
  border-bottom: 1px solid #e5eaef;
  padding: 10px 20px;
}

.block.reactions ul li span {
  color: #999999;
  font-size: 0.75em;
}

/**
 * 2.05 React
 */

.block.react .header {
  color: #003466;
  font-size: 1.563em;
  font-weight: bold;
  border-bottom: 1px solid #e5eaef;
  padding: 15px 0 15px 20px;
}

.block.react dl {
  font-size: 0.75em;
  padding: 20px;
}

.block.react dt {
  display: none;
}

.block.react dd {
  margin: 5px 0;
}

.block.react dd input[type=text] {
  width: 192px;
}

.block.react dd textarea {
  height: 130px;
  width: 100%;
}

.block.react dd input[type=checkbox] {
  margin: 0 10px 0 0;
}

.block.react .login-warning {
  font-size: 0.75em;
  padding: 10px 20px;
}

/**
 * 2.06 Files
 */

.block.files .header,
.block.themes .header {
  background: #e5eaef;
  padding: 0 15px;
}

.block.files .header a,
.block.themes .header a {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background: #c8d6e3;
  border-top: 1px solid #b0c1d1;
  border-left: 1px solid #b0c1d1;
  border-right: 1px solid #b0c1d1;
  display: block;
  height: 23px;
  font-size: 25px;
  font-weight: bold;
  padding: 10px;
  float: left;
  margin: 11px 5px 0 5px;
}

.block.files .header a.active,
.block.themes .header a.active {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #ffffff;
  text-decoration: none;
}

.block.files .filters {
  padding: 15px 20px;
}

.block.files ul li {
  border-bottom: 1px solid #d3deea;
  float: left;
  width: 205px;
  padding: 20px 15px;
}

.block.files ul li h2 {
  color: #225c95;
  border: none;
  font-size: 0.938em;
  padding: 0px;
}

.block.files ul li span {
  font-size: 0.75em;
}

.block.files .paginator {
  border-top: 1px solid #d3deea;
  margin: -1px 0 0 0;
}

/**
 * 2.07 Themes
 */

.block.themes ul li {
  float: left;
  margin: 15px;
  width: 205px;
}

.block.themes ul li.even {
  clear: left;
}

.block.themes ul li h2 {
  border-bottom: 1px solid #d3deea;
  font-size: 0.938em;
  padding: 10px 0px;
}

.block.themes ul li a.more {
  background: url(../images/morearrow.png) center right no-repeat;
  font-size: 0.75em;
  padding: 5px 12px 5px 0;
  float: right;
}

.block.themes ul ul li {
  border-bottom: 1px solid #d3deea;
  padding: 5px 0;
  margin: 0;
}

.block.themes ul ul li a {
  color: #666666;
  font-size: 0.75em;
}

/**
 * 2.08 Opinion
 */

.block.opinion ul li {
  padding: 20px;
  border-bottom: 1px solid #e5eaef;
}

/**
 * 2.09 Horizontal
 */

.block.horizontal ul li {
  float: left;
  padding: 20px 15px;
  width: 205px;
}

.block.horizontal ul li span {
  font-size: 0.75em;
}

.block.horizontal ul li img {
  padding: 0 0 5px 0;
}

.block.horizontal .footer {
  border-top: 1px solid #e5eaef;
}

/**
 * 2.10 Tabbed
 */

.block.tabbed .header {
  background: #cccc00;
  text-align: center;
}

.block.tabbed .header div.news-button,
.block.tabbed .header div.agenda-button {
  background: #ffffff;
  display: block;
  cursor: pointer;
  line-height: 30px;
  float: left;
  margin: 6px 5px 0 0;
  padding: 0 10px;;
  text-decoration: none;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius-top-left: 2px;
  -webkit-border-radius-top-right: 2px;
}

.block.tabbed .header div.news-button.inactive,
.block.tabbed .header div.agenda-button.inactive {
  background: #aab61e;
  color: #ffffff;
}

.block.tabbed .header a.rss-small {
  background: url(../images/sprite.png) 0 -212px no-repeat;
  height: 16px;
  width: 16px;
  padding: 0 5px 0 0;
  margin: 7px 0;
  float: left;
  display: block;
}

.block.tabbed ul {
  border-top: none;
}

.block.tabbed .agenda-tab span {
  font-size: 0.75em;
  display: block;
}

/**
 * 2.11 Contact
 */

.block.contact .content {
  font-size: 0.75em;
  padding: 20px;
}

.block.contact .content h3 {
  color: #225c95;
  font-size: 1.167em;
  font-weight: bold;
  padding: 10px 0 0 0;
}

/**
 * 2.12 Poll
 */

.block.poll {
  padding: 10px;
  line-height: 1.25em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.block.poll p {
  color: #003466;
  font-size: 0.938em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.block.poll dl dt {
  height: 20px;
  float: left;
}

.block.poll dl dd {
  font-size: 0.75em;
  height: 20px;
}

.poll-btn {
  margin: 10px 0 0 0;
}

.poll-extra {
  font-size: 0.75em;
  padding: 0;
  margin: 20px 0 0 0;
}

#poll-results {
  border: none;
}

#poll-results li {
  border: none;
  padding: 5px 0;
}

#poll-results p {
  font-size: 0.75em;
  margin: 0;
}

#poll-results li div {
  background: #e7e7e7;
  height: 20px;
  display: block;
  overflow: hidden;
}

#poll-results li span {
  background: url(../images/pollbar.png) repeat-x;
  color: #000000;
  font-size: 0.875em;
  display: block;
}

#poll-results .poll-extra {
  margin: 10px 0 0 0;
  padding: 0;
}

/**
 * 2.13 Links
 */

.block.links {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/**
 * 2.14 Newsletter
 */

.block.newsletter {
  padding: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.block.newsletter span {
  color: #ffffff;
  font-size: 0.938em;
  font-weight: bold;
}

.block.newsletter .mpFormTable {
  width: 100%;
}

.block.newsletter input.text {
  border: 1px solid #cccccc;
  color: #999999;
  height: 16px;
  padding: 3px;
  margin: 10px 0 5px 0;
  width: 162px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.block.newsletter input.submit {
  background: #003466;
  border: none;
  margin: 5px 0 0 0;
  color: #ffffff;
  cursor: pointer;
  height: 24px;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/**
 * 2.15 Quote
 */

.block.quote {
  padding: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.block.quote a {
  color: #003466;
  font-family: georgia;
  font-size: 0.938em;
  font-style: italic;
  line-height: 1.25em;
  text-decoration: none;
}

.block.quote span.quotes {
  font-size: 1em;
  font-weight: bold;
}

.block.quote span.name {
  color: #ffffff;
  display: block;
  font-size: 0.75em;
  margin: 10px 0 0 0;
}

/**
 * 2.16 Research-detail/News-detail
 */

.block.video-detail,
.block.research-detail,
.block.news-detail {
  background: #f2f4f7;
}

.block.video-detail .header,
.block.research-detail .header,
.block.news-detail .header {
  color: #003466;
  font-size: 1.563em;
  font-weight: bold;
  border-bottom: 1px solid #e5eaef;
  padding: 15px 0 15px 20px;
}

.block.video-detail ul li,
.block.research-detail ul li,
.block.news-detail ul li {
  float: left;
  padding: 20px;
  width: 335px;
  height: auto;
}

.block.video-detail .title,
.block.research-detail .title,
.block.news-detail .title {
  color: #225c95;
  font-size: 0.938em;
  font-weight: bold;
}

.block.video-detail .content span,
.block.research-detail .content span,
.block.news-detail .content span {
  font-size: 0.75em;
}

.block.video-detail .paginator,
.block.research-detail .paginator,
.block.news-detail .paginator {
  border-top: 1px solid #c8d6e3;
}

/**
 * 2.17 External-sources
 */

.block.external-sources .header,
.block.expert-dossier-related .header,
.block.expert-tag-related .header {
  color: #003466;
  font-size: 1.563em;
  font-weight: bold;
  border-bottom: 1px solid #e5eaef;
  padding: 15px 0 15px 20px;
}

.block.external-sources ul {
  font-size: 0.75em;
}

.block.external-sources ul ul {
  border-bottom: 1px solid #e5eaef;
  padding: 5px 20px;
  font-size: 1em;
}

.block.external-sources ul li ul li span:first-child {
  display: inline-block;
  width: 103px;
}

.block.external-sources .title {
  color: #000000;
  font-weight: bold;
  padding: 5px 20px 0 20px;
}

/**
 * 2.18 Event
 */

.block.event select {
  width: 105px;
}

.block.event ul li span.date {
  font-weight: bold;
  font-size: 0.75em;
}

.block.event ul li a.categories {
  color: #aab61e;
  font-size: 0.75em;
}

.block.event-detail span.date {
  font-size: 1.5em;
  font-weight: bold;
}

.block.event-detail .eventinfo {
  margin: 10px 0;
}

.block.event-detail .eventinfo ul {
  font-weight: bold;
}

.block.event-detail .eventinfo ul li {
  padding: 0 0 5px 0;
}

/**
 * 2.19 Tag-detail
 */

.block.tag-detail .header {
	background: #f2f4f7;
  color: #003466;
  font-size: 1.563em;
  font-weight: bold;
  padding: 20px 0 15px 20px;
}

/**
 * 2.20 Experts
 */

.block.experts .header {
  background: transparent;
}

.block.experts ul {
  border: none;
}

.block.experts ul li {
  padding: 20px;
}

.block.experts ul li .title {
  font-size: 0.813em;
  font-weight: bold;
}

.block.experts ul li span {
  font-size: 0.75em;
}

/**
 * 2.21 Expert
 */

.block.expert ul li {
  padding: 0;
  float: left;
  min-height: 210px;
  width: 205px;
  padding: 15px;
}

.block.expert ul li span {
  font-size: 0.75em;
}

.block.expert ul li .imageholder {
  float: none;
  margin: 0 0 5px 0;
}

/**
 * 2.22 Expert-detail
 */

.block.expert-detail .expert-info {
  float: left;
  width: 355px;
}

.block.expert-detail .expert-info .imageholder {
  padding: 0px;
  width: 100px;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.block.expert-detail .expert-info .expert-profile {
  float: left;
  width: 215px;
  margin: 0 20px 0 0;
}

.block.expert-detail .expert-info h1 {
  font-size: 1.25em;
}

.block.expert-detail .expert-info dt {
  padding: 20px 0 0 0;
  font-size: 1em;
}

/**
 * 2.23 Expert-dossier-related / Expert-tag-related
 */

.block.expert-dossier-related ul li,
.block.expert-tag-related ul li {
  float: left;
  width: 220px;
  padding: 20px 15px;
}

.block.expert-dossier-related ul li .title,
.block.expert-tag-related ul li .title {
  font-weight: bold;
}

.block.expert-dossier-related ul li span,
.block.expert-tag-related ul li span {
  font-size: 0.75em;
}

.block.expert-dossier-related .paginator,
.block.expert-tag-related .paginator {
  border-top: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
}

/**
 * 2.24 Results
 */

.block.results ul li .title {
  font-weight: bold;
  font-size: 0.938em;
}

.block.results ul li span {
  font-size: 0.75em;
}

/**
 * 2.25 Archive
 */

.block.archive ul li {
  padding: 20px; 
  border-bottom: 1px solid #cfdce9;
}

.block.archive ul li .imageholder {
  padding: 0 10px 10px 0;
}

.block.archive ul li .title a {
  color: #003466;
  font-weight: bold;
  font-size: 0.938em;
}

.block.archive ul li span {
  font-size: 0.75em;
}

/**
 * 2.26 Archive-list
 */

.block.archive-list .title {
  font-weight: bold;
  padding: 0 20px;
  font-size: 0.938em;
}

.block.archive-list ul {
  border: none;
  border-bottom: 1px solid #d3deea;
  padding: 0 20px 20px 20px;
}

.block.archive-list ul li {
  border: none;
  padding: 0;
}

/**
 * 2.27 Media 
 */

.block.media ul li span {
  color: #505050;
  font-size: 12px;
}

.block.media ul li h2 a,
.block.media ul li h2 span {
  color: #505050;
  font-size: 0.75em;
  font-weight: bold;
}

/**
 * 2.27 Error page
 */
 
.block.errorpage {
  background: #F2F4F7;
  margin: 0 10px;
  padding: 20px;
  font-size: 0.9em;
}

.block.errorpage ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}

/**
 * 3.00 Container
 */

#container {
  background: #ffffff;
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  min-height: 1253px;
  width: 980px;
}

#containerDetailLeft {
  background: url(../images/containershades.png) 0 0 no-repeat;
  position: absolute;
  top: 0px;
  left: -23px;
  height: 1253px;
  width: 23px;
}

#containerDetailRight {
  background: url(../images/containershades.png) -23px 0 no-repeat;
  position: absolute;
  top: 0px;
  right: -23px;
  height: 1253px;
  width: 23px;
}

/**
 * 4.00 Header
 */

#header {
  margin: 0 10px;
  width: 960px;
}

/**
 * 4.01 Logo
 */

#logo {
  float: left;
  margin: 21px 62px 20px 20px;
}

#printlogo {
  display: none;
}

/**
 * 4.02 Slogan
 */

#slogan {
  float: left;
  margin: 42px 0 40px 0;
}

/**
 * 4.03 Serviceblock
 */

#serviceblock {
  color: #cccccc;
  float: right;
  position: relative;
  font-size: 0.75em;
  font-family: arial;
  margin: 0 20px 0 0;
}

#serviceblock .caps {
  text-transform: uppercase;
}

#serviceblock .font1 {
  cursor: pointer;
  font-size: 0.625em;
}

#serviceblock .font2 {
  cursor: pointer;
  font-size: 0.813em;
}

#serviceblock .font3 {
  cursor: pointer;
  font-size: 1em;
}

/**
 * 4.03.1 Search
 */

#search {
  border: 1px solid #cccccc;
  height: 20px;
  float: right;
  position: relative;
  padding: 1px 1px 1px 10px;
  margin: 25px 0 10px 0;
  width: 180px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#search input.text {
  background: none;
  padding: 2px 0 0 0;
  border: none;
  color: #999999;
  width: 158px;
}

#search input.submit {
  background: url(../images/sprite.png) 0px -168px no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 20px;
  width: 20px;
}

/**
 * 4.03.2 Service
 */

#service {
  float: right;
}

#service span {
  padding: 0 5px;
}

/**
 * 5.00 Menu
 */

#menu {
  background: #225c95;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  width: 960px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  z-index: 1;
}

#menu ul li {
  float: left;
  border-right: 1px solid #4e7daa;
}

#menu ul li a {
  border-right: 1px solid #1b4a77;
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 0.938em;
  font-family: arial;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
}

#menu ul li a:hover {
  background: #003466;
  border-right: 1px solid #002a52;
}

#menu ul li.active {
  background: #003466;
  border-right: 1px solid #002a52;
}

/**
 * 6.00 Branding
 */

.brandingbar {
  background: url(../images/brandingbar.png);
  position: relative;
  height: 26px;
  margin: 0 10px 20px 10px;
  width: 960px;
  z-index: 2;
}

.branding {
  position: absolute;
  top: -53px;
  left: 775px;
}

/**
 * 7.00 Filters
 */

.filters {
  border-bottom: 1px solid #c8d6e3;
  color: #003466;
  font-size: 0.75em;
  font-weight: bold;
  padding: 20px;
}

.filters dt {
  height: 30px;
  line-height: 1.875em;
  padding: 0 7px 0 0;
  float: left;
}

.filters dd {
  height: 30px;
  line-height: 1.875em;
}

.filters dd span {
  margin: 0 5px 0 0;
}

.filters select {
  width: 150px;
}

/**
 * 8.00 Icons
 */

span.video-icon {
  background: url(../images/sprite.png) 0 -38px no-repeat;
  color: #878787;
  height: 16px;
  font-size: 0.75em;
  padding: 0 0 0 20px;
}

span.audio-icon {
  background: url(../images/sprite.png) 0 -19px no-repeat;
  color: #878787;
  height: 16px;
  font-size: 0.75em;
  padding: 0 0 0 20px;
}

span.article-icon {
  background: url(../images/sprite.png) 0 0 no-repeat;
  color: #878787;
  height: 16px;
  font-size: 0.75em;
  padding: 0 0 0 20px;
}

span.internet-icon {
  background: url(../images/sprite.png) 0 -232px no-repeat;
  color: #878787;
  height: 16px;
  font-size: 0.75em;
  padding: 0 0 0 20px;
}

a.video-icon:hover,
a.audio-icon:hover,
a.article-icon:hover,
a.internet-icon:hover {
  color: #878787;
}

a.videos-icon {
	background: url(../images/sprite.png) 0 -36px no-repeat;
  color: #000000;
  font-weight: bold;
  padding: 0 0 5px 26px;
}

a.media-icon {
  background: url(../images/sprite.png) 0 -36px no-repeat;
  color: #000000;
  font-weight: bold;
  padding: 0 0 5px 26px;
}

a.news-icon {
  background: url(../images/sprite.png) 0 -145px no-repeat;
  color: #000000;
  font-weight: bold;
  padding: 0 0 5px 26px;
}

a.research-icon {
  background: url(../images/sprite.png) 0 -99px no-repeat;
  color: #000000;
  font-weight: bold;
  padding: 0 0 5px 26px;
}

a.agenda-icon {
  background: url(../images/sprite.png) 0 -76px no-repeat;
  color: #000000;
  font-weight: bold;
  padding: 0 0 5px 26px;
}

a.file-icon {
  background: url(../images/sprite.png) 0 -122px no-repeat;
  color: #000000;
  font-weight: bold;
  padding: 0 0 5px 26px;
}

a.print-icon {
  background: url(../images/sprite.png) 0 -57px no-repeat;
  color: #505050;
  padding: 0 0 0 22px;
}

.ajax-loader {
  background: url(../images/ajax-loader.gif) 0 0 no-repeat;
  width: 66px;
  height: 66px;
  margin: 20px auto;
}

#sharethis_0 span {
	color: #505050;
}

/**
 * 9.00 Tagcloud */
 */

.tagcloud {
  border: 1px solid #e5eaef;
  padding: 19px;
  line-height: 1.2em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.tagcloud .tag7 {
  font-size: 1.375em;
}

.tagcloud .tag6 {
  font-size: 1.25em;
}

.tagcloud .tag5 {
  font-size: 1.125em;
}

.tagcloud .tag4 {
  font-size: 1.063em;
}

.tagcloud .tag3 {
  font-size: 1em;
}

.tagcloud .tag2 {
  font-size: 0.75em;
}

.tagcloud .tag1 {
  font-size: 0.625em;
}

/**
 * 10.00 Paginator
 */

.paginator {
  padding: 20px 0;
  font-size: 0.75em;
  text-align: center; 
}

.paginator span {
  color: #cbd8e5;
}

.paginator a {
  margin: 0 3px;
}

.paginator .dots {
  color: #225c95;
}

.paginator .previous,
.paginator .next {
  margin: 0 10px;
}

.character-paginator {
  background: #ffffff;
  border-bottom: 1px solid #c8d6e3;
  padding: 10px 0;
  font-size: 0.875em;
  text-align: center;
}

.character-paginator a {
  color: #225c95;
  margin: 0 2px;
}

.character-paginator a.active {
  text-decoration: underline;
}

.character-paginator span {
  color: #d3deea;
  margin: 0 2px;
}

/**
 * 11.00 Carousel
 */
 
#carousel {
  background: #f5f6f9;
  border: 1px solid #e6ebf0;
  position: relative;
  height: 214px;
  width: 468px;
  overflow: hidden;
  z-index: 1;
}

#carousel-overlay-left {
  background: url(../images/overlay-left.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 214px;
  width: 121px;
  z-index: 2;
}

#carousel-overlay-right {
  background: url(../images/overlay-right.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 214px;
  width: 122px;
  z-index: 2;
}

#carousel-holder {
  margin: 20px 0 0 0;
  width: 999999px;
  position: relative;
  left: 0;
  z-index: 1;
}

#carousel-holder li {
  float: left;
  position: relative;
  margin: 0 20px 0 0;
  z-index: 3;
}

#carousel-holder li a.play-button {
  background: url(../images/video-button.png) 0 0 no-repeat;
  position: absolute;
  top: 58px;
  left: 80px;
  display: block;
  height: 42px;
  width: 42px;
  z-index: 4;
}

#carousel-holder li a {
  text-decoration: none;
  position: relative;
}

#carousel-holder li span {
  color: #225c95;
  display: block;
  font-size: 0.938em;
  font-weight: bold;
  width: 205px;
  overflow: hidden;
  line-height: 1.2em;
  height: 18px;
}

#carousel-prev {
  background: url(../images/carousel-prev.png);
  height: 25px;
  width: 25px;
  text-indent: -99px;
  overflow: hidden;
  position: absolute;
  top: 85px;
  left: 6px;
  cursor: pointer;
  z-index: 3;
}

#carousel-next {
  background: url(../images/carousel-next.png);
  height: 25px;
  width: 25px;
  text-indent: -99px;
  overflow: hidden;
  position: absolute;
  top: 85px;
  right: 6px;
  cursor: pointer;
  z-index: 3;
}

/**
 * 12.00 Footer 
 */

#footer {
  background: #225c95;
  margin: 20px 10px 0 10px;
  padding: 0 10px;
  width: 940px;
}

/**
 * 12.01 Categories
 */

#footer .category {
  padding: 10px;
  float: left;
}

#footer .category .header a {
  color: #cccc00;
  display: block;
  font-size: 0.938em;
  font-family: trebuchet ms;
  font-weight: bold;
  padding: 10px 0 20px 0;
}

#footer .category ul {
  border-top: 1px solid #4e7daa;
  padding: 0 0 10px 0;
  width: 292px;
}

#footer .category ul li {
  border-bottom: 1px solid #4e7daa;
}

#footer .category ul li a {
	display: block;
  color: #e5eaef;
  font-size: 0.75em;
  font-family: trebuchet ms;
  font-weight: bold;
  line-height: 18px;
  padding: 5px 0;
}

/**
 * 12.02 Servicefooter
 */

#servicefooter {
  color: #999999;
  font-size: 0.75em;
  font-family: trebuchet ms;
  margin: 20px 30px 0 30px;
  padding: 0 0 20px 0;
}

#servicefooter .info {
  float: right;
}

/**
 * 13.00 Autocomplete
 */

.ac_results {
  padding: 0px;
  margin: 3px 0 0 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /* 
  if width will be 100% horizontal scrollbar will apear 
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /* 
  it is very important, if line-height not setted or setted 
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: #ffffff url(../images/ajaxloader.gif) right center no-repeat;
}

.ac_odd {
  background-color: #f2f4f7;
}

.ac_over {
  background-color: #33699d;
  color: white;
}

/**
 * 14.00 Forms
 */
 
.content dt {
  font-size: 0.75em;
  padding: 5px 0 0 0;
}

.content dt input[type="submit"] {
  margin: 10px 0 0 0;
}
 
.content dd input[type="text"], dd input[type="password"] {
  min-width: 310px;
}
 
.content dt.remember {
  float: left;
}

.content dd input[type="checkbox"] {
  margin: 5px;
}

.content dd.upload-image {
  font-size: 0.75em;
  margin: 10px 0;
}

/**
 * 15.00 Error
 */

#flash-message,
.block.main ul.error_list {
  background: #cccc00;
  margin: 0 0 20px 0;
  padding: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#flash-message li,
.block.main ul.error_list li {
  color: #003466;
  border: none;
  font-family: 'georgia';
  font-size: 1em;
  font-style: italic;
  line-height: 1.5em;
  list-style: disc;
  padding: 0;
  margin: 0 0 0 22px;
}

/**
 * 16.00 Wysiwyg
 */

.wysiwyg p {
  margin: 0 0 20px 0;
}

.wysiwyg strong {
  font-weight: bold;
}
 
.wysiwyg em {
  font-style: italic;
}

.wysiwyg sub,
.wysiwyg sup {
  font-size: 10px;
}

.wysiwyg ol li {
  list-style-type: decimal;
  margin: 0 0 0 44px;
}

.wysiwyg ul li {
  list-style-type: disc;
  margin: 0 0 0 40px;
}

.wysiwyg hr {
  background: none;
  border: 0;
  border-top: 1px solid #cccccc;
}

.wysiwyg h1,
.block.main-detail .wysiwyg h1 {
  font-weight: bold;
  font-size: 1.5em;
  color: #000000;
}

.wysiwyg h2 {
  font-weight: bold;
  font-size: 1.3em;
  color: #000000;
  border: 1px;
  padding: 0;
}

.wysiwyg h3 {
  font-weight: bold;
  font-size: 1.2em;
}

.wysiwyg h4 {
  font-weight: bold;
  font-size: 1em;
}

.wysiwyg h5 {
  font-weight: bold;
  font-size: 0.9em;
}

.wysiwyg h6 {
  font-weight: bold;
  font-size: 0.7em;
}

.wysiwyg address {
  font-style: italic;
}

.wysiwyg table th,
.wysiwyg table caption {
  background: #f6f6f6;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.wysiwyg table {
  border: 0;
}

.wysiwyg table,
.wysiwyg table tr,
.wysiwyg table td {
  border-style: solid;
  border-color: #eeeeee;
}
