﻿
.jmodal-overlay
{
	width:100%;
	background-color:#000000;
	position:absolute;
	left:0;
	top:0;
	z-index:200;
	margin:0;
	padding:0;
	}
.jmodal-loading
{
    z-index:300;
    position:absolute;
    width:40px;
    height:40px;
	display:none;
	top:50%;
	left:50%;
	overflow:hidden;
}
.jmodal-loading div
{
	background-image:url(../images/jmodal/loading.png);
	_background: transparent; 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/loading.png', sizingMethod='scale'); 
height:480px;
left:0;
position:absolute;
top:0;
width:40px;
}

.jmodal-main
{
	left:0;
	padding:0;
	margin:0;
	top:0;
	position:absolute;
	z-index:201;
	}
	
.jmodal-main table
{
	width:100%;
	margin:0;
	padding:0;
	}
	
.jmodal-main td .jmodal-title
{
	height: 30px;
	background-color: #87CEEB;
	font-weight: bold;
	text-indent: 10px;
	color: #008080;
	line-height: 30px;
	border-bottom: groove 2px #4682B4;
	}
.jmodal-main td .jmodal-content
{	
    height: auto;
    background-color: #F5FFFA;
	}

.jmodal-main td .jmodal-bottom
{
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: right;
	}
.jmodal-main .jmodal-bottom input
{
	background-color: #87CEEB;
    border-color: #B8D4E8 #124680 #124680 #B8D4E8;
    border-style: solid;
    border-width: 1px;
    color: #008080;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 10px;
    text-align: center;
    margin-right: 5px;
    font-family: Calibri;
	}
.jmodal-main td
{
	overflow:hidden;
	}
.jmodal-png-fiexed
{
	font-size:0;
	line-height:0;
	}
.jmodal-main td.jmodal-top-left
{
	overflow:hidden;
	width:10px;
	height:10px;
	background:url(../images/jmodal/dialog_top_left.png) center bottom no-repeat;
	background:none \9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/dialog_top_left.png',sizingMethod='crop');
	}
.jmodal-main td.jmodal-top-right
{
	width:10px;
	background:url(../images/jmodal/dialog_top_right.png) center bottom no-repeat;
	background:none \9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/dialog_top_right.png',sizingMethod='crop');
	}
.jmodal-main td.jmodal-border-top
{
	background:url(../images/jmodal/dialog_border.png) center bottom repeat-x;
	background:none \9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/dialog_border.png',sizingMethod='scale');
	}
.jmodal-main td.jmodal-border-bottom
{
	background:url(../images/jmodal/dialog_border.png) center top repeat-x;
	background:none \9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/dialog_border.png',sizingMethod='scale');
	}
.jmodal-main td.jmodal-border-left
{
	background:url(../images/jmodal/dialog_border.png) right bottom repeat-y;
	background:none \9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/dialog_border.png',sizingMethod='scale');
	}
.jmodal-main td.jmodal-border-right
{
	background:url(../images/jmodal/dialog_border.png) left bottom repeat-y;
	background:none \9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/dialog_border.png',sizingMethod='scale');
	}
.jmodal-main td.jmodal-bottom-left
{
	width:10px;
	height:10px;
	background:url(../images/jmodal/dialog_bottom_left.png) center top no-repeat;
	background:none \9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/dialog_bottom_left.png',sizingMethod='crop');
	}
.jmodal-main td.jmodal-bottom-right
{
	width:10px;
	background:url(../images/jmodal/dialog_bottom_right.png) center top no-repeat;
	background:none \9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jmodal/dialog_bottom_right.png',sizingMethod='crop');
	}
