.Grid
{
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-BOTTOM: black 1px solid;
font-family: Verdana;
font-size: 14px;
padding-right: 15px;
padding-left: 15px;
padding-bottom:15px;
padding-top: 15px;
color: Black;
text-align: center;
}
.GridHeader
{
background-color: grey;
font-weight: bold;
color: white;
font-size: 14px;
font-family: Verdana;
}
.GridPager
{
font-family: Verdana;
font-size: 12px;
}
.GridRow
{
font-family: Verdana;
font-size: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}
.GridRow.TR:hover
{
background-color: #ffccff;
}
.GridAlternatingRow
{
background-color: #ffffff;
color: Black;
font-family: Verdana;
font-size: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}
.GridFooter
{
}
.TopGroup
{
z-index:99;
position:relative;
}
.DefaultTab 
{
color:#888888; 
background-color: #E8E8E7;
background-image: url(images/tab_bg.gif);
border: 1px solid #ADADAD;
font-family: Verdana; 
font-size: 11px; 
cursor:pointer;
}
.DefaultTabHover 
{
color:#888888; 
background-color: #E8E8E7;
background-image: url(images/tab_bg.gif);
border: 1px solid #ADADAD;
font-family: Verdana; 
font-size: 11px; 
cursor:pointer;
}
.SelectedTab 
{
color:#888888; 
background-color: #FFFFFF;
background-image: url(images/selected_tab_bg.gif);
border: 1px solid #ADADAD;
border-bottom-color: #FFFFFF;
font-family: Verdana; 
font-size: 11px; 
cursor:pointer;
}
.MultiPage
{
background-color:White;
border: 1px solid #919B9C;
width:487px;
height:250px;
position:relative;
top:-2px;
left:1px;
z-index:98;
}
.label
{
font-family: Verdana;
font-size: 10px;
}
/*rmi button*/
a#rmibutton {
	background: url('rmibuttonsm.png') no-repeat 0 0;
	width: 200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
a#rmibutton:hover { background-position: 0 -40px; }
a#rmibutton:active { background-position: 0 -80px; }
/*offer button*/
a#offerbutton {
	background: url('offerbuttonsm.jpg') no-repeat 0 0;
	width: 200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
a#offerbutton:hover { background-position: 0 -40px; }
a#offerbutton:active { background-position: 0 -80px; }


