﻿/* DEFAULTS
----------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Telex);

html,body {
	background-color: #e6edf5;
	font-size: 14px;
	font-family: 'Telex', sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}
form {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Telex', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #554A80;
}

h5, .headline {
	font-size: 16px;
	margin: 10px 15px 5px 15px;
	padding-bottom: 5px;
}

.hiddenItem {
	display: none;
}

#addContentDialog, #settingsDialog {
	font-size: 13px;
}
/*----------------------------------------------------------*/

.page {
	width: 100%;
	margin: 0 auto -80px;
	overflow: hidden;

	min-height: 100%;
	height: auto !important;
}

.headerWarp {
	background-color: #004c98;
	width: 100%;
	border-bottom: 5px solid #FFFFFF;
}

/*.headerContent {
	width: 1054px;
	margin: 0 auto;
	padding-top: 10px;
}*/

/*.pagebody {
	padding-bottom: 10px;
}*/


.title {
	width: 1054px;
	margin: 0 auto;
	max-width: 100%;
}

.logo {
	float: left;
	display: block;
	margin: 0;
}

div.loginheader {
	color: #554A80;
	display: block;
	text-align: right;
	padding-top: 5px;
	margin: 0 auto;
}

.header {
	position: relative;
	margin: 0;
	padding: 0;
}

.header h1 {
	font-weight: 700;
	margin: 0;
	padding: 60px 0 0 20px;
	border: none;
	line-height: 2em;
	font-size: 3em;
}

.main {
	width: 1054px;
	margin: 0 auto;
}

.footer {
	color: #4e5766;
	padding: 8px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

.footerText {
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 15px;
	font-family: 'Telex', sans-serif;
	color: #766e99;

 }


div.footer a:hover {
	
	text-decoration: underline;
}

/* TAB MENU
----------------------------------------------------------*/
.titleHeader {
	font-family: 'Telex', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
	float: left;
}
/**/


ul.nav a.static.selected {
	color: #ffffff;
  text-decoration: none;
  background-color: #766e99;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.hidden {
	display: none;
}

.hiddenItem {
	visibility: hidden;
	display: none;
}

.fill {
	width: 100%;
}

.margin5 {
	margin: 5px;
}

#NavigationMenu {
	text-transform: uppercase;
}

.required {
	color:#b94a48;
}

.btnNewDonationMember {
	color:#554a80;
}

.contract-code span label {
	font-weight: bold;
        padding-left: 1em;
}