﻿.divAddress
    {
	text-align: left;
	background-color: white;
	color:#666666;
    }
    
.divContactDetails
    {
	background: white;
	width: 500px;	
    }

.txtBoxesContact
    {
	border: Solid 1px #CCCCCC;
	background-color:#E4F2F3;
	width: 320px;
	font-size: 8pt;
	font-family: Arial;
	padding:2px;
    margin:1px;
    }

.txtBoxesContactSml
    {
    border: Solid 1px #CCCCCC;
	width: 100px;
	background-color:#E4F2F3;
	font-size: 8pt;
	font-family: Arial;
	padding:2px;
    margin:1px;
    }

.txtAddress
    {
	height: 60px;
	width: 320px;
	background-color:#E4F2F3;
    border: Solid 1px #CCCCCC;	
    font-family: Arial;
    font-size: 8pt;
    padding:2px;
    margin:1px;
    }

.hdrHeaders
    {
	text-align: right;
	width: 120px;
	vertical-align: top;
    font-family: Arial;
    font-size: 11px;
    font-weight:bold;
    line-height:22px;
    }

.gridview
    {
    background-color:White;
    border:none;
    width:500px;
    padding:10px;   
    }

.gridview-header
    {
    font-weight:bold;
    color:White;
    padding:0px;
    }

.gridview-count
    {
    background-color:White;
    border:none;  
    color:#666666;
    float:left; 
    font-weight:bold;
    font-size:12px;
    }

.floatRight
    {
    float:right;
    text-align:right;
    width:320px;
    padding-left:10px;
    display:inline;
    }

.floatRightImage
    {
    float:right;
    text-align:right;
    width:320px;
    margin-top:65px;
    padding-left:10px;
    display:inline;
    }

.floatLeft
    {
    float:left;
    width:580px;
    padding-right:10px;
    display:inline;   
    }

.txtSpecification
    {
	width: 100%;
	height: 100%;
	border: none;
	overflow: auto;
    }