/* created by Berk Ozer */

#browser_compatibility_notification {
  position: relative;
  width: 800px;
  top: -10pt;
  text-align: center;
  color: #800000;
  font-size: 9pt;
  background-color: transparent;
}

/* SITE HEADER ****************************************************************/

#header_frame {
  position: relative;
  z-index: 0;
  left: 0px;
  width: 800px;
  height: 95px;
  border: 1px solid #909090;
  background-color: transparent;
  /* CSS3 rounded corners for Firefox */
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  /* CSS3 rounded corners for Safari, Chrome, etc. */
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#logo {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 8px;
  height: 84px;
  width: 220px;
}

#logo_image {
  position: absolute;
  border: none;
  width: 220px;
  height: 85px;
}

#copyright {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  font-size: 14pt;
}

/* ADVERTISEMENT **************************************************************/

#google_ad {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 275px;
  width: 234px;
  height: 60px;
}

/* SEARCH *********************************************************************/

#kulfx_search_area {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 10px;
  width: 120pt;
  height: 16pt;
  background: transparent;
  border: solid 2pt #ccc;
  -moz-border-radius: 8pt;
  -webkit-border-radius: 8pt;
  border-radius: 8pt;
  visibility: hidden; /* initially. made visible when JavaScript is enabled. */
}

#kulfx_search_icon {
  position: absolute;
  top: 2pt;
  left: 2pt;
  width: 14pt;
  height: 14pt;
  border: 0px;
  border-top-style: hidden;
}

#kulfx_search_input {
  position: absolute;
  z-index: 3;
  top: 1pt;
  left: 18pt;
  right: 8pt;
  width: 98pt; /* prevents text from spilling out of parent's frame */
  height: 14pt;
  font-size: 11pt;
  color: #666;
  border: 0px;
  padding: 0px;
  background: transparent;
  outline: none; /* disables the ugly focus ring */
}

#search_results {
  position: absolute;
  width: 764px;
  top: 0px;
  height: 0px;
  visibility: hidden;
  z-index: 2;
  background-color: transparent;
}

#search_results_close_button {
  float: right;
  z-index: 3;
  margin-top: -8px;
  margin-right: -28px;
  width: 24px;
  height: 24px;
}

#search_results_list {
  width: 100%;
}

#kulfx_search_results {
  color: #204020;
  background-color: transparent;
}

li.search_results {
  font-size: 10pt;
}

/* CENTER COLUMN **************************************************************/

#center_column {
  position: relative;
  width: 802px;
  margin: 0 auto;
  border-style: none;
  top: 14pt;
}

#content_area {
  position: relative;
}

/* MAIN PAGE ******************************************************************/

#main_page {
/*
  border: 1px solid #aaa;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
*/
  padding-bottom: 15pt;
}

div.main_page_area {
  width: 450px;
  margin: 0 auto;
  margin-top: 16pt;
  border-style: none;
  font-family: LucidaGrande, Arial, sans-serif;
}

.main_page_area_title {
  font-size: 36pt;
  color:#ffffff;
  text-shadow: #888 0px 2px 4px;
}

.main_page_item {
  margin-left: 15pt;
  margin-bottom: 4pt;
}

.main_page_item_title {
  color: #353;
  font-size: 11pt;
}

.main_page_item_infoline {
  font-weight: normal;
  color: #aaa;
  font-size: 9pt;
}

/* DATABASE ITEMS (deprecated) ************************************************/

.requirement_title {
  color: #c0c0c0;
}
.requirement_body {
  color: #6a3e0f;
}
.requirements_group_title {
  color: #c0c0c0;
}
.requirements_group_body {
  color: #005000;
}
.requirement_def_title {
  color: #c0c0c0;
}
.requirement_def_body {
  color: #2020a0;
}

th.req_list {
  background-color: #c0c0c0;
  color: #505050;
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}

/* COMMON *********************************************************************/

div.code {
  font-family: Menlo, Monaco, monospace;
  font-size: 10pt;
  display: block;
  white-space: pre;
  background: #f0f0f0;
  border: 1px solid #c0c0c0;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.75;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: justify;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

p.center {
  text-align: center;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #202020;
  text-decoration: none;
  background-color: #ffffff;
  border-width: 0px;
  border-style: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  background-color: #ffffff;
  background-image: url("images/background.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a:link {
  color: #00343d;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #00343d;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #008072;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #008072;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  color: #003000;
  text-shadow: #a0c0a0 0px 1px 3px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: #003000;
  text-shadow: #a0c0a0 0px 1px 3px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: #003000;
  text-shadow: #a0c0a0 0px 1px 3px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #003000;
  text-shadow: #a0c0a0 0px 1px 3px;
}

li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  text-decoration: none;
}

pre {
  font-family: courier, monospace, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
}

code {
  font-family: Menlo, Monaco, monospace;
  color: #202020;
}

/* CONTENT HEADER *************************************************************/

div.section_header {
  position: relative;
  margin-left: 0pt;
  height: 32px;
  background: #242;
  background: -o-gradient(linear, left top, left bottom, from(#bbb), to(#686), color-stop(0.25, #001800), color-stop(0.65, #001800));
  background: -moz-linear-gradient(top, #bbb, #001800 25%, #001800 65%, #686);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #bbb), color-stop(25%, #001800), color-stop(65%, #001800), color-stop(100%, #686) );
}

div.section_header_title_wrapper {
  position: absolute;
  margin-left: 4px;
  margin-top: -8pt; /* = height / 2 */
  top: 50%;
  height: 16pt; /* = only slightly larger than section title font size */
}

.section_title {
  font-weight: bold;
  font-size: 14pt;
  font-family: LucidaGrande, Arial, sans-serif;
  color: #f0fff0;
  text-shadow: #60a060 0px 2px 5px;
  text-decoration: none;
  background-color: transparent;
}

/* CONTENT FOOTER *************************************************************/

div.section_footer {
  font-size: 9pt;
  color: #b0b0b0;
  padding-top: 2pt;
  padding-bottom: 2pt;
  padding-right: 6pt;
  padding-left: 6pt;
  background-color: #203020;
  /* CSS3 rounded corners for Firefox */
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  /* CSS3 rounded corners for Safari, Chrome, etc. */
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

div.footer_disclaimer {
  width:150px;
  float:right;
  text-align:right;
}

/* Note: These anchor tag modifications must be specified after the generic anchor tag */
a.footer_disclaimer_link {
  font-weight: normal;
  color: #b0b0b0;
}

a.footer_disclaimer_link:hover {
  color: #c0e0c0;
}

/******************************************************************************/
