/* 
    Document   : divwin
    Created on : 2009��5��7��, ����10:24
    Author     : lcfeng
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.divwintitbg {
	background-image: url(divwin_res/pop_titbg.gif);
}
.divwintitarrow {
	background-image: url(divwin_res/pop_arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.divwinclose {
	cursor: pointer;
	background-image: url(divwin_res/cha.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.divwinmaintable {
	background-color: "#666699";
}
.divwintitle {
	font-weight: bold;
	cursor: move;
}
.divwinstatebar {
	background-color: #E4E4E4;
}
.divwinls {
	background-image: url(divwin_res/ls.gif);
	cursor: nw-resize;
}
.button {
	border: 1px solid #999999;
	padding: 1px 10px 0px;
	font-size: 9pt;
	cursor: hand;
	background-repeat: repeat-x;
	height: 20px;
}
