/* ***************************************************************
* Orca Knowledgebase v2.0a
*  A small and efficient knowledgebase system
* Copyright (C) 2004 GreyWyvern
*
* This program may be distributed under the terms of the GPL
*   - http://www.gnu.org/licenses/gpl.txt
* 
* See the readme.txt file for installation instructions.
*************************************************************** */

/* ************************************************************ */
/* ***** User GUI ********************************************* */
/* ************************************************************ */




/* ***** Control Panel **************************************** */

/* ***** Full Question/Answer Display ************************* */

body {
     font: 12px arial, helvetica, sans-serif;
     color: #054378;
     padding: 0px 0px 12px 0px;
     margin: 0px;

}



#okb_display {
  width:95%;
  margin:0px auto;
  border-top:2px solid #E93783;
  border-bottom:2px solid #E93783;
}
#okb_qid {
  vertical-align:top;
  padding:3px 8px;
  background-color:#EDB6CA;
  color:#000000;
  text-align:center;
  font-size:150%;
  font-weight:bold;
  border-right:2px solid #E93783;
}
#okb_title {
  padding:2px 5px;
  background-color:#F6DAE4;
  color:#000000;
  text-align:left;
  font-size:75%;
  font-weight:bold;
  border-bottom:2px solid #E93783;
}
#okb_answer {
  padding:5px;
  font-size:75%;
  text-align:left;
}
#okb_answer span {
  float:right;
  white-space:nowrap;
}
#okb_answer h3 {
  text-align:left;
  margin:3px;
  border-bottom:1px solid #000000;
}
#okb_answer div {
  margin:10px 2%;
}
#okb_inform {
  font-size:90%;
  padding:0px 5%;
  text-align:left;
}
#okb_inform span {
  float:right;
  white-space:nowrap;
}

/* ***** Question List **************************************** */
#okb_list {
  padding:5px 2%;
  font-size:80%;
}
#okb_list h3 {
  margin:0px;
  text-align:left;
  font-size:110%;
  color: #1F4163;
  padding:0px 4%;
}
#okb_list h3 span {
  float:right;
  white-space:nowrap;
}
#okb_listbox {
  margin:3px auto;
  border-top:2px solid #E93783;
  border-left:2px solid #E93783;
}
.okb_list_row0 {
  padding:3px;
  text-align:left;
  background-color:#eeeeee;
}
.okb_list_row1 {
  padding:3px;
  text-align:left;
}
#okb_list div span {
  float:right;
  white-space:nowrap;
  font-size:80%;
}


