@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;
	font-size: 1em;
}

img {
	border: none;
}

a {
	color: #98b340;
	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 {
	display: block;
	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;
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.clear {
	clear: both;
}


.newsRow {
}


.newsImage {
	margin: 0 8px 0 0;
	background: #fff;
	border: 1px solid #bed63a;
	text-align: center;
}

.newsImage img {
	vertical-align: bottom;
}


.newsTitle {
	margin: 0;
	font-size: 1em !important;
}

.newsDescription {
	margin: 0.25em 0 0;
	padding: 0 0 9px;
	line-height: 1.2em;
}

.newsDate {
	margin: 0.35em 0 0;
	white-space: nowrap;
}

#homepage .newsDate {
	display: none;
}


.newsSeparator {
}

.newsSeparator .spacer {
	height: 9px;
}


#newsArticle {
}

#newsArticle .newsBody {
}

#newsArticle .newsDate {
	margin: 0.75em 0 0;
}


.libraryImage {
	border: 1px solid #eee;
}

.libraryItem a:hover .libraryImage {
	border-color: red;
}

.libraryDescription {
	color: #999;
}

.libraryItem a:hover .libraryDescription {
	color: #666;
}


#searchPage #pageBody h2 {
	margin-top: 1.5em;
}


#bodyEditor {
	padding: 15px;
	background: #fff;
}

#bodyEditor,
#bodyEditor td {
	color: #333;
}


#bodyExchange {
	display: none !important;
}


#screenshots {
	height: 500px;
	margin: 0.5em 0 0;
}

#screenshots img {
	vertical-align: bottom;
}

#screenshotLarge {
}

#screenshotLarge img {
	border: 1px solid #e1e1e1;
}

#screenshotsSmall {
}

#screenshotsSmall div {
	margin: 0 4px 0 0;
}

.screenshot_on,
.screenshot_off {
	padding: 0 0 3px 0;
	cursor: pointer;
}

.screenshot_off a img {
	border: 1px solid #e1e1e1;
}

.screenshot_on a img {
	border: 1px solid #eb130b;
}


.screenshotArrow_off,
.screenshotArrow_on {
	width: 50px;
	height: 11px;
	margin: 0 0 -11px !important;
	position: relative;
	bottom: -33px;
	font-size: 1px;
	text-align: center;
	visibility: hidden;
}

.screenshotArrow_off img,
.screenshotArrow_on img {
	vertical-align: bottom;
}

.screenshotArrow_on {
	visibility: visible;
}

.screenshotArrow_off {
	visibility: hidden;
}


#screenshotLargeBox {
	width: /*362*/373px;
	margin: 0 0 -15px;
}

#magnifier {
	text-align: right;
}

#magnifier img {
	position: relative;
	left: -9px;
	top: -25px;
}

#screenshotDescription {
	margin: -12px 0 0;
	padding: 2px 9px 0;
}

#screenshotDescription strong {
	color: #666 !important;
	font-size: 0.85em;
	font-weight: normal;
}

#screenshotDescription p.small {
	padding: 0 1px;
}


.nameItem {
	padding: 3px 1.25em 4px 0;
	white-space: nowrap;
}

.fieldItem {
	margin: 2px 0 3px;
}

.fieldItem input,
.fieldItem select,
.fieldItem textarea {
	width: 220px;
}

.fieldItem textarea {
	height: 55px;
}

.halfItem input,
.halfItem select {
	width: 110px;
}

.asteriskItem {
	width: 10px;
	height: 9px;
	margin: 0 0 0 2px;
	position: absolute;
}

.checkboxItem {
}


.projectItem {
	padding: 8px 0 6px;
}

.projectItem a {
	display: block;
}

.projectImage {
	display: block;
}

.projectItem a img {
	border: 2px solid #98b340;
	vertical-align: bottom;
}

.projectItem a:hover img {
	border-color: #ee4037;
}

.projectName {
	display: block;
	padding: 0.5em 0 0;
	font-size: 1.1em;
	font-weight: bold;
}

