/*
CSS for Homecall
*/

body {
   padding-left: 0px; 
   margin-left: 20px;
   color: black;
   background-color: white;
   font: 10pt Verdana, sans-serif;
   background: transparent url(butterfly405-2.gif) no-repeat ;
   background-position: 170px -10px;
}

#header {
   padding: 0; 
   margin: 0 0 0 -120px;
}

#contents {
  padding: 0px; 
   margin: 0;
text-align: left;
   background: transparent url(homecall.gif) no-repeat top left;
   background-position: 0px -18px;

}
#users {
	position: relative;
	top: 0;
	left: 0;
	width: 95%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	line-height: 1.4;
 }

#contactsTable {
   font: 10pt Verdana, sans-serif;
   margin: 0;
   text-align: left;
  }

#centerSection {
	padding: 200px 0 0 0;
   margin: 0 0px 0 180px;
   text-align: left;
   height: 1%;
}

#side1 {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 140px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#side1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 5px;
  background-color: #666699;
}
#side1 li {
	padding:    0;
}
#side1 a:link, #side1 a:visited { 
	color: #ffffff;
	background-color: #666699; 
	text-decoration: none;
	padding:    0;
	margin-left: 0px;
}

#notice {
 background-color: yellow;
 font-size: 1.5em;
   text-align: center;
}

h1{
 font-weight: 500;
 font-size: 2.0em;
 color: #666699;
margin-top: 1em;
}
h2{
 font-weight: normal;
 font-size: 1.2em;
 color: #666699;
 line-height: 1.0;
 margin-bottom: 0px;
 margin-top: -1px;
}
h3{
 font-weight: normal;
 font-size: 1.2em;
 color: #cc6633;
 line-height: 1.0;
}
h4{
 font-weight: normal;
 font-size: 2.0em;
 color: #cc6633;
 line-height: 1.0;
}
input.txt {
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 200px;
}
input.btn {
	font: 14px Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: red;	
 	width: 140px;
	height: 30px;
	border: 0;
	margin: 0 0 0 0;
}

.special1 {
 font-weight: normal;
 font-size: 1.4em;
 color: #666699;
}

.special2 {
 font-weight: normal;
 font-size: .8em;
 color: black;
}

.special3 {
 font-weight: normal;
 color: #ffffff;
 background-color: #666699; 
 padding: 3px;
 style: none;
}

 .underline {
	text-decoration: underline;
}

.dataTable
{
	margin-top: 0.5em;
	border: 1px solid #DDDDDD;
  border-collapse: collapse;
}

tr.alt
{
	background-color: #EEEEEE;
}

th
{
  border: 1px solid #385708;
	padding: 8px 5px;
	background-color: #666699;
	color: #FFFFFF;
	line-height: 1.0;
	text-align: left;
}

td
{
	padding: 3px 5px;
   font: 11pt Verdana, sans-serif;
   line-height: 1.55;
}

dataTable .td
{
	padding: 3px 5px;
   font: 11pt Verdana, sans-serif;
   line-height: 1.0;
}
