/* CSS Document */

body
{
	background-color: #79A6DD;
}


* {
  box-sizing: border-box;
}


[class*="col-"] 
{
  float: left;
  padding: 15px;
}

	
.text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}


.text-red
{
	color: #ff0000;
}

.right_div
{
	text-align: center;
}


.maintable
{
	padding: 10px;
	margin-left: auto;
	margin-right:auto;
	border-collapse: separate;
	margin-top: 70px;
	border-spacing: 0px;
	border-width: 0px;
}

.maintable td
{
	padding: 10px;
}

.maintablecontent
{
	background-color: #FFFFFF;
	vertical-align: top;
}


.maintablecontentbody
{
	width: 739px;
	margin-left: auto;
}

.maintablecontentbody td
{
	vertical-align: bottom;
}


#newscolumn
{
	width: 440px;
	vertical-align: top;
}


.newsitem
{
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.amazonemptyimage
{
	width: 1px; 
	height: 1px; 
	border: 0; 
}


.youtube_frame
{
	border: 0px; 
}

#contactcolumn
{
	width: 287px;
	vertical-align: top;
}


#mascot_image
{
	width: 267px; 
	height: 208px;
}


#titletable
{
	width: 783px;
	margin-left: auto;
	margin-right:auto;
	background-color: #1D549F;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}

.titletableimage
{
	margin-left: auto;
}


.heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.body td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#News
{
	position: relative; 
	left: 75px;
	top: -140px;
	width: 300px;
//	outline-style: solid;
}

.navsite ul
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	margin-top: 12px;
}

.navsite ul li
{
	list-style: none;
	margin: 0;
	display: inline;
}

.navsite ul li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #dde;
	text-decoration: none;
}

.navsite ul li a#current
{
	background: white;
	border-bottom: 1px solid white;
}


/*  Calendar header text  */
.calheader {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #ffffff;
 font-weight: bold;
}

/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}


.posBox
{
	background-color:	#11FF11;
	border:				5px solid green;
	text-align:			center;
	padding:			5px;
}
.negBox
{
	background-color:	#FFBBBB;
	border:				5px solid #DD0000;
	text-align:			center;
	padding:			5px;
}

/*  Bar graph */
.graph
{
	background-color: #C8C8C8;
	border: solid 1px black;
}

.graph td {
font-family: verdana, arial, sans serif;
}

.graph thead th {
border-bottom: double 3px black;
font-family: verdana, arial, sans serif;
padding: 1em;
}

.graph tfoot td {
border-top: solid 1px #999999;
font-size: x-small;
text-align: center;
padding: 0.5em;
color: #666666;
}

.bar {
background-color: white;
text-align: right;
border-left: solid 1px black;
padding-right: 0.5em;
width: 400px;
}

.bar div { 
border-top: solid 2px #0077DD;
background-color: #004080;
border-bottom: solid 2px #002266;
text-align: right;
color: white;
float: left;
padding-top: 0;
height: 1em;
}


/*  */
.smallertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #666666;
}


.ad
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.ad-image
{
  width: 175px;
}

#rsvp_responses_table td
{
	text-align: center;
}

#rsvp_responses_table th
{
	text-align: center;
}




.rating-description 
{
    line-height: 22px;
    padding: 0 8px;
    right: 0;
    white-space: nowrap;
}

.rating-description, .devsite-tooltip 
{
    background: rgba(97,97,97,.9);
    border-radius: 2px;
    color: #fff;
    font: 500 10px/10px Roboto,sans-serif;
    position: absolute;
}


.rating-container 
{
    float: right;
    margin: 0 0 20px 40px;
    overflow: visible;
    position: relative;
    text-align: right;
}