
  /* Edit div */
  
 
 
.accordion-container{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type:none;
 	background: #c6bdbe; 

}

.accordion-link{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
	background: #c6bdbe;
	cursor: pointer;
	font-weight: 900;
	font-family: sans-serif;
	
}

.accordian-content {
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
	width:100%;
	background: #dfe0de;
	cursor: pointer;
	font-weight: 200;
	font-family: cursive;
}

.accordion-innerDiv{
	padding: 2px 2px 2px 2px;
	float:left;	
	cursor: pointer;
 }
 
 
 
  .accordionNavLinkHover{
    background: #d1d5cd;
	cursor: pointer;
	font-weight: 500;
	font-family: cursive;
	text-decoration: underline;
 }
 
	.accordContentHeader{
		margin: 0 3 3 3;
		padding: 2px 2px 2px 2px;
		background: #c6bdbe;
		font-weight: bolder;
		font-family: sans-serif;
		
		boder-color:black;
 		border-style:outset;
 		border-width: 0px 0px 1px 0px;
	}
	
	
  
.tabList table {
    border-collapse: collapse;
    width:auto;
}
.tabList th, .tabList td {
    border-left: 1px solid #ddd;
}
.tabList th:hover, .list tr:hover {
    background: #b2d1ff;
}


.dim{
	position:absolute;
	width:100%;
	height: 100%;
	z-index:1;
	background-color: black;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

 
