#jcPop_button{
    font-size: 8pt;
    font-weight: bold;
    padding: 3px 7px 3px 7px;
    border: 1px solid #aaa;
}

#jcPop_button:hover{
    background-color: #fff;
    cursor: pointer;
}
#jcPop_button:active{
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
}

.jcPop_td_side{
    width: 80px;
    vertical-align: top;
    text-align: right;
}

.jcPop_td_center{
    text-align: center;
    vertical-align: top;
}

#jcPop_window{
	position: absolute;
	background-color:#eeeeee;
    color: #000;
	padding: 15px 15px 15px 15px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
    /*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #555;
	-moz-box-shadow: 0px 0px 20px #555;
	box-shadow: 0px 0px 20px #555;
    /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    z-index: 9002;
	max-height: 0px;
	overflow: auto;
}

#grey_box {
    padding: 5px;
    background-color: #eee;
    border: 1px solid #b8c0cb;
    font-weight: bold;
    text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#jcPop_blanket {
	background-color:#111;
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	padding: 15px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
	border: 5px solid #555;
	width:300px;
	height:160px;
	z-index: 9002;
}

div.popup_title{
	font-family: Arial;
	font-size: 14pt;
	color: #4067AC;
	text-align: center;
}