/*

        Filename:          style.css
        Description:       Style sheet
        Site:              JoffreyTower.com
        Author:            Steven Dahlman, DCM Software
        Start date:        07-25-08
        Last modification: 12-18-09

        Colors:
         #ffffff = White
         #f4f4f4 = Off-white
         #778899 = Light Slate Gray
         #909090 = Dark gray
         #000000 = Black

*/

/* Body */

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

/*
 * Text
 */

.large1  { font-family: Arial; font-size: 12pt; color: #000000; }

.medium1 { font-family: Arial; font-size: 10pt; color: #000000; } /* Dark */
.medium2 { font-family: Arial; font-size: 10pt; color: #f4f4f4; } /* Light */
.red     { font-family: Arial; font-size: 10pt; color: #ff0000; } /* Red */

.small1  { font-family: Arial; font-size: 9pt; color: #000000; }

/*
 * Menus
 */

/* Main Menu */

A.mainmenu:link    { font-family: Arial; font-size: 11pt; font-weight: bold; color: #f4f4f4; text-decoration: none; }
A.mainmenu:visited { font-family: Arial; font-size: 11pt; font-weight: bold; color: #f4f4f4; text-decoration: none; }
A.mainmenu:active  { font-family: Arial; font-size: 11pt; font-weight: bold; color: #f4f4f4; text-decoration: none; }
A.mainmenu:hover   { font-family: Arial; font-size: 11pt; font-weight: bold; color: #ffffff; text-decoration: none; }

/* Quick Links */

A.quick:link    { font-family: Arial; font-size: 12pt; font-weight: bold; color: #778899; text-decoration: none; }
A.quick:visited { font-family: Arial; font-size: 12pt; font-weight: bold; color: #778899; text-decoration: none; }
A.quick:active  { font-family: Arial; font-size: 12pt; font-weight: bold; color: #778899; text-decoration: none; }
A.quick:hover   { font-family: Arial; font-size: 12pt; font-weight: bold; color: #778899; text-decoration: underline; }

/* Table header */

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

/* External links */

A.web:link    { font-family: Arial; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: underline; }
A.web:visited { font-family: Arial; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: underline; }
A.web:active  { font-family: Arial; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: underline; }
A.web:hover   { font-family: Arial; font-size: 10pt; font-weight: normal; color: #909090; text-decoration: underline; }