/*
  $Id: stylenatdir.css,v 1.00 21/11/2007 hpdl Exp $

  Seekon Net Seekers Directory
  http://www.seekon.net

  Copyright (c) 2007 Seekon Net

*/

BODY {
font-family: Verdana, Arial, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: normal;
}

P {
font-family: Verdana, Arial, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: normal;
}

H1 {
font-family: Verdana, Arial, sans-serif;
font-size: 15pt;
color: #ffffff;
font-style: normal;
font-weight: bold;
}

H2 {
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
font-style: normal;
font-weight: bold;
}

UL.bold {
font-family: Verdana, Arial, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: bold;
}

UL {
font-family: Verdana, Arial, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: normal;
}

A:link {
color: #666666; 
text-decoration: none; 
}

A:active {
color: #000000; 
text-decoration: none; 
}

A:visited {
color: #666666; 
text-decoration: none;
}

A:hover {
color: #000000;
}

A.pagenav {
  color: #666666;
}

A.pagenav:hover {
  color: #000000;
  background: #CCCCCC;
}

TEXTAREA {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
}

CHECKBOX, RADIO, INPUT, SELECT {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
}

TD.hline {  
background-attachment: fixed;
background-image: url(images/hline.gif); 
background-repeat: repeat-x;
}

TD.vline {  
background-attachment: fixed;
background-image: url(images/vline.gif); 
background-repeat: repeat-y;
}

TD.header {
font-family: Verdana, Arial, sans-serif;
font-size: 15pt;
background: #006600;
color: #ffffff;
font-weight: normal;
text-align: left;
}
  
TD.footer {
font-family: Verdana, Arial, sans-serif;
font-size: 7pt;
background: #006600;
color: #ffffff;
font-weight: normal;
text-align: center;
}

TD.navbar {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #000000;
font-weight: bold;
text-align: left;
}

TD.smalltxt, P.smalltxt, Span.smalltxt {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
}

P.dtxt {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
}

TD.preview {
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
font-style: normal;
font-weight: bold;
}

TD.catmenu {  
background-attachment: fixed;
background-image: url(img/ad-catmenu.jpg);
background-repeat: no-repeat;
font-family: Verdana, Arial, sans-serif;
font-style: normal;
font-weight: normal;
}

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: white 1px outset;
    BORDER-TOP: white 1px outset;
    FLOAT: left;
    BORDER-LEFT: white 1px outset;
    WIDTH: 150px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: white 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: white
}
.menuItem
{
    font-size: 8pt;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 15px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    font-size: 8pt;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 15px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #666666
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: grey 1px ridge;
    BORDER-TOP: grey 1px ridge;
    FLOAT: left;
    BORDER-LEFT: grey 1px ridge;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: grey 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}