body {
	width:859px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin:0 auto;
    margin-top:10px;
    background-color: #5E5E5E;

}
h1{
  margin-left: 32px;
  color:#626668;
  font-size: 1.5em;
}


a {
  color:   #6C6668;
  text-decoration: none;
}

.td_cal {
  color: #636869;
  border-bottom-style: solid;
  border-bottom-color: #E3E3E3;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-color: #E3E3E3;
  border-right-width: 2px;


}

#container{
  width: 100%;
}


#nav {
  background-color: #C9DA2A;
}
#menu {
      position:absolute;
      font-size:1.3em;
      padding-left:5px;
      font-weight: bold;
      text-align:center;
      }
      #menu ul .item{display:none;}

      #menu ul:hover .item{
        display:block;
        background:#4B4C4D;
        padding:1px;
        margin:1px;
        font-size: 0.9em;
        border-right: #fff 1px solid;
        border-bottom: #fff 1px solid;

      }
      #menu ul:hover .item a{color:#fff;text-decoration:none;}
      #menu ul:hover .item a:hover{color:#999;}

      #menu ul{
        width:116px;

        float:left;
        margin:0px;
        padding:2px;
        background:#b10000;
        list-style:none;
        border-right: #C8DB2C 1px solid;
        border-bottom: #C8DB2C 1px solid;
        background-image: url(http://217.112.82.26/wp-content/themes/lloyd/images/menubg.jpg);
      }
      #menu ul a{
        color: #000;
        text-decoration: none;
      }


.clear{clear:both;height:10px;}

#text{
  background-color: #fff;
  width: 856px;
  float: left;
  border-left-color: #8E975C;
  border-left-style: solid;
  border-left-width: 2px;


}
#inner_text{
  width: 850px;
  border-left-color: #C8DA2D;
  border-left-style: solid;
  border-left-width: 3px;
  float:left;
  border-right-color: #C8DA2D;
  border-right-style: solid;
  border-left-width: 4px;
  text-align: left;
  font-size: 1.1em;
  padding-top: 40px;


}

#sideColumn{
  margin-left:15px;
   font-size: 1.5em;
  background-image: url(wp-content/themes/lloyd/images/grey-box-behind-navigation2.png);
  background-repeat: no-repeat;
  float:left;
   width: 160px;



}
#sideColumn ul{
    list-style: none;
      padding-left:5px;
}
#content {
      margin-right:5px;
      width:500px;
      float:left
}

#buttons {
  margin-left: 450px;
  padding-top: 50px;
}


#footer{
     clear:both

}


.login {
  color: #990000;
  font-size: 2.1em;
  text-decoration: none;
}

#copywrite{
color:white;
}
h2 {
  font-size: 1.1em;
}


 textarea { overflow: auto; }



.trans{
  color: #E22129;
  font-size: 1.3em;
}
.green_title{
  background-color: #C8DA2C;
}
.profile_title{
  color: #636869;
  font-size: 1.3em;
  font-weight: bold;

}



.field{
  border: 1px solid #8E975C;

  }
 .field2{
  border: 1px solid #8E975C;
    width:150px;
  }
.ptofile_table{
color:#6C6668;
font-size: 1.2em;

}

.clear { clear: both;}
 form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

form fieldset legend {
	font-size:0.9em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
   color: #70BE43;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	font-size:1em;
	width: 100px;
	padding: 0;
	margin: 5px 5px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;

}

form input, form textarea, form select, form checkbox  {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }



form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.field_format {
  width: 150px;
}
.my_app {
font-size: 1.1em;
text-align: center;
}
.my_app td,th{
  border-bottom: #E3E3E3 2px solid;
  border-right: #E3E3E3 2px solid;
}
.my_app2{
    border-right: #E3E3E3 0px solid;
}

.status0{
   color:white;
   background-color:#7494FF;
   text-align: center;
}
.status1{
  color:white;
  background-color: #B2B2B2;
  text-align: center;
}
.status2{
 color:black;
 background-color: #E7E73F;
 text-align: center;
}
.status3{
 color:white;
 background-color: red;
 text-align: center;
}
.status4{
 color:white;
 background-color: #CA59FF;
 text-align: center;
}
.status5{
 color:white;
 background-color:#FF6600;
 text-align: center;
}
.error{
  color: red;
}

