/* Content */
.content-main {
  width : 233px;
  vertical-align : top;
  background-color : #FFF;
  padding : 7px;
}
.bg-gen {
  background-color : #ECECEC;
  border: 0;
  padding : 7px;
  margin-bottom : 1px;
}

/* Museum Content */
.content-museum {
  background-color : #FFF;
  padding : 7px;
}
.content-museum a {
  color : #5ABDBF;
  text-decoration : none;
}
.content-museum a:hover { color : #ACDDEF; }
.title-museum {
  font : bold 10px verdana;
  color : #BD004D;
  text-transform : uppercase;
}
h3.museum {
  display : inline;
  font : bold 10px verdana;
  color : #666;
  text-transform : uppercase;
}

/* Exhibition Content */
.content-exhibition {
  background-color : #FFF;
  padding : 7px;
}
.content-exhibition a {
  color : #2F5B7B;
  text-decoration : none;
}
.content-exhibition a:hover { color : #97ADBD; }
.title-exhibition {
  font : 10px verdana;
  color : #002949;
}
.title-sub {
  font : 10px verdana;
  color : #002949;
  text-transform : uppercase;
}


/* Education Content */
.content-education {
  background-color : #FFF;
  padding : 7px;
}
.content-education a {
  color : #666666;
  text-decoration : none;
}
.content-education a:hover { color : #CFCFCF; }
.title-education {
  font : bold 10px verdana;
  color : #666666;
  /*margin-bottom : 5px;*/
  text-transform : uppercase;
}
 h1.education {
  display : inline;
  font : bold 14px verdana;
  color : #BD004D;
}
h2.edcuation {
  display : inline;
  font : bold 12px verdana;
  color : #BD004D;
}
h3.education {
  display : inline;
  font : 10px verdana;
  color : #BD004D;
  text-transform : uppercase;
}


/* Venue Content */
.content-venues {
  background-color : #FFF;
  padding : 7px;
}
.content-venues a {
  height : 18px;
  color : #A0C804;
  text-decoration : none;
}
.content-venues a:hover { color : #D9E99B; }
.title-venues {
  font : bold 10px verdana;
  color : #666666;
  margin-bottom : 5px;
  text-transform : uppercase;
}
.content-intro-venues {
  background-color : #FFF;
  padding : 7px;
  margin-bottom:7px;
}
.content-intro-venues a {
  color : #A0C804;
  text-decoration : none;
}
.content-intro-venues a:hover { color : #D9E99B; }

.questionnaire {
  color : #FFF;
  background-color : #A0C804;
  background-image : url(../images/questionnaire_img.gif);
  background-position : bottom 370px;
  background-repeat : no-repeat;
  border : 1px solid #FFF;
  padding : 9px ;
}
.questionnaire div {
  line-height : 14px;
  color : #FFF;
}
.questionnaire a {
  color : #D9E99B;
  font-weight : bold;
  text-decoration : none;
}
.questionnaire a:hover { color : #ECECEC; }

.link { color : #A0C804; }
.link-miss a {
  color : #666666;
  text-decoration : none;
}
.link-miss a:hover { color : #CFCFCF; }

.option-radio { padding: 0 3px 7px 0; }
.option-radio input {
  height: 14px;
  padding: 0;
  margin: 0;
}

/* Popup */
.content-popup {
  height : 148px;
  color : #FFF;
  background-color : #A0C804;
  background-image : url(../images/home/questinnaire_bkg.gif);
  background-position : bottom right;
  background-repeat : no-repeat;
  border : 1px solid #FFF;
  padding : 7px;
}
.content-popup a {
  color : #D9E99B;
  font-weight : bold;
  text-decoration : none;
}
.content-popup a:hover { color : #8DA604; }

/* Headers */
.bg-museum {
  text-align : left;
  background-color : #ECECEC;
  padding : 7px;
  margin-bottom : 1px;
}
.head-museum {
  font : 10px arial;
  color : #FFF;
  background-color : #666666;
  padding : 2px;
  padding-left : 5px;
  border : 1px solid #FFF;
}

.bg-exhibition {
  text-align : left;
  background-color : #ECECEC;
  padding : 7px;
  margin-bottom : 1px;
}
.head-exhibition {
  font : 10px arial;
  color : #FFF;
  background-color : #666666;
  padding : 2px;
  padding-left : 5px;
  border : 1px solid #FFF;
}

.bg-education {
  text-align : left;
  background-color : #ECECEC;
  padding : 7px;
  margin-bottom : 1px;
}
.head-education {
  font : 10px arial;
  color : #FFF;
  background-color : #666666;
  padding : 2px;
  padding-left : 5px;
  border : 1px solid #FFF;
}

.bg-venues {
  text-align : left;
  background-color : #ECECEC;
  padding : 7px;
  margin-bottom : 1px;
}
.head-venues {
  font : 10px arial;
  color : #FFF;
  background-color : #666666;
  padding : 2px;
  padding-left : 5px;
  border : 1px solid #FFF;
}

.bg-section {
  background-color : #ECECEC;
  padding : 7px;
  margin-bottom : 1px;
}