@charset "utf-8";
.jmodal-overlay{
	width:100%;
	background-color:#888;
	position:absolute;
	left:0;
	top:0;
	z-index:1010;
	margin:0;
	padding:0;
}

.jmodal-main{
	left:0;
	padding:0;
	margin:0;
	top:0;
	position:absolute;
	z-index:1011;
	max-width: 90%;
	max-height: 90%;
}

.jmodal-main table{
	width:100%;
	margin:0;
	padding:0;
}

.jmodal-main td .jmodal-title{
	height: 30px;
	background-color: #75C1D8;
	font-weight: bold;
	text-indent: 10px;
	color: #000;
	line-height: 30px;
	border-bottom: groove 2px #4682B4;
}

.jmodal-main td .jmodal-content{	
    height: auto;
	overflow: auto; 
    background-color: #DBE7F5;
    padding: 10px 10px;
}

.jmodal-main td .jmodal-bottom{
	background-color: #D3DAE0;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: right;
}

.jmodal-main .jmodal-bottom input{
	background-color: #75C1D8;
    border-color: #B8D4E8 #124680 #124680 #B8D4E8;
    border-style: solid;
    border-width: 1px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 10px;
    text-align: center;
    margin-right: 5px;
    font-family: Calibri;
}

.jmodal-main .jmodal-bottom input[disabled]{
	background-color: #75C1D8;
    border-color: #B8D4E8 #124680 #124680 #B8D4E8;
    border-style: solid;
    border-width: 1px;
    color:#999;
    cursor: not-allowed;
    font-size: 12px;
    padding: 2px 10px;
    text-align: center;
    margin-right: 5px;
    font-family: Calibri;
}

.jmodal-main td{
	overflow:hidden;
}

/* ie png fixed */
.jmodal-png-fiexed{
	filter:alpha(opacity=50);
}

.jmodal-main td.jmodal-top-left{
	overflow:hidden;
	width:10px;
	height:10px;
	background:url(/ai/img/jmodal/dialog_top_left.png) center bottom no-repeat;
}

.jmodal-main td.jmodal-top-right{
	width:10px;
	background:url(/ai/img/jmodal/dialog_top_right.png) center bottom no-repeat;
}

.jmodal-main td.jmodal-border-top{
	background:url(/ai/img/jmodal/dialog_border.png) center bottom repeat-x;
}

.jmodal-main td.jmodal-border-bottom{
	background:url(/ai/img/jmodal/dialog_border.png) center top repeat-x;
}

.jmodal-main td.jmodal-border-left{
	background:url(/ai/img/jmodal/dialog_border.png) right bottom repeat-y;
}

.jmodal-main td.jmodal-border-right{
	background:url(/ai/img/jmodal/dialog_border.png) left bottom repeat-y;
}

.jmodal-main td.jmodal-bottom-left{
	width:10px;
	height:10px;
	background:url(/ai/img/jmodal/dialog_bottom_left.png) center top no-repeat;
}

.jmodal-main td.jmodal-bottom-right{
	width:10px;
	background:url(/ai/img/jmodal/dialog_bottom_right.png) center top no-repeat;
}