/*Orange: #f4 91 1e*/
/*Real Teal: #29 98 98*/
/*New Teal: #1a 7f 80*/
/* 95d5c5 */
/* - - - - - GLOBAL - - - - - */

.pointer {
	cursor: pointer;
}

.warning {
	font-size:12px;
	color: #AAA;
}

.formLink {
	margin: 10px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	/*height: 20px;*/
}

.inlineDiv {
	display: inline-block;
}

.indexNewItemButton {
	padding: 2px 10px 0px 0px;
	margin-top: 5px;
}

.timeUpdated {
	padding: 0px 10px 0px 0px;
	color: #666;
	line-height: 35px;
}

.toggleDivHitContainer {
	padding: 0px 0px 0px 4px;
}
	
	

	.toggleContainer {
		display: none;
	}

	.toggleContainerShow {
		display: block;
	}

.unauthorizedWarning {
	width: 400px;
	text-align: center;
	margin: 50px auto 0px auto;
}

#customBackgroundDiv {
	position: fixed;
	z-index: -1;
	width:100%;
	height:100%;
	opacity: .10;
	background-size: 50px;
}

.header-panel div:first-child {
	z-index: 100;
}

.header-panel div:first-child .options li[data-val=''] {
	display: none;
}




