/************************************
Goes with tabs.php
************************************/

* {
margin: 0;
padding: 0;
}

body {
font-size: 80%;
color: #222;
background: #ffffff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6em;
}

.widget {
border-width: 0;
width: 35em;
margin: 20px;
padding: 20px;
background: #9fc8f7;
margin-bottom: 15px;
}

	.widget a {
	color: yellow;
	text-decoration: none;
	}
	
	
	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 0px;
	}
	
		.tabnav li a {
		margin-right: -4px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		text-decoration: none;
		color: white;
		font-weight: bold;
		outline: none;
		opacity: .7;
		filter: alpha(opacity=70);
		}
		
		.tabnav  .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		z-index: 10000;
		opacity: 1;
		color: white;
		text-decoration: none;
		}
		
	.tabdiv {
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-width: 0;
	border-color: #003f93;
	margin-top: -6px;
	background: #4d85c8;
	padding: 15px;
	color: white;
	}
	
		.tabdiv li {
		list-style:disc;
		margin-left: 20px;
		margin-bottom: 1em;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
