
@import url(https://fonts.googleapis.com/css?family=Julius Sans One);

.hb2_head_bg {
    background-color: #12a523; 
}

.c_title
{
    text-align: center;
}
.row-odd {
  padding: 6px; 
  background-color: #ecf4ed; 
}
.slidertext {
 color: #333333; 
}
.cancelled
{
color:red;
	font-weight:bold;
}
.multiple-borders img {
  box-shadow: 8px 8px 10px #aaa;
}
.bigtext
{
font-size: 1.3em;
  line-height: 1.4em;
}

.childnav
{
font-size: 1.2em;
line-height: 1.4em;
}

.rowspacer {
    margin-top: 20px; /* define margin as you see fit */

}
.listingtitle1
{
  letter-spacing: 1px;
text-decoration: none;
color: #2F4F4F;
font-family: 'Julius Sans One', sans-serif;
font-size: 1.1em;
  padding-bottom: 10px;

}
.listingtitle
{
  letter-spacing: 1px;
text-decoration: none;
color: #2F4F4F;
font-family: 'Julius Sans One', sans-serif;
font-size: 1.2em;
  padding-bottom: 10px;

}
.listingtitledetails
{
  letter-spacing: 1px;
text-decoration: none;
   font-weight: bold;
color: #2F4F4F;
font-family: 'Julius Sans One', sans-serif;
font-size: 1.3em;
  padding-bottom: 10px;

}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	
	display: table-cell;
	padding: 10px 10px;
  font-size: 1.3em;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}



/* Remove Bootstrap layout restrictions on the inner pager table */
.DNN_Reports_Grid_Pager table {
    display: inline-block !important;
    width: auto !important;
    margin: 15px auto !important;
}

/* Force inner table cells to separate and add spacing */
.DNN_Reports_Grid_Pager table td {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
}

/* Turn links and the current active span into distinct button shapes */
.DNN_Reports_Grid_Pager table td a,
.DNN_Reports_Grid_Pager table td span {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin: 0 3px !important;
    text-decoration: none !important;
    min-width: 34px !important;
    text-align: center !important;
    border-radius: 4px !important;
}

/* Style for unselected page links */
.DNN_Reports_Grid_Pager table td a {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
    color: #337ab7 !important;
}

/* Hover style for page links */
.DNN_Reports_Grid_Pager table td a:hover {
    background-color: #eeeeee !important;
    border-color: #bbbbbb !important;
    color: #23527c !important;
}

/* Style for the active/current page */
.DNN_Reports_Grid_Pager table td span {
    background-color: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    color: #ffffff !important;
    font-weight: bold !important;
}



