@charset utf-8;
/* jquery modal style */
div.jquery-modal-container{position:fixed; top:0px;left:0px;bottom:0px;right:0px;z-index:10000;text-align:center;display:none}
div.jquery-modal-bg{position:fixed; top:0px;left:0px;bottom:0px;right:0px;background-color:rgb(0,0,0);opacity:0.5;filter:alpha(opacity=50)}
div.jquery-modal-box{position:relative;background-color:rgb(255,255,255);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;display:inline-block;max-width:80%;max-height:80%;padding:15px;margin:0;overflow:auto}
div.jquery-modal-close{cursor:pointer;width:16px;height:16px;float:right;margin:-10px -10px 0 0;background:url(../images/close.png) no-repeat center;}
div.jquery-modal-loading{width:32px;height:32px;margin:5px auto;background:url(../images/loading.gif) no-repeat center;clear:both}
div.jquery-modal-box div.jquery-modal-content{padding:5px;text-align:center;float:left;color:rgb(51,51,51)}
div.jquery-modal-box div.jquery-modal-content p{text-align:center;}

div.error{background-color:rgb(220,105,105) !important}
div.success{background-color:rgb(120,180,100) !important}
div.error div.jquery-modal-content{color:rgb(240,240,240)}
div.success div.jquery-modal-content{color:rgb(240,240,240)}

/*  table Content style */
div.jquery-modal-box h2 {
	width:100%;
	margin-bottom: 20px;
	text-align:left;
}
div.jquery-modal-box table {
	width:100%;
	margin-bottom: 20px;
	text-align:left;
}
div.jquery-modal-box table tr:nth-child(odd) {
	background-color:rgb(240,240,240);
}
div.jquery-modal-box table tr td:nth-child(odd) {
	border-right:1px solid rgb(240,240,240);
}
div.jquery-modal-box table tr:nth-child(odd) td:nth-child(odd) {
	border-right:1px solid rgb(255,255,255);
}
div.jquery-modal-box table tr td {
	padding:10px 5px;
}