
.monthDiv {
	
	text-align: center;
	padding: 4px;
	height: 30px;
	
}

.statBtn {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
	color: Black;
	background: #e5eaef;
	border:1px solid #779abc;
	text-align: center;
	padding: 4px;
	width: 100%;
	cursor: pointer;
}

.statBtnDisabled {
	background-color: #efefef !important;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 14px;
	color: #b7b7b7;
	border:1px solid #c9c9c9;
	text-align: center;
	padding: 4px;
	width: 100%;
}

/*
**********************************
	begin: report accordion
*/
#rrep_accordion div.rrep {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding: 0;
	padding-bottom: 6px;
}
#rrep_accordion h3 {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	background: transparent;
	padding-top: 6px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 6px;
	margin-bottom: 0;
}
#rrep_accordion h3 .unread, #rrep_accordion h3 .read {
	position: relative;
	left: -3px;
	width: 16px;
	height: 16px;
}
#rrep_accordion h3 .read {
	cursor: pointer;
}
#rrep_accordion h3 .status {
	position: relative;
	top:3px;
	margin-left: 6px;
}
.rrepTitle, .rrepTitleExcluded {
	display: inline-block;
	font-family: Georgia,Times,serif;
	font-size : 24px;
    font-weight: normal;
    min-width: 160px;
}
.rrepTitleExcluded {
	text-decoration: line-through;
	color: #b5b5b5;
}
.rrepAccHeaderPeriodDates, .rrepAccHeaderPeriodDatesExcluded {
	display: inline-table;
	vertical-align: top;
	margin: 0;
	margin-left: 8px;
	font-size: 12px;
	height: 30px;
}
.rrepAccHeaderPeriodDatesExcluded {
	text-decoration: line-through;
	color: #b5b5b5;
}
.rrepAccHeaderToUnit {
	position: relative;
	display: inline-table;
	background-color: #f7f6fc;
	top:-10px;
	min-width: 110px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 6px;
	font-size: 1em;
	text-align: right;
	border-width: 1px;
	border-color: #ededed;
	border-style: solid;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#rrep_accordion .ui-accordion-header .ui-icon { 
	display: none; 
}

/* no bottom border for last, if selected */
#rrep_accordion .rrep:last-child { 
	border-bottom: none;
	margin-top: 6px;
	padding-bottom: 0;
}
#rrep_accordion:last-child { 
	border-bottom: none;
	padding-bottom: 0;
}

.dlIcons {
	float: right;
	height: 32px;
	white-space:nowrap;
}
.dlIcons img {
	display: inline !important;
	padding-left: 2px !important;
}
.admBtns {
	position: relative;
	z-index: 1000 !important;
	height: 32px;
	margin-left: 6px;
	white-space:nowrap;
	display: inline !important;
}
.admBtns img {
	display: inline !important;
	margin-bottom: 6px;
}
.admBtns input {
	display: inline !important;
	margin-left: 6px;
	margin-bottom: 20px;
}
.admBtns .glow {
	-moz-box-shadow: 0 0 5px 5px #ade77d;
	-webkit-box-shadow: 0 0 5px 5px #ade77d;
	box-shadow: 0 0 5px 5px #ade77d;
}
.row1sum, .row2sum {
	white-space: nowrap;
}
.msgCell {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 10px;
	vertical-align: bottom;
}
.rrep_sheet .row0 {
	padding-right: 4px;
}
.segments {
	padding: 0;
	margin: 0;
}
.segments li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.segments li:nth-child(odd) {
	background-color: #fafafa;
}
.segments li:nth-child(even) {
	background-color: #f0f0f0;
}
.segments li:last-child {
	margin-bottom: 10px;
}
.segments table td {
	padding: 2px;
}
#rrep_accordion span.neg {
	color: #bb0000;
}
.segments table td.seg1 {
	width: 460px;
}
.segments table td.seg4 {
	text-align: right;
	padding-right: 6;
	width: 120px;
}
.segments table td span.segTitle {
	font-weight: bold;
	margin-left: 4px;
}
.segments .separator {
	height: 10px;
	background-color: red;
}
/*
	end: report accordion
**********************************
*/

.reportList {
	list-style: none;
	padding: 0;
	
}
.reportList li {
	margin: 0;
	padding: 2px;
}
/* odd lines - also title (same as .row1) */
.reportList li:nth-child(odd) {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
    color : Black;
    background-color : #FAFAFA;
	border: 0px;
}
/* even lines - also description (same as .row2) */
.reportList li:nth-child(even) {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 10px;
    color : Black;
    background-color : #FFFFFF;
    border: 0px;
}
.reportList li table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.reportList li table td {
	margin: 0;
	padding: 0;
}
.notetext {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 6px;
}