/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#777;
	
	width1:600px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay table {
	
	width:600px;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image1:url(/images/overlay_close.png);
	background-image:url(/images/close-icon.png);
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


.body12 {
	margin: 10px auto;
	width1: 480px;
	font1: 75%/120% Arial, Helvetica, sans-serif;
}
.accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
.accordion h3 {
	background: #e9e7e7 url(/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}

.accordion h3.hided {
	display: none;
}
.accordion h4.hided {
	display: none;
}
.accordion p h4 {
	background: #e9e7e7 url(/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 8pt/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion p h4:hover {
	background-color: #e3e2e2;
}
.accordion p h4.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding:  10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
.accordion .fieldset {
	background: #f7f7f7;
	margin1: 0;
	padding1:  10px 15px 20px;
	border-left1: solid 1px #c4c4c4;
	border-right1: solid 1px #c4c4c4;
}

/* styling for elements inside overlay */
.details {
	position1:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color1:#fff;
}

.details h3 {
	color1:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}
.simple_overlay_img1 {
	position1:absolute;
	top:15px;
	left:15px;
	width:100px;
	bottom1:15px;
}
.highlight_user {
	color:red;
}
