﻿/* CSS file for Arrow Search */

/* the Class below is needed so that FireFox displays the fonts correctly */

p {
margin:0px;
padding:0px;
}


/* Feedback Form classes */

table {
	font-family:Tahoma;
	font-size:medium;
	color:#ff7c00;
	width:560px;
	text-align:right;	
	width: 100%;
	background-color: White;
	padding:0px;
	margin:0px;
}

.ViewArrangeTable 
{
    position:relative;
    margin:0 auto;
	font-family:Tahoma;
	font-size:medium;
	color:#ff7c00;
	width:800px;
	text-align:right;	
	background-color: White;
	padding:0px;
	border: 2px solid #ff9632;
}

table.AppReg2 
{
  	text-align:left;  
}

table.AppReg2.Occupants 
{
    width:575px;
    border:none;
  	text-align:left;  
}

.tdWidth1 {
	width:150px;
}

.tdWidth2 {
	width:20px;
}

.tdWidth3 {
	width:20px;
}

.tdWidth4 {
	width:95px;
}

.tdWidth5 {
	width:150px;
}

.valFont {
font-size:.6em;
}

.textField {
	width: 100%;
	border: 1px solid #ff9632;
}

.h1 
{
    font-family:Tahoma;
    font-size:1.8em;
    text-align:center;
	color:#ff7c00;
}

.radioBtnLists 
{
    width:100px;
    border: none;
    text-align:left;
}

.alignLeft 
{
    text-align:left;
}

h2
{
    font-family:Tahoma;
    font-size:1.2em;
	color:#ff7c00;
}

.calendar 
{
    width:200px;
}

.PropAddress 
{
    font-family:Verdana;
    font-size:14pt;
    text-align:center;
    padding-bottom:20px;
}

.PropCell 
{ 
    padding:10px;
    text-align:center;
}

.ConfirmBack
{
 background-image:url('btnBack.gif');
 background-repeat:no-repeat;
 width:94px;
 height:26px;
 position:relative;
 margin:0 auto;
}
