/* pp = print page
cws = close window small using an X
cw = close window
ap = apply
pre = previous
nxt = next


to apply use:  class="but cw" etc
 */

.but, .vs, .cw, .pp, .cws, .ap, .ppi, .sub, .pre, .nxt{
	height: 20px;
	cursor: pointer;
	border-top: .1em solid #fff;
	border-right: .15em solid #333;
	border-bottom: .15em solid #555;
	border-left: .15em solid #fff;
	margin: 0;
	white-space: nowrap;
	color: #000000;
	background: #ccc;
	font: x-small Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.cw{width:106px;}
.pp{width:70px;}
.cws{width:20px;}
.ap{width:50px;}
.sub{width:50px;}
.pre{width:60px;}
.nxt{width:60px;}
.ppi{
	width: 20px;
	background-image: url(../../but_print.gif);
}

.gobut{
	height: 18px;
	cursor: pointer;
	border-top: .1em solid #666666;
	border-right: .1em solid #666666;
	border-bottom: .1em solid #666666;
	border-left: .1em solid #666666;
	white-space: nowrap;
	color: #666666;
	background: #ccc;
	font: xx-small Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
}
