/*
CSS stylings for the side column
*/       


/**************************************************************
   Team grid
 **************************************************************/
#teamgrid h2{
  margin-bottom: 10px;
}
 
.teamgrid {
  clear: both;
  width: 100%;
  float: left;
  height: 70px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 11px;
  text-align: left;
}

.position {
  float: left;
  height: 70px;
  width: 37px;
  font-size: 50px;
  line-height: 1;
  padding: 0;
  margin-right: 3px;
}

.pts{
  margin-top: 3px;
  font-size: 11px;
}

.teamgrid img {
  height: 70px;
  float: left;
  margin: 0 5px 0 0;
}


/**************************************************************
   Generic SideBar stuff
 **************************************************************/
.side-top{
  height: 10px;
  background-image: url("../img/site_pics/side_top.png");
}

.side-content{
	background-color: white;
	padding: 0px 10px;
}

.side-title{
  margin: 0px;
  margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
  padding: 0px;
  color: #FF1526;
}

.side-bottom{
  height: 10px;
  background-image: url("../img/site_pics/side_bottom.png");
  margin-bottom: 30px;
  background-position: bottom;
}

.sb_desc {
  margin-bottom: 10px;
}

.sb_list_margin{
  margin-bottom: 8px;
  font-weight: bold;
}

.sb_list {
  font-weight: bold;
}

.sb_pic{
  height: 75px;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
}

.viewall {

}







