#divSelectQuestionsToView
{
	font-size:16px;
}

.HideColTopics {
	display:none;
}

/*Viewport 4*/
@media screen and (min-width: 1200px) {
	#divTopicShow > div > div > div {
    /*height: 62px;*/
	width:250px;
	}
	
	
			#divViewPort4 {
                display: block;
            }
            #divViewPort3 {
                display: none;
            }
            #divViewPort2 {
                display: none;
            }
            #divViewPort1 {
                display: none;
            }
}

/*Viewport 3*/
@media screen and (min-width: 980px) and (max-width: 1199px) {
	#divTopicShow > div > div > div {
    /*height: 62px;*/
	width:250px;
	}
	
	
			#divViewPort4 {
                display: none;
            }
            #divViewPort3 {
                display: block;
            }
            #divViewPort2 {
                display: none;
            }
            #divViewPort1 {
                display: none;
            }
}

/*Viewport 2*/
@media screen and (min-width: 768px) and (max-width: 979px) {
	#rcExtra {
		display:none;
	}
	
	
			#divViewPort4 {
                display: none;
            }
            #divViewPort3 {
                display: none;
            }
            #divViewPort2 {
                display: block;
            }
            #divViewPort1 {
                display: none;
            }
}

/*Viewport 1*/
@media (max-width: 767px) {
	#rcExtra {
		display:none;
	}
	
	
			#divViewPort4 {
                display: none;
            }
            #divViewPort3 {
                display: none;
            }
            #divViewPort2 {
                display: none;
            }
            #divViewPort1 {
                display: block;
            }
}


#divTopicShow > div > div > div {
	padding: 5px 20px;
}


#btnGo
{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.LogiSelector {
    background-color: #b1dafb;
    margin-bottom: 15px;
}

.LogiSelector > div > div > div {
    padding: 5px 20px;
    height: 62px;
}



#islTopic
{
	/*margin-left:5px;
	margin-bottom:10px;*/
	width:210px;
}

.LogiSelector label {
    display: block;
    font-weight: bold;
}

.LogiSelector #islLocation {
    width: 210px;
}

.LogiSelector #islClass {
    width: 210px;
}

/*.LogiSelector #islTopic {
    width: 210px;
}*/

.LogiSelector #islYear {
    width: 140px;
}

.LogiSelector #divGoBtn {
    padding-top: 8px;
}

.LogiSelectorUpdating {
    width: 210px;
    font-weight: bold;
}

.LogiSelectorUpdatingYear {
    width: 140px;
    font-weight: bold;
}

/*.LogiSelector div.LocationType {
    height: auto;
    margin-top: 10px;
}

.LogiSelector .LocationType label {
    display: inline;
    font-weight: normal;
}

.LogiSelector .LocationType fieldset {
    display: inline;
    border-color: #C0C0C0;
    border-radius: 4px;
    padding-top: 10px;
}*/

.StateInfo {
    display: table;
}

.StateInfo div {
    display: table-cell;
    vertical-align: middle;
}

.StateInfo #divStateTopic {
    padding-left: 15px;
}

.StateInfo #lblLocation {
    font-size: 22px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 3px;
}

.StateInfo #lblCategory {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 2px;
}

.StateInfo #lblTopic {
	font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 2px;
}

.HeaderLinks #lblTopic {
	font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 2px;
}

.StateInfoTopMargin {
    margin-top: 25px;
}

#divCitationLogoForPDF {
    margin-bottom: 10px;
}

.LinkBucket {
    display: table;
	background-color: #F0F0F0;
	border: 1px;
	border-color: #E5E5E5;
	line-height: 25px;
	font-size: 14px;
}

@media (min-width: 768px) {
    .LinkBucket {
        float: right;
    }
}

.LinkBucket td {
    padding: 2px 4px;
}

.LinkBucket div  {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
}

.LinkBucket a	{
	color: #075290;
}

.LinkBucket #divLBC1 {
    width: 107px;
}

.LinkBucket #divLBC2 {
    width: 150px;
}

input[class=ButtonDisabled], input.ButtonDisabled {
    background-color: #F6F6F6 !important;
    color: #CECECE !important;
}

.divTitleGear {
    background-color: rgb(242,242,242);
    display: table;
    width: 100%;
    border-spacing: 5px;
}

.divTitleGear div {
    display: table-cell;
    margin: 0 10px;
}

.divTitleGear h4 {
    font-size: 14px;
    font-weight: bolder;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 1px;
}

.divTitleGear div:nth-child(2) {
    text-align: right;
    line-height: 25px;
}

.divTitleGear img {
    vertical-align: middle;
}

.CenterHorizontal {
    margin-left: auto;
    margin-right: auto;
}

.divPanelFootnotes .footnoteHeading td {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
}

.divPanelFootnotes .PanelFootnotesHeading {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.divPanelFootnotes table {
    border-collapse: collapse;
    width: 100%;
}

.divPanelFootnotes td {
    padding: 4px;
    font-size: 13px;
    line-height: normal;
}

.divPanelFootnotes td.PanelFootnoteSymbolCol {
    width: 12px;
    vertical-align: top;
}

.divPanelFootnotes a:hover {
    text-decoration: underline;
}

.divLargePanelFootnotes h3	{
	font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    margin: 0;
}

#divLargePanelFootnotes	{
	font-size: 13px;
	vertical-align: top;
}

#divLargePanelFootnotes h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    margin: 0;
}

#divLargePanelFootnotes table {
    border-collapse: collapse;
    width: 90%;
	margin-left: 20px;
    border: none;
	vertical-align: top;
}

#divLargePanelFootnotes tr:first-child {
	padding-top: 4px;
	vertical-align: top;
}

#divLargePanelFootnotes tr:first-child td {
    padding-top: 4px;
	vertical-align: top;
}

#divLargePanelFootnotes td	{
	padding: 0 4px 6px 4px;
	line-height: normal;
	vertical-align: top;
}

#divLargePanelFootnotes td:first-child {
    vertical-align: top;
}

#divLargePanelFootnotes table.PanelDataSource	{
	border-collapse: collapse;
	margin-left: 6px;
    border: none;
	vertical-align: top;
}

#divLargePanelFootnotes table.PanelDataSource td {
    text-align: left;
	vertical-align: top;
}

#divLargePanelFootnotes table.PanelDataSource a:hover {
    text-decoration: underline;
}

.divPageFootnotes table {
	background-color: white;
	margin: 5px 0
}

.divPageFootnotes td {
	padding-left: 30px;
}

.divPageFootnotes table.exportCitation td {
    padding: 10px;
}


.divPageFootnotes table.exportCitation td:first-child {
    padding: 0;
}

.divPageFootnotes tr.footnoteHeading td {
	padding-left: 10px;
}

.divPageFootnotes h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
}

.hideFieldset {
    border: none;
    display: inline;
    padding: 0;
}

table.EBSStratSelector {
    margin-bottom: 10px;
}

.EBSStratSelector td {
    padding-left: 3px;
}

.EBSStratSelector td:first-child {
    text-align: left;
    width: 85px;
    vertical-align: top;
}

.EBLCatContainer, .EBLStratContainer {
    display: table-cell;
    width: 160px;
}

.EBLStratContainer {
    padding-left: 5px;
}

.EBLCatContainer select, .EBLStratContainer select {
    width: 100%;
}

.hidden {
    display: none;
}

.divViewButtons a {
    display: inline-block;
    height: 37px;
}

.PanelLocationTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 1px;
}

div.PanelVisualTitle {
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    margin-top: 18px;
    margin-bottom: 14px;
}

.PanelVisualTitle h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
}

.NoBold {
    font-weight: 400;
}

table.QuestionDefinitions {
    border-collapse: collapse;
}

.SmallPanelTable {
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.LargePanelSmallerTable {
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.LargePanelWiderTable {
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.rdThemeDataTableHeader {
    /*padding: 0px;*/
    line-height: 15px;
    color: black;
	
	word-wrap: break-word;
    word-break: break-word;
	font-size:12px;
}

.rdDashboard, .rdDashboard table {
    font-size: 14px;
}

#divRelatedLinks {
    border: 1px solid #C0C0C0;
    margin: 30px 0 25px 0;
}

#divRelatedLinks h3 {
    Background-color: #E5E5E5;
    color: #000;
    /*padding: 5px 10px;*/
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

#divRelatedLinks div {
    Background-color: #E5E5E5;
    color: #000;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

#divRelatedLinks table {
    width: 100%;
    padding-left: 5px;
}

#divRelatedLinks td {
    padding-left: 10px;
    text-indent: -10px;
}

.divQuestionDefinition {
    height: 450px;
    overflow-y: auto;
    margin-bottom: 12px;
}

.divQuestionDefinition p {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

#divHeaderLinks table	{
	width: 100%;
	vertical-align:bottom;
}

/*#divDashboardBody	{
	border: 1px solid #C0C0C0;
}*/

#divMap	{
	width: 100%;
	min-height: 450px;
}

.esriLegendServiceLabel	{
	text-align: center;
}

#divMapContainer	{
    margin: 0;
    padding: 0;
	float: left;
	position: relative;
	width: 80%;
	height: 100%;
}

#divLegend	{
	width: 15%;
	border: 1px solid #C0C0C0;
	float: right;
	position: relative;
	margin-right: 1%;
	margin-top: 5%;
}

#divLegendTitle		{
	text-align: center;
	font-weight: bold;
}

#divMMSALegendTitle		{
	text-align: center;
	font-weight: bold;
}

#divLegendFooter		{
	text-align: center;
}

.relatedlinksbullet
	{
	color: #075290;
	padding: 5px 0px 0px 0px;
	margin: 0;
	line-height: 1px;
	}
	
.lightgreytopborder	{
	border-top: 1px solid #C0C0C0;
}

.lightgreybottomborder	{
	border-bottom: 1px solid #C0C0C0;
}

.lightgreyleftborder	{
	border-left: 1px solid #C0C0C0;
}

.lightgreyrightborder	{
	border-right: 1px solid #C0C0C0;
}

.singleColumnExport {
    width: 600px;
}

.NoBorder {
    border: none;
}

#divVisualTitleIndicator	{
	margin-top: -15px;
}

.LeftAlignText	{
	text-align: left;
}

.divExportCitationLogo {
    display: table;
    width: 100%;
    margin-top: 10px;
}

.divExportCitationLogo div {
    display: table-cell;
    vertical-align: middle;
}

.divTitleGearLargePanel	{
	margin: 10px;
}

.divNoDataToDisplay {
    width: 300px;
    margin: 10px auto;
    border: 1px solid #C0C0C0;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.groupHeaderRow td[scope="row"], .groupHeaderRow th[scope="row"] {
    background-image:none;
    background-color: #e3f2fe;
    color: black;
    text-align: left;
    padding-left: 4px;
}

.boldNextRow + tr td, .boldNextRow + tr th {
    font-weight: bold;
}

table.boldFirstDataRow tbody tr:first-child span {
    font-weight: bold !important;
}
.divTestTable
{
    width: 560px;
    overflow-x: scroll;
}

.wrapLongLabels ul li label {
    white-space: normal;
}

.divAccessibleContentLink {
    font-size: 11px;
    line-height: 25px;
    margin-top: -4px;
}

h3.popupTitle {
  background-color: #075290;
  font-weight: bold;
  font-size: 18px;
  color: white;
  padding-left: 10px;
  margin-top: 0px;
}
h3.TopicLabel {
    font-size: 22px;
    line-height:32px;
    margin-top: 20px;
    margin-bottom: 18px;
}
h3.LargePanelTopicLabel {
    font-size: 22px;
    line-height:32px;
    margin-top: 5px;
    margin-bottom: 5px;
}
h4.QuestionHeading {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    margin: 0 10px 2px 0;
}
div.LargePanelVisualTitle {
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  margin-top: 18px;
  margin-bottom: 14px;
}
div.LargePanelVisualTitle h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px 0;
}
div.LargePanelVisualTitle h5.LargePanelTitleYear {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 10px 0;
}

table {
    color: #000;
}

.NoMinWidth {
    min-width: 0;
}

#divYear_Child	{
	width: 75px;
}

.SmallerBreakDown	{
	width: 130px;
}

div.StateProgramInfo {
    margin: 25px 0;
    border: 1px solid #c0c0c0;
    padding: 5px 0;
}

.StateProgramInfo h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    margin: 0;
}

.StateProgramInfo table {
    border-collapse: collapse;
    margin-left: 20px;
    border: none;
}

/* Quicktip */
.rdquicktip-content
{
    background-color: #FFF ;
    border-color: #333;
    color: #000;
    line-height: 15px;
}

.rdquicktip-table
{
    color: #000 !important;
}

.loadingImg	{
	position:relative;
	right:512px;
	top:156px;
	z-index:100;
}

.dijitTooltipContainer	{
	background-color: white;
}

#divNoData	{
	text-align: center;
	font-size: larger;
	width: 100%;
}

.esriPopup	{
	overflow: visible;
}

.content	{
	min-height: 100%;
}

/*.zoomTo		{
	display: none;
}*/

#divHomeButton {
      position: absolute;
      top: 95px;
      left: 20px;
      z-index: 50;
    }

.HomeButton .home {
	background-image: url("Shared.Images.resetviewicon.jpg");
	background-color: white;
	border: 1px solid #57585A;
    border-radius: 5px;
}

.HomeButton .home:hover	{
	background-color: #eee;
}

#icbShowHideMMSA {
    margin: 7px;
}

#divLegendDetails #divMMSALegendTitle	{
	margin-top: -20px;
}

.addMarginTop {
    margin-top: 12px;
}