@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 {
	font-family: Arial, sans-serif;
}

img {
	border: none;
}

a {
	color: #0096ca;
	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 {
	width: 65px;
	margin: 0 8px 0 0;
	padding: 2px 0 0;
	text-align: center;
}

.newsImage div {
	margin: 0 auto;
}

#homepage .newsImage {
	width: auto;
	margin: 0 0 8px;
	padding: 2px 8px 0 0;
		float: left;
	text-align: left;
}

.newsImage img {
	vertical-align: bottom;
}


.newsDate {
	margin: 0.35em 0 0;
	white-space: nowrap;
}

#homepage .newsDate {
	margin: 0;
	white-space: nowrap;
}

.newsTitle {
	margin: 0;
	font-size: 1em !important;
}

#homepage .newsTitle {
	margin: 0.35em 0 0.5em;
}

.newsDescription {
	margin: 0.25em 0 0;
}

#homepage .newsDescription {
	margin: 0;
	padding: 0 0 10px;
	color: #6b777d;
}


#homepage .newsSeparator {
	background: center center url("/images/page/silver.gif") repeat-y;
}

.newsSeparator .spacer {
	width: 49px;
	height: 25px;
}


#newsArticle {
}

#newsArticle .newsBody {
}

#newsArticle .newsDate {
	margin: 0.75em 0 0;
}


.crop5-lt,
.crop5-rt,
.crop5-lb,
.crop5-rb {
	display: block;
	width: 100%;
	height: 5px;
	position: relative;
	font-size: 1px;
	text-align: right;
}

.crop5-rt,
.crop5-rb {
	display: inline-block;
	width: 5px;
	margin: 0 0 0 auto;
}

.crop5-lt {
	margin: 0 0 -5px;
	z-index: 2001;
	background: left top url("/images/page/5px/crop-lt.png") no-repeat;
}

.crop5-rt {
	background: right top url("/images/page/5px/crop-rt.png") no-repeat;
}

.crop5-lb {
	margin: -5px 0 0;
	z-index: 2002;
	background: left bottom url("/images/page/5px/crop-lb.png") no-repeat;
}

.crop5-rb {
	background: right bottom url("/images/page/5px/crop-rb.png") no-repeat;
}


.crop10-lt,
.crop10-rt,
.crop10-lb,
.crop10-rb {
	display: block;
	width: 100%;
	height: 10px;
	position: relative;
	font-size: 1px;
	text-align: right;
}

.crop10-rt,
.crop10-rb {
	display: inline-block;
	width: 10px;
	margin: 0 0 0 auto;
}

.crop10-lt {
	margin: 0 0 -10px;
	z-index: 2001;
	background: left top url("/images/page/10px/crop-lt.png") no-repeat;
}

.crop10-rt {
	background: right top url("/images/page/10px/crop-rt.png") no-repeat;
}

.crop10-lb {
	margin: -10px 0 0;
	z-index: 2002;
	background: left bottom url("/images/page/10px/crop-lb.png") no-repeat;
}

.crop10-rb {
	background: right bottom url("/images/page/10px/crop-rb.png") no-repeat;
}


.libraryImage {
	border: 1px solid #eee;
}

.libraryItem a:hover .libraryImage {
	border-color: #40b0d7;
}

.libraryDescription {
	color: #a9b5bb;
}

.libraryItem a:hover .libraryDescription {
	color: #93a2aa;
}


#windowOption,
#windowOptions {
}


#searchPage #pageBody h2 {
	margin-top: 1.5em;
}


#bodyEditor {
	padding: 15px;
	background: #fff;
}

#bodyEditor,
#bodyEditor td {
	color: #333;
}

