
/* StyleSheets for OHS - Copyright (C) 2002 by openhotspots.net */

td {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration : none;
}

th {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
}

a {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration : none;
	color : black;
}

.longtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.longtext a {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration : none;
	color : #6699CC;
}

a:hover {
  text-decoration: underline;
}

/* Styles for NavBar */
.navbar {
  border-bottom: 1px solid #99CCFF;
  border-bottom-style: solid;
  border-bottom-color: #99CCFF;
  border-bottom-width: 1px;
  border-top: 1px solid #99CCFF;
  border-top-style: solid;
  border-top-color: #99CCFF;
  border-top-width: 1px;
}

.navbox {
  border-left: 1px #99CCFF solid;
  border-right: 1px #99CCFF solid;
  cursor:pointer;
}

.navtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color : White;
}


a.nav {
  font-family : Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration : none;
  color : White;
}

.navtext a:hover {
  text-decoration: none;
}


/* Left navigation (logged in users) */
.leftnav  {
  border: 1px none #a4a4a4;
  border-left-width: 1px;
  font-family: Verdana, Arial, Helvetica;
  cursor:pointer;
}

.leftnavtext {
  border: 1px none #a4a4a4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 6px;
  cursor:pointer;
}

.leftnavtext a:hover {
  text-decoration: none;
}


/* Form elements */
input[type="text"], input[type="password"] {
   border:1px #666666 solid;
   color: black;
   padding-top: 0.1em;
   padding-left: 0.2em;
   padding-right: 0.2em;
}

input[type="button"], input[type="submit"] {
   border:1px #666666 solid;
   background: #f4f4f4;
   border-style: outset;
   color: black;
   padding-top: 0.1em;
   padding-left: 0.2em;
   padding-right: 0.2em;
}

textarea {
   border:1px #666666 solid;
   color: black;
   padding-top: 0.1em;
   padding-left: 0.2em;
   padding-right: 0.2em;
}

select {
   border:1px #666666 solid;
   color: black;
}

/* Standard box */
.stdbox {
  border-style: solid solid solid double;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: black;
}

/* Help */
.helpnav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.helptext {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration : none;
}

/* error text */
.errortext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: red;
}

.boxform {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.forumtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.newssubject {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #6699CC;
}

.newsauthor {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.newsdate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style : italic;
}

.newsmail {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration : underline;
}

.editbut {
  font-family: Courier, Courier New;
  font-weight: bold;
}

.artsechead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

acronym {
  border-bottom: 1px dashed #99CCFF;
  cursor: help;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 10px;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 8px;
}

PRE, TT, CODE, KBD, SAMP { font-family: monospace }
