/* CSS Document */

body
{
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	/*background-color:#ffffdd;*/
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:20px;
	width:545px;
	height:550px;
	overflow:scroll;
	overflow-x: hidden;
}
.modalPopup .article_icon{
  cursor:pointer;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.notice
{
	display:block;
	font-size:8pt;
	background-color:#FAF8D6;
	padding:5px;
	border:1px solid #666666;
	width:300px;
}