/**
 *	Stylesheet for screen media
 */

/**
 *	Basic Layout
 */

body {
	background-color: #f5f5f5;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0px;
	text-align: center;
}

#all {
	background: url(/graphics/layout/main-bg.jpg) repeat-x left top;
	margin: 0px;
	position: relative;
	text-align: center;
	width: 100%;
}

#container {
	background: url(/graphics/layout/content-bg-middle.jpg) repeat-y left top;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 960px;
}

#left {
	background: url(/graphics/layout/main-logo.jpg) no-repeat left top;
	float: left;
	text-align: left;
	width: 220px;
}

#left .header {
	height: 185px;
	margin: 0px 0px 0px 70px;
}

#right {
	float: right;
	text-align: left;
	width: 740px;
}

#right .contents {
	margin: 0px;
	padding: 0px 20px;
}

#cr {
	background: url(/graphics/layout/content-bg-bottom.jpg) no-repeat left top;
	background-color: #f5f5f5;
	clear: both;
	margin: 0px;
	padding: 15px 20px 0px 240px;
	text-align: center;
	width: 700px;
}

#cr .contents {
	width: 700px;
}

#back-to-index {
	margin: 10px 0px 0px 80px;
}

/**
 * Menue section
 */

#menue {
	margin: 0px 0px 0px 0px;
}

#menue a {
	border: none;
	font-family: Verdana, Arial;
}

#menue ul {
	margin: 0px;
	padding: 0px;
}

#menue ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menue ul li.active {
	font-family: "Times New Roman", Verdana, Arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menue ul li a {
	text-decoration: none;
}

/**
 * Submenue section
 */

#submenue {
	margin: 0px 0px 0px 70px;
	width: 130px;
}

#submenue a {
	font-family: "Times New Roman", Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

#submenue ul {
	margin: 0px;
	padding: 0px;
}

#submenue ul li {
	list-style-type: none;
	margin: 0px;
	padding: 7px 0px 0px 30px;
}

/**
 * Categories section
 */
 
/*.menue-box {
	float: left;
	margin: 0px 55px 0px 0px;
}*/

#categories {
	margin: 0px 0px 0px 0px;
}

#categories .title {
	background: url(/graphics/layout/categories-top.jpg) no-repeat left bottom;
	color: #000;
	font-family: "Times New Roman", Verdana, Arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	padding: 0px 20px 20px 0px;
	text-align: right;
	width: 200px;
}

#categories a {
	font-style: normal;
	text-decoration: none;
}

#categories a:hover {
	text-decoration: underline;
}

#categories ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
}

#categories ul li {
	font-style: italic;
	font-weight: normal;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}

#categories ul li.active {
	background: url(/graphics/icons/cat-ok.jpg) no-repeat left top;
	font-style: normal;
}

#categories ul li li{
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 40px;
}

#categories ul li li.active {
	font-style: normal;
}

/**
 * Results table
 */

table.entries {
	clear: both;
	margin: 0px;
	padding-top: 10px;
	width: 700px;
}

table.entries tr {
}

table.entries td {
	border-bottom: 1px dotted #000000;
	text-align: center;
	vertical-align: top;
	width: 140px;
}

table.entries td.result-link {
	cursor: pointer;
}

table.entries td.result-link:hover {
	border-bottom: 1px dotted #ffffff;
	cursor: pointer;
}

/**
 * Form element styles
 */

.farea {
	border: 1px solid #ffffff;
	margin: 0px 2px;
	padding: 2px;
}
.finput {
	border: 1px solid #ffffff;
	margin: 0px 2px;
	padding: 2px;
}

.flist {
	border: 1px solid #ffffff;
	margin: 0px 2px;
	padding: 2px;
}

.fradio {
	clear: right;
	float: left;
	margin: 5px 0px 0px 0px;
}

label {
	display: block;
	float: left;
	padding: 4px 5px 0px 0px;
	text-align: right;
	width: 130px;
}

form {
	margin: 0px;
	padding: 0px;
}

form.search {
	padding-top: 12px;
}

form div{
	display: block;
	clear: left;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

fieldset.search {
	height: 93px;
}

legend {
	color: #666;
	font-family: "Times New Roman", Verdana, Arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/**
 * General styles
 */

iframe {
	width: 700px;
}

img {
	border: none;
}

.centered {
	text-align: center;
}

#left .centered {
	width: 200px;
}

#right .centered {
	width: 700px;
}

.info-message {
	font-size: 12pt;
	height: 35px;
	padding: 5px 0px 5px 40px;
}

.nav, .alphabet, .errors, #details, .entry {
	clear: both;
	font-size: 10pt;
	padding-top: 10px;
	width: 700px;
}

.nav .title, .alphabet .title {
	color: #000;
	float: left;
	font-family: "Times New Roman", Verdana, Arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	width: 110px;
}

#details .row {
	display: block;
	clear: left;
	width: 650px;
}

#details .row .label {
	float: left;
	font-style: italic;
	padding: 0px 20px 0px 0px;
	text-align: right;
	width: 90px;
}

#details .row .content {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 540px;
}

#details a {
	text-decoration: none;
}

#details a:hover {
	text-decoration: underline;
}

.title {
	color: #000000;
	font-family: "Times New Roman", Verdana, Arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#details .entry .title {
	color: #000;
	float: left;
	font-family: "Times New Roman", Verdana, Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	text-align: right;
	width: 20px;
}

#details span.reference {
	cursor: pointer;
}

#details span.reference:hover {
	text-decoration: underline;
}

.bracket-bottom {
	background: url(/graphics/layout/bracket-bottom.jpg) no-repeat left bottom;
	float: left;
	margin: 0px;
}

.bracket-top {
	background: url(/graphics/layout/bracket-top.jpg) no-repeat left top;
	padding-left: 25px;
	margin: 0px;
}

.pages a {
	text-decoration: none;
}

.pages a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.char {
	display: inline;
	font-style: italic;
	margin: 0px 3px 0px 3px;
}

.char a {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.char a:hover {
	color: #000;
	text-decoration: underline;
}

.char .active {
	color: #000000;
	display: inline;
	font-style: normal;
	font-weight: bold;
}

a.all {
	font-size: 10pt;
	font-weight: normal;
	margin: 8px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}

.clear {
	clear: both;
	float: none;
}

.top-content {
	padding-top: 12px;
	height: 148px;
}

a {
	text-decoration: none;
}