@import url("/common/styles-library.css");

body,
td {
	font-family: Arial, sans-serif;
	font-size: 0.80em;
}

form {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	}

img {
	border: none;
}

a {
	color: #2438a0;
	text-decoration: underline;
}

p {
	margin: 0.25em 0 0.95em;
}


ol {
	margin: 1.25em 0 1.5em 2.5em;
	padding: 0;
	list-style: decimal outside;
}

ul {
	margin: 1.25em 0 1.5em 1.25em;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

li {
	margin: 0.6em 0;
	padding: 0;
}

ul li {
	display: block;
	padding: 0 0 0 14px;
	background: 0 0.4em url("/images/page/marker-ul.gif") no-repeat;
}

ul li li,
ul li li li li {
	background: 0 0.4em url("/images/page/marker-ul-ul.gif") no-repeat;
}

ul li li li,
ul li li li li li {
	background: 0 0.6em url("/images/page/marker-ul-ul-ul.gif") no-repeat;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.75em 0 0.35em;
}

#pageContent h1 {
	margin-top: 0;
}


hr {
	height: 2px;
	margin: 1.25em 0;
	background: #ccc;
	color: #ccc;
	border: none;
}


.spacer {
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	visibility: hidden;
}

.small,
small {
	font-size: 0.85em;
}

.smaller {
	font-size: 0.80em;
}

.small,
.smaller,
small {
	font-family: Tahoma, Arial, sans-serif;
}

.nowrap {
	white-space: nowrap;
}

.pound {
	margin: 0 0.1em 0 0;
}

.half {
	font-size: 0.5em;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.clear {
	clear: both;
}


.newsRow {
}


.newsImage {
	margin: 0 12px 9px 0;
	padding: 3px 0 0;
	float: left;
	text-align: center;
}

.newsImage img {
	border: 1px solid #ccc;
	vertical-align: bottom;
}


.newsTitle {
	margin: 0 0 0.7em;
	font-family: Arial, sans-serif !important;
	font-size: 1.2em !important;
}

.newsDescription {
	margin: 0 0 0.75em;
	color: #6e7179;
	line-height: 1.3em;
}

.newsDate {
	white-space: nowrap;
}


.newsSeparator {
	background: left 15px url("/images/page/line-horizontal-dotted.gif") repeat-x;
}

.newsSeparator .spacer {
	height: 30px;
}


#newsArticle {
}

#newsArticle .newsBody {
}

#newsArticle .newsDate {
	margin: 0.75em 0 0;
}


.libraryImage {
	border: 1px solid #eee;
}

.libraryItem a:hover .libraryImage {
	border-color: #2438a0;
}

.libraryDescription {
	color: #999;
}

.libraryItem a:hover .libraryDescription {
	color: #666;
}


#bodyEditor {
	padding: 15px;
	background: #fff;
}

#bodyEditor,
#bodyEditor td {
	color: #333;
}

