body {
	font-size: 1.125em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.8em;
	color: #333;
	background-color: #FFF;
	padding: 10px 5px;
}

a {
	color: #1475AC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li {
	padding-bottom: 0.5em;
}

header {
	text-align: left;
	font-size: 1.5em;
}

header a {
	color: #000000;
	text-decoration: none;
}

nav {
	margin-top: 0;
	padding: 0;
}

nav ul {
	margin: 0;
	padding : 0;
	list-style-type: none;
	background-color: #F6F8F8;
	border: 1px solid #eee;
}

nav ul li {
	margin-left: 0;
	display: inline;
	padding: 0 8px;
	border-left: 1px solid #F9F9FF;
	border-right: 1px solid #F9F9FF;
}

nav ul li:hover {
	background-color: white;
	border-left: 1px solid #addfff;
	border-right: 1px solid #addfff;
}

nav ul li a {
	color: #555;
	font-weight: bold;
}

nav ul li ai:hover {
	color: #000;
}

article.content header {
    margin-bottom: 0.6em;
}

article.content header h3 {
    font-size: 0.9em;
    margin: 0;
}

article.content header p.byline {
    font-size: 0.6em;
    margin: 0;
}

footer {
	margin-top: 10px;
	font-size: 85%;
	border-top: 1px solid #CCC;
}

footer .secondaryLinks {
	list-style-type: none;
	text-align: right;
	font-size: 110%;
	margin-top: -5px;
	margin-bottom: 0px;
}

footer .secondaryLinks li {
	margin-left: 5px;
	display: inline;
}

aside .block {
	border: 1px solid #addfff;
	padding: 0.6em;
	margin-bottom: 1em;
	font-size: 0.9em; 
}

.block h2 {
	margin: 0 0 0.5em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #d6d6d6;
	font-size: 1.1em;
}

.block h2.announcements {
	color: orange;
}

input, textarea {
    display: block;
    margin-bottom: 4px;
}

input[type="radio"], input[type="checkbox"] {
    display: inline;
}


/* Notifications */
.info {
	color: green;
}

.warning {
	color: orange;
}

.error {
	color: red;
}

.formValidationErrors {
	color: red;
}

/* Headers */
h3 {
	margin-top: 5px;
	font-size: 1.2em;
}

/* Tables with borders */
table.bordered, table.bordered th, table.bordered td {
	border-color: white;
	border-style: solid;
}

table.bordered {
	border-collapse: collapse;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	font-size: 0.9em;
}

table.bordered td, table.bordered th {
	margin: 0;
	padding: 5px 10px;
	border-width: 1px 1px 0 0;
	background-color: #efefef;
}

table.bordered th {
	color: white;
	background-color: #757575;
}

/* Link buttons */
.inline {
	display: inline;
}

.link-button {
	background: none;
	border: none;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	font-size: 1em;
	font-family: serif;
}

.link-button:focus {
	outline: none;
}

.link-button:active {
	color: red;
}

/* Entity Listing */
table.entityList, table.entityList th, table.entityList td {
	border-color: #00598C;
	border-style: solid;
}

table.entityList {
	border-collapse: collapse;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
}

table.entityList td, table.entityList th {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	background-color: white;
}

table.entityList th {
	background-color: #EFEDEA;
}

div.quotebox {
	background-color: #eeeeee;
	padding: 0.5em;
	margin-bottom: 0.6em;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
}

div.media_embed {
	margin-bottom: 1.5em;
}
