
					.inline{
						display: inline-block;
						vertical-align: top;
					}
					.inputItem{
						margin: .5em;
					}
					.inputGroup{
						background: #f0f0f0;
						padding: 1em;
						margin: 1em 0;
					}
					.inputGroup .inputGroup{
						border: 1px solid #aaa;
						border-radius: 3px;
						background: #ddd;
						margin: 1em;
					}
					
					.timeoutWarning{
						font-size: 90%;
						color: #666;
						margin-top: 1em;
					}
					.ssnViewBtn,
					.ssnResubmitBtn{
						cursor: pointer;
						font-size: 90%;
					}
					.reset{
						float: right;
						margin-top: 1.2em;
						margin-right: .5em;
						font-size: 90%;
					}
					
					.pageNum{
						margin: 1em 0 0 0;
						padding: 1em;
						color: #666;
						background: #eee;
						font-weight: bold;
					}
					.pageNavTitle{
					}
					.pageNav{
					}
					.pageNavTitle,
					.pageNav a{
						padding: 1em 1.25em;
						background: #eee;
						display: inline-block;
						text-decoration: none;
						margin-top: .25em;
						font-size: 90%;
					}
					.pageNav.notSubmitted a{
						
					}
					.pageNav.submitted a{
						color: #00A95C;
						background: #CAE2D7;
					}
					.inputRadio{
						margin: .2em .5em .2em 2em;
					}
					input[type="text"].inputDatepicker{
						max-width: 8em;
					}
					
					.testQuestion{
						margin: 1.5em 0;
					}
					.testQuestion .inputLabel{
						font-weight: bold;
					}
					
					.contentInner div.ContentType_SubPageList_list{
						text-align: center;
						font-size: 90%;
					}
					.contentInner div.ContentType_SubPageList_listCell{
						width: auto;
					}
					.contentInner div.ContentType_SubPageList_listItem{
						display: inline-block;
					}
					.contentInner div.ContentType_SubPageList_listCell a,
					.contentInner div.ContentType_SubPageList_listCell:nth-child(2n) a{
						color: #aaa;
						background: none;
						font-size: 100%;
						padding: .65em;
					}
					.contentInner div.ContentType_SubPageList_listCell a:hover,
					.contentInner div.ContentType_SubPageList_listCell:nth-child(2n) a:hover{
						color: #333;
					}
					.contentInner .ContentType_SubPageList_currentPage.ContentType_SubPageList_listCell a,
					.contentInner .ContentType_SubPageList_currentPage.ContentType_SubPageList_listCell:nth-child(2n) a,
					.contentInner .ContentType_SubPageList_currentPage.ContentType_SubPageList_listCell a:hover,
					.contentInner .ContentType_SubPageList_currentPage.ContentType_SubPageList_listCell:nth-child(2n) a:hover{
						color: #000;
						cursor: default;
					}
					
					body div.inputObject{
						position: relative;
					}
					.errorMsg{
						color: #cc0000;
						font-weight: bold;
					}
					body input.invalidFormInput {
						background-color:#FFD5D6;
						border:1px dashed #CC0000;
					}
					body label.invalidFormInput{
						z-index: 999;
						color: #cc0000;
						font-weight: normal;
						background: none;
						border: none;
						padding-left: .5em;
						position: absolute;
						top: 98%;
						left: 0;
						background: #fff;
						border: 1px solid #c00;
						padding: .5em;
						opacity: 0.8;
						min-width: 250px;
					}
				

						.titleCrumbs{
	padding-bottom: 0;
}
.contentInner .ContentType_SubPageList_listCell a{
	font-size: 120%;
	padding: .5em;
	text-align: left;
	display: inline-block;
}

						
