﻿

	.tb10 {

    background-image :url('images/form_bg.jpg');
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;	
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	min-height:25px;
	}
	
	
.tb10:focus {
    border-color: #3c8dbc !important;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
   -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);

}

	
	

.btn {
  background: #f0525f;
  background-image: -webkit-linear-gradient(top, #f0525f, #a31a1f);
  background-image: -moz-linear-gradient(top, #f0525f, #a31a1f);
  background-image: -ms-linear-gradient(top, #f0525f, #a31a1f);
  background-image: -o-linear-gradient(top, #f0525f, #a31a1f);
  background-image: linear-gradient(to bottom, #f0525f, #a31a1f);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 20px 8px 18px;
  text-decoration: none;
}

.btn:hover {
  background: #87ba72;
  background-image: -webkit-linear-gradient(top, #87ba72, #5e8a4c);
  background-image: -moz-linear-gradient(top, #87ba72, #5e8a4c);
  background-image: -ms-linear-gradient(top, #87ba72, #5e8a4c);
  background-image: -o-linear-gradient(top, #87ba72, #5e8a4c);
  background-image: linear-gradient(to bottom, #87ba72, #5e8a4c);
  text-decoration: none;
}
	
	
	.mGrid-bordered > tbody > tr > td, .mGrid-bordered > tbody > tr > th, .mGrid-bordered > tfoot > tr > td, .mGrid-bordered > tfoot > tr > th, .mGrid-bordered > thead > tr > td, .mGrid-bordered > thead > tr > th {
    border: 1px solid #ddd;
    font-size:12px;
}

 r > th, .mGrid > tfoot > tr > td, .mGrid > tfoot > tr > th, .mGrid > thead > tr > td, .mGrid > thead > tr > th {
    padding: 8px;
    line-height:1.5000;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
	
	

td, th {
    padding: 0;
    font-weight: 700;
}











.spanmenu {
    top: 0px;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
}


.spanmenu{
    border-top-right-radius: 4px;
}
