/* CSS Document */
#jcWindow {
	position: absolute;
	z-index: 100;
}
#jcWindow #cwin_close_btn:link,
#jcWindow #cwin_close_btn:visited {
	height: 30px;
	width: 30px;
	float: right;
	text-indent: -9999px;
	outline-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/window/closebox-normal.png);
	margin: 0;
}
#jcWindow #cwin_close_btn:hover {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/window/closebox-hover.png);
}
#jcWindow  #cwin_logo {
	width: 90%;
	height: 26px;
	margin: 2px 0 0 2px;
	color: #FFFFFF;
	font-weight:bold;
	float: left;
	font-size:16px;
	margin:8px 0pt 0pt 8px;
}
#jcWindow  #cwin_tl {
	width: 20px;
	height: 20px;
	background: transparent url(../images/window/tl.png) no-repeat top left;
	float: left;
}
#jcWindow #cwin_tm {
	background: transparent url(../images/window/bm.png) no-repeat top left;
	float: left;
	height: 20px;
}
#jcWindow #cwin_tr {
	background: transparent url(../images/window/tr.png) no-repeat top right;
	float: left;
	width: 20px;
	height: 20px;
}
#jcWindow #cwin_ml {
	width: 20px;
	background: transparent url(../images/window/rm.png) no-repeat top left;
	float: left;
	height: 560px;
}
#jcWindow #cwin_mr {
	width: 20px;
	background: transparent url(../images/window/rm.png) no-repeat top right;
    height: 560px;
	float: left;
}
#jcWindow #cwin_bl {
	width: 20px;
	height: 20px;
	background: transparent url(../images/window/bl.png) no-repeat bottom left;
	float: left;
}
#jcWindow #cwin_bm {
	background: transparent url(../images/window/bm.png) no-repeat bottom left;
	float: left;
	height: 20px;
}
#jcWindow #cwin_br {
	width: 20px;
	height: 20px;
	background: transparent url(../images/window/br.png) no-repeat bottom right;
	float: left;
}

#jcWindow #cwin-wait {
	width: 43px;
	height: 11px;
	background: transparent url(../images/window/wait.gif) no-repeat;
	display: none;
}
#jcWindowContentOuter {
	float: left;
	overflow: hidden;
	position: relative;
	background: #fff;
}
#jcWindowContentTop {
	height: 30px;
	background: #333333;
	border-bottom: solid 1px #999999;
	float: left;
}
#jcWindowContent {
	width: 100%;
	background:	#ffffff;
    height: 560px;
	float: left;
	padding: 10px;
	position: relative; 
	overflow: auto;
}
#jcWindowContent .success {
	color: green;	
}
#jcWindowContent .failed {
	color: red;
}
#jcWindowContent.winloading {
	background-image: url(window/wait.gif);
	background-position: center center;
	background-repeat:no-repeat;
}
#jcWindowAction {
	border-top: 1px solid #fff; 
	background: #ccc; 
	position: absolute; 
	bottom: -40px; 
	width: 100%;
	height: 32px; 
	left: 0px;
}
#jcWindowAction table {
	height: 32px;
	padding-right: 4px;
	width: 100%;
}
#jcWindowAction .button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: #666 none repeat scroll 0 0;
	border: 1px solid #333;
	font-size: 11px;
}
#jcWindowAction td.left {
	width: 0;	
}
body #jcWindowAction input,
body #jcWindowAction textarea,
body #jcWindowAction select,
body #jcWindowAction label {
	margin: 0 0 5px;
}
body #jcWindowAction .button:hover, 
body #jcWindowAction .button:focus {
	background: #333333 none repeat scroll 0 0;
	border: 1px solid #999;
	color: #fff;
}
#jcWindowContent dl {
	margin: 0;
	padding: 0;
}
#jcWindowContent .col-left {
	width: 23%;
	line-height: 25px;
	text-indent: 10px;
	font-size: 11px;
	font-weight: 700;
	color: #666;
	margin: 0 0 5px;
	float: left;
	display: block;
	clear: both;
	padding: 0;
}
#jcWindowContent .col-right {
	float: left;
	display: block;
	width: 70%;
	line-height: 22px;
	margin: 0 0 5px;
	padding: 0;
}
#jcWindowContent .col-right .text {
	width: 100%;
}
#jcWindowContent .composeForm {
	padding: 20px 10px;
}

#jcWindow.dialog {}
#jcWindow.dialog #cwin_close_btn:link,
#jcWindow.dialog #cwin_close_btn:visited {
	background-image: url(../images/window/dialog/closebox-normal.png);
}
#jcWindow #cwin_close_btn:hover {
	background-image: url(../images/window/dialog/closebox-hover.png);
}

/* Warning Styles */
#jcWindow.warning {}
#jcWindow.warning #jcWindowContentTop {
	height: 30px;
	background: #993;
	border-bottom: solid 1px #660;
	float: left;
}
#jcWindow.warning #cwin_logo {
	width: auto;
	height: 30px;
	font-weight: bold;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-left: 32px;
	color: #fff;
	background: transparent url(../images/window/warning/icon.gif) no-repeat 0 -1px;
}
#jcWindow.warning #cwin_close_btn:link,
#jcWindow.warning #cwin_close_btn:visited {
	background-image: url(../images/window/warning/closebox-normal.png);
}
#jcWindow.warning #cwin_close_btn:hover {
	background-image: url(../images/window/warning/closebox-hover.png);
}

/* Error Styles */
#jcWindow.error {}
#jcWindow.error #jcWindowContentTop {
	height: 30px;
	background: #930;
	border-bottom: solid 1px #600;
	float: left;
}
#jcWindow.error #cwin_logo {
	width: auto;
	height: 30px;
	font-weight: bold;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-left: 32px;
	color: #fff;
	background: transparent url(../images/window/error/icon.gif) no-repeat 0 0;
}
#jcWindow.error #cwin_close_btn:link,
#jcWindow.error #cwin_close_btn:visited {
	background-image: url(../images/window/error/closebox-normal.png);
}
#jcWindow.error #cwin_close_btn:hover {
	background-image: url(../images/window/error/closebox-hover.png);
}

/** Ajax **/
#jcWindow div.ajax-wait {
	background-image: url(../images/wait.gif);
	width: 16px;
	height: 16px;
}

#jcWindow table .smalltext {
	color: #333;
}
#jcWindow table .inputbox {
	background-color: #fff;
	border: solid 1px #cecece;
	padding: 2px;
}
#jcWindow a:link,
#jcWindow a:visited {
	color: #333;
	text-decoration: none;
}
#jcWindow a:hover {
	text-decoration: underline;
}