/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/

* {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}

.widget {
margin: 0px;
padding-top:10px;
padding-bottom:0px;
background: #ffffff;
border: 0px solid #999999;
margin-bottom: 2px;
font-size:12px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	font-size:12px;
	}
	
	.widget a:hover {
	color: #1265a9;;
	text-decoration: underline;
	}

/*new classes added by Rupali*/
	.tabnavnew {
		padding-right:10px;
	}
	.tabnavnew li 
	{
		display: inline;
		list-style: none;
		color: #000000;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		background: #ffffff;
		border-top:1px solid #999999;
		border-right:1px solid #999999;
		border-left:1px solid #999999;	

	}
/*end of classes added By Rupali*/
	.tabnav {
		padding-right:10px;
	}
	.tabnav li {
	display: inline;
	list-style: none;

	}
	
		.tabnav li a {
		text-decoration: none;
		
		color: #ffffff;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		background: #999999;
		border:1px solid #ffffff;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #ffffff;
		color: #000000;
		text-decoration: none;
		border-top:1px solid #cccccc;
		border-right:1px solid #cccccc;
		border-left:1px solid #cccccc;		
		outline: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #999999;
	padding: 5px;
	font-size:12px;
	color:#000000;
	width:240px;
	}
	.tabdiv table td {
	font-size:12px;
	color:#000000;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 25px;
		}

.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 #999999;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
/* --- end ---*/