/* -- General Fonts & Formatting Elements --*/

form
{
  border: 0px solid #000;
  display: inline;
  margin: 0px;
  padding: 0px;
}

.small_header
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
  font-weight: bold;
}

.page_header
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 10pt;
  color: #0066CC;
  font-weight: bold;
  text-decoration: underline;
}

.small_link
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #336699;
  text-decoration: none;
}
.small_link:hover
{
  color: #ff0000;
  text-decoration: underline;
}
.small_link:visited
{
  color: #336699;
}

.small_gray_text
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #707070;
}

.small_red_text
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #FF0000;
}
.small_white_text
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #FFFFFF;
}

.small_blue_text
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
}
.article_text
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #003366;
}
.small_darkblue_text
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #003366;
}
.small_lightblue_text
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
}
.highlight
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
  font-weight: bold;
  background: #F1F9FF;
  padding: 3px;
}

/* - form elements - */

.frmButton
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 10pt;
  color: #003366;
}

.frmImageButton
{
  cursor: hand;
}

.frmButtonSmall
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #003366;
}

.frmTextBox
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 10pt;
  color: #003366;
}

.frmTextBoxSmall
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #003366;
}

/* - the default font for the kb article- */

.faqanswered
{
  padding: 40px 320px 0px 400px;
  font-family: Verdana, Arial, Tahoma;
  color: #4188cf;
  font-size: 1em;
  height:130px; 
  background-image: url('../images/banners/Optimax_Banners_Clean.png');
  background-position: top;
  background-repeat:no-repeat; 
  vertical-align:middle; 
  text-align:left;
}

/* - specific table row and cell styles - */

.header_cell
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
  font-weight: bold;
  background-image: url(../images/headerbg.gif);
  background-color: #DCEFFE;
}
.header_cell_notbold
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
  font-weight: normal;
  background-image: url(../images/headerbg.gif);
  background-color: #C1E4FD;
}
.lightblue_tblCell
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #808080;
  background-color: #F1F9FF;
}
.displayField
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #808080;
  background-color: #F1F9FF;
  border: 0;
}
.mediumblue_tblCell
{
  font-weight: bold;
  font-size: 8pt;
  color: #483D8B;
  font-family: Verdana, Arial, Tahoma;
  background-color: #cfe7f9;
}
.white_tblcell
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
  background-color: #FFFFFF;
}
.blue_1px_line_seperator
{
  background: #74BAF3;
  color: White;
  font-size: smaller;
}

/* -- TreeView Control Style Elements -- */

.treelink
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #003366;
  text-decoration: none;
}
.treelink:hover
{
  color: #003366;
  text-decoration: underline;
}
.treelink:visited
{
  color: #003366;
  text-decoration: none;
}
.treelink_selected
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #003366;
  text-decoration: none;
  background: #F1F9FF;
  padding: 2px;
  border: 1px solid #85B3FE;
}

/* -- Question Links -- */

.questionlink
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #336699;
}
.questionlink:hover
{
  color: #FF0000;
}
.questionlink:visited
{
  color: #336699;
}

/* -- Question Paging Links -- */

.questionpaging
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #336699;
}
.questionpaging:hover
{
  color: #FF0000;
}
.questionpaging:visited
{
  color: #336699;
}

/* -- Table Splitters -- */

.vert_splitter
{
  background: url(../images/vertline.gif);
  background-repeat: repeat-y;
  background-attachment: fixed;
  font-size: 6pt;
}

.hoz_splitter
{
  background: url(../images/hozline.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-size: 6pt;
}

.tophoz_splitter
{
  background: url(../images/topsplitter.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-size: 6pt;
}
/* -- Navigation Bar & Tabs -- */

.NavBar_TabOn
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  background-image: url(../images/tabon.gif);
  background-color: #DCEFFE;
  padding: 3px;
  border-left: 1px solid #7898B5;
  border-top: 1px solid #7898B5;
  border-right: 1px solid #7898B5;
}

.NavBar_TabOff
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  background-image: url(../images/headerbg.gif);
  background-color: #DCEFFE;
  padding: 3px;
  border-left: 1px solid #BECBD2;
  border-top: 1px solid #BECBD2;
  border-right: 1px solid #AAAAAA;
}

.IKB_TabOn
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
  background: #C7E1FA;
}

.NavBar_BG
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
}
.NavBar_Links
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #0066CC;
}
.NavBar_Links:hover
{
  color: #FF0000;
}
.NavBar_Links:visited
{
  color: #0066CC;
}

.ikb_DHTMLToolTip
{
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #003366;
  border: silver 1px dashed;
  padding: 6px;
  visibility: hidden;
  z-index: 100;
  position: absolute;
  background-color: #FFFFCC;
}

#tagCloud
{
  width: 250px;
  height: 250px;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}

#tagCloud A
{
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Trebuchet MS, Verdana, Arial;
  text-transform: lowercase;
}

#tagCloud A:hover
{
  color: #00cc00;
  text-decoration: underline;
}

#tagCloud A.weight1
{
  color: #ff9900;
  font-size: 1.8em;
  font-weight: bolder;
}
#tagCloud A.weight2
{
  color: #4169e1;
  font-size: 1.6em;
  font-weight: bolder;
}
#tagCloud A.weight3
{
  color: #009eff;
  font-size: 1.4em;
  font-weight: bolder;
}
#tagCloud A.weight4
{
  color: #4188cf;
  font-size: 1.2em;
}
#tagCloud A.weight5
{
  color: #83bcd8;
  font-size: 1.0em;
}
#tagCloud A.weight6
{
  color: #83bcd8;
  font-size: 0.8em;
}

