.box_table {
		border-left:1 solid #C6CCF0;
		border-right:1 solid #C6CCF0;
		border-top:1 solid #C6CCF0;
		border-bottom:1 solid #C6CCF0;
		padding: 10 10 10 10;
	}

	.shalav {
		font-size: 14;
		color:#b9b9b9;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.shalav_mark {
		font-size: 14;
		color:#ff3300;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.title {
		background-color:#fbfbfb;
		font-size: 20;
		color:#727272;
		font-weight: bold;
	}

	.btn {
		background-color: #ff6600;
		color: #FFFFFF;
		font-size: 14px;
		height:26;
		font-weight: bold;
		border-top: 2 solid #ffc198;
		border-right: 2 solid #401a00;
		border-left: 2 solid #ffc198;
		border-bottom: 2 solid #401a00;
	
	}

.PP_frame_table{
	border: 1 solid #CBCBCB;
}
.btnBW{
	cursor:hand;
	width:60px;
	height:19px;
	border:1px solid gray;
	background:#f2f2f2;
	font-family:arial;
	font-size:11px;
	text-align:center;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#646464',endColorstr='#ffffff');
}
.btnSepia{
	cursor:hand;
	width:40px;
	height:19px;
	border:1px solid gray;
	background:#f2f2f2;
	font-family:arial;
	font-size:11px;
	text-align:center;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#977C5F',endColorstr='#ffffff');
}
.btnNoFilter{
	cursor:hand;
	width:80px;
	height:19px;
	border:1px solid gray;
	background:#f2f2f2;
	font-family:arial;
	font-size:11px;
	text-align:center;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#FB473C',endColorstr='#FCF924');
}
	.t_title {
		font-size:14;
		color: #707070;
		text-align: left;
	}
	
	.t_text {
		font-size:14;
		color: #000000;
	}

	.btn_off {
		background-image: url(images/btn_onoff.gif);
		width: 111px;
		height: 31px;
		border: 0;
		background-position: top;
		font-size: 14;
		padding-bottom:2;
		color: #05367a;
		font-weight: bold;
	}

.btn_on {
		background-image: url(images/btn_onoff.gif);
		width: 111px;
		height: 31px;
		border: 0;
		background-position: bottom;
		font-size: 14;
		padding-bottom:2;
		color: #05367a;
		font-weight: bold;
}

