
	#widgetTable{
	width:100%;
	height: 400px;
	padding:12px;
	/*position:relative;*/
	}
	#player{
	width:380px;
	height:300px;
	padding:12px 6px 6px 6px;
	background:#FFF;}
   
    .widgetBG{
	/*background:#CCCCC2;*/background:#FFF;
	border:1px solid #999999;
	}
	#content td {padding:0px;margin:0px;}
	   #td1 { 
	   padding:12px 6px 12px 6px;}
       
	   #td1 #scrollingDiv{
	  
	   border:1px solid #999999;
	   width:200px;
	   padding:0 0 0 0;
	   margin:10%;
	   background:#E5E6D9;
	   overflow:auto;
	   height:200px;
	   position:relative;
	   scrollbar-width:10px;
	   }
	   
	   #td24 {height:24px;overflow:hidden;}
	   #td2{
	   background:#FFF;
	   border-left:1px solid #8AA0BE;
	   border-right:1px solid #8AA0BE;
	   border-bottom:1px solid #8AA0BE;
	   border-top:1px solid #8AA0BE;
	   }
	  
	   #td1 a:link, #td1 a {
	   text-decoration:none;
	   color:#999;  }
	   
	   #td1 a:hover { 
	   text-decoration:underline;
	   color:#000;  }
	   
	    #td1 a:visited { color:#999;
		  }
	/*these shut off the navbar & progress bar on this page*/
		#whiteArea { 
		background:url(../images/whiteAreaAllWhite.jpg) repeat-y;  }
		#leftColumn { /*visibility:hidden;*/display:none;}
		#rightColumn{float:none;left:10px;position:relative;}
		#NavBar a, #NavBar a.open, #NavBar a.current {
		visibility:hidden;display:none;}
		#subTitleBar {visibility:hidden;}
		#rtDiv {
		display:none;
		width:140px;
		height:280px;
		background:#FFF;}
		
		#itemList, #itemList ul{ padding:0px;margin:0px; }
		#itemList li{ 
			list-style:none;
			font:10px Arial, Helvetica, sans-serif;
			display:block;
			width:200px;
			background:#E5E6D9;
			border-top:1px solid #999999;
			padding:6px 0 6px 0;
			margin:0px;
	
			position:relative;
		 }
		 #itemList li a:link,  #itemList li a:visited {
		 color:#333333; padding-left:6px;}
		/*#rotator, #rot1{visibility:hidden;}*/
		
		 #div1 {
	background:#E5E6D9;
	border: 2px solid #CCC;
	height:450px;
	width:100%;
	position:absolute; 
	top:0px;
	left:12px;	
	display:none;
	z-index:7;
	
     }

  #div2 {
	background-color:#FFF;
	border: 2px solid red;
	height:200px;
	width:150px;
    position:absolute;
	top:0px;
	left:12px;
	display:none;
}

  #div3 {
	background:#E5E6D9;
	border: 2px solid #CCC;
	height:200px;
	width:150px;
   position:relative;
	top:370px;
	left:700px;
	display:none;
}

/*tabs*/
#content{ position:relative; }
.tabBar #leftColTop, .tabBar li, .tabBar li a {
	float:left;
	display:block;
	height:22px;
} 

.tabBar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tabBar li {
   padding:0px 0px 0px 0px;
   margin-right:3px;/*this provides separation between tabs*/
   height:23px;
   background:#B0B09C ; 
   background:#E3E3DE;
   border-top:1px solid #8AA0BE;
   border-left:1px solid #8AA0BE;	
  }
.tabBar li a  { 
    font: bold 10px "Arial Narrow", Arial, Helvetica, sans-serif; 
    text-decoration:none;
	text-transform:uppercase;
	padding:6px 15px 6px 9px;
	width:auto;
	height:22px; }
.tabBar li a:visited{ color:#333333;   }	
.tabBar li.tb_up { /*this holds the left side background of each tab*/
    background:#B0B09C; 
	background:#FFF; }
	
.tabBar li.tb_up a, .tabBar li .tb_up a { /*this holds the text of the tab and the right side background*/
		color:#333333; 
		background:#FFF;  }

.tabBar li.tb_up a:hover { text-decoration:underline; }
.tabBar li.tb_up_act, .tabBar li .tb_up_act{
  text-decoration:underline;
 	color:#333333;
	 background:#FFF;}
	 
  
.tabBar li.tb_up_act a, .tabBar li .tb_up_act a:link {
color:#333333;
	 background:#FFF;}



 