table.wcwWin {
	font-family:arial;
	background-color: #ece9d8;
	font-size: 14px;
}

td.wcwWinTitleLeft {
	background-image: url("image/winTitleLeft.png");
	background-repeat: no-repeat;
}

td.wcwWinTitleLogo {
	background-image: url("image/winTitleMid.png");
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
}

span.wcwWinTitleSpan {
	font-family: arial;
	font-size:100%;	
	padding-left: 3px;
}

td.wcwWinTitleRight {
	background-image: url("image/winTitleRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}

td.wcwWinBodyLeft {
	background-image: url("image/winBodyLeft.png");
	background-repeat: repeat-y;
}

td.wcwWinBodyMid {
	background-color: #ece9d8;
	padding: 10px 15px 5px 15px;
}

td.wcwWinBodyRight {
	background-image: url("image/winBodyRight.png");
	background-repeat: repeat-y;
	background-position: top right;
	color: red;
}

td.wcwWinStatusLeft {
	background-image: url("image/winStatusLeft.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

td.wcwWinStatusMid {
	background-image: url("image/winBodyBottom.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	border-top: solid 1px #CCCCCC;
	padding: 0px, 5px, 2px, 5px;
	color: #666666;
	font-size: 85%;
}

td.wcwWinStatusRight {
	background-image: url("image/winStatusRight.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}


td.wcwWinToolbarCell {
	padding: 0px 10px 0px 10px;
}

div.wcwWinContentDiv {
	font-family: arial;
	font-size:96%;
	overflow: auto;
	border: solid 1px #CCCCCC;
	padding: 10px 15px 10px 15px;
}

td.wcwWinButtonCell {
	padding-top: 3px;
	padding-bottom: 3px;
}

input.wcwWinButton {
	width: 70px;
	margin-left: 5px;
	margin-right: 5px;
}

td.wcwWaitCell {
	padding: 30px 55px 30px 55px;
	color:blue;
	background-color: #f1f1f1;
}

table.wcw {
	font-size: 95%;
}
input.wcw, select.wcw, textarea.wcw {
	font-size: 90%;
}

span.wcwHint {
	margin-left: 10px;
	color: #666666;
	font-size: 80%;
}
span.wcwTabMenu {
	font-size: 100%;
	border: solid 1px #CCCCCC;
	background-image: url('image/menuBg.gif');	
	background-repeat:repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 8px;
	cursor: default;
	
}
span.wcwTabMenuOpen {
	position: relative;
	top: 1px;	
	border-bottom: solid 1px #FFFFDD;
	background-color: #FFFFDD;
	background-image: none;	
	font-size: 115%;
	color: #CC0000;
}
#wcwTabContent {
	border: solid 1px #CCCCCC;
	padding: 20px 20px 10px 20px;
	background: #FFFFDD;
}

input.wcwLabelDisaled {
	border:none;
	color:black;
	background-color: #ece9d8;
}
img.wcwTarget {
	border: solid 1px #99FF99;
	padding: 4px;
}
div.wcwPanel {
	border: solid 1px #DDDDDD;
	text-align: left;
}
span.wcwPanelTitle {
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	left: 10px;
	top: -2px;
	background-color: #FFFFDD;
	line-height: 0px;
}
div.wcwPanelContent {
	padding: 10px 20px 10px 20px;
}

