﻿#CoreSummaryWrapper {
	position: relative;
	width: 900px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
/*    border: 1px #800000 dotted;*/
    text-align: center;
}

.CoreSummaryGridLabel {
	left: 0px;	/*690*/
	top: 0px;
	width: 80px;
	padding-top: 0px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
 /*   border: 1px #800000 dotted;*/
}


#CoreSummaryGridDiv {
	position: relative;
  /*  width: 335px;*/
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;	/*10*/
    /*padding-bottom: 30px;*/
 /*   border: 1px #800000 dotted;*/
    text-align: left;
}

#CoreSummarySelectionControlsWrapper {
	position: relative;
    border: 1px #000000 solid;
    height: 45px;
	background-color: #d3d3d3;
}

.CoreSummaryPersonDropdownLabel {
	position: absolute;
	top: 3px;
	left: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

.CoreSummaryPersonDropdown {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 125px;
	font-weight: normal;
	font-size: 1.1em;
}


.CoreSummaryProjectEADropdownLabel {
	position: absolute;
	top: 3px;
	left: 150px;
	font-weight: bold;
	font-size: 1.1em;
}


.CoreSummaryProjectEADropdown {
	position: absolute;
	top: 20px;
	left: 150px;
	width: 125px;
	font-weight: normal;
	font-size: 1.1em;
}

.CoreSummaryDistrictDropdownLabel {
	position: absolute;
	top: 3px;
	left: 295px;
	font-weight: bold;
	font-size: 1.1em;
}

.CoreSummaryDistrictDropdown {
	position: absolute;
	top: 20px;
	left: 295px;
	width: 60px;
	font-weight: normal;
	font-size: 1.1em;
}

.GenBackupRptButton {
	position: absolute;
	top: 20px;
	left: 790px;
	width: 90px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}


.CoreSummaryGridPanel {
	margin-top: 15px;
}

.CoreSummaryGrid {
	/*margin-right: 5px;*/
	/*font-size: 2.2em;*/
	font-weight: normal;
}

.CoreSummaryGridHeader {
	background: #aba594;
	font-weight: bold;
	font-size: 1.1em;
}

.CoreSummaryGridRow {
	font-size: 1.0em;
}



#CoreSummaryBottomControls {
	position: relative;
	height: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 5px;	/*10*/
  /*  border: 1px #800000 dotted;*/
    text-align: center;
}



.AddCore_Button {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
