#test	{
	background-color: #FA8566;
	float: left;
	margin-right: 8px;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:  130%;
	/* font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
    background: #f0f0ff;
	margin: 0;
	padding: 0;
	color: #000;
}

largebody {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:  150%;
    font-size: 125%;
	/* font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
    background: #f0f0ff;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    margin-bottom: 5px;
}
h1{
  line-height: 130%;
}
h2{
  line-height: 120%;
}
h3{
  line-height: 100%;
}
h6{
  line-height: 100%;
  font-size: x-small;
}

.smallstyle {
    line-height: 90%;
  font-size: small;  
}
/* ~~ this fixed width container surrounds the other divs ~~ */

.maincontainer {
	width: 1000px;
	background: #788CB4;
        padding: 10px;
	margin: 0 auto; 
        border-radius: 15px
}
.containerblue {
	background: #a9b0d4;
	margin: 0 auto; 
}
.spellcontainer {
	width: 1200px;
	background: #788CB4;
        border: thin black solid;
	margin: 0 auto;
        border-radius: 15px
}
.prayercontainer {
	width: 1000px;
	background: #788CB4;
        border: thin black solid;
	margin: 0 auto; 
        border-radius: 15px
}
.containernarrow {
	width: 600px;
	background: #CEE;
        padding: 20px;
	margin: 0 auto; 
}
.minicontainer {
	width: 500px;
	background: #CEE;
	margin: 0 auto; /* the auto value on the sides, */
}
.centercontainer {
    width: 500px;
    background: #a9b0d4;
    margin: 0 auto; /* the auto value on the sides, */
}
.resizcontainer {
	width: 90%;
	background: #CEE;
	margin: 0 auto; /* the auto value on the sides, */
}
.header {
    background:  #788cB5;
    padding: 10px;
}
.content {
	background:  #e6e6ff;
	padding: 10px 0;
        padding: 10px;
        line-height: 100%;
}
.maincontent {
    background: #e6e6ff;
    line-height: 100%;
    padding: 10px;
}
.bannercontent {
   background-color: #e3f2e1;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 10px;
}
.errorcontent {
   background-color: #ffff66;
    padding-top:30px;
    padding-bottom:30px;
    padding-left: 30px;
}
.okaycontent {
    background-color: #e3f2e1;
    padding-top:30px;
    padding-bottom:30px;
    padding-left: 30px;
}
.deletedcontent {
    background-color: #FF8566;
    padding-top:30px;
    padding-bottom:30px;
    padding-left: 30px;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. 
          The floated element must precede the element it should be next to 
          on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. 
          The floated element must precede the element it should be next to 
          on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the 
              final element following the last floated div (within the 
              #container) if the #footer is removed or taken out of the 
              #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p.mainsections
        {
        color: #000000;
        size: 12;
        font: Arial, Helvetica, sans-serif;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 110%
        }
table.monstergen
        {
        border: solid black thin;
        background-color: #9ab0d2;
        }
tr.headerbluecolor 
{
        background-color: #9ab0d4;  
}
tr.bluecolor
{
    background-color: #e6e6ff;
}
tr.monstergenhead
{
          background-color: #85C2FF;  
}
tr.monstergenodd
{
          background-color: #C2E0FF;  
}
tr.monstergeneven
{
          background-color: #EBF5FF;  
}
td.aligntopleft
{
    text-align: left;
    vertical-align: text-top;
    border-bottom: solid black thin;
}
td.bluecolor {
      background-color: #e6e6ff;  
}

td.center
{
    text-align: center;
}
td.orderby {
    text-align: center;

    border-bottom: solid black thin;
    background-color: #a9b0d4;    
}
td.assigndatacol1 {
       background-color: #e6e6ff;  
       width: 25%
}
td.assigndatarowloop {
       background-color:  #f0f0ff;
       text-align: center;

       border-bottom: solid black thin;   
}

p.smallertext {
    font-size: 80%;
    line-height: 90%;
}

p.usernamehead {
    font-size: 105%;
    text-align:  left;
    background-color:  #ccffcc;
}
textarea {
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}
table.excelstyle  {
    text-align: center;
    background-color: #afafaf;
    border-spacing: 1px;
    line-height: 100%;
}
tr.excelstyle {
    background-color: #FFFFFF;
}
tr.excelstyle2 {
    background-color: #FFFDDD;
}
td.excelstyle{
    padding: 2px;
    line-height: 100%;    
}
table.suggest {
    background-color: #fffc1e;
    border-spacing: 1px;
    line-height: 100%;
}
tr.suggest {
    background-color: #dfff20;
}
.csdiv {
background-color: #FFFFFF;
width: 200px;
padding: 5px;
margin: 5px;
border-radius: 10px;    
float: left;
}

#centerdiv {
    width: 100%;
    margin: 0 auto;
}
input.cstext {
   width: 30px;
   border-style: none;
   font-weight:  bolder;
   background-color: #e6e6ff;
   font-size: 110%;
}
input.cstext20 {
   width: 30px;
   border-style: none;
   font-weight:  bolder;
   background-color: #e6e6ff;
   font-size: 110%;
}
.graphicheader {
    background:  #CCCCDD;
    padding: 10px;
    border-radius: 10px;
}
largetitle {
    font-size: 200%
}
form.compact {
    padding: 0;	    
    margin: 0;
    display:inline;
}
textarea.threeline {
    width: 360px;
    height: 50px;
    border: 0px solid #cccccc;
    padding: 2px;
    margin: 0px;
    font-family: Tahoma, sans-serif;
}
textarea.twoline {
    width: 140px;
    height: 36px;
    border: 0px solid #cccccc;
    padding: 2px;
    margin: 0px;
    font-family: Tahoma, sans-serif;
    text-align: center ;
}
textarea.varline {
    width: 500px;
    min-height: 50px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #444;
    padding: 5px;
}

.noscroll {  /* CSS for the  varline textarea. */
    overflow: hidden;
}
.hiddendiv { /* CSS for the hidden DIV that is used inside the varline textarea. */
    display: none;
    white-space: pre-wrap;
    width: 500px;
    min-height: 50px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 5px;
    word-wrap: break-word;
}