BODY, TD  { font-family: arial; font-size: 12px; color: #4c4c4c; }

BODY  { background-color: #; }

.main { background-color: #; }


/* Below bg color should always be the same as BODY background color above */ 

.background { background-color: #; }

A:link     { font-family: arial;  color: #336673; font-weight: bold; text-decoration: underline; }
A:visited  { font-family: arial;  color: #336673; font-weight: bold; text-decoration: underline; }
A:active   { font-family: arial;  color: #336673; font-weight: bold; text-decoration: underline; }
A:hover    { font-family: arial;  color: #336673; font-weight: bold; text-decoration: underline; }

.sub1  { font-size: 10px; font-weight: bold; }

.sub2  { font-size: 11px; font-weight: bold; }

.sub3  { font-size: 11px;}

.weekend  { font-size: 11px; font-weight: bold; }

.bold  {  font-weight: bold; }

.head1  { font-size: 14px; font-weight: bold; color: #4c4c4c; line-height: 22px; }

.picture {  background-color: #dae4e8; }

TD#range {  background-color: #506a75; }
.range { font-size: 14px; font-weight: bold; color: #4c4c4c; line-height: 28px; }

.date {  background-color: #dae4e8; } 
.cat1 {  background-color: #ddb881; }

.property {  background-color: #ffffff; } 
.prices {  background-color: #dae4e8; }  
.data {	background-color: #ffffff;
	
    border-color:#000000;
    border-right:1px solid #000000;
    border-style:solid;
    border-width:0 1px 1px 0;
}

TD#bottom1 {  background-color: #dae4e8; }
.subtable1_top {	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.subtable1 {	background-color: #ffffff;
	padding: 3px;
	
    border-color:#000000;
    border-right:1px solid #000000;
    border-style:solid;
    border-width:0 1px 1px 0;
}


.poweredByAo {
	font-size: 12px;
	color: #4c4c4c;
}

.ao_aochart1 {
    background-color: #ffffff;
    padding: 0px;
    
    border-color: #000000;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

TD.data, TD.date, TD.range, TD.property, TD.cat1, TD.prices, TD.picture, TD.ao_pdescription  { 
	border-color: #000000;
    border-style: solid;
    border-width: 0 1px 1px 0;
}


/* whatever color is chosen below for the background,  */ 
/* border-left and top need to be 3 shades lighter */ 
/* and border-right and bottom need to be 3 shades darker. */ 

/* the background-color below is the actual button bgcolor for the buttons in the Date Search Area (ccButtons) */
.linkButton {
	background-color: #;
    padding: 4px 4px 4px 4px;
	
    /*lighter*/
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    
    /*darker*/
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.linkButtonText {
	font-size: 12px;
	color: #4c4c4c;
}

.submit {  
    font-family: arial;
    background-color: #; 
    font-size: 12px; 
    font-weight: bold;
    
    
    /*lighter*/
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    
    /*darker*/
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

