/* Global Configuration */

body {
	background-color: white;
	font-family: "Lucinda Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	margin: 0px;
	width: 100%;
}

table td, th {
	font-family: "Lucinda Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
    vertical-align: top;
    padding: 0;
    border-width: 0;
    vertical-align: top;
}

/* Headings */
h1, .header, .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #666666;
	padding-bottom: 2px;
	font-weight: normal;
}

h2, .subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	font-style: oblique;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-left-color: #999999;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	font-style: oblique;
	clear: both;
}

/* Page Elements */
dt {
	font-style: normal;
	font-weight: bold;
}

a:link {
	color: #6633FF;
}

a:visited {
	color: #90C;
}


/* Special Elements */

/* Pullquotes */
p.pullquote,div.pullquote {
	font-size: 18px;
	font-weight: bold;
    color: #608; /* purple of title */
	float: right;
	width: 140px;
    border: solid;
    border-width: 1px 0;
    padding: 3px 2px;
    margin: 1px 7px;
}

/* Main body of information in three column format */
td#rightside {
	width: 155px;
}

td#middle {
	width: 20px;
	background-image: url(images/bmcdot-pi-rep.gif);
	background-repeat: repeat-y;
	background-position: center;
}

td#leftside {

}

.sectionsmenu {
	font-weight: bold;
	text-align: center;
}

/* Information boxes */

table.infobox th {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #666699;
	padding: 2px;
	text-align: left;
}

table.infobox td {
	background-color: #CCCCFF;
	padding: 3px;
}

/* Table listings in the main text body */

table.listing {
	border-top: 1px solid #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
}

table.listing td,th {
	border-top: 1px none #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px none #666;
	padding: 2px;
}

table.listing th {
	font-weight: bold;
	background-color: #CCCCCC;
	vertical-align: middle;
}

/* Navigation Menu */
table#menu a {
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	border: #FFFFFF;
	display: block;
	padding-left: 0.5em;
	/* border-right-width: 5px;
	border-right-style: solid; */
	padding-right: .5em;
}

table#menu a:hover {
    color: #FF99CC;
}

td#currentpage a {
	border: #FF99CC;
	border-right-width: 5px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
    border-bottom-width: 1px;
	border-bottom-style: solid;
}


/* Header and Footer information */
div#footer {
	text-align: right;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	color: #666;
	font-size: 85%;
	padding-left: 40%;
}
.lastupdate {
	font-size: 85%;
	color: #666;
	text-align: right;
}

td.dotbar {
	background-image: url(images/bmcdot-pi-rep.gif);
	background-repeat: repeat-x;
	height: 15px;
}

/* Formating of What's New information */
td#leftside div.whatisnew a {
	display: block;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
}

table.infobox div.whatisnew a {
	display: block;
	border-top-width: 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
	padding-bottom: 4px;
	padding-top: 4px;
}

div.whatisnew p
{

margin: 0 0 0 0; 

}

div.quotation {
	font-family: "Courier New", Courier, mono;
	background-color: #CCCCCC;
	padding: 5pt;
	margin: 10pt;
}

/* Formating of Booklet Navigation */

table.bookletnav {
   border-top: 1px #999999 solid;
   border-bottom: 1px #999999 solid; 
}

table.bookletnav a {
   text-decoration: none;
}

table.bookletnav a:hover {
   color: #990000; 
}

table.bookletnav td.leftnav {
   text-align: left;
   width: 33%; 
}

table.bookletnav td.midnav {
   text-align: center;
   width: 33%; 
}

table.bookletnav td.rightnav {
   text-align: right;
   width: 33%; 
}