/* CSS Document */

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popup_box{
float: left;
margin-bottom: 10px;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:520px;
background:#FFFFFF;
z-index:2;
padding:0px;
font-size:13px;
border:#3B216B 2px solid;
text-align:left;
}

#popupClose{
font-size:14px;
line-height:14px;
right:7px;
top:7px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}


/*#popup_box_content {
    background: url(Media/bottom_right_orange.gif) no-repeat bottom right;
}*/


#popup_box a {

  font-weight: bold;
  color: #a70303;
  text-decoration: none;
}



#popup_box a:hover {

  color: #d72323;

}



.popup_box_header {
	background-color:#3B216B;
	width: auto;
	margin: 0;
	padding: 0;
	/*background: url(Media/top_right.gif) no-repeat top right;*/
}

.popup_box_header h3 {
	text-align:center;
	/*background-color:#3B216B*/
	color:#FFCC00;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	margin-top:0px;
	margin-bottom:0px;
	padding: 10px 10px 2px 10px;
	/*background: url(Media/top_left.gif) no-repeat top left;*/
}



.popup_box_body {
	width: auto;
	margin: 0;
	padding: 5px 10px 3px 10px;
    /*background: url(Media/bottom_left_orange.gif) no-repeat bottom left;*/
	text-align: justify;
}

.popup_box_body p {
  margin: 10px 0;
}

#popup_box_text {
    height: auto;
    overflow: hidden;
}

#popup_box_text h2 {
color:#CC0000;
font-weight: bold;
}

#popup_box_text li em{
color:#CC0000;
}

#popup_box table {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	text-align:center;
	background-color:#F7F6D2;
	border:1px solid #96A5CD;
	border-collapse:collapse;
	width:100%;
}

#popup_box table th{
	border:1px solid #96A5CD;
	background-color:#3B216B;;
	color:#FFFFFF;
		
}

#popup_box table td {
	border:1px solid #96A5CD;
	/*border-collapse:collapse;*/
	
}

#popup_box table td  em {
	color:#CC0000;
}





