.tButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
  background: #E6EDFD url(images/buttonbg_red.jpg) repeat-x;
  border: #808080;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  cursor: hand;
}
.tButtonDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
  background: #E6EDFD url(images/buttonbg_red.jpg) repeat-x;
  border: #808080;
  color: #777777;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  cursor: hand;
}
.tButton100 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 100px;
  background: #E6EDFD url(images/buttonbg_red.jpg) repeat-x;
  border: #808080;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  cursor: hand;
}
.tButton50 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 50px;
  background: #E6EDFD url(images/buttonbg_red.jpg) repeat-x;
  border: #808080;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  cursor: hand;
}
.tButton75 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 75px;
  background: #E6EDFD url(images/buttonbg_red.jpg) repeat-x;
  border: #808080;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  cursor: hand;
}
.tButtonDisabled75 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
  color: #777777;
	width: 75px;
  background: #E6EDFD url(images/buttonbg_red.jpg) repeat-x;
  border: #808080;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  cursor: hand;
}

/* Rounded Corners - Yellow BG */
td.rounded_tl {background-image:url('../images/roundedcornr_tl.png');
background-repeat:no-repeat;
background-position:top;
height:20; 
width:20;
}
td.rounded_tr {background-image:url('../images/roundedcornr_tr.png');
background-repeat:no-repeat;
background-position:top;
height:20; 
width:20;
}
td.rounded_bl {background-image:url('../images/roundedcornr_bl.png');
background-repeat:no-repeat;
background-position:top;
height:20; 
width:20;
}
td.rounded_br {
background-image:url('../images/roundedcornr_br.png');
background-repeat:no-repeat;
background-position:top;
height:20; 
width:20;
}

/* Home page styles */
h2.mainHeader {color:#ffffcc; font-size:125%; height:10px; *margin:0px;}

/*spotlight section */
td.spot_tl {
background-image:url('../images/rework0508/SpotTL.gif');
background-repeat:no-repeat;
background-position:top;
height:30; 
width:10;
}
td.spot_tr {
background-image:url('../images/rework0508/spotTR.gif');
background-repeat:no-repeat;
background-position:top;
height:30; 
width:10;
}
td.spot_main {
background-image:url('../images/rework0508/spotMain.gif');
background-repeat:repeat-x;
background-position:top;
height:30; 
text-align:center;
}
td.spot_bl {
background-image:url('../images/rework0508/spotBL.gif');
background-repeat:no-repeat;
height:20; 
width:10;
}
td.spot_br {
background-image:url('../images/rework0508/spotBR.gif');
background-repeat:no-repeat;
height:20; 
width:10;
}
/*news section */
td.news_tl {
background-image:url('../images/rework0508/newsTL.gif');
background-repeat:no-repeat;
background-position:top;
height:27; 
width:12;
}
td.news_tr {
background-image:url('../images/rework0508/newsTR.gif');
background-repeat:no-repeat;
height:27; 
width:11;
}
td.news_bl {
background-image:url('../images/rework0508/newsBL.gif');
background-repeat:no-repeat;
background-position:left;
height:18; 
width:11;
}
td.news_br {
background-image:url('../images/rework0508/newsBR.gif');
background-repeat:no-repeat;
background-position:right;
height:18; 
width:11;
}
td.news_main {
background-image:url('../images/rework0508/newsTopBG.gif');
background-repeat:repeat-x;
background-position:top;
height:27; 
text-align:center;
}
td.newsLeft {border-left:1px solid #5f5f2c;}
td.newsRight {border-right:1px solid #5f5f2c; width:10;}
td.news_main {border-top:1px solid #5f5f2c;}
td.news_bottom {border-bottom:1px solid #5f5f2c;}
