﻿#mapContainer {
  height: 500px;
  width: 20px;
}
                            
body
{   
	text-align:center; /*additional style required for centering if using IE browser */
	margin: 0px; 
	font: 0.7em Verdana,Arial,Helvetica,sans-serif;
}
#login a:link, #login a:visited {
	color: #FFFFFF;
}
#title h1 a:link, #title h1 a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
    
}
a:visited {
	
}
a:hover {
	
}

a:active {
	
}

/* Picture at the top of the site */
#poster
{	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: none;
}

#poster2
{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;	
	vertical-align: top;
	text-align: left;
	width: 975px;
}

#poster2 td
{
	vertical-align: top;
}

#poster2 label
{
	text-align: right;
}

.tabposleft
{
	width: 610px;
	text-align: left;
	background-color: #DFEEFF;
	height: 19px;
	margin:auto;
}

.tableftm
{
	width: 150px;
	text-align: center;
}

.BuyIntro
{
	 background-color:#489acb
}

.tablabelright
{
	text-align: right;
	margin:auto;
	font-size:10px;
	font-weight: bold;

}

.tabposright
{
	width: 610px;
	text-align: right;
	background-color: #DFEEFF;
	height: 19px;
	margin:auto;
}

.tabgrey
{
	height: 4px;
	
}

.field
{
	text-align: left;
	margin:auto;
	font-size:10px;
}

.fieldchk
{
	text-align: right;
	margin:auto;
	font-size:10px;
}

.tabposcenter
{
	width: 610px;
	text-align:center;
	background-color: #DFEEFF;
	height: 19px;
	margin:auto;
}

.aligncenter
{
	text-align:center;
	margin:auto;	
}

.selectedrow
{
	background-color: yellow;
}

/* define the main layout divs */
#header {
	margin:0px auto;
	width: 100%;
}
#title {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 28px;
	float: left;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#centering 
{
	margin:auto; 
	text-align:center;
	
}
#login {
	padding-top: 25px;
	padding-right: 28px;
	float: right;
	clear: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 28px;
	top: 0px;
	text-align: right;
}
/* make crumbs after making new nav */
#breadcrumb
{
	padding-top: 4px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
}
#body {
	padding: 0px 8px 10px 7px;
}

#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* define other elements inside the main layout divs */
#title h1 {
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/* can be removed if no images in breadcrumb area */
#breadcrumb img {
	border: none;
	padding-right: 3px;
	vertical-align: middle;
}
/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}
/* define sizes of the username field */
.username {
	font-size: 0.9em;
	width: 150px;
}
/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}

/* zero margin on all forms */
form {
	margin: 0px;
}

.article ul 
{
    list-style-type:disc;  
    line-height:normal; 
}

/* begin classes */
select, textarea {
	margin-bottom: 8px;
}

/* condense in mark up to be '.button' */
.submit, .reset, .delete, .create, .add, .copy {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 0.9em;
	height: 28px;
}
/* make submit button larger */
.submit {
	width: 108px;
}

/* create section heading container to separate long forms */
.formsection {
	padding: 10px;
	margin-top: 15px;
	background: #D6DDE9 url(images/background_formsection.gif) repeat-x center;
	font-weight: bold;
	text-align: center;
}
/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility). I've also hidden the table in the admin_create_projects.html page */

img {
	border: none;
}
.fontsz
{
	font-size: 8pt;
	height: 12px;
}

.headings
{
	text-align: left;
	margin:auto;
	font-size:8pt;
	font-weight:bold;
}

.fontcmb
{
	font-size: 8pt;
	
}

.fontlbl
{
	font-size: 10px;
	text-align: right;
	margin: auto;
}

.fontcom
{
	font-size: 9pt;
	margin-bottom: -1px;
}

.fonttext
{
	font-family: Verdana;
	font-size: 8pt;
}

/* Property details */
.LabelHeader
{
	font-weight: bold;
	font-family: Verdana, Arial;
	text-align: left;
	font-size: 11pt;
}





