/*
 * System Documentation HTML presentation stylesheet.
 * Copyright 2000-2008 Symbian Software Ltd.
*/

.DocSetBox {
  background-image: none;
  background-color: #006699;  /* Symbian Blue */
 /* color:            #aaccee; */ /* Lightish blue */
  color:			#ffffff;
}

.DocSetBox p {
  font-family: meta, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0.5em;
}

.DocSetBox p a:link,
.DocSetBox p a:visited
{
  color: white;
  text-decoration: none;
}

.DocSetBottomBox {
  background-image: none;
  background-color: white;
 /* background-color: #b4daed; */        /* mid Blue of gradient.jpg */
 /* background-color: #f5fafe; */        /* Lightest Blue of gradient.jpg */
 /* background-color: #006699; */        /* Symbian Blue */
  color:			#006699;             /* Symbian blue */
 /* color:            #aaccee; */        /* Lightish blue */
 /* color:			  #ffffff; */        /* white */
 /* border-bottom: solid #ff9900 2px; */ /* Red horizontal line at bottom */
}

.DocSetBottomBox p {
  font-family: meta, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0.5em;
}

.DocSetBottomBox p a:link,
.DocSetBottomBox p a:visited
{
  color: white;
  text-decoration: none;
}

.ButtonBox {
  background-image: none;
  background-color: #006699;  /* Symbian Blue */
 /* color:            #aaccee; */ /* Lightish blue */
  color:			#ffffff;
}


.ButtonBottomBox {
  background-color: white;
 /* background-color: #b4daed; */        /* mid Blue of gradient.jpg */
 /* background-color: white; */          /* contrast with dark-blue image text */
  color:            black;               /* for imageless people */
 /* border-bottom: solid #ff9900 2px; */ /* Red horizontal line at bottom */
  /*
   Background image must be defined separately in each file due to
   widespread lack of standards compliance in UAs.
  */
}

.ButtonBox p,
.ButtonBottomBox p,
.DocSetBox p,
.DocSetBottomBox p
{
  margin-top:     0em;
  margin-bottom:  0em;
  padding-top:    1px;
  padding-bottom: 1px;
}
