

div#tabContainer
{
	width: 95%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

.listOfCourses
{
	width: 100%;
}



p.instructions, ul#instructions {
    font-size: 1rem;
    max-width: 45rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
ul#instructions 
{
	padding-left: 2rem;
}


.serverResponseLabelError {
  color: red;
}

.red
{
	color: red;
}

#closeButton {
  margin: 15px 6px 6px;
}


.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs
{
	background-color: #EAE5E4;
	padding-top:10px;
	border-bottom: 1px solid #856B99;
	font-weight: normal;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab 
{
	background-color: #EAE5E4;
  cursor: pointer;
  padding: 6px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab:hover
{
	background-color: #BBACBF;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected
{
	color: white;
	background-color: #856B99;
  
}


table.listOfCourses
{
	border-collapse: collapse;
}
table.listOfCourses th
{
	font-size: 1.5rem;
	text-shadow: none;
	text-transform: uppercase;
}

table.listOfCourses td
{
	vertical-align: top;
	border: none !important;
	padding: 16px;

}
.fiosPager
{
	margin-left: auto;
	margin-right: 6px;
}


.gwt-SuggestBoxPopup { z-index: 1000; background-color: white;}

th 
{
	vertical-align: top;
}

.gwt-PopupPanelGlass {
  background-color: rgba(0,0,0,0.4);
}
.gwt-DialogBox, .gwt-PopupPanel {
	position: fixed !important;
  clip: unset !important;
  background: white;
  padding: 10px;
  left: 50% !important;
  top: 50% !important;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  width: 98%;
  max-width: 680px;
  border-radius: 4px;
  border: 1px solid #ddd;
  z-index:100;
}

.filterpop table {
  width: 100%;
}


.cLabel, .cLabel2
{
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
}
.cLabel
{
	min-width: 115px;
}
.cLabel2
{
	padding-left: 20px;
	border-left: 2px solid white;
}

.venueRow > td, .infoRow > td
{
	border-top: 8px solid white;
}



.mapInfoFiosContent
{
	min-height: 100px;
}

.gwt-SuggestBox.cTitleSuBo
{
	font-size: 0.97em;
}

table#fdtab
{
	margin: 4px 12px;
}
table#fdtab td { vertical-align: top; }

table#fdtab td.firsttd { min-width: 6em; }


.courseInfoDetail {
  list-style: none;
  margin: 0;
  padding: 0;
}

.moreInfoConts li {
  margin: 10px 0;
  padding: 10px 4px;
  border-bottom: 1px solid #eee;
}

.moreInfoConts dl {
  display: flex;
  flex-wrap: wrap;
}

.moreInfoConts dt {
  font-weight: 500;
  min-width: 9em;
}

.moreInfoConts dd {
  font-weight: 200;
  margin-left: 1em;
}

.Caption {
  font-weight: 800;
}

#tabContainer button {
  padding: 6px 16px;
  cursor: pointer;
}

.gwt-Button.moreInfoOk
 {
  display: block;
  margin: 10px auto;
  padding: 6px 16px;
  cursor: pointer;
  
}

.popupContent .gwt-RadioButton {
  margin: 8px 0;
}

#tblAjaxLoader {
	display: block;
  padding: 50px;
  margin: 0 auto;
}

.gwt-TabLayoutPanelContent {
	overflow: auto;
}