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

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

/******* box2 (other) ******/
.box2 h2 {background: #0aa1da;color:#FFFFFF;background:url("../images/bgHdBluBox.gif") repeat-x right top;}
.box2 .container {background:#ECEFF5; border:1px #CCC solid;} 
  
/******* box3 (like box1 - complementary) *****/
.box3 {border-top: 5px #0aa1da solid;}
.box3 a {color: #0aa1da;}

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

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

/********** SubMenu ****************/
#subMenu a span {color:#d9edf4;}
#subMenu {background:#099FD8;}
#subMenuLeft {background:url("../images/bgSbmBluLeft.png") no-repeat left top;}
#subMenuRight {background:url("../images/bgSbmBluRight.png") no-repeat left top;}

/********** Others ************/
.lastLink a {color:#0aa1da;}

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