/* For sites with no search, uncomment the following two css rules */

/* 
#tools-nav { display:none; }
header#site-header #primary-nav .navbar-nav { margin-top: 0; } 
*/
table {border-collapse: collapse;}
th   {padding: 6px;}
td    {padding: 6px;}
.greybayfog {
	background-color: #DDD5C7;
}
.bluelawrence {
	background-color: #00B0DA;
}
.sagesathergate {
	background-color: #B9D3B6;
}

.goldcaliforniagold {
	background-color: #FDB515
}

.firstline  {
	margin-top: 0;
}

.red_small {
	font-size: smaller;
	color: #F00;
}

.red {	color: #F00;
}
.yellow {	background-color: #FF9;
}

.lefty {
	float: left;
}

.nostretch {
	display: inline-block; clear: both;
}

.leftytext {
		text-align: left;
}


.underln a:link {
    text-decoration: underline;
}
.underln a:visited {
    text-decoration: underline;
}
.underln a:hover {
    text-decoration: underline;
}
.underln a:active {
    text-decoration: underline;
}

.spostar {	font-size: x-large;
	vertical-align:sub;
	line-height:80%;
}

/* Expand accordion content for printing */
@media print {
        .collapse {
                display: block !important;
                height: auto !important;
                visibility: visible;
        }
}
