﻿.jmodal-overlay
{
	width:100%;
	background-color:#888;
	position:absolute;
	left:0;
	top:0;
	z-index:200;
	margin:0;
	padding:0;
	}
.jmodal-main
{
	left:0;
	padding:0.2em;
	margin:0;
	top:0;
	position:absolute;
	z-index:201;
	border:1px solid #AAAAAA;
	background:#FFFFFF;
	-moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; 
	}
.jmodal-main table
{
	width:100%;
	margin:0;
	padding:0;
	}
.jmodal-main .jmodal-title { 
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background: #e6e6e6/*{bgColorDefault}*/ url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; 
	color: #222222/*{fcHeader}*/; 
	font-weight: bold; 
	border:1px solid #AAAAAA;
	-moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; 
	font-size:1.1em;
	}	
.jmodal-main td .jmodal-title
{
	height: 30px;
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background: #e6e6e6/*{bgColorDefault}*/ url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; 
	color: #555555/*{fcDefault}*/; 
	outline: none;
	font-weight: bold;
	text-indent: 10px;
	color: #222222;
	line-height: 30px;
	/*border-bottom: groove 2px #4682B4;*/
	}
.jmodal-main td .jmodal-content
{	
    height: auto;
    background-color: ;
	color:#222222;
    padding: 10px;
	}
.jmodal-main td .jmodal-bottom
{
	background-color:;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: right;
	}
.jmodal-main .jmodal-bottom input
{
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background: #e6e6e6/*{bgColorDefault}*/ url(../images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; 
	color: #555555/*{fcDefault}*/; 
    -moz-border-radius: 4px/*{cornerRadius}*/; 
    -webkit-border-radius: 4px/*{cornerRadius}*/; 
	cursor: pointer;
    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(../images/jmodal/dialog_top_left.png) center bottom no-repeat;
	}
.jmodal-main td.jmodal-top-right
{
	width:10px;
	background:url(../images/jmodal/dialog_top_right.png) center bottom no-repeat;
	}
.jmodal-main td.jmodal-border-top
{
	background:url(../images/jmodal/dialog_border.png) center bottom repeat-x;
	}
.jmodal-main td.jmodal-border-bottom
{
	background:url(../images/jmodal/dialog_border.png) center top repeat-x;
	}
.jmodal-main td.jmodal-border-left
{
	background:url(../images/jmodal/dialog_border.png) right bottom repeat-y;
	}
.jmodal-main td.jmodal-border-right
{
	background:url(../images/jmodal/dialog_border.png) left bottom repeat-y;
	}
.jmodal-main td.jmodal-bottom-left
{
	width:10px;
	height:10px;
	background:url(../images/jmodal/dialog_bottom_left.png) center top no-repeat;
	}
.jmodal-main td.jmodal-bottom-right
{
	width:10px;
	background:url(../images/jmodal/dialog_bottom_right.png) center top no-repeat;
	}
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }	
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-icon-alert { background-position: 0 -144px; }