﻿/* CSS Document */

#divbody {
}
#divbody #left .inner {
	padding-left: 24px;
	padding-right: 15px;	
}
#divbody #left .indent {
	padding-left: 7px;
}
#divfooter {
	clear: both;
	width: 568px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 10px;
}

.fieldall
{
	display:block;
	position:absolute;
	font-size:12px;
	text-align:left;
}

.buttonall
{

	position:absolute;
	font-size:14px;

}

.row0{top:0px;}
.row1{top:22px;}
.row2{top:44px;}
.row3{top:66px;}
.row4{top:88px;}
.row5{top:110px;}
.row6{top:132px;}
.row7{top:154px;}
.row8{top:176px;}
.row9{top:198px;}
.row10{top:220px;}
.row11{top:242px;}
.row12{top:264px;}
.row13{top:286px;}


.col0{left:0px;}
.col1{left:100px;}
.col2{left:200px;}
.col3{left:300px;}
.col4{left:400px;}
.col5{left:500px;}
.col6{left:600px;}

.LogonPanel
{
  margin-top : 20px;	
  background-color:#dff8ff;
  border-style:solid;
  border-color: #436bc2;
  border-width: 2px;
  padding: 0px 0px 0px 0px;
  background-image: url('../image/Contacts_bg01.jpg');
  background-repeat:repeat-x;
  	  
}  

.HideObject
{
	 visibility: hidden;
	 position: absolute;
	}
	
.ShowObject
{
	 visibility: visible;
	 position: static;
	}
