html {
  background-color: transparent;
/*  background-image: url("../img/bg_tor_top.jpg"); */
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
.center-table
{
  margin: 0 auto !important;
  float: none !important;
}
.txt_right{
	text-align:right;
}
.txt_left{
	text-align:left;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: url("../img/bg_content.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		  color:#FFF;
		  font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.btn-custom {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ed1c24;
  *background-color: #902828;
  background-image: -moz-linear-gradient(top, #ed1c24, #902828);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1c24), to(#902828));
  background-image: -webkit-linear-gradient(top, #ed1c24, #902828);
  background-image: -o-linear-gradient(top, #ed1c24, #902828);
  background-image: linear-gradient(to bottom, #ed1c24, #902828);
  background-repeat: repeat-x;
  border-color: #902828 #902828 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#902828', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
  color: #ffffff;
  background-color: #902828;
  *background-color: #a95959;
}

.btn-custom:active,
.btn-custom.active {
  background-color: #a95959 \9;
}

dt{
	color:#000;
}
.panel {
	padding:10px;
    border: 2px solid #ccc;
}
/* Break out subtotal */
/*
.sidebar-nav-fixed {
     position:fixed;
     top:50%;
	 right: 0px;
     width:150px;
 }

 @media (max-width: 767px) {
     .sidebar-nav-fixed {
         width:auto;
     }
 }

 @media (max-width: 979px) {
     .sidebar-nav-fixed {
        position:static;
        width: auto;
     }
 }
*/
