/* This    Is Style of Sheets at NesterenkoSoftware.com  */
/* Changes Made:
Added 
table.QuakerAlt tr.D2 td {    For Total Line 



*/
body {
    margin: 0;
	/* font: 14px sans-serif; */
    /*font-size:102%; */
    /* background-color:tan;  */
	/* background-image:url('paper.gif'); */
	/*margin-left:15px; */
	/* margin-right:50px; */
}
#container { /* #  -  id   */
    width: 1150px;
    margin: 0 auto;
}

#navbar { /* #  -  id   was  font-size: 12px;*/
    height: 48px;
	font-size:.85em;
    clear: both;
}
	#navbar ul { /* #  -  id   */
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #navbar ul li { /* #  -  id   */
            padding: 0;
            float: left;
        }

            #navbar ul li a { /* #  -  id                  font-size: 12px; */
				font-size:.85em;
                float: left;
                padding: 0 0 0 5px;
                display: block;
            }
			
#navbar2 { /* #  -  id   */
	font-size: 12px;
    float: left;
    height: 20px;
    clear: both;
}
			
			
a:link {color:#0000FF;}      /* unvisited link  Blue */
a:visited {color:#800000;}  /* visited link         a:visited {color:#FF0000;}  Maroon   */
a:hover {color:#DC143C;}  /* mouse over link   a:hover {color:#FF00FF;}   #000000 Black    Crimson*/
a:active {color:#0000FF;}  /* selected link */ 

ul {
    list-style-type:none;
	margin:0;
	padding:0;
}
li  {
	display:inline;
   }
h1 {
    color:maroon;
	font-size:1.8em;
}
h2 {
    color:maroon;
	font-size:1.6em;
}
h3 {
    color:maroon;
	font-size:1.4em;
}
h4 {
    color:maroon;
	font-size:1.2em;
}


hr {
	color:maroon;
}
/* Table with Alternating Color Rows  */

		
p {
	font-size:1.0em;
	margin-top:4px;
	margin-bottom:4px;
}
	p.largemaroon	{
		font-size:1.3em;
		color:maroon;
		margin-top:-5px;
		margin-bottom:-5px;
	}
	p.midmaroon	{
		font-size:1.15em;
		color:maroon;
		margin-top:-5px;
		margin-bottom:-5px;
	}	
	p.center {
		text-align:center;
	}
	p.midblack {
		font-size:1.1em;
		color:black;
	}		
/* eg.  <p class="largemaroon">  */		
#paralarge {
	font-size:1.8em;
	color:maroon;
}
#paramid {
	font-size:1.5em;
	color:maroon;
}
#paracenter	{
	text-align:center;
}  
.center { /* .  -  class   */
	text-align:center;
}
.MainDiv { /* .  -  class   */
	margin : 0px 1px 0px 1px;
}

.recordadd { /* .  -  class   */
    font-size: 20px; 
    color: green;
}
/*
a:link {color:blue;}
a:visited {color:black;}
a:hover {color:black;}
a:active {color:blue;}
*/

/* additions from Table Edit here:

*/



/* 
tr:hover {
   background: pink;} 
	 background: tan;} 
td:hover {
    background: wheat;}
	 background: red;}  
*/
	
input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  /* font-family: Arial; */
  /* color: #454545;  */
  color: black;
  font-size: 14px;  
  background: #ccc;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

input:hover {
  /* background: #a3a3a3; */
  background: Wheat;
  text-decoration: none;
}

#login {
	width:300px;
	float:left;
	border-radius:10px;
	border:2px solid #ccc;
	padding:10px 40px 25px;
	margin-top:70px
}
#logout {
	float:right;
	padding:2px;
	border-radius: 3px;
	border:dashed 1px gray
}