/*
** Spiritual Union Sunday School Class Stylesheet
** Created: 1999-03-20 Brian Dill
** Update:  2002-12-08 Brian Dill
** Update:  2004-01-16 Brian Dill
*/

body {
	font:		normal 10pt verdana, ms sans serif, sans serif;
	color: 		navy;
	background: 	#eeeecc;
    }

h1, h2, h3, h4, h5, h6  { font-family: arial, ms sans serif; }

h1 { color: blue; }

h2, h3  { color: brown;  }

td   {	font-size: 10pt; }

a:hover { color: red; }

a:link  { font-weight: bold; }

/*
*** .nav class is for navigation include files ***
*/
table.clsNav { margin-left: auto; margin-right:auto; }
table.clsNav {
    border-style:       outset outset outset outset 2px gray;
    }

table.clsNav td {
    background:         #000066;
    color:              white;
    font:               bold 10pt Verdana,sans-serif;
    }

table.clsNav a:link { 
    color:              white; 
    }

table.clsNav a:visited { 
    color:              #AAAAAA; 
    }

table.clsNav a:hover { 
    color:              lime; 
    }

/* ======================================================================
**             GLOBALLY USED CLASSES
**
*/

.clsDivContentWrapper {
    text-align:             center;
    }

.clsDivContent {
    width:              80%;
    text-align:         left;
    background:         #CCCCAA;
    border: thin        solid navy;
    padding-left:       15px;
    padding-right:      15px;
    padding-top:        5px;
    padding-bottom:     5px;
    }
.clsCenterMe { margin-left: auto; margin-right: auto; }
.clsCenter { text-align: center; }
/* ======================================================================
**             EDIT TABLE RELATED
**
*/

.clsEditTable {
    width:                  100%;
    border-collapse:        collapse;
    padding:                2px;
    }

.clsAlternateRowColor {
    background:             #EEEEDD;
    }

.clsAlternateRowColorDimmed {
    background:             #EEEEDD;
    color:                  gray;
    }

.clsRowColorDimmed {
    background:             ;
    color:                  gray;
    }
.clsRowCreateNewRecord {
    background:             #99cc99;
    }


