/* $Revision: 1.7 $ $Date: 2013/01/10 21:45:21 $ */
/*
#(c)#=====================================================================
#(c)#
#(c)#       Copyright 2007-2013 Ex Libris (USA) Inc.
#(c)#                       All Rights Reserved
#(c)#
#(c)#=====================================================================

**          Product : WebVoyage :: help css
**          Version : 7.2.0          
**          Created : 11-OCT-2007  
**      Orig Author : ejw   
**    Last Modified : 19-AUG-2009 
** Last Modified By : Mel Pemble   
*/

.help 
{
	font-family: "Source Sans Pro","Helvetica Neue","GNU Unifont",Arial,Verdana,Helvetica,sans-serif;
	font-size: .9em;
	font-weight: normal;
}

.help  h2
{
    color: #9F175E;
    font-family: "Source Sans Pro","Helvetica Neue",Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
}

.help  ol, .help  ul
{
	/*font-size: small;*/
	font-size: 1.3rem;
}

.help ul li
{
	list-style-image: url(../images/icon_book.gif);
}

.help #helpNav
{
	font-size: small;
}

.help  #back2vwebv
{
	position: absolute;
	width: 40%;
	top: 1.3em;
}

.help #getMoreHelp 
{
	position: absolute;
	top: 5px;
	right: 5px;
}

.help  #getMoreHelp img
{
	border: 0;
	vertical-align: text-top;

}
h1{
    color: #990000;
    font-family: Merriweather,Georgia,"Times New Roman",Times,serif;
    font-size: 16pt;
    font-weight: bold;
}

p {
    font-family: "Source Sans Pro","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 10pt;
    margin: 7px;
             
}


