/********************************/
/********** Climging All*********/
/********************************/

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

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

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

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

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

#subMenu a span {color:#d4d4d4;}

/********** SubMenu ****************/
#subMenu {background:#212121;}
#subMenuLeft {background:url("../images/bgSbmBlkLeft.gif") no-repeat left top;float:left;height:28px; width:7px;}
#subMenuRight {background:url("../images/bgSbmBlkRight.gif") no-repeat left top;float:left;	height:28px; width:7px;}


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


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