/*  O N  A I R   */
		#onair {
            position: relative;
			margin: 0px;
			padding: 0px;
			width: 930px;
            height: 74px;
			font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
			color: #333;
			background: url(../images/modules/bg_cal.gif) no-repeat;
    	}

		#onair h1 {
			font-size: 11px; /* 12px; */
			letter-spacing: -0.05em;
			line-height: 1em;
			margin: 1em 0px 0.5em 0.5em;
    	}

		#onair .feed {
			margin: 0px;
			padding: 0px;
			height: 56px;
			position: absolute;
			top: 11px;
			left: 48px; /*58px;*/
			width: 770px; /*382px;*/
		}
				
		#onair .feed li {
			float: left;
			display: inline;
			list-style: none;
            margin-right: 8px;
            padding-right: 8px;
            width: 240px; /*250px;*/
            height: 56px;
            overflow: hidden;
			font-size: 13px;
			cursor: pointer;
			border-right: 1px solid #d6d6d6;
		}


		#onair #row2 { /* rows are zero based */
			border: none;
		}



		/*
		#onair .feed li:hover {
		    background-color: #efefef;
        }
        */

		

		#onair .feed li a {
			color: #005FA0;
			text-decoration: none;
		}

		#onair .feed li a:hover {
			color: #999;
			text-decoration: none;
		}

		#onair h2 {
			font-size: .75em; /* 12px; */
			letter-spacing: -0.05em;
			line-height: 1em;
			margin: 0.1em 0px 0.5em 0px;
			color: #999;
    	}
		
		#onair p {
			margin: 0px;
			padding: 0px;
			line-height: 1.4em;
			font-size: 1em;
    	}
			
		#onair .pubdate {
			color: #adadad;
			font-size: 0.65em;
			text-transform: uppercase;
			font-family: Lucida Grande, Arial, "Helvetica Neue", Helvetica, sans-serif; /* added May 12, 2010 */
		}

		#onair .title {
			font-size: 12px;
			font-weight: bold;
			color: #005FA0;
		}

		#onair .description {
			color: ##7f7f7f;
			font-size: .75em;
		}

		#onair .play {
			float: right;
			width: 37px;
			height: 15px;
			line-height: 15px;
			background: url('http://cstv.collegesports.com/affiliates/images/play.png') no-repeat;
			font-weight: bold;
            text-align: center;
		}
		
		#onair .play a{
			text-decoration: none;
		}

		#onair .play.inactive {
            filter: alpha(opacity = 50);
            -moz-opacity: .50;
			opacity: .50;
    	}

		#onair .play:hover {
            filter: alpha(opacity = 90);
            -moz-opacity: .90;
			opacity: .90;
		}

		/* buttons */
		#onair .controls {
           /* position: absolute;
			height: 56px;
            bottom: 5px;
            right: 2px;*/
		}
		
		#onair .controls .button {
			width: 23px;
			height: 34px;
            cursor: pointer;
		}
		
		#onair .controls .prev {
			position: absolute;
			top: 23px;
			left: 19px;
			background: url(../images/modules/b_left.gif) no-repeat;
			
		}

		#onair .controls .next {
			position: absolute;
			top: 23px;
			left: 812px; /* 808 */
			background: url(../images/modules/b_right.gif) no-repeat;
		}
		

		#onair .controls .button {
            filter: alpha(opacity = 50);
            -moz-opacity: .50;
			opacity: .50;
 	    }
		
		
		#onair .controls .button:hover {
            filter: alpha(opacity = 100);
            -moz-opacity: 1.0;
			opacity: 1.0;
 	    }

		#onair .controls .inactive, #onair .controls .inactive:hover {
            filter: alpha(opacity = 20);
            -moz-opacity: .20;
			opacity: .20;
		    cursor: default;
		}
		
		
		#onair .b_complete_schedule{
			width: 80px;
			height: 56px;
			position: absolute;
			top: 10px;
			left: 842px;
			color: #adadad;
			border-left: 1px solid #efefef;
			text-align: center;
			text-transform: uppercase;
		}
		
		#onair .b_complete_schedule p{
			padding-top: 14px;
			}

		#onair .b_complete_schedule a{
			color: #adadad;
		}

		#onair .b_complete_schedule a:hover{
			color: #005FA0;
		}

		