body {
  height:100%;
}

html {
  height:100%;
}

* {
  font-size:1em;
}

:link,:visited { text-decoration:none; }

a, a:link, a:visited, a:hover, a:focus, a:active { border:none; }
a img,:link img,:visited img { border:none; }

h1, h2, h3, h4, h5, h6 { /* georgia is a better x-browser font */
	font-family:georgia, "new century schoolbook", times, serif;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

h1 {
	font-variant: small-caps;
}

h2 {
	font-variant: small-caps;
}

h4 {
	margin-top: 0.8em;
	font-style: italic;
	font-weight: normal;
}

h5 {
	font-style: italic;
}

h6 {
}

a.plainwhite {
	color:white;
	text-decoration:none;
}

.hideunlesshover {
	display:none;
}

.hideunlesshoverparent:hover .hideunlesshover {
	display:block;
}

#kulsa_banner1 {
	background-color:#222;
	color: #ccc;
	font-size: 8pt;
	padding:3px;
	border-bottom: thin dotted #333;
}

input#kw {
	border: thin solid #555;
	background-color: #eee;
}

#help {
	text-align:right;
}

#help a {
	color: lightblue;
}

#kulsa_banner2 {
  background: #000000 url(../images/kulsa.png) no-repeat left;
  height:50px;
  min-width:800px;
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  border-bottom:2px solid #666;
  color : white;
}

#kulsa_banner_empty_header {
	width:190px;
}

#kulsa_banner_application_name {
	vertical-align:top;
	cursor:pointer;
}

#appname {
	margin-top:3px;
	font-weight: bold;
	font-family : times new roman;
	font-size:17pt;
	width: 165px;
}

#kulsa_banner_seco {
  vertical-align:bottom;
  width:50px;
  padding-left:2px;
  padding-bottom:1px;
}

#kulsa_banner_catalog {
  background-color: #222;
  color: #eee;
  font-size : 8pt;
  border-bottom: thin solid #ccc;
}  

#kulsa_banner_exhibition_title {
  float: left;
  font-size:10pt;
}

#kulsa_banner_catalog table {
  border-collapse : collapse;
}

#kulsa_banner_catalog td {
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left : 5px;
  padding-right : 5px;
}

#kulsa_banner_catalog td.ruler {
  border-right: thin dotted #444;
}

#kulsa_banner_catalog td:hover,td.active, .grayonhover:hover {
  background-color:#666666;
}

#kulsa_banner_catalog a {
  color: #eee;
  text-decoration : none;
}

#kulsa_banner_catalog a:hover {
  color : white;
  text-decoration : underline;
}

.TabContainer_tab, .TabContainer_activetab {
  padding-top:2px;
  padding-right:5px;
  padding-left:5px;
//  padding-bottom:2px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
//  border-top : 1px solid black;
//  border-left : 1px solid black;
//  border-right : 1px solid black;
	border : 1px solid;
}

.TabContainer_tab {
  background-color: #dddfff;
  color:black;
}
.TabContainer_activetab {
  background-color: #999eee;
  color:black;
}

.UnderLinedInternalLink {
  font-size : 8pt;
  font-family : times;
  text-decoration : underline;
  color : black;
  font-style:italic;
  font-weight:normal;
}

.visibleonlyonparenthover {
  visibility : hidden;
}
.hoverparent:hover .visibleonlyonparenthover {
  visibility : visible;
}

#content {
  margin-left:auto;
  margin-right:auto;
  padding-left:20px;
  padding-right:20px;
}

#itemInfo {
	padding-left: 2%;
	padding-right: 2%;	
	border-top: 1px solid #000000;
}

#itemInfo h3 {
	border-bottom: 1px solid #000000;
	padding-left: 0.5em;
}

.selectorholder {
	position:relative;
}

.big_title {
	font-size: 18pt;
	margin-top: 2em;
	margin-bottom: 1em;
	font-family: georgia;	
}

.text_block {
	margin-top: 1em;
	margin-bottom: 1em;		
}

.intro_block {
	font-size: 1.1em;
	color: #222;
}

.highlight { color:red }

.border { border:1px solid black; }
.roundedresult { 
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border:1px solid;
//	display:inline-block;
	padding:2px 5px;
  	border-color : #DDDDDD;
  	background-color: #FCFAF6;
  	margin:3px;
}
.roundedresult:hover {
	background-color: #FCE5FF;
}

.gray { color:gray }
.brown { color:brown }

.nonitemgreen { color:#005000 }

