* {
margin: 0;
padding: 0;
}

.menubody {
font-size: 10pt;
color: #222;
background: #ffffff;
font-family:Arial, Helvetica, sans-serif; 
/*line-height: 1.6em;*/
}

.widget {
width: 600px;
/*margin: 5px;*/
padding: 1px;
background: #f7f8fe;
border-top: 1px solid #dedbd1;
margin-bottom: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

	.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;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	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 #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
			
/*Accordian*/
#wrapper {
	width: 600px;
/*	margin-left: auto;
	margin-right: auto;*/
	}

.accordionButton {	
	width: 580px;
/*	float: left;*/
	background: #04397d;
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
 
.accordionContent {	
	width: 580px;
/*	float: left;*/
	background: #AAE3FF;
	display: none;
	}
	
	/*---- jtip---*/

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	font:Arial;
	display:none;
	}	
#tooltip b{
	color:#009;
	text-decoration:blink;
}

.substyle {
	padding-left:5px;
}

.substyle a{
    font:Arial;
	text-align:left;
	line-height:1.5em;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}
.substyle a:hover {
text-decoration:none;
}

.substyle1 a{
font:Arial;
text-align:left;
font-size:12px;
text-decoration:none;
}

