body {
	font-size: 12px;
	line-height: 1.6;
	/*color: #1984D7;*/
	/*background: white;*/
}

h1 {
	color: #1984D7;
   /*font-weight: 300;*/
   font-size: 20px;
   /*background-color: white;*/
   padding-top: 10px;
   padding-bottom: 10px;
   /*margin-top: 30px;*/
   /*margin-bottom: 30px;*/
}

h2 {
   color: #1984D7;
	font-size: 16px;
}

p {
   color: #2b2b2c;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

.form-control {
   /*height: 25px;*/
}

.form-group {
   margin-bottom: 1px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
	color: white;
}