/* StyleSheet that can be used for the rhi help text              */

/* This is used for all non-Mac IEs. It is consider the base style sheet. */

/* This is also used by Netscape 6 for Windows.                           */

/* Stylesheet block, place holder for piwik web analysis tool to mark files that are downloadable.
    The entries must exist else html code will refer to them and post error messages if the entries do
     not exist.   
*/
.piwik_download {}

/* end piwik block configuration */

/* Elements */

a:link {
  font-family:Arial, Helvetica, sans-serif; color: #993435;
  text-decoration: none;
  }

a:hover {
  font-family:Arial, Helvetica, sans-serif; color: #232B63; 
  text-decoration: underline;
  }
  
a:active {
  font-family:Arial, Helvetica, sans-serif; color: #232B63; 
  text-decoration: underline;
  }
  
a:visited {
  font-family:Arial, Helvetica, sans-serif; color: #993435; t
  ext-decoration: none;
  }
  
/* alternate link styles
A:link {color:#000000;}
A:visited {color:#990099;}
A:hover {color:#3366cc;}
A:active {color:#3333cc;}
*/

body {
	margin: 0px; 
	padding: 0px;
	}
	
	
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #993435; 
  font-weight: bold;
  }
  
h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size:12px; 
 text-align:left; 
 color: #232B63;
 }
 
li {
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
margin-left:-20px;
}

p {
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
}

td {
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
}

th {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size:12px; text-align:left; 
 color: #232B63;
 }
 
table.help {
border-width:1px; 
border-style:solid; 
border-color:#F1EBE3;
}

td.hilight {
border-width:1px; 
border-style:solid; 
border-color:#F1EBE3;
}

ul {
 list-style-type: square; 
 list-style-image: url(/help/help_images/arrow.gif);
 }
 
.breadcrumb {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight:bold;
}

.breadcrumb-node {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; 
font-weight: bold; 
color: #999999;
}

.hilighthdr {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
text-transform: uppercase; 
text-decoration: none; 
color: #232B63;  
height:20px
}

.small {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
}

/*  IDs  */

#helprightnav {
 display: none;
  } 
