thead {
    background-color: #E6E6E6;
}
table, th, tr, td {
    border-color: #E6E6E6;
	vertical-align: top;
}
.cellrowborder {
    border-color: #E6E6E6;
}
tr:hover {
    background-color: #f2f2f2;
}

table[rules="none"] tr:hover {
    background-color: transparent
}
p.stepsection {
    border-style:solid none none none;
    border-width: thin;
    border-color: #cccccc;
    padding-top: 5px;
}
/* for use with DITA paragraph elements, outputclass = bigcenter; centers links for a graphical-style display on landing pages */
.bigcenter {
    font-size: 170%;
    font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
} 

.bigcenter a {
    border-radius: 8px;
	padding: 5px 20px; 
	border: 1px solid #CCC;
	}
	
.bigcenter a:hover {
	background-color: #007987;
	color: white;
	text-decoration: none;
	}
	
.cite {
    font-size: 10px;
    color:#696969;
}
ul.ullinks{
    display: none;}
kbd  {
font-family: 'Courier New';
background-color: transparent;
color: #333;
box-shadow: none;
}
.image:not([usemap]) {
	display: inline;
	vertical-align: baseline;
}
code  {
background-color: #eee;
font-family: 'Courier New';
color: #000;
}