/************************************


************************************/

* {
margin: 0;
padding: 0;
}

body {
font-size: 95%;
color: #222;
background: #ffffff;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
line-height: 1.4em;
text-align:justify;
}


.widget {
width: 850px;
margin: auto;
padding: 10px;
/*background: #f3f1eb;*/
background: #cce0f5;
/*border: 1px solid #dedbd1;*/
border: 1px solid #cdd5dd;
margin-bottom: 15px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		/*background: #dedbd1;*/
		background: #4c94db;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	/*border: 1px solid #dedbd1;*/
	border: 1px solid #4c94db;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.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 #cdd5dd;
		/*	border: 1px solid #dedbd1;*/
			text-transform: uppercase;
			margin-bottom: 5px;
			}
			
			img {
			margin:5px;
			}
			
	.lunk:link {	color: #0066cc; text-decoration: underline;}
	.lunk:hover {	color: #85b5e7; text-decoration: underline;}
	
	
	#link-box{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 450px;
}
 
 #link-box img{
	border: 1px solid #999999;
	margin: 4px; 
 }
	
	#link-box2{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
}

#link-box3{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}
 

