select {width: 90%;
        border: 1px solid #cccccc;
		height: 26px;
		font-family: Arial; 
		font-size: 16px;
       }
input{width: 90%;
       background-color: #f3f37b;
       border: 1px solid #cccccc;
       height: 20px;
	   font-family: Arial; 
	   font-size: 16px;
       }
#tcalc a {color: #0f498b;}

#tcalc, #tcalc table {width: 100%; font-family: Arial;}

#rows table {padding-bottom: 13px;}

.nob {border: 0px;}
.row tr td { padding-top: 1px;}

#bottomcol, #topcol, #vcol  {display: none;}

#delete { margin-right: 3px;}
#add {text-align: right;}

.all { padding-top: 3px; width: 94px;}



#size {background-color: #fff;}
#fullsize, #channel {background-color:#a9c3e2; }

#bp {width: 590px;font-size:16px;color:#333;line-height:23px}
#bp1 div {float: left;}



.pr {color: #8f8f8f;font-size: 12px;}

#save, #file_upload, #print {border: none; width: 16px; height: 16px; background-repeat: no-repeat; background-color: #fff; cursor: pointer; margin: 10px; } 
#save {background-image: url("save.png"); }
#file_upload {background-image: url("load.png"); }
#print {background-image: url("print.png");}

@media print
{
.pr, #delete, #add, #save, #print {display: none;}
#bottomcol {display:block; font-size: 11px;}
#topcol {display:block; font-size: 13px;}
#vcol {display:block; font-size: 13px;}
}