
.header {
    display: block;
    position: relative;
    height: 310px;
    background-image: url('../images/horseshoebay.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}

body.admin .header {
	height: 108px !important;
	width: 100% !important;
	background-position: 0 -94px !important;
}

.logo img {
	margin: 0;
	padding: 0;
}

.app-title .page-title {
  padding: 0px 8px 0 190px;
  font-family: Arial,Verdana,Tahoma;
  font-weight: bold;
  font-size: 400%;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.wrapper.admin {
    width: 96%;
    text-align: left;
    margin: 0 2%;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    background-color: #fff;	
    display: inline-block;
    overflow:hidden;
}

.page-container-outer {
	display: inline;
	overflow: auto;
	margin: 0;
}

.content-container-right {
    margin-right: 18px;
}

.nav, #topnav {
    display: block;
    padding: 4px 0 0 8px;
    color: #dde1ff;
	background-color: #2a3138;
	font-size: 12px;
	margin-bottom: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.header-right {
	display: block;
}

.header-right-container {
	display: block;
	float: left;
}

.header-left {
	display: inline;
	padding-left: 204px;
}

.top-message {
    float: left;
    margin: 10px 0 0 12px;
}

/* .app-title {
    display: inline-block;
	overflow: auto;
	padding-top: 6px;
	padding-left: 0px;
	height: 84px;
} */

.right-content {
    display: block;
    overflow: hidden;
    font-size: 12px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 0 8px 14px 0;
    box-shadow: 4px 4px 4px rgba(178, 178, 178, 0.6);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.user-info-table th {
	background-color: transparent;
	color: #656d9b;
	text-align: right;
	padding-right: 4px;
}

.user-info-table td {
    background-color: transparent;
    color: #4b4fa0;
}

.two-cols {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}

.two-cols ul {
	list-style-type: disc;
}

.two-cols li {
	padding-bottom: 6px;
}

.back {
	cursor: pointer;
	border: 0 none;
	text-decoration: none;
	color: #000;
}
