
/* Grow Radio schedule.php style */
/*this page requires its own styles cause its sizing is 
 different from other pages*/

/*classes*/

.day{
  width:80px;
  height:20px;
  text-align:center;
  font-weight:bold;
  color:#339900;
  font-size:11px;
}

.time{
  width:50px;
  height:37px;
  text-align:right;
  padding:auto 0px auto 0px;
  margin: auto 0px auto 0px;
  position:top;
  font-size:9px;
}

.block{
  width:100%;
  margin: 0px 0px 0px 0px;
  font-size:9px;
}

.block-top{
  position:bottom;
}

.block p{
  padding-top:5px;  
  margin: 0px 0px 0px 0px;  
}

.schedule-cell{
	border:none;
	border-left:1px solid #444;
	border-right:1px solid #333;
	border-top:1px solid #333;
}
.schedule-column{
	font-size:11px;
	width:82px;
	border:none;
}
.show-block{
	/*background-color:#329800;*/
	padding:3px;
	border:none;
	border-bottom:1px solid #333;
}
.show-time{
	height:48px;
	text-align:top;
	font-size:10px;
	width:58px;
	border:none;
	font-weight:bold;
	color:#444;
}

.no-show-block{
	background-color:#aaa;
	padding:3px;
	border:none;
	border-bottom:1px solid #333;
}
/*IDs*/
#schedule{
  margin:0px auto 0px auto;
  padding:2px 0px 12px 0px;
  width:710px;
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: bottom;
  float:left;
        
}
#schedule-content{
  width:960px;
	margin-left:auto;
	margin-right:auto;
}

#schedule-top{
  background-image:url("http://www.growradio.org/images/schedule-top.png");
  height:18px;
  width:710px;
  background-repeat:no-repeat;
  background-position:top;
  background-color:inherit;	
}

#schedule-body{
  margin:0px;
	padding:0px 10px 2px 0px;
	width:692px;
	background-color:white;
	border-left:4px solid #329800;
	border-right:4px solid #329800;
}
 
#schedule-text{
	border-right:4px solid #329800;
  border-bottom:4px solid #329800;
	margin-right:0px;
	padding-left:15px;
	padding-bottom:10px;
	width:667px;
}
#schedule-time{
  border:1px solid black;
  float:left;
  width:50px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 10px;
}

#schedule-table{
  width:700px;
  padding:0px auto 0px auto;
  margin:0px auto 0px auto;
}

#time{
  padding:0px 5px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style-type:none;
}