/* Link colors */
a:link { color: #000099; }
a:active { color: #cccccc; }
a:visited { color: #000099; }
a:hover { color: #9999cc; }

/* Title at top of page */
.title
{
   font-family: Trebuchet MS, arial, helvetica, sans-serif;
   font-size: 20px;
   font-weight: normal;
   color: #000080;
}

.subtitle
{
   font-family: Trebuchet MS, arial, helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000080;
}

.table-heading 
{ 
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   background-color: #000080; 
   color: #ffffff; 
}

.row-color
{
   background-color: #E6E4E7;
}

.row-highlight
{
   background-color: #E6E4E7;
}

.sectiontitle
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000066; 
}

.label
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #000066; 
}

.text
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #000080;
}

.text-small
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #000080;
}

/* When record is saved / deleted / etc */
.message
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   background-color: #EEEEEE;
   color: #000080;
}

/* Instructions for editing a record */
.directions
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #000080;
}

/* Field name for form input */
.label
{
   font-family: arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #000080;
}


.input
{ 
   font-family: arial, helvetica, sans-serif; 
   font-size: 11px; 
}

.data
{
   font-family: verdana, arial, helvetica, sans-serif;
   /* font-family: arial, helvetica, sans-serif; */
   font-size: 10px;
   font-weight: normal;
   color: #000080;
}

