/*--Style Sheet used for all Bookshelf Portal Pages-------------------*/
/*--Created by Annette Wegscheider------------------------------------*/
/*--Copyright 2003, Siebel Systems, Inc.------------------------------*/
/*--Last update: 12 May 2003------------------------------------------*/
/*--Validated style sheet at http://jigsaw.w3.org/css-validator/------*/

/*--Default body style--*/
body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 0em;
	margin-top : 0em;
}

/*--Default styles for links--*/
a:link    
{ 
	color: #0000CC;
	background-color: #FFFFFF;
}
a:visited
{
	color: #9999CC;
	background-color: #FFFFFF;
}
a:active
{
	color: #0000CC;
	background-color: #FFFFFF;
}
a:hover
{
	color: #990033;
	background-color: #FFFFFF;
}

/*--Last update and copyright info at bottom of pages--*/
a.lastupdatelink 
{ 
	color: #4A4C64;
	background-color: #FFFFFF;
	text-decoration: none 
}
/*--Back to start page link for secondary portal pages--*/
a.bannerlink
{ 
	color: #4A4C64; 
	background-color: #FFFFFF;
	text-decoration: none 
}
a.bannerlink:visited 
{ 
	color: #4A4C64; 
	background-color: #FFFFFF;
	text-decoration: none 
}
a.bannerlink:hover
{
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none
}
a.bannerlink:active 
{ 
	color: #4A4C64; 
	background-color: #FFFFFF;
	text-decoration: none 
}
/*--Default text formatting span definitions--*/

/*--bold text--*/
span.bold 
{ 
	font-weight: bold 
}

/*--italic text--*/
span.emphasis 
{ 
	font-style: italic 
}

/*--computer font text--*/
span.mono 
{ 
	font-family: Courier New, Courier, monospace; 
	font-size: 13px 
}

/*--horizontal rule definition--*/
hr {
	color: #A8B9DA;
	height: 2px;
}

/*--Paragraph definitions--*/

/*--Standard text not in table--*/
p.text
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 0.5em;
	margin-top : 0.5em;
	line-height: 1.5
}

/*--Letter separators in Alpha lists--*/
p.alpha
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	line-height: 1.5
}
/*--Back to top links--*/
p.backtotop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom : 2px solid #A8B9DA;
}

/*--Heading styles--*/

/*--h1 - currently not used--*/
h1
{
	color: #000666;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none
}

/*--h2 - currently not used--*/
h2
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none
}

/*--h3 - subheadings in secondary pages--*/
td.h3
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none
}

/*--h4 - procedure headings--*/
td.h4
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 2em;
	margin-bottom: -1em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
}


/*--List items - all bulleted lists and numbered steps--*/
li.listitem
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 0.5em;
	margin-top : 0em;
	line-height: 1.5
}

/*--Table cell definitions--*/

/*--title of bookshelf in blue banner--*/
td.title
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 0em;
	text-align: center;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
}

/*--All Standard text in table cells--*/
td.text
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	line-height: 1.5
}
/*--Spacer cells in tables--*/
td.spacer
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
}
/*--Text in blue banners--*/
td.bannertext
{
	color: #000066;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	line-height: 1.5
}

/*--Blue line before and after bottom banner, in table--*/
td.line
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
}

/*--Main heading on secondary portal pages--*/
td.h2
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
}
