/*
* @description: 8700 base css
* @author: jdh
* @update: jdh (2013-01-09)
*/
table[name='grid']{max-width:300%;}
.width-85px {
  width: 85px !important;	
}

.height-418px {
  height: 418px;
}

.height-395px {
	height: 395px;	
}
.margin-10px {
  margin: 10px;
}

.margin-left-13px {
 /* margin-left: 13px !important;*/
}
.form-horizontal .controls{
	margin-left: 5px;
	display:inline-block !important;
  vertical-align: top;
}
.margin-left-50px {
  margin-left: 50px !important;
}

.margin-left-195px {
  margin-left: 195px;
}

.margin-top-minus23px {
  margin-top: -23px;
}

.margin-top-3px {
  margin-top: 3px;
}

.margin-top-13px {
  margin-top: 13px;
}

.margin-topbot-12px {
  margin: 12px 0 6px !important;
}

.margin-bottom-6px {
  margin-bottom: 6px !important;
}

.padding-0px {
  padding: 0 !important;
}

.padding-top-8px {
  padding-top: 8px;
}

.padding-top-10px {
  padding-top: 10px;
}

.padding-left-10px {
  padding-left: 10px;
}

.padding-left-12px, .alert.padding-left-12px {
  padding-left: 12px;
}

.padding-right-6px {
  padding-right: 6px;
}

.padding-right-10px {
  padding-right: 10px;
}

.padding-right-12px {
  padding-right: 12px;
}

.text-color-red {
  color: red;
}

.font-bold {
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

.data-divider {
  border-top: 1px dashed #CCCCCC;  
  border-bottom: 1px dashed #FFFFFF;
}

.overflow-130px {
  height: 130px;
  overflow: auto;
}

.overflow-150px {
  height: 150px;
  overflow: auto;
}

.overflow-200px {
  height: 200px;
  overflow: auto;
}

.overflow-235px {
  height: 235px;
  overflow: auto;
}

.overflow-250px {
  height: 250px;
  overflow: auto;
}

.overflow-310px {
  height: 310px;
  overflow: auto;
}

.overflow-350px {
  height: 350px;
  overflow: auto;
}