.form-horizontal .control-label-w{float:left;width:200px;padding-top:5px;text-align:right;}
.form-horizontal .controls-w{*display:inline-block;*padding-left:20px;margin-left:220px;*margin-left:0;}
.form-horizontal .controls-w:first-child{*padding-left:220px;}

.radio_text {
    padding-top: 6px;
    vertical-align: middle;
}
.well-default-background {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.modal-backdrop,.modal-backdrop.fade.in {
    opacity: 0.65;
    filter: alpha(opacity=65);
}
/*
.modal-body.modal-xheight{
	max-height:550px;
}
.dropdown-menu {
  z-index: 1070;
}
*/
th{
    text-align: center;
    height: 20px;
}
/*.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fec7a2;
}*/
thead tr > th{
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
    text-shadow: #ffffff 0px 1px 0;
}
tfoot tr > td{
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
    text-shadow: #ffffff 0px 1px 0;
}
.table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
tr.emptytable, tr.emptytable > td{
    font-weight: normal;
    color: #707070;
    text-shadow: #ffffff 0px 1px 0;
    background-color: #f0f0f0;
    text-align: center;
    font-style: italic;
    cursor: default;
}
.r0{
    background-color: #ffffff;
}
.r1{
    background-color: #f4f4f4;
}
tr.rHigh{
    background-color: #fec7a2 !important;
}
tr.rSelected{
    background-color: #3875d7 !important;
    color: #ffffff !important;
}
tr.highlight{
    background-color: #ffff99;
}
.halftone {
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.icon-null{
    background-image: none;
    background-repeat: no-repeat;
}
.disabled i[class^="icon-"],
.disabled i[class*=" icon-"]{
    background-image: url("../img/glyphicons-halflings.png");
}
a.disabled {
    color: #999999;
    cursor: default;
}
a.disabled:hover,
a.disabled:focus {
    color: #808080;
}
button.search-btn {
	margin-bottom: 10px;
	margin-left: 5px;
}
