/*con_transparent.htm Container*/
.Transparent {
	vertical-align: top;
	width: 100%;
}
.TransparentContentPane {
	vertical-align: top;
	width: 100%;
	padding-top: 10px;
}

/*con_tempo.htm Container*/
.Tempo_ActionMenu {
	text-align: right;
}

.Tempo_Title {	
	padding-bottom: 7px;
}

	.Tempo_TitleText {
		font: bold 14px Trebuchet MS;
		color: #232323;
	}

.ConContentPane {
	font: normal 12px Trebuchet MS;
	color: #474747;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.BorderTop {
	border-top: solid 1px #dde1e5;
}

.BorderLeft {
	border-left: solid 1px #dde1e5;
}

.BorderRight {
	background: url(images/tcon_r.jpg) repeat-y top;
}

.BorderBottom {
	background: url(images/tcon_b.jpg) repeat-x top;
}

/*con_quote.htm Container*/
.Quote_bg {
	background-color: #e6e8e1;
}


