/* PTM Master */
body{
	font-family:Geneva,Arial,Helvetica,sans-serif;
}

#ptm_area{
	overflow:auto; width:100%; height:280px;
}

/* All PTM Pages */
#ptm_table {
  font-size:12px;
  text-align:left;
  border-width: 0;
  width:100%;
}

#vendor_long_name{
	font-size:14px;
	font-weight: bold;
}

.boldText {
	display: inline;
	font-weight: bold;
}

#center-bold{
	text-align:center;
	font-weight:bold;
}
.categoryRow td {
	background-color:#BBBBBB;
	font-weight: bold;
	font-size: 13px; 
	text-align: left; 
	width: 100%;
	cursor: pointer;
}

.categoryRow a{
	display: block; 
	width: 100%; 
	color: Black; 
	text-decoration: none;
}

.noCategory{
	text-align: center; 
	font-weight: bold;
	background-color: #EEEEEE; 
	border: #BBBBBB solid 1px
}

.partRow td {
	padding-left:20px;
	padding-right:20px;
}

.categoryRow img{
	margin-left:5px;
	margin-right: 10px;
	vertical-align: middle;
	padding-bottom:2px;
	border: medium none;
}

.ptmHeader {
	background-color:#cccccc;
	font-weight: bold;
	font-size: 12px; 
	text-align: left; 
	width: 100%;
}

.ptmHeader td{
	border-bottom: 1px solid white;
}

.ptmRow{
	background-color:#e6e6e6;
	font-size: 11px; 
	text-align: left; 
	width: 100%;
}

.hidden {
	display:none;
}

.visible{
	display:block;
}


