/******************************************************************************
* Styles for the tabbed displays.                                             *
******************************************************************************/

/*-----------------------------------------------------------------------------
  Note: The border-radius property is a proposed feature for CSS3 which creates
        rounded corners. Mozilla/Netscape browsers currently support this
        feature via the proprietary -moz-border-radius property. Both are
        defined here. Browsers that support neither should simply ignore them.
-----------------------------------------------------------------------------*/

div.tabBox {}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #CCCCCC;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #F4F4F4 #CCCCCC #CCCCCC #F4F4F4;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #505050;
}

a.tab:hover {
  background-color: #a080d0;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #ffe0ff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #CCCCCC;
  border-color: #000000 #CCCCCC #CCCCCC #000000;
  color: #505050;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: #CCCCCC;
  border: 2px solid #ffffff;
  border-color: #F4F4F4 #CCCCCC #CCCCCC #F4F4F4;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .1em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #ffffff;
  border: 1px solid #F4F4F4;
  border-color: #F4F4F4 #CCCCCC #CCCCCC #F4F4F4;
  width: 100%;
  height: 36em;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  border-color: #000000 #CCCCCC #CCCCCC #000000;
  color: #F4F4F4;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 2px .5em 2px .5em;
}

.tab-image, img.tab-image {
border:0 solid #333333 !important;
float:left;
margin:0;
overflow:hidden;
padding:0;
width:160px;
}

div.sub-data {
float:right;
padding:0 0;
width:245px;
}

/* Star Rating on Main Page */
.starrate {width:139px; height:13px; border:0; padding:0; margin:0 }
.r50 {background-image:url(/wp-content/uploads/5stars.jpg);background-repeat:no-repeat;}
.r45 {background-image:url(/wp-content/uploads/4halfstars.jpg);background-repeat:no-repeat;}
.r40 {background-image:url(/wp-content/uploads/4stars.jpg);background-repeat:no-repeat;}
.r35 {background-image:url(/wp-content/uploads/3halfstars.jpg);background-repeat:no-repeat;}
.r30 {background-image:url(/wp-content/uploads/3stars.jpg);background-repeat:no-repeat;}
