/*
## layout.css - Contains style for page layout
*/

.hidden {
  display: none;
}

dl.rank dt, 
dl.rank dd {
  float: left;
  margin-bottom: 10px;
  line-height: 40px;
  font-weight: bold;
}

dl.rank img {
  margin-left: 10px;
}

/*********************
## Ask the trainer  ##
*********************/

#questions,
#questions ul {
  list-style: none;
  padding-left: 0px;
}

#questions li.category h2 {
  background: #00AEEF url('../GFX/expand_white.gif') no-repeat 99% 50%;
  font-size: 1.33em;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 2px;
  cursor: pointer;
}

#questions li.category.active h2 {
  background: #00AEEF url('../GFX/collapse_white.gif') no-repeat 99% 50%;
}

#questions li.question {
  border-bottom: 1px solid #DFDFDF;
  padding: 5px 0px 5px 5px;;
}

#questions li.question h3 {
  padding: 5px 0px;
  background: url('../GFX/expand_blue.gif') no-repeat 99% 50%;
}

#questions li.question.active h3 {
  background: url('../GFX/collapse_blue.gif') no-repeat 99% 100%;
}

#questions li.question h3 {
  font-size: 1.18em;
  margin-bottom: 0px;
  cursor: pointer;
}

#questions li.question div.answer {
  margin-top: 5px;
}

#content #filterFunctions fieldset {
  float: left;
  width: 160px;
  padding: 0px;
  border: 0px;
  margin-right: 10px;
}

#content #filterFunctions fieldset.staff {
  margin-right: 0px;
  width: 165px;
}

#content #filterFunctions fieldset label{
  font-weight: bold;
  font-size: 1.18em;
}

#content #filterFunctions fieldset select,
#eventresults_length select {
  font-size: 1em;
  padding: 0px;
  height: 20px;
}

#eventresults_length {
  float: left;
}

#eventresults_info {
  float: left;
  padding: 2px;
  margin-left: 20px;
}

#eventresults_paginate {
  float: right;
}

#eventresults_paginate span {
  padding: 2px;
  color: #00aeef;
}

#eventresults_paginate span.paginate_active {
  font-weight: bold;
}

#eventresults_last,
#eventresults_first {
  display: none;
}

#eventresults {
  clear: both;
  padding-top: 10px;
}

#eventresults thead {
  background: #00aeef;
  color: #ffffff;
}

#eventresults thead th {
  padding: 5px;
  text-align: left;
}

#eventresults tbody tr.even {
  background-color: #e8e8e8;
}

#eventresults tbody tr.currentUser {
  background-color: #ec008c;
  color: #ffffff;
}

#eventresults div.eventResult,
#eventresults div.eventResultBg {
  float: left;
  position:relative;
}

#eventresults div.eventResult {
  top:-15px;
}

#eventresults div.eventResultBg {
  height:15px;
}

#eventresults div.activityResult,
#eventresults div.extremeResult {
  height: 15px; /* Old: 8px */
  float: left;
}

#eventresults div.eventResult p {
  margin: 0px;
  clear: both;
  font-size:0.85em;
}

#eventresults div.activityResult {
  background: #00aeef;
}

#eventresults div.extremeResult {
  background: #ec008c;
}

#eventresults tbody tr.currentUser div.activityResult {
  background: #ffffff;
}

#eventresults tbody tr.currentUser div.extremeResult {
  background: #00aeef;
}

#eventresults tbody td {
  padding: 5px;
}

#eventresults tbody td.position {
  text-align: center;
}

#eventStatus p {
  background: #00aeef url('../GFX/box_bg_blue.gif') repeat-x;
  color: #fff;
  padding: 5px 15px;
  float: left;
}

.mediaplayer {
  position: relative;
  z-index: 1000;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 100;
  display: none;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#content .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #00aeef;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  padding-left: 20px;
}

/** 0.75em sets medium size to 12px in standard browsers **/
body {
  font: 0.75em Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #414547;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  font-weight: normal;
}

h1 { 
  font-size: 2em;
}
h2 { 
  font-size: 1.67em;
}
h3 { 
  font-size: 1.5em;
}
h4 { 
  font-size: 1.16em;
}

img {
  display: block;
}

input {
  font-size: 1em;
}

/********************
## Framework style ##
********************/

#wrapper {
  xmargin-left: 10px;
  margin: 40px auto 0px;
  width: 960px;
}

#header {
  height: 50px;
  position: relative;
}

#header .logo {
  float: left;
}

#breadcrumbs {
  margin: 12px 0px;
  font-size: 0.92em;
  padding-left: 25px;
}

#breadcrumbs a {
  text-decoration: none;
  color: #414547;
}

#searchForm {
  position: absolute;
  right: 3px;
  top: 3px;
}

#searchForm input {
  background: url('../GFX/search_bg.gif') no-repeat;
  border: 0px;
  width: 168px;
  height: 16px;
  padding: 12px;
  color: #414547;
  font-size: 1.08em;
}

#mainColumn {
  float: left;
  width: 755px;
}

.x-nav #mainColumn {
  width: 535px;
}

.full #mainColumn {
  width: 960px;
}

#rightColumn {
  float: right;
  margin-left: 10px;
  width: 195px;
}

#leftColumn {
  float: left;
  width: 200px;
  margin-right: 20px;
}

/********************
##    NEWS LIST    ##
********************/

#newsHighlighted .summary {
  width: 252px;
  height: 130px;
  float: left;
  position: relative;
}

#newsHighlighted .summary.even {
  margin-left: 12px;
  float: right;
}

#newsHighlighted .summary a {
  position: absolute;
  top: 80px;
  display: block;
  height: 32px;
  width: 200px;
  padding: 4px 40px 4px 12px;
  background: transparent url('../GFX/summary_link_blue_bg.png') no-repeat;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.18em;
  xfont-size: 1.25em;
  xline-height: 1em;
}

#newsHighlighted .summary a:hover {
  background: transparent url('../GFX/summary_link_pink_bg.png') no-repeat;
}

#newsList .summary {
  border-bottom: 1px dashed #d9d9d9;
  padding: 5px;
  margin: 0px 12px;
  width: 218px;
  float: left;
}

#newsList .summary.even {
  margin-left: 24px;
  float: right;
}

#newsList .summary h4 {
  margin-bottom: 0px;
}

#newsList .summary h4 a {
  color: #414547;
}

#newsList .summary h4 a:hover {
  color: #00aeef;
}

/*************************
## FIND TRAININGCENTER  ##
*************************/

.findTrainingcenter #map {
  float: left;
  width: 400px;
  height: 600px;
}

.findTrainingcenter #trainingCenters {
  float: left;
  margin-left: 10px;
}

.findTrainingcenter #trainingCenters li {
  padding: 5px 0px;
  clear: left;
}

.findTrainingcenter #trainingCenters li h4 {
  margin: 0px;
}

.findTrainingcenter #trainingCenters li p {
  display: inline;
  margin: 0px;
  padding-right: 10px;
}

/*******************
## TRAININGCENTER ##
*******************/

#centerImage {
  float: left;
  width: 755px;
  margin-bottom: 20px;
}

#centerHeader {
  background: #f3f3f3;
  color: #00aff2;
  padding: 4px;
  margin-bottom: 10px;
}

#centerHeader h1 {
  font-weight: bold;
  font-size: 1.82em;
  margin-left: 22px;
  float: left;
}

#centerHeader #availableTraining {
  float: right;
}

#centerHeader #availableTraining img {
  float: right;
  margin-left: 4px;
}

#centerSchedule {
  margin-bottom: 10px;
}

#centerSchedule ul {
  border: 1px solid #DEDDDA;
}

#centerSchedule .schedule p.date {
  font-weight: bold;
}

#centerSchedule .schedule li {
  padding: 5px;
  border-bottom: 1px solid #DEDDDA;
}

#centerSchedule .schedule li .activity {
  font-weight: bold;
}

#centerSchedule .schedule li .person {
  font-style: italic;
}


#centerNews {
  padding-top: 20px;
  clear: both;
}

#rightColumn #centerOffers {
  font-size: 1.17em;
}

#rightColumn #centerOffers ul li {
  font-size: 0.83em;
  padding: 2px 0px;
}

/*****************
## TRAININGTYPE ##
*****************/

.box.trainingtype {
  float: left;
  width: 165px;
  height: 165px;
  margin-right: 10px;
  padding: 0px;
  cursor: pointer;
}

.box.trainingtype.br {
  margin-right: 0px;
}

.trainingtype h2 {
  background: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 100%;
  float: left;
  padding: 5px;

}


.trainingtypeDesc {
  float: left;
}

.trainingtypeDesc.narrow {
  width: 250px;
}

.trainingtypePromo {
  float: right;
}

.trainingtypeAvailability {
  clear: both;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

#content {
  position: relative;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  font-weight: bold;
}

#content .summary,
#content .article {
  margin-bottom: 20px;
}

#content .summaryImage {
  float: left;
  margin-right: 10px;
}

#content .article .text {
  font-weight: bold;
}

/*****************
## GOOGLE MAPS  ##
*****************/

#rightColumn #map {
  margin-top: 10px;
  width: 175px;
  height: 175px;
}

#rightColumn #map div span {
  display: none;
}

#map {
  width: 400px;
  height: 400px;
}

#map div.mapPoint h5,
#map div.mapPoint p {
  margin-bottom: 0px;
}

/********************
##  SEARCH STYLES  ##
********************/

#content .searchresult h4 {
  margin-bottom: 0px;
}

#content .searchresult {
  padding-top: 10px;
  clear: both;
  display: block;
}

span.date {
  clear: both;
  color: #939393;
  display: block;
}


/****************
*** PAGINATOR ***
****************/

.results {
  clear: left;
  margin-bottom: 25px;
}

.results .nextprev a,
.results .pages a {
  text-decoration: none;
}

.results .nextprev,
div.pages span {
  float: left;
  background: #f0f0f0;
  border: 1px solid #e3e3e3;
  padding: 3px 6px;
  margin-right: 2px;
  color: #969696;
}

div.pages {
  float: left;
}

div.hits {
  float: right;
}

div.pages span a,
.results .prev a,
.results .next a {
  color: #3d3d3d;
}

div.pages span.active {
  background: #0e0061;
  border: 1px solid #0e0061;
  color: #ffffff;
}

/**************
## MIN SIDE  ##
**************/

#memberNews {
  float: left;
  width: 495px;
}

#memberInfo dl dt {
  float: left;
  clear: left;
  width: 85px;
  font-weight: bold;
}

#memberInfo dl dd {
  float: left;
  width: 75px;
}

#memberInfo .logout .button {
  display: block;
  float: right;
  clear: both;
  margin-top: 10px;
  height: auto;
}

/*******************
## COMMON STYLES  ##
*******************/

.onlinebooking {
  margin-bottom: 10px;
}

.box {
  padding: 10px;
  margin-bottom: 10px;
}

.box.blueBorder {
  border: 3px solid #00aeef;
  padding: 7px;
}

.box.greyBorder {
  border: 3px solid #f3f3f3;
  padding: 7px;
}

.box h1 {
  text-transform: uppercase;
  font-size: 0.92em;
}

#leftColumn .box,
#leftColumn .box h1,
#rightColumn .box,
#rightColumn .box h1 {
  font-size: 0.92em;
}

#leftColumn .box h1,
#rightColumn .box h1 {
  font-weight: bold;
  margin-bottom: 5px;
}

.box.blue,
.box.grey {
  padding: 10px;
  border: 0px;
}

.box.blue {
  background: #00aeef url('../GFX/box_bg_blue.gif') repeat-x;
  color: #fff;
}

.box.blue a {
  color: #fff;
}

.box.grey {
  background: #f3f3f3 url('../GFX/box_bg_grey.gif') repeat-x;
}

.box.grey h1 {
  color: #00aeef;
}

.hr {
  clear: both;
  height: 10px;
}

.nomargin {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.button {
  border: 0px;
  height: 29px;
  padding: 5px 29px 5px 15px;
  font-size: 1.17em;
  color: #ffffff;
  text-align: left;
}

.button.blue,
.button.pink:hover {
  background: #00aeef url('../GFX/button_blue_bg.gif') no-repeat top right;
}

.button.pink,
.button.blue:hover {
  background: #ec008c url('../GFX/button_pink_bg.gif') no-repeat top right;
}

.button.archive {
  xmargin-top: 12px;
  float: left;
  height: auto;
  margin: 12px 0px;
}

/***********************
## FRONTPAGE SPECIFIC ##
***********************/

.frontpage #frontpageBanner {
  width: 755px;
  margin-bottom: 12px;
}

.frontpage #content {
  float: left;
  width: 516px;
}

#infoColumn {
  float: right;
  width: 205px;
  background: #dddddd;
  padding: 9px 11px 11px;
  margin-bottom: 12px;
}

#promotedArticles {
  margin-top: 10px;
}

#promotedArticles .summary {
  background: #fff;
  padding: 5px;
  margin-bottom: 6px;
}

.frontpage #promotedArticles .summary.first.last {
  margin-bottom: 6px;
}

.frontpage #promotedArticles .summary.last {
  margin-bottom: 0px;
}

.frontpage #promotedArticles .summary h3.title {
  font-size: 1.83em;
  font-weight: bold;
}

.frontpage #promotedArticles .summary .text {
  margin-bottom: 3px;
}

.frontpage #promotedArticles .summary.color_1 h3,
.frontpage #promotedArticles .summary.color_1 a {
  color: #ed2225;
}

.frontpage #promotedArticles .summary.color_2 h3,
.frontpage #promotedArticles .summary.color_2 a {
  color: #acd03a;
}

.frontpage #promotedArticles .summary.color_3 h3,
.frontpage #promotedArticles .summary.color_3 a {
  color: #00aff2;
}

.frontpage #promotedArticles .summary.color_4 h3,
.frontpage #promotedArticles .summary.color_4 a {
  color: #ec018a;
}

/***********
## LOGIN  ##
************/

#content #login form {
  float: left;
  width: auto;
}

#content #login form fieldset {
  padding: 5px;
}

#content #login form label {
  display: block;
  margin-bottom: 6px;
}

#content #login form label span {
  width: 95px;
  display: inline-block;
}

#content #login form label input {
  width: 200px;
}

#loginForm input.button {
  width: 100px;
  margin-right: 20px;
}

#recoverPassword {
  clear: left;
  display: none;
}

#recoverPassword input.button {
  width: 160px;
}

/******************
## CLIENT FOOTER ##
******************/

#footer {
  background: url('../GFX/nav_blue_bg.gif') repeat-x;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a.rssLink {
  float: right;
  margin-top: 4px;
  margin-right: 25px;
}

#footer .content {
  float: left;
  height: 17px;
  padding: 8px;
}

/************
## BANNERS ##
************/

#banners table {
  margin-bottom: 12px;
}

#banners img {
  width: 192px;
}

/*************
## PARTNERS ##
*************/

#partners {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 17px 0px;
  text-align: center;
  line-height: 45px;
}

#partners img {
  display: inline;
  vertical-align: middle;
  margin: 0px 5px;
}

/*****************
## IDIUM FOOTER ##
*****************/

#idium_logo {
  margin-top: 30px;
  margin-bottom: 10px;
}

.idium {
  margin: 10px auto;
  width: 175px;
}

.idium a:hover,
.idium a:active {
  text-decoration: none;
}

.idium,
.idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

.idium img {
  float: left;
  margin-top: -3px;
}

.idium span {
  font-family: Century Gothic,Verdana,Arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: -8px 0 0;
  padding: 0 0 0 6px;
  text-transform: lowercase;
  word-spacing: 3px;
  color: #000;
}

/*************
## CALENDAR ##
*************/

#rightColumn #calendar {
  margin: 10px 0px;
}

#event .eventDescription {
  margin-bottom: 11px;
}

#event em {
  padding: 5px 0;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}

#calendar .events h3.title {
  font-size: 0.91em;
  font-weight: bold;
  margin-bottom: 3px;
  text-transform: uppercase;
}

#calendar ul {
  border: 1px solid #cdcbc4;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

#calendar li {
  padding: 5px;
  background: #e8e8e8;
  border-bottom: 1px solid #deddda;
}

#calendar li.today,
#calendar li:hover {
  background: #f3f4ee url('../GFX/calendar_event_today_bg.gif') repeat-x;
}

#calendar a {
  display: block;
  margin-left: 35px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #222222;
  font-size: 0.91em;
}

#calendar li:hover a {
  color: #ed2225;
}

#calendar em,
#event em {
  margin-left: 60px;
  display: block;
  color: #888;
  font-size: 92%;
}

#event em {
  margin: 0 0 12px 0;
}

#calendar em.date {
  margin-left: 0;
  width: 28px;
  float: left;
  display: inline;
  background: #e43341 url('../GFX/calendar_event_month_bg.gif') repeat-x;
  border: 1px solid #8b8b89;
  text-align: center;
  font-size: 0.82em;
  color: #fff;
  font-style: normal;
}

#calendar em span {
  margin-top: 1px;
  padding: 2px;
  display: block;
  background: #e0e0e0 url('../GFX/calendar_event_day_bg.gif') repeat-x;
  font-size: 1em;
  font-weight: bold;
  color: #525252;
}

/****************
## POLL STYLES ##
****************/

#question p {
  margin-bottom: 5px;
}

#todaysQuestion div.alternative input {
  width: auto;
  margin: 4px !important;
  margin: 0px;
  margin-left: 0;
  padding: 0;
  float: left;
}

#todaysQuestion div.alternative {
  margin: 0;
}

div.alternative span {
  float: left;
  margin-top: 3px;
}

div.poll,
div.votes,
div.alternative {
  font-size: 0.92em;
  line-height: 1.2em;
}

div.poll,
div.alternative {
  margin: 10px 0px;
  clear: left;
}

div.nullresult {
  margin-top: 2px;
}

div.result {
  background: #00aeef;
  margin-top: 2px;
}

/*****************
## IDIUM FOOTER ##
*****************/

#idium_logo {
  float: left;
}

#idium_logo a:hover,
#idium_logo a:active {
  text-decoration: none;
}

#idium_logo,
#idium_logo a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

#idium_logo img {
  float: left;
  margin-top: -3px;
}

#idium_logo span {
  font-family: Century Gothic,Verdana,Arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: -8px 0 0;
  padding: 0 0 0 6px;
  word-spacing: 3px;
  text-transform: lowercase;
  color: #000000;
}

/************
## PNG FIX ##
************/

.pngfix {
  position:relative;
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" &&
    this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
  );
}


/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */