/*

        Filename:          style.css
        Description:       Style sheet
        Client:            Red Cross - Reno County Kansas
        Author:            Steven Dahlman, DCM Software
        Start date:        06-25-07
        Last modification: 07-10-09

        Colors:
         #000000 = Black
         #2f4f4f = Dark Slate Gray
         #363636 = Dark Gray
         #ffbfbf = 100% Red 75% Green 75% Blue
         #ff0000 = Red
         #ffffff = White

*/

body {
	background-color: #2f4f4f;
	margin-left:      0;
	margin-right:     0;
	margin-top:       0;
	margin-bottom:    0;
}

.title   { font-family: Arial; font-size: 10pt; font-weight: bold; color: #000000; } /* Page header */
.mheader { font-family: Arial; font-size: 10pt; font-weight: bold; color: #ffffff; } /* Menu header */

.medium  { font-family: Arial; font-size: 10pt; color: #000000; } /* Medium text */
.small   { font-family: Arial; font-size:  8pt; color: #000000; } /* Small text */

.tdata   { font-family: Arial; font-size:  9pt; color: #000000; } /* Table data text */
.stat    { font-family: Arial; font-size: 15pt; color: #ff0000; } /* Statistic */

/*
 * Main Menu
 */

A.mmenu1:link    { font-family: Arial; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none; }
A.mmenu1:visited { font-family: Arial; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none; }
A.mmenu1:hover   { font-family: Arial; font-size: 10pt; font-weight: bold; color: #ffbfbf; text-decoration: none; }

/*
 * Sub-menu
 */

A.mmenu2:link    { font-family: Arial; font-size: 9pt; font-weight: bold; color: #000000; text-decoration: none; }
A.mmenu2:visited { font-family: Arial; font-size: 9pt; font-weight: bold; color: #000000; text-decoration: none; }
A.mmenu2:hover   { font-family: Arial; font-size: 9pt; font-weight: bold; color: #363636; text-decoration: none; }

/*
 * Web link
 */

A.web:link    { font-family: Arial; font-size: 10pt; color: #ff0000; text-decoration: underline; }
A.web:visited {	font-family: Arial; font-size: 10pt; color: #ff0000; text-decoration: underline; }
A.web:hover   { font-family: Arial; font-size: 10pt; color: #ff0000; text-decoration: underline; }

/*
 * Red Cross links
 */

A.rcross:link    { font-family: Arial; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none; }
A.rcross:visited { font-family: Arial; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none; }
A.rcross:hover   { font-family: Arial; font-size: 10pt; font-weight: bold; color: #363636; text-decoration: underline; }