/* ----- Pergamo Detail Style ----- */

/* ------ Tables ------ */
.wsTbMainDetail { border-collapse: collapse }

.pgDetailCell {
	width: auto;
	padding-left: 5px;
	margin: 2px 4px 2px 2px;
}

.pgMenuDetailCell { 
	width: 9em;
	padding-right: 5px;
	float: right;
	clear: right;
	margin: 2px 2px 2px 4px;
}

.pgDetail { width: auto; margin: auto }

/* ------ Sections Menu ------ */
.wsTbSectionsMenu {
	color: #800000;
    border-collapse: separate;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.wsTbSectionsMenu td { 
	border: 1px outset;
	padding: 2px;
	cursor: pointer;
	border-color: #800000;
	text-align: center;
	font-weight: bold; 
}

.wsSectionsMIActive { background: yellow; color: #800000; }
.wsSectionsMIOn  { background: #800000; color: white; }
.wsSectionsMIOff { 
	background: #FFC4C4; 
	color: #800000;
}

a[class="wsLinkSection"] { text-decoration: none; color:#800000; background-color:transparent; }
.wsSectionsMIOn a[class="wsLinkSection"] { color: white }


