@charset "UTF-8";
/* CSS Document */
body{
font-family: Helvetica, Arial, sans-serif;
}

#video_grid {
	background-color: #f18b16;
	text-align: left;
	color: #ffffff;
	/*padding-top: 10px;*/
	background-image: url(../img/milo_img/pix.gif);
	background-repeat:repeat;
}

#video_grid a:link {
	color: #ffffff;
	text-decoration: none;
}

#video_grid a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#video_grid tr td {
	text-align: left;
	line-height: 2px;
	vertical-align: bottom;
}
.spot_title {
	font-weight: bold;
	font-size: .80em;
	text-align:left;
	float: left;
}

.spot_seconds {
	font-size: .70em;
	float:right;
}

#video_player {
	background-color: #f18b16;
}

.orange {
	background-image: url(../img/milo_img/pix.gif);
	background-repeat:repeat;
}

.orange hr{
	background-color: #fff;
	color: #fff;
	border: 0;
}

.orange a:visited{
	color: #fff;
}
#share {
	
/*	visibility: hidden;*/
	background: url(../img/milo_img/bubble.gif) no-repeat top center #f18b16;
	height:120px;
	padding-left: 0px;
}

#share_inside
{
	position: relative;
	padding-top: 12px; 
	padding-left: 15px;
}

#share_inside td {
	font-size: .8em;
	padding: 3px;
	line-height: 10px;
}



#master {
	/*height: 366px;*/
	background-color: #f18b16;
}

input {
	border: 1px solid #f18b16;
}

input submit{
	background-color: #f18b16;
	color: #fff;
}

form {
	color: #666666;
	font-size: .9em;
}

.wallpaper{
	text-align: center;
	color: #fff;
	font-size:11px;
	font-weight: bold;
	padding: 10px;
	line-height: 16px;
}
.wallpaper a:link{
	color: #fff;
	text-decoration: none;
}

.wallpaper a:hover{
	color: #fff;
	text-decoration: underline;
}

.wallpaper a:visited{
	color: #fff;
}

.selected {
	background: url(../img/milo_img/selected.jpg) no-repeat left;
	text-align: center;
	vertical-align: center;
}
img {
	
}

.deselected {
	vertical-align: center;
		text-align: center;
}

#paging {
	margin-top: 1em;
	color: rgb(255, 255, 255);
}

#paging a {
	color: rgb(255, 255, 255);
	padding: 0 0.25em;
}

#paging .active {
	font-weight: bold;
	text-decoration: none;
}