/* ------------------------------------ *
 CSS
 January 7, 2009 10:12:47 AM
 HAPedit 3.1.11.111
 * ------------------------------------ */

/* Table Design 1   */
table.Design1 {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #666666;
    background: #E5EFFD;
}
table.Design1 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
}
table.Design1 td {
    text-align: center;
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
}
table.Design1 thead th {
    text-align: center;
    font-weight: bold;

}
table.Design1 th.Corner {
    text-align: left;
}

/*#E5EFFD*/


/* Table Design 2 */
table.Design2 {
    border-spacing: 0px;
/*    border-collapse: collapse; */
    background: #E5EFFD;
    border: 0.5em solid #E9E9F3;
    margin: 100px auto 30px auto;
}
table.Design2 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #9999AA;
}
table.Design2 td {
    text-align: center;
    border: 0px;
/*    border-bottom: 1px solid #9999AA;*/
/*    border-left: 1px solid #9999AA;*/
    padding: 0.1em 0.5em;
    width: 800px;
    height: 50px;
    font-size: 12px;
    font-weight: bold;
}
table.Design2 thead th {
    text-align: center;
    font-weight: bold;
    color: #6C6C9A;
/*    border-left: 1px solid #9999AA;*/
}
table.Design2 th.Corner {
    text-align: left;
    border-left: 0px;
}
table.Design2 tr.Odd {
    background: #F6F4E4;
}

/* Design 3 */
table.Design3 {
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #E5EFFD;
/*    border: 10px solid #E5E5E5;*/
}
table.Design3 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
}
table.Design3 td {
    text-align: top;
/*    border-left: 1px solid #666666;*/
    padding: 0.1em 0.5em;
    font-size: 12px;
}
table.Design3 thead th {
    border-left: 1px solid #666666;
/*    border-bottom: 1px solid #666666;*/
    text-align: center;
}
table.Design3 th.Corner {
    text-align: left;
    border-left: 0px;
}

/* image*/
img.icon1
{
  width: 34px;
  height: 34px;
  border: 0px;
  margin: 0px auto;
  margin-left: 20px;
  margin-top: 50px;
}

img.icon2
{
  width: 34px;
  height: 34px;
  border: 0px;
  margin: 0px auto;
  margin-left: 5px;
  margin-top: 50px;
}

/* Links */
a { text-decoration:none }

/* button */
button.groovybutton
{
   font-size:10px;
   width:34px;
   height:34px;
   background-image:'icons/document_add.png';
   border-style:none;
}