html, body {
	height: 100%;
	background-color:#ddd;
}

#body_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	height:100%;
	background-color:#fff;
	width:980px;
}

#header {
	margin-bottom: 15px;
}

#header .navbar .navbar-inner {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

#header .navbar {
	margin-bottom: 0
}

#header_bar {
	background-color:#000000;
	background-image:url('/media/admin/images/admin_header_bg.jpg');
	background-repeat:repeat-y;
	background-position:center;
	padding: 20px;
	color:white;
	overflow:hidden;
}

#header_bar h1 {
	float:left;
	vertical-align:middle;
	margin-left:35px;
	color:white;
	text-shadow: #3D6875 1px 1px 1px;
}

#header_bar img {
	float:left;
}

#body_container {
	min-height: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
}

#footer_container {
	text-align:center;
	overflow:hidden;
	padding:10px;
	background-color:#0C2536;
	color: #f8f8f8;
	font-size: .9em;
}

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

#footer p {
	line-height: 25px;
	vertical-align: middle;
}

#account_bar {
	padding:3px;
	background-color:black;
	text-align:right;
	color:white;
	overflow:hidden;
}

#account_bar ul {
	list-style-type:none;
	padding:0px;
	overflow:hidden;
	margin:0px;
	float:right;
}


#account_bar ul li {
	float:left;
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

.content_header {
	background-color:#F4F4F4;
	border-bottom:1px solid #EEEEEE;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	margin-bottom:10px;
}

.content_body {
	padding:10px;
}

#login_form {
	width: 500px;
	margin: 0 auto;
}

#login_form label {
	display: block;
}

#login_form label.checkbox {
	text-align: left;
}


label {
	width: 175px;
	text-align: right;
	margin-right: 0.5em;
	display:inline-block;
}

.content_container div.header {
	margin-bottom: 10px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
    display: block;
    font-size: 1.5em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.content_container .header a {
	text-decoration:underline;
}


.content_container div.sub_header a:link, .content_container div.header a:link {
	font-weight:bold;
	text-decoration:underline;
}
.content_container div.sub_header a:visited, .content_container div.header a:visited {
	font-weight:bold;
	text-decoration:underline;
}
.content_container div.sub_header a:hover, .content_container div.header a:hover {
	font-weight:bold;
	text-decoration:underline;
}
.content_container div.sub_header a:active, .content_container div.header a:active {
	font-weight:bold;
	text-decoration:underline;
}
.tab_cell{
	padding-left: 5px;
	text-align: left;
}

table.table tfoot tr td, table.table tfoot tr th {
	font-weight: bold;
	background-color: #fff;
}

/*-----------------------------------------*/

.z0 {background-color: transparent; border-bottom: 1px solid #e6f2f5;}
.z1 {background-color: #fff; border-bottom: 1px solid #e6f2f5;}
.z2 {background-color: #f9fbfc; border-bottom: 1px solid #e6f2f5;}

.focused, .focused td {background-color: #dee8f1!important;}
.selected, .selected td {background-color: #ffd36b!important;}

/*-----------------------------------------*/


#country, #state {
	width: 150px;
}

.question_tip {
	margin-left: 5px;
}

.dropdown-menu a {
    text-align:left;
}

.error{
	color:red;
	margin-left:5px;
}

.message{
	margin-bottom:40px;
}

