#productTitle {
  background-color:#1469B7;
}

#productTitle h1:before {
  content: " ";
}

#productTitle h1 {
  color:white;
  font-size:1.4em;
}

#productToolbar {
  color:#EEE;
}

#breadcrumbLinks {
  color:#000080; /* Necessary to prevent slash separator from being the same color as the background */
}

h1.topictitle1 {
  color:black;
  background-color:transparent;
  font-size: 20px;  
  padding:0.3em 0 0.3em 0em; /* Modified so that title left aligns with following paragraph - Erik Balisi 7/29/2013 */
  margin:0 0.3em 0 0; 
}

h1.title{
    color:black;
    background-color:transparent;
    text-shadow:none;
    padding:0.3em 0 0.3em 0em; /* Modified so that title left aligns with following paragraph - Erik Balisi 7/29/2013 */
    box-shadow:none;
    /*border-radius:5px;*/
}

h2.title{
    color:black;
    background-color:transparent;
    text-shadow:none;
    padding:0.3em 0 0.3em 0em; /* Modified so that title left aligns with following paragraph - Erik Balisi 7/29/2013 */
    box-shadow:none;
	border-bottom: 1px dotted black;
    /*border-radius:5px;*/
}

pre{
	border: 1px dotted black;
	background-color: #F0F0F0;
	overflow: auto;
}

.cmdname{
	font-family:monospace
}

.parmname{
	font-family:monospace;
	font-weight:normal
}

.wintitle{
	font-weight:bold
}

div.warning{
	border: 1px solid rgb(152,30,50);
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	margin-right:10px;
}

/* Remove the default note icon */
span.notetitle{
	background-image:none !important;
	padding-left:0px !important;
}

span.warningtitle{
	font-weight:bold;
	text-transform:uppercase;
	color:rgb(152,30,50);
}
div.footer {
	background-color: rgb(238, 238, 238);
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:100%;
    font-weight: bold;
    font-size: 85%;
}
span.legal-short {
	text-align: center;
    font-weight: bold;
    font-size: 85%;
}

span.logo 
	{background-image:url('http://cdn.pbui.us/assets/images/ui-sprite-01.png');background-position:-190px 0px;width:123px;height:20px;overflow:hidden;line-height:27em;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:0 0 6px 0;}}

td.footer-text {
	text-align: right;
    vertical-align: baseline;
    font-size: 85%;
}

table.footer {
	width:100%;
	height:36px;
	color: rgb(107, 107, 107);
}

td.legal {
	text-align:left;
}

.footer-link {
	color: rgb(107, 107, 107);
	font-size: 90%;
}

a:link {color:navy;}
a:hover{color:red;}