/*******************************/
/********** Bouldering *********/
/*******************************/

/******* box (main) ********/
.box {border-top: 5px #F07E0E solid;color:#212121;}
.box h2 {color: #F07E0E;}

/******* box2 (other) ******/
.box2 h2 {background: #F07E0E;color:#FFFFFF;background:url("../images/bgHdOrgBox.gif") repeat-x right top;}
.box2 .container {background:#ECEFF5; border:1px #CCC solid;}

/******* box3 (like box1 - complementary) *****/
.box3 {border-top: 5px #F07E0E solid;}
.box3 a {color: #F07E0E;}

/******* box4 (like box2 - complementary) *****/
.box4 h2 { background: #0aa1da;background:url("../images/bgHdBluBox.gif") repeat-x right top; }
.box4 span {color:#0aa1da;}

/******* box5 (like box1 - mixta) *****/
.box5 {border: 1px #F07E0E solid;}
.box5 a {color:#F07E0E;}

/********** SubMenu ****************/
#subMenu {background:#F07E0E;}
#subMenuLeft {background:url("../images/bgSbmOrgLeft.gif") no-repeat left top;}
#subMenuRight {background:url("../images/bgSbmOrgRight.gif") no-repeat left top;}

#subMenu a span {color:#ffe0c3;}


/********** Others ************/
.lastLink a {color:#F07E0E;background:url("../images/arrowOrgRight.gif") no-repeat 0px 4px;}


/********** Table List  ************/
#tablelist tbody tr:hover {
  background: #ffe0c3;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
  
#tablelist tbody tr:hover th,
#tablelist tbody tr.odd:hover th {
  background: #ffe0c3;
  color: #FFFFFF;
  }
  
/********** Rating ************/  
.star-rating {background: url(../images/rating/star_orange.png) top left repeat-x;_background: url(../images/rating/star_orange.gif) top left repeat-x;}
.star-rating li a:hover {background: url(../images/rating/star_orange.png) left bottom;_background: url(../images/rating/star_orange.gif) left bottom;}
.star-rating li.current-rating {background: url(../images/rating/star_orange.png) left center;_background: url(../images/rating/star_orange.gif) left center;}    