body{
font-family: "Segoe UI", verdana, arial;
background-color: #EBEDEE;
}

header{
	padding-right:  25px;
	paddin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #253D45;
}

.navbar-inner{
	background: none;
	border:none;
	box-shadow: none;
	filter:none;
	border-radius: 0px;
	background-color: #253D45; 
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #FF090F;
  border: 0;
  border-bottom: 1px solid #fedf66;
}

.navbar .nav >li >a{
	color: #FFF;
	text-shadow: none;
	/* Gradients for modern browsers, replace as you see fit */
	background-image: -moz-linear-gradient(top, #ED9095, #DC1621);
	background-image: -ms-linear-gradient(top, #ED9095, #DC1621);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED9095), to(#DC1621));
	background-image: -webkit-linear-gradient(top, #ED9095, #DC1621);
	background-image: -o-linear-gradient(top, #ED9095, #DC1621);
	background-image: linear-gradient(top, #ED9095, #DC1621);
	background-repeat: repeat-x;

	/* IE8-9 gradient filter */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED9095', endColorstr='#DC1621', GradientType=0);
	border-right: 1px solid #e84951;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5f8db4;
  *background-color: #253D45;
  background-image: -moz-linear-gradient(top, #427179, #253D45);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#427179), to(#253D45));
  background-image: -webkit-linear-gradient(top, #427179, #253D45);
  background-image: -o-linear-gradient(top, #427179, #253D45);
  background-image: linear-gradient(to bottom, #427179, #253D45);
  background-repeat: repeat-x;
  border-color: #253D45 #253D45 #3a4e78;
  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='#427179', endColorstr='#253D45', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #253D45;
  *background-color: #427179;
}

.navbar .nav >li >a:hover{
	color: #000;
	text-shadow: none;
	/* Gradients for modern browsers, replace as you see fit */
	background-image: -moz-linear-gradient(top, #B1B9BC, #EBEDEE);
	background-image: -ms-linear-gradient(top, #B1B9BC, #EBEDEE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B1B9BC), to(#EBEDEE));
	background-image: -webkit-linear-gradient(top, #B1B9BC, #EBEDEE);
	background-image: -o-linear-gradient(top, #B1B9BC, #EBEDEE);
	background-image: linear-gradient(top, #B1B9BC, #EBEDEE);
	background-repeat: repeat-x;

	/* IE8-9 gradient filter */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B1B9BC', endColorstr='#EBEDEE', GradientType=0);
	border-right: 1px solid #e84951;
}

.well {
  padding: 15px;
  background-color: #FDF1C4;
  border: 1px solid #E0CC79;
}

.well-small {
  margin-bottom: 10px;
  background-color: #FDF1C4;
  border: 1px solid #E0CC79;
}


.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow:  1px 2px 0px 0px #C0BFB5;
            box-shadow:  1px 2px 0px 0px #C0BFB5;
}

.table
{
	font-size: 11px;
}

.table thead th, 
.table tbody td,
.table tfoot th {
  text-align:center;
  border-top: 1px solid #fedf66;
}

.table tbody th,
.table tfoot td {
	font-weight: normal;
	border-top: 1px solid #fedf66;
}


.navbar .nav .active >a{
	color: #000;
	text-shadow: none;
	background: none;
	/* Gradients for modern browsers, replace as you see fit */
	background-image: -moz-linear-gradient(top, #B1B9BC, #EBEDEE);
	background-image: -ms-linear-gradient(top, #B1B9BC, #EBEDEE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B1B9BC), to(#EBEDEE));
	background-image: -webkit-linear-gradient(top, #B1B9BC, #EBEDEE);
	background-image: -o-linear-gradient(top, #B1B9BC, #EBEDEE);
	background-image: linear-gradient(top, #B1B9BC, #EBEDEE);
	background-repeat: repeat-x;

	/* IE8-9 gradient filter */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B1B9BC', endColorstr='#EBEDEE', GradientType=0);
	border-right: 1px solid #b1babd;
}

.pagination-centered {
  text-align: center;
}

.pagination-justify {
  text-align: justify;
}

.credit{
	color:#000;
}

h4{
	text-align: center;
	color: #FF090F;
}

h6{
	text-align: right;
	font-size: 10px;
	font-variant: normal;
}

html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;
      }
      #footer {
        background-color: #EBEDEE;
        text-align: center;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
		border-color: fdf1c4;
        }






