@CHARSET "UTF-8";

.width10px {
	width: 10px;
}

.width50px {
	width: 50px;
}

.width200px {
	width: 200px;
}

.width230px {
	width: 230px;
}

.width250px {
	width: 250px;
}

.width400px {
	width: 400px;
}

.width600px {
	width: 600px;
}

.width800px {
	width: 800px;
}

.width100per {
	width: 100%;
}

.width90per {
	width: 90%;
}

.width20per {
	width: 20%;
}

.height400px {
	height: 400px;
}

.height600px {
	height: 600px;
}

.height100per {
	height: 100%;
}

.borderNone {
	border: none !important;
}

.borderCollapsed {
	border-collapse: collapse !important;
}

.backgroundNone {
	background: none !important;
}

.alignCenter {
	text-align: center;
}

.bw-icon-confirm {
    background-image: url(../images/confirm.png) !important;
}

.bw-icon-show {
    background-image: url(../images/show.png) !important;
}

.bweblogo {
	background-image: url(../images/bweb.jpg);
	background-repeat: no-repeat;
	background-position: 400px -75px;
}

.fontSize12px {
	font-size: 12px !important;
}

.fontSize14px {
	font-size: 14px !important;
}

.fontBold {
	font-weight: Bold !important;
}