/*********************************************************
 *  Body Style
 *********************************************************/
body {
  /*background-color: #f0f0f0;*/
  margin:0px 0px 0px 0px;
  height:100%;
  font-family:Geneva, Arial, Helvetica, sans-serif; 
  font-size:12px;
}
.invoice td{
background-image:none;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
text-align:left;
border-style:solid;
border-width:1px;
border-color:cccccc;
}
.header1{
border-style:solid;
border-width:1px;
border-color:#cccccc;
font-weight:bold;
}
.invoice tr{
height:0px;
}
.invoice{
position:relative;
border-style:none;
width:98%;
}
h4{
font-size:12px;
}
.hr{
position:relative;
border-color:#a1bbe4;
width:98%;
border-bottom-style:solid;
}
input,textarea{
  border-style:solid;
  border-color:#999999;
  border-width:1px;
  padding:3px 3px 3px 3px;
}
.submit{
background-color:#ffffff;
background-image:url(images/button1.jpg);
padding:5px 25px 5px 25px;
border-style:solid;
color:#666666;
border-color:#999999;
border-width:1px;
cursor:pointer;
}

table.mod{
font-size:12px;
border-style:none;
}
table{
border-style:solid;
border-color:#CCCCCC;
border-width:1px;
}
tr{
background-image:url(./images/button1.jpg);
background-repeat:repeat-x;
height:40px;
font-size:12px
}
td{
padding-left:10px;
}
td.mod{
padding-left:0px;
}
tr.mod{
height:40px;
background-image:none;
padding-left:0px;
}
td.header{
background-image:none;
background-color:#f0f0f0;
font-weight:bold;
height:20px;
border-bottom-style:solid;
border-width:1px;
border-color:#ffffff;
}
.sidemenu a{
font-size:12px;
text-decoration:none;
padding:0px 3px 0px 3px;
border-width:1px;
border-color:#CCCCCC;
width:auto;
color:#666666;
}
.sidemenu a:hover{
font-weight:bold;
text-decoration:none;
}
.norm td{
border-style:none;
background-image:none;
padding:5px 10px 5px 10px;
}
.norm tr{
height:1px;
}
.norm{
border-style:none;
}
.sidemenu{
position:relative;
left:0px;
padding-left:0px;
}
.menuheader{
font-size:14px;
color:#FFFFFF;
}
.header{
height:40px;
}
a{
color:#666666;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

h3{
font-size:15px;
border-style:double;
border-width:4px;
border-color:#ffffff;
border-collapse:separate;
width:100%;
margin-left:0px;
padding:4px 0px 4px 0px;
background-color:#a1bbe4;
}