/**
JAM22 TRACKS stylesheet
Copyright (c) 2004,2005 Denis Petrov
$Id: fms.css,v 1.2 2005/02/22 06:43:53 cvs Exp $
Distributed under the terms of the GNU General Public License
**/


body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}

a:link			{ color: #3366cc; text-decoration: underline}
a:visited 		{ color: #006699; text-decoration: underline}
a:hover		{ color: #5588cc; text-decoration: none}
a:active 		{ color: #5588cc; text-decoration: none}

div.help_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #006699;
}

div.help_text a:link {
      color: inherit;
      text-decoration: underline;
      font-weight: bold;
}




td.nav_bar_left
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: black;
	background: #e0f0ff;
}


td.nav_bar_right
{
      text-align: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: black;
	background: #e0f0ff;
}

td.nav_bar_right span.username
{
      color: darkgreen;
      font-weight: bold;
}

td.nav_bar_right span.links
{
      font-weight: bold;
}

td.crumbthread
{
     font-family: Verdana, Helvetica, sans-serif;
     font-size: x-small;
     font-weight: bold;
     color: black;
}

td.revision
{
      text-align: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
}


div.page_head
{
      font-family: Arial, Helvetica, sans-serif;
      font-size: large;
      font-weight: bold;
      margin: 15px 4px 5px 15px;
}

div.page_operations
{
      font-family: Arial, Helvetica, sans-serif;
      font-size: small;
      font-weight: bold;
      margin: 5px 4px 10px 15px;
}

table.page_table {
      margin-left: 15px;
      margin-right: 15px;
}


.form_label {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #006699;
	white-space: nowrap;
}

.form_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

/* no wrap */
.form_text_nw {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	white-space: nowrap;
}

.list_col_head {
      text-align: center;
      font-weight: bold;
      font-size: x-small;
      font-family: Verdana, Helvetica, sans-serif;
}

/* text inside a list, small */
.list_text_sm {
      font-size: x-small;
      font-family: Arial, sans-serif;
}

/* text inside a list, regular */
.list_text_reg {
      font-size: small;
      font-family: Arial, sans-serif;
}

/* text inside a list, regular, centered */
.list_text_regc {
      text-align: center;
      font-size: small;
      font-family: Arial, sans-serif;
}

/* text inside a list, number */
.list_text_num {
      text-align: right;
      font-size: small;
      font-family: Courier, serif;
}

/* uh == user home */
div.uh_heading {
      font-family: Arial, Helvetica, sans-serif;
      font-size: medium;
      font-weight: bold;
      margin: 0px 0px 10px 0px;
}

.uh_title {
      font-family: Arial, sans-serif;
      font-size: small;
      font-weight: bold;
}

div.uh_operations {
      font-family: Verdana, sans-serif;
      font-size: x-small;
      font-weight: bold;
      margin: 3px 0px;
      padding-left: 28px;
}

div.uh_notes {
      font-family: Verdana, sans-serif;
      font-size: x-small;
      padding-left: 28px;
      margin-bottom: 8px;
}

div.uh_small_heading
{
      font-family: Arial, Helvetica, sans-serif;
      font-size: small;
      font-weight: bold;
      margin: 10px 0px 3px 0px;
}

div.uh_small_title
{
      font-family: Arial, Helvetica, sans-serif;
      font-size: x-small;
      margin: 0px 0px 2px 0px
}