BODY {
 font: normal 12px auto "arial", "helvetica", "sans-serif";
 width: 760;
 margin: 15px auto auto 20px;
       }

td { 
  font: 10pt "arial", "helvetica", "sans-serif"
  }

#LikeList { 
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c88039;
  font: 12px "arial";
  }

#ItemList { 
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #666666;
  font: 12px arial;
  position: relative; 
  }

#DislikeList { 
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #83a8cc;
  font: 12px arial;
  width: 220;
  }

#LikeHeader { 
  border-bottom: 1px solid;
  border-color: #c88039;
  background: #fbd997;
  font: 14px arial;
  font-weight: bold;
}

#ItemHeader { 
  border-bottom: 1px solid;
  border-color: #666666;
  background: #cccccc;
  font: 14px arial;
  font-weight: bold;
  }

#CategoryList { 
  border-bottom: 1px solid;
  border-color: #666666;
  font: 14px arial;
  }

#DislikeHeader { 
  border-bottom: 1px solid;
  border-color: #83a8cc;
  background: #e8f1fa;
  font: 14px arial;
  font-weight: bold;
}

#QuizList { 
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c88039;
  font: 12px "arial";
  }

.category { 
 background: #eeeeee url(../images/button_bg.jpg);
 height: 20px;
 border-right: 1px solid;
 border-color: #1f374d;
 text-align: center;
 cursor: pointer;
 text-align: center;
 color: #ffffff;
// color: #0f1b26;
//color: #000000;
 }

.SelectedCategory { 
 background: url(../images/button_bg_selected.jpg) no-repeat;
 height: 20px;
 border-right: 1px solid;
 border-color: #999999;
 text-align: center;
 color: #0d1a26;
 cursor: pointer;
 }

//  border-right: 1px solid;
//  border-left: 1px solid;
//  border-top: 1px solid;
//  border-bottom: 1px solid;
//  border-color: #aaaaaa;
//  background-color: #336699;
//  color: #ffffff;
}


// .likeButton { 
//  border-right: 1px solid;
//  border-left: 1px solid;
//  border-top: 1px solid;
//  border-bottom: 1px solid;
//  border-color: #aaaaaa;
//  text-align: center;
//  color: #000000;
// }

// .dislikeButton { 
//   border-right: 1px solid;
//   border-left: 1px solid;
//   border-top: 1px solid;
//   border-bottom: 1px solid;
//   border-color: #83a8cc;
//   background: #e8f1fa;
//   text-align: center;
//   color: #83a8cc;
//   cursor: pointer;
// }


.link { 
  cursor: pointer;
}

.delLink { 
  cursor: pointer;
}

.large {
  font-family: arial, helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #c88039;
}

.small  {
  font-family : arial, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #757575;
}

.smallBold  {
  font-family : arial, helvetica;
  font-size: 11px;
  font-weight: bold;
}

.medium  {
  font-family : arial, helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #757575;
}

img.delete { 
  height: 14;
  width: 17;
}

td.button {
 background: #CAE8EA url(images/button_bg.jpg) no-repeat;
 }