body {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(../images/blue_bkg2A.jpg);
	font-size: 12px;
	line-height: 16px;
		
}
#mainContainer {
	padding-top:10px;
}

.redtext{
	color: #BA0000 !important;
}

.popover {
    width:auto;
}

/*
.navbar-inverse .navbar-inner {
	background-color: #006DCC;
	background-image: -moz-linear-gradient(center top , #333333, #666666);
	background-image: -webkit-linear-gradient(top,#333333, #666666);
	background-image: -o-linear-gradient(top,#333333, #666666);
	background-image: linear-gradient(to bottom,#333333, #666666);
	background-repeat: no-repeat;
	filter: none;
}
*/

.navbar .nav > li > a {
	padding: 10px 12px;	
}

ul, ol {
    margin: 0 0 0 15px;
    padding: 0;
}

.form-signin {
    background-color: #4374C4;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto 20px;
    max-width: 300px;
    padding: 19px 29px 29px;
}

div.rising {
    background-image: url(../images/icon-rising-falling.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 8px;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
}

div.falling {
    background-image: url(../images/icon-rising-falling.png);
    background-repeat: no-repeat;
    background-position: 0px -12px;
    height: 8px;
    width: 8px;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
}

div.hero-unit {
	background-color: #FEFEFE;
	padding: 10px;
}

.navbar-inverse .navbar-inner {
    background-color: #1B1B1B;
    background-image: linear-gradient(to bottom, #3C3F36, #3C3F36);
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #4374C4;
}

.badge {
    padding: 1px 3px 2px;
}
	
#idxwelcome {
	background-color: #4374C4;
	padding: 20px;
	color: #fefefe;
	font-size: medium;
}

.standingsContainer {
	 background-color:#7B9185; 
	 color:white;
}

.idxSmallContainer {
	 background-color:#FEFFFF; 
	 min-height: 200px;
	 padding: 10px;
	 width: 355px;
}

.redContainer, .redContainer td {
	 background-color:#EB432A !important; 
	 color:white !important;
}

.greenContainer, .greenContainer td {
	 background-color:#74B03E !important; 
	 color:white !important;
}

.whiteContainer, .whiteContainer td {
	 background-color:#FEFFFF !important; 
	 color:white !important;
}

.text-center { 
	float:none!important; 
	text-align:center!important;
}

.redbold {
	font-weight: bold;
	color: #EB432A !important;
	font-size: 14px;
}

.bluebold {
	font-weight: bold;
	color: #4374C4 !important;
	font-size: 14px;
}
.textAlignRight {
	text-align: right;
}

.wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; 
}

.footer, .push {
    height: 30px; /* .push must be the same height as .footer */
}

.tabbable {
	 background-color:#FEFFFF !important; 	
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    background-color: #fff !important;
    color: #08c !important;
    cursor: default;
}

.pagination .active a, .pagination .active span {
    color: #fff !important;
    cursor: default;
    background-color: #EB432A !important;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
  
 .required
 {
 	border:5px solid #E00000 !important; 
 }
 .required th, .required td
 {
	background-color: #FFCCCC !important; /* FFCC95 FFD8B1 */
	font-weight:bold;
	font-size:14px;
	color:#333333;
	text-align:center;
 }

.label-light,
.badge-light {
  background-color: #cccccc;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}