/***** tagua.css *****/
/* updated 6/30/2016 */
.taguaWholeContainer {
	margin: auto;
	width: 96.625em; /* 160+20+1176 =1546   (menu+ease+taguaContainer) */
        overflow: auto;
}
.taguaContainer {
	margin: auto;
	width: 85.375em; /* 683*2=1366 (td wid*2) (td wid=wid of photo+20px ease)  */ 
	float:right;
    overflow: auto;
	vertical-align: top;
	/* border: 1px solid yellow; */
}
.taguaCopyrightContainer {
	margin: auto;
	width: 85.375em; /* same as taguacontainer */ 
	float: left;
	padding-top: 3em;
}
.taguaHdg {
	font-family: "Arial Black", "Arial", "Trebuchet MS", "sans-serif";
	font-size: 1.2em;
    color:#2fbd09; /* nice green #2fbd09; */
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.15em;
	word-spacing: 0.1em; /* avoid using percentage, unpredictable result */
	text-align: center;
	margin-top: -1em;
}
.taguaHdgSynopContainer {
    width: 100%;
	padding-top: 1px;
}
.taguaHdgSynop {
	color: #000;
	font-size: 0.9em;
	font-family: "Verdana", "Arial", "Trebuchet MS", "sans-serif";
	text-align: left;
	word-spacing: normal;
	letter-spacing: normal;
}
table.taguaTable {
	cellspacing: 5px;  /* not work when put in css but work in html */
	align: center;  /* not work when put in css but work in html */
}
td.taguaTable {
    padding: 15px;
}

p.taguaContainer {
	color: #000;
	font-size 1em;
	font-family: "Verdana", "Arial", "Trebuchet MS", "sans-serif";
}
.taguaInfo {
	color: #000;
	font-size 0.7em;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Trebuchet MS", "sans-serif";
	text-align: center;
}
.synop {
	width: 57.5em;		/* 920px; */
	margin: auto;
}
.more {
	display: none; 
	/* border-top: 1px solid #666;
	border-bottom: 1px solid #666; */
	}
a.showLink, a.hideLink {
	padding-left: 8px;
	color: #36f;
	text-decoration: none;
	/* background: transparent url('down.gif') no-repeat left;*/
	 }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; 
	}

.taguaSold {
	color: #ef1808; /* fa7932; */
	font-size 0.9em;
	font-family: "Lucida Sans Unicode", "Arial", "Trebuchet MS", "sans-serif";
	text-align: center;
}
/***** end of style sheet *****/
