/**
		Document	:	contentTableStyle.css
		Created	:	Jun 22, 2012, 3:09:21 PM
		Author	:	kennyl
		Revised	:	2020-06-06	kennyl	moved to seperate file
		Description: Style of the content table, center of the page...
		
*/
.contentTable{
	padding:10px;
	border-spacing:0px;
	table-layout:fixed;
	vertical-align:top;
	width:100%;
}
	.contentTableRow{}
		.contentTableCell{
			overflow-y: hidden;
			vertical-align:top;
			width:100%;
		}
			.contentGrpTable{}
				.contentGrpTableTitleRow{}
					.contentGrpTableTitleCell{}
						.contentTitleTable{
							table-layout:fixed;
							width:100%;
						}
							.contentTitleTableRow{}
								.contentTitleTableProMaskCell{}
								.contentTitleTableTitleCell{
									width:80%
								}
								.contentTitleTableButtCell{}
					.contentTitle{
						font-size:1.8em;
					}
					.contentTitle:hover{
						color:#FF0000;
					}
				.contentGrpTableContentRow{}
					.contentGrpTableContentCell{
						font-family:comic sans ms;
						width:100%;
					}
						/* for content and calMonth */
						.content, .calmonth{
							font-size: .8em;
							font-family: comic sans ms;
							line-height: 1.5em;
							overflow-y: hidden;
							padding:.25em;
							transition-property: height;
							transition-duration: 0.5s;
							transition-timing-function: ease;
							transition-delay:0s;
						}
						/* for content by itself */
						.content{
							font-size:1.4em;
						}
						.contentCentered{
							text-align:center;
							line-height: 1.4em;
						}
				.contentGrpTableCompostRow{}
					.contentGrpTableCompostCell{}
						/** The compostTable goes in here */
						.contentCompostContainer{
							overflow-y: hidden;
							text-align:center;
							transition-property: height;
							transition-duration: 0.5s;
							transition-timing-function: ease;
							transition-delay:0s;
						}
				.contentGrpTableTailRow{}
					.contentGrpTableTailCell{}
						.contentTail{
						/**
							border: .12em solid #CBCBCB;
							border-radius: 1.8em;
							font-size: 1.0em;
							line-height: 1.8em;
							overflow-y: hidden;
							text-align:center;
							transition-property: height;
							transition-duration: 0.5s;
							transition-timing-function: ease;
							transition-delay:0s;
							*/
						}
							/* the tailpiece table - styled from the objects table */
							.contentTailTable{}
							.contentTailTableRow{}
								.contentTailPieceTableCreatedCell{}
								.contentTailPieceTableCreatedCell:hover{color:#000000 !important;}
								.contentTailPieceTableIdCell{}
								.contentTailPieceTableIdCell:hover{color:#000000 !important;}
								.contentTailPieceTableUpdatedCell{}
								.contentTailPieceTableUpdatedCell:hover{color:#000000 !important;}

/** Other classes */
.bulletTitleSm{
	font-family:courier;
	font-size:.8em;
	font-weight:bold;
}
.bulletTitleLg{
	font-family:courier;
	font-size:1.2em;
	font-weight:bold;
}
.smallText{
	font-size:.75em;
	font-style: italic;
}

.imageL, .imageR{
	border:none;
	border-radius:2em;
	height:4em;
	width:4em;
}
