		/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 			dailySch.css
 		   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.body {
      	//color: #555;
        font-family: 'helvetica neue', arial, sans-serif;
}
/* in index.cfm
@media not all and (min-width: 780px) {
  	#topInfoSelection { max-width: 320px; }
}

#topInfoSelection {
   	margin: 0 auto;
   	clear:both;
   	min-width: 320px;
}


#topInfoSelection ul {
   	margin:0;
   	padding:0;
   	list-style:none;
   	float:right;
   	position:relative;
   	right:50%;

}
#topInfoSelection ul li {
   	margin:1px 0 0 1px;
   	padding:0;
   	float: left;
   	position: relative;
   	left:50%;
   	top:11px;

}
#topInfoSelection ul li {
    	z-index: 999;               // show for narrowed screens
   	display:block;
   	padding:.4em .2em .4em;
   	line-height:1em;
   	text-decoration:none;
   	color:#444;
    	width: 280px;
   	font-size: 13px;
    	font-weight: 100;
  	text-align: center;
   	font-family: Proxima Nova;
}
*/
        .curr_time_group {
                        margin-left: 90px; 
                        //margin-top: 15px;
                //        font-family: 'Open Sans Condensed', Verdana, sans-serif; 
                        float: right;
                 //       color: #727f8e;
                }

        span.rect15_90 {
                display: block;
                height: 20px;
                //width: 3%;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                color: #1765B3; 
                float: left;
                text-align: center;
                margin-right: 4px;
                font-family: 'Open Sans Condensed', Verdana, sans-serif;
        }
        .oddC {
                background-color: #ddffdd;
        }
        .evenC {
                 background-color: #eeffee;
        }
        .oddP {
                background-color: #ffdddd;
        }
        .evenP {
                background-color: #ffeeee;
        }
        .oddG {
                background-color: #ffe38f;
        }
        .evenG {
                background-color: #ffe79e;
        }
        .oddF {
                background-color: #dddddd;
        }
        .evenF {
                background-color: #eeeeee;
        }

.grid {
    border-color: #bbb;
    font-size: 10px;
    //max-width: 850px;
 //   margin: 50px;
    -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px rgba(0, 0, 0, 0.05);
}
.well_title {
        font-size: 1.2857em;
 //       line-height: 1.2857em;
        border-bottom: 1px solid #e7e7e7;
	float: left; 
	margin-right: 10px;
}
.well {
        border-color: #daecf4;
        background-color: #c4d4db;     //#1765B3;  //#002A66;   //#1e1e1e;             // #2c232b; #212a33;
        color: #002A66;
}       

h4 {
    background-color: #8BC437;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    border: 1px solid rgba(106, 151, 38, 1);
    color: #fff;
    font-weight: bold;
    margin: -1px -1px 0;
    padding: 10px 15px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}

#rec_count {
    background-color: #daecf4;    //002A66;
    padding: 2px 9px;
    margin-left: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#locName {
	color: #1765B3;	
	width: 12%;
	float: left;
	text-align: right;
}

/*
.container
{
  text-align: center;
  padding: 15px;  
}
.left-div
{
  display: inline-block;
  max-width: 300px;
  text-align: left;
  padding: 30px;
  background-color: #ddd;
  border-radius: 3px;
  margin: 15px;
  vertical-align: top;
}
.right-div
{
  display: inline-block;
  max-width: 150px;
  text-align: left;
  padding: 30px;
  background-color: #ddd;
  border-radius: 3px;
  margin: 15px;
}
.left-text, .right-text
{
  font: 16px 'Courier New', monospace;
	color: #000;
}
@media screen and (max-width: 600px) 
{
  .left-div, .right-div
    {
       max-width: 100%;
    }
}
*/
/*
#parent {
	border: solid 1px #aaa;
	//text-align: center;
	white-space: nowrap;
	font-size: 1em;
	letter-spacing: 2.5em;
	line-height: .6em;
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px 0;
}

.child {
	width: 23%;
	//height: 100px;
	border: solid 1px #ccc;
	display: inline-block;
	letter-spacing: normal;
	font-size: normal;
	white-space: normal;
	text-align: normal;
	vertical-align: middle;
}

.child {
	*display: inline;
	*margin: 0 20px;
}
*/
/*

      .wrapz {
  background: #eee;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  left: 50%;
  top: 50%;
  height: 80%;
  width: 80%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform:    translate(-50%, -50%);
  -ms-transform:     translate(-50%, -50%);
  -o-transform:      translate(-50%, -50%);
  transform:         translate(-50%, -50%);
}

.parent{
  background: lightblue;
  padding: 1%;
  position: absolute;
  height: 50%;
  width: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
  
}

.description{
  position: relative;
  top: -60px;
  color: #777;
}

.bigger{
  left: 10%;
}

.smaller{
  right: 10%;
}

.children{
  background: lightgreen;
  display: block;
  padding-top: 10%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
}

.bigger .children{
  height: 140%;
}

.smaller .children{
  height: 80%;
}

.demo-page-only .left {
	min-height: auto !important;
}
*/
