input.search {
/*	background: transparent url(../images/searchbox.gif) no-repeat; */
	margin:5 0 5 0; 
	padding:3 4 5 5; 
	border:normal;
}
/*h1 {
	color: #4D4D4D;
	FONT:16px Arial,Helvetica,Geneva,san-serif;
	FONT-WEIGHT: bold;
	letter-spacing: 1px;
	font-variant: small-caps;
}

h2 {
	color: #4D4D4D;
	background-color:#DDE3E7;
	FONT:14px Arial,Helvetica,Geneva,san-serif;
	FONT-WEIGHT: bold;
	letter-spacing: 1px;
	 margin: 3;
	 padding: 3;
	font-variant: small-caps;
}
*/
td.riovid {
	cursor: normal;
	COLOR: #2D2D2D;
	FONT:12px Arial,Helvetica,Geneva,san-serif;
	FONT-WEIGHT: none;
	line-height:14px;
border-bottom:1px solid #ddd;
} 
td.riovid1 {
	cursor: pointer;
	COLOR: maroon;
	FONT:12px Arial,Helvetica,Geneva,san-serif;
	FONT-WEIGHT: none;
	line-height:14px;
border-bottom:1px solid #ddd;
} 


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabnavlive .tabnavtabhide {
 display:none;
}

/*--------------------------------------------------
  .tabnav = before the tabnav interface is set up
  .tabnavlive = after the tabnav interface is set up
  --------------------------------------------------*/
.tabnav {
}
.tabnavlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabnavnav = the tab navigation list
  li.tabnavactive = the active tab
  --------------------------------------------------*/
ul.tabnavnav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Arial, sans-serif;
}

ul.tabnavnav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabnavnav li a  /* unfocused tabs */
{
 padding: 3px 0.5em;
 margin-left: 0px;  /*****/
 border-right: 1px solid #778;
 border-left: 1px solid #778;
 border-top: 1px solid #778;
 border-bottom: none;
 background:url('/images/tabback_unfocus.jpg');
 background-repeat:repeat;
 /* background: #DDE; */
 text-decoration: none;
}

ul.tabnavnav li a:link { color: #448; }
ul.tabnavnav li a:visited { color: #667; }

ul.tabnavnav li a:hover     /* Unfocused Hovered tabs  */
{
 color: #000;
 background:url('/images/tabback_focus.jpg');
 background-repeat:repeat;
 border-color: #227;
}

ul.tabnavnav li.tabnavactive a     /*  Active tab */
{
 background:url('/images/tabback_focus.jpg');
 background-repeat:repeat;
 border-top:1px solid #227; 
 border-left:1px solid #227; 
 border-right:1px solid #227; 
}

ul.tabnavnav li.tabnavactive a:hover  /*  Active hover */
{
 color: #000;
 background:url('/images/tabback_focus.jpg');
 background-repeat:repeat;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabnavtab = the tab content
  Add style only after the tabnav interface is set up (.tabnavlive)
  --------------------------------------------------*/
.tabnavlive .tabnavtab {
 padding:5px;
 border:1px solid #227; 
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

/*height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

/*overflow:auto; */

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabnavlive .tabnavtab h2 {
 display:none;
}
.tabnavlive .tabnavtab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabnavlive#tab1 {
}
.tabnavlive#tab2 {
}
.tabnavlive#tab2 .tabnavtab {
 height:200px;
 overflow:auto;
}

