

.accountContent {
	display: block;
	overflow: auto;
	border-left: 3px solid gray;
	padding: 3px 3px 3px 4px;
	margin: 3px 3px 3px 8px;
	background-color: #e8e8e8;
}

a.showHideSection {
	display: none;
}

a.showHide {
	margin-left: 15px;
	font-size: 0.9em;
	font-weight: normal;
}

span.showLink {
	display: none;
}

span.hideLink {
	
}

span.showHideAll {
	font-size: small; 
}


span.noNotes {
	margin-left: 15px;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}

div.accountNotesBlock {
	margin-left: 3px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:13px;
	display: block;
}

div.accountDetailBlock {
	float: left;
	display: block;
	width: 350px;
	/*#width:350;*/
	margin: 2px 5px 5px 1px;
	padding: 3px 5px 3px 5px;
	background: white;
	/*border-right: gray 1px solid;*/
	/*border-bottom: gray 1px solid;*/

}

div.accountDetailInfo {
	font-size:12px;
	height:25px;
	float:left;
	display:inline;
	width:350px;
	text-align:left;

}

div.compareDetailInfo {
	font-size:12px;
	height:25px;
	float:left;
	display:inline;
	width:200px;
	text-align:left;

}

div.accountDetailInfo span.left {
	float:left;
	font-weight:normal;
	position:relative;
}

div.accountDetailInfo span.right {
	float:right;
	font-weight:bolder;
}

div.accountDetailInfo span.rightItalic {
	float:right;
	font-weight:normal;
	font-style:italic;
}

div.notesIcon {
	margin-left:5px;
	background: url(../images/notes_16.png) top left no-repeat;
	width:16px;
	height:16px;
	float:left;
	display:inline;
	position:absolute;
	clear:both;
	/*font-size:.85em;*/
	/*text-decoration: underline;*/
	cursor:pointer;
}


/*div.accountDetailInfo > span {*/
	/*font-weight: bold;*/
	/*float: right;*/
	/*#float:none;*/
	/*#padding-left:10px;*/
	/*display:inline;*/
/*}*/
div.accountDetailInfo > span.detailBigHeader {
	font-weight: bold;
	float: none;
	#float:left;
	display:inline;
}
div.accountDetailInfo > span.detailLittleHeader {
	font-weight: normal;
	float: none;
	font-style: italic;
	text-decoration: underline;
	#float:left;
	#display:inline;
	/*padding-left: 15px;*/
}

div.reviewConfirmUpdated {
	display: block;
	float: left;
}

div.updateButton {
	width: 76px;
	float: left;
	display: table-cell;
	height: 64px;
	text-align: center;
	font-weight: bold;
	vertical-align: 50%;
	border: 2px outset;
	padding-top: 3px;
	cursor: pointer;
}

div.updateButton:active {
	border: 2px inset;
}

div.updateButton > input {
	margin: 10px 2px 4px 2px;
}

div.buttonAlreadyAccurate {
	background-color: lightseagreen;
	/*background: lightseagreen url("../images/CompleteFull16.png") no-repeat center 85%;*/
}

div.buttonNeedsUpdates {
	background: lightcoral;
	/*background: lightcoral url("../images/CompleteNon16.png") no-repeat center 85% ;*/
}

div.updateButton input {
	cursor: pointer;
}

div.goToTop {
	background: url(../images/12-em-up.png) top left no-repeat;
	width:16px;
	height:16px;
	margin-right:5px;
	display:inline;
	float:left;
}

div.continueConfirmButton {
	background:url('../images/confirmContinue.gif') top left no-repeat;
	width:80px;
	height:38px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	float:left;
	display:inline;
}

div.cancelLeaveButton {
	background:url('../images/cancelLeave.gif') top left no-repeat;
	float:left;
	display:inline;
	width:80px;
	height:38px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}

table.branchHoursTable {
	/*margin-left:20px;*/
	margin-top:5px;
}

table.branchHoursTable td {
	font-size:10px;
	color:#5a5644;
	height:12px;
}
