/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 11px;
	font-family: Courier, monospace;
	background: #fff;
	color: #000;
	line-height: 1.6em;
        letter-spacing: 0px;
	/* font-weight: 300; */
	overflow-y: scroll;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { font-weight: normal; text-decoration: none; color: #000; }
a:active { font-weight: normal; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1px 0; }
a:visited { font-weight: normal; text-decoration: none; color: #000; }
a:hover { font-weight: normal; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1px 0; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 256px; margin-bottom: 1.6em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 1132px; height: 125px; background: #fff; /* line-height: 1.3em; */ }
#exhibit { width: 1132px; background: #fff; }

/* styling the index */
#index ul { float: left; list-style: none; margin-right: 25px; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: normal; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1px 0; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: font-weight: normal; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1px 0; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link { font-weight: normal; text-decoration: none; color: #000; } 
#index a:hover { font-weight: normal; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1px 0; } 
#index a:active { font-weight: normal; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1px 0; } 
#index a:visited { font-weight: normal; text-decoration: none; color: #000; }

/* links styles only for the #exhibit region */
#exhibit a:link { font-weight: normal; text-decoration: none; color: #000; } 
#exhibit a:hover { font-weight: normal; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1px 0; } 
#exhibit a:active { font-weight: normal; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1px 0; } 
#exhibit a:visited { font-weight: normal; text-decoration: none; color: #000; }

/* this is where you adjust your paddings for #index and #exhibit together */
.container {  }

/* this is where you pad them separately */
#index .container { padding-top: 25px; }
#exhibit .container {  }

#wrapper { width: 1132px; margin: 0 auto; background: #fff; }

.logo { position: fixed; top: 31px; margin-left: 1096px; }

#left { width: 256px; position: fixed; }
#right { width: 800px; position: absolute; left: 332px; }

#lineleft { position: fixed; top: 124px; width: 256px; border-top: 1px solid #000; }
#lineright { position: fixed; top: 124px; margin-left: 332px; width: 800px; border-top: 1px solid #000; }

a span img { border: none; }

a.linkKP span { display: none; }
a.linkKP:hover span { display: block; }
a.linkKP span { display: none; position:absolute; top: 4px; left:332px; }

label { width: 100px; float: left; }

input {
	width: 240px;
	background-color: #fff;
	color: #000;
	border: 0;
	border-bottom: 1px solid #000; padding: 0 0 1px 0;
	margin-bottom: 5px;
	font-family: Courier, monospace;
	font-size: 10px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

button {
	
       	font-family: Courier, monospace;
	font-size: 11px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fff;
	border: none;
	cursor: pointer;
	cursor: hand;
}

button:hover { border-bottom: 1px solid #000; padding: 0 0 0 0; }