/* CSS Document */
#cWindow {
	position: absolute;
	z-index: 100;
}
a#cwin_close_btn:link, a#cwin_close_btn:visited {
	height: 30px;
	width: 30px;
	float: right;
	text-indent: -9999px;
	outline-style: none;
	background: transparent  url(window/closebox.png) no-repeat top left;
	margin: 2px 0px 0 0;
}
a#cwin_close_btn:hover {
	background: transparent  url(window/closebox.png) no-repeat top left;
}
#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;
}
#cwin_tl {
	width: 20px;
	height: 20px;
	background: transparent url(window/tl.png) no-repeat top left;
	float: left;
}
#cwin_tm {
	background: transparent url(window/bm.png) no-repeat top left;
	float: left;
	height: 20px;
}
#cwin_tr {
	background: transparent url(window/tr.png) no-repeat top right;
	float: left;
	width: 20px;
	height: 20px;
}
#cwin_ml {
	width: 20px;
	background: transparent url(window/rm.png) no-repeat top left;
	float: left;
	height: 560px;
}

#cwin-wait {
width:43px;
height:11px;
background: transparent url(window/wait.gif) no-repeat;
display:none;
}
#cWindowContentOuter {
	float: left;
	height: 560px;
	overflow: hidden;
}
#cWindowContentTop {
	height: 30px;
	background: #333333;
	border-bottom: solid 1px #999999;
	float: left;
}
#cWindowContent {
	width:100%;
	background:	#ffffff;
    height: 560px;
	float: left;
	padding:10px;
	/*
	background-image: url(../templates/default/images/largewait.gif);
	background-position: center center;
	background-repeat:no-repeat;
	*/
}

#cWindowContent.winloading{
	background-image: url(window/wait.gif);
	background-position: center center;
	background-repeat:no-repeat;
}

#cwin_mr {
	width: 20px;
	background: transparent url(window/rm.png) no-repeat top right;
    height: 560px;
	float: left;
}
#cwin_bl {
	width: 20px;
	height: 20px;
	background: transparent url(window/bl.png) no-repeat bottom left;
	float: left;
}
#cwin_bm {
	background: transparent url(window/bm.png) no-repeat bottom left;
	float: left;
	height: 20px;
}
#cwin_br {
	width: 20px;
	height: 20px;
	background: transparent url(window/br.png) no-repeat bottom right;
	float: left;
}

