/* Base elements */

* {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt; }

body {
	background-color: #2C5972; }

h2 {
	font-weight: bold;
	font-size: 9pt;
	text-align: left; }

a {
	color: #66A3C4;
	text-decoration: none; }

a[href ^='http:'] {
	padding-right: 16px;
	background: transparent url(/external_link.png) no-repeat center right;
	}

a:visited {
	color: #2C5972; }

img {
	border: 0px }

ol {
	list-style: decimal outside;
	}

ul {
	list-style: square outside;
	}

ol, ul {
	margin-left: 1.5em;
	padding: 0px;
	padding-left: 1.5em;
	}

li {
	margin-bottom: 10px;
	margin-left: 20px;
	}

acronym {
	border-bottom: 1px dotted #AAA;
	cursor: help }

table {
	background-color: #f0f0f0 }

tbody {
	background-color: white;
	}
  
td, th {
	padding: 2px 6px 2px 6px;
	}

/* Base elements, special cases */

img.manual {
	display: block;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	}

/* Page construction */

div#wrapper {
	background-color: white;
	padding: 0px;
	position: absolute;
	/*left: 50%;
	margin-left: -362px;*/
	left: 225px;
	width: 725px;
	}

div#topbar {
	background-color: #66A3C4;
	padding: 5px 10px 5px 10px;
	text-align: right;
	vertical-align: middle;
	}

div#topbar a, h1 {
	color: white }

div#topbar h1 {
	font-weight: bold;
	font-size: 10pt;
	float: left;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	}

div#topbar img {
	margin-left: 2em;
	vertical-align: middle;
	}

div#articlespace {
	padding: 10px;
	}

div#articlespace * {
	margin: 0px;
	margin-bottom: 10px;
	}

div.articlecolumn {
	margin-bottom: 0px;
	text-align: justify;
	width: 375px;
	}

div.pictures {
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

div.pictures img {
	display: block;
	}

/* Link box, top left */

div#linkbox {
  float: left }

div#linkbox ul {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  margin-left: 3px;
  padding: 0px }

div#linkbox ul li {
  color: #66A3C4;
  list-style-type: none;
  margin: 0px;
  padding: 0px }

div#linkbox ul li a {
  color: white }

div#linkbox ul li a:hover, div#linkbox ul li a:visited {
  color: #66A3C4 }

div#linkbox h2 {
  color: #66A3C4;
  font-size: 8pt;
  margin-top: 5px;
  margin-bottom: 0px }

/* Boxes containing extra info */

div.box, div.widebox {
  background-color: #EEF1F2;
  padding: 10px 10px 1px 10px }

div.widebox {
  clear: both }

/* Site banner at bottom of page */

div#sitebanner {
  clear: both;
  margin: 0px }

div#sitebanner img {
  margin: 0px }


/* Front page block elements */

div#leftcolumn {
	width: 348px;
	}

div#rightcolumn {
	float: right;
	width: 347px;
	}

div#leftcolumn img, div#rightcolumn img {
	float: left;
	padding-right: 10px;
	}

div#leftcolumn div.box, div#rightcolumn div.box {
	height: 90px
	}


/* Special lists for sitemap */

div#sitemap ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 2em;
	margin-bottom: 0.5em;
	}

div#sitemap ul li {
	padding: 0px;
	margin: 0px;
	}


/*    ------        */

/*; Standard box (simple container)
; -------------------------------*/

             TD.box { background: #EEF1F2;
                      margin: 10px;
                      padding: 0px }

/* "Related" cameras */

div.relatedbox {
	border-top: 1px solid #EEF1F2;
	clear: both;
	padding-top: 10px;
	}

div.related {
	float: left;
	width: 100px;
	padding: 10px;
	}

div.related img {
	display: block;
	margin: 0px;
	padding: 0px;
	}

div.related p {
	padding-left: 10px;
	margin: 0px;
	}

div.related p span.cyr {
	font-size: smaller;
	color: #2C5972;
	}

/* Pagelist is for manual pages 8/6/08 */

ul.pagelist {
		padding: 0px;
		margin: 0px;
		display: block;
	}

	ul.pagelist li {
		display: block;
		float: left;
		text-align: center;
		padding: 2px;
		margin: 0px;
		margin-right: 1px;
		}

		ul.pagelist li a {
			border: 1px solid #66a3c4;
			color: #66a3c4;
			display: block;
			padding: 3px;
			margin: 0px;
			}

		ul.pagelist li a.num {
			width: 1.2em;
			}

		ul.pagelist li a.this, ul.pagelist li a:hover {
			background-color: #66a3c4;
			color: white;
			}
