/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2005-May-19 21:26 +0800    *
 *************************************/

 
/* ##### Common Styles ##### */ 

body {
  color: black;
  background-color: rgb(255,255,255);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;   /* font-size: 8.5pt; */
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

img {
  border: 0;
}

/* ##### Header ##### */

.superHeader {
  color: black;
  background: url(./images/back1.gif) #F7F7F7 repeat-x left top;
  border: 1px solid rgb(107,107,107);
  height: 2em;
}

.superHeader a {
  color: rgb(30,30,30);
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background: #F7F7F7 url(./images/back2.gif) repeat-x left top;
}

.midHeadergraphic {
  margin: .5mm 0 .5mm 4mm;
  padding: 0.25ex 0;  
}

.midHeaderRight {
	color: #0000FF;
	background: repeat-x;
	position: absolute;
	right: 2ex;
	top: 2.7em;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

.midHeaderRight a:visited {
  color: #6400ff;
}

.superHeader a:hover {
  text-decoration: underline;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  float: left;
  clear: left;
  position: relative;
  background: url(./images/blkhatch.gif) rgb(2,2,2) repeat-x left top;
  /*background: url(./images/back3.gif) rgb(2,2,2) repeat-x left top;*/
  border: 1px solid black;
  border-right: 0px;
  margin: 0;
  padding: .5ex 1ex .5ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}

.subHeader a:hover {
  text-decoration: underline;
}

.subHeaderY {
  color: yellow;
  float: left;
  clear: left;
  position: relative;
  
  background: url(./images/blkhatch.gif) rgb(2,2,2) repeat-x left top;
  /*background: url(./images/back3.gif) rgb(2,2,2) repeat-x left top;*/
  border: 1px solid black;
  border-right: 0px;
  margin: 0;
  /*padding: 1ex 1ex 1ex 1.5mm;*/
  padding: .5ex 1ex .5ex 1.5mm;
}

.subHeaderY a {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}

.subHeaderY a:hover {
  text-decoration: underline;
}

.subHeaderRight {
  color: white;
  background: url(./images/blkhatch.gif) rgb(2,2,2) repeat-x left top;
  border: 1px solid black;
  margin: 0;
  padding: .5ex 4ex .5ex 1.5mm;
  text-align:right;
  clear:right;
}

.subHeaderRight a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}

.subHeaderRight a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(214,214,214);
  background: url(./images/back5.gif) repeat-y center top;
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {

  color: rgb(30,30,30);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
  
}

#face {
  text-align:center;
  display: inline-block; 
}

#face a {
  clear: none;
  float: none;
  border: none;
  margin: 0;
  padding: 0;
  display: inline;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar ul li a:hover {
  color: black;
  background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

.sidebargraphic {
  text-align: center;
}

/* ##### Main Copy ##### */
.msgbarText {
  line-height: 1.0em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
  text-align: center;
}

#main-copy {
  color: black;
  background-color: rgb(255,255,255);
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 0px solid rgb(153,153,153);
  font-size: 9pt;   /* Change the "base" size of the main viewing area here */
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  color: rgb(60,60,60);
  background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
  border: 1px solid rgb(153,153,153);
  font-size: 125%;
  font-weight: bold;
  margin: 1.5em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h2 {
  color: rgb(60,60,60);
  border: 1px solid rgb(153,153,153);
  font-size: 110%;
  font-weight: normal;
  margin: 1.5em 0 0 0;
  padding: 0.5ex 1ex 0.5ex 1ex;
}

#main-copy .heading {
  font-size: 1.4em;
  text-align: center;
  font-weight: normal;
  line-height: 2.0em;
    
}

#main-copy h3 {  
  font-size: 1.4em;
  text-align: center;
  font-weight: normal;
  line-height: 2.0em;
}

#main-copy h4 {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1.0em;
  font-weight: normal;  
  
}

#main-copy h5 {  
  font-size: 0.8em;
  font-weight: normal; 
  
   

}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

/* Special Copy */
#special-copy {
  color: white;
  line-height: 1.0em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  font-size: 1.0em;   /* Change the "base" size of the main viewing area here */
}

#special-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#special-copy a {
  text-decoration: none;
}

#special-copy a:hover {
  text-decoration: none;
}

#special-copy h1 {
  color: white;
  
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}
/*
#picclear {
	position: relative;
}
*/
#pic1 {       /* Vertical 1 */
  position: absolute;
  left: 240px;
  top: 240px;
}

#pic2 {       /* Horiz 1 */
  position: absolute;
  left: 200px;
  top: 820px;
}

#pic3 {     /* Vertical 2 */
  position: absolute;
  right: 60px;
  top: 240px;
}

#pic4 {      /* Horiz 2 */
  position: absolute;
  right: 20px;
  top: 820px;
}

#pic5 {       /* Horiz 3 */
  position: absolute;
  left: 45%;
  top: 275px;
}

#pic6 {     /* Vertical 3 */
  position: absolute;
  left: 49%;
  top: 770px;
 
}

/* ##### Footer ##### */

#footer {
  color: black;
  background: url(./images/back4.gif) rgb(138,136,136) repeat-x left top;
  border: 1px solid rgb(104,104,104);
  font-size: 91%;
  margin: 0;
  padding: .5em 2.5mm 1.0ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left; 
  text-align: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
  position: absolute;
  right: 10px;

}
#footer .valid {
  text-align: left;
  line-height: 1.45em;
  position: absolute;
  left: 100px;
}

#footer .center {
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer h5 {  
  font-size: 9px;
  font-weight: normal;  
  position:relative;
  top:0px;  
  padding-left:250px;
  padding-right:250px;
  text-align:center;
}

#footer h5 a {
	text-decoration: none;	
}

#footer h5 a:hover {
	text-decoration: none;
}

table.crr {
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse; /* border-collapse needed by Win IE which doesn't understand border-spacing. */
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	font-size: 1em;  /* Change the "base" size of the table text here */
	table-layout: fixed;
}
table.crr tr {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(245,242,242);    /* rgb(220, 218, 218); */
/*	-moz-border-radius: 0px 0px 0px 0px;            Validator didn't like */
}

table.crr td {
	border-width: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	padding: 0px; 
	text-align: left;
}

table.crr p  {
	text-align: left;
	vertical-align: text-bottom;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}
 
table.crr img {
	border: 0px solid #660000;    
	width: 257px;
	text-align: left;
}

.proptblcell1 {  
	height: 1px;
	width: 257px;     /* Controls the width of the first cell/column */
}
.proptblcell2 {  
	height: 1px;        /* Controls the width of the second cell/column */
	width: auto;
}
.stafftblfirstline {
	height: 1px;
	width: 25%;         /* Controls the width of the columns in the staff table */
}
 
table.staff {
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse; /* border-collapse needed by Win IE which doesn't understand border-spacing. */
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	font-size: 1em;  /* Change the "base" size of the table text here */
	table-layout: fixed;
}
table.staff tr {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(245,242,242);    /* rgb(220, 218, 218); */
/*	-moz-border-radius: 0px 0px 0px 0px;            Validator didn't like */
}

table.staff td {
	border-width: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	padding: 0px; 
	text-align: center;
}

table.staff p  {
	text-align: center;
	vertical-align: text-bottom;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

table.ads {
	border-width: 0px;
	border-collapse: collapse; /* border-collapse needed by Win IE which doesn't understand border-spacing. */
	text-align:center;
/*	
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	font-size: 1em;  
	table-layout: fixed;
*/	
}

.pt50 {
	height: 1px;
	width: 50px;         /* Controls the width of the columns in tables */
}
.pt75 {
	height: 1px;
	width: 75px;         
}
.pt100 {
	height: 1px;
	width: 100px;         
}

.maintblcellwidth {  
	height: 1px;        /* Controls the width of the second cell/column */
	width: 45%;
}
 
table.buysell {
	border-width: 0px 0px 0px 0px;
	border-collapse: collapse; /* border-collapse needed by Win IE which doesn't understand border-spacing. */
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	font-size: 1em;  /* Change the "base" size of the table text here */
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
}

table.buysell tr {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(245,242,242);    /* rgb(220, 218, 218); */
/*	-moz-border-radius: 0px 0px 0px 0px;            Validator didn't like */
}

.bak2top {
  font-family: Arial;
  font-size: 10px;
  color: #0000FF;
  background: url(./images/back1.gif) #CCCCFF repeat-x left top;
  border: 1px solid;
  border-color: rgb(153,153,153);
  padding: 2px;
}
  
table.buysell td {
	border-width: 0px 0px 0px 0px;
}

table.buysell td.maintbl {
	text-align: left;
	vertical-align: top;
}

.budgettblcell1width {  
	height: 1px;        /* Controls the width of the first cell/column */
	width: 345px;
}

.budgettblcell2width {  
	height: 1px;        /* Controls the width of the second cell/column */
	width: 100px;
}
.budgettblcell1width {  
	height: 1px;        /* Controls the width of the first cell/column */
	width: 345px;
}

.budgettblcell2width {  
	height: 1px;        /* Controls the width of the second cell/column */
	width: 100px;
}
table.buysell td.bstbl {
	border-width: 1px 1px 1px 1px;
}

.hometblcw1 {  
	height: 1px;        /* Controls the width of the first cell/column */
	width: 300px;
}

.hometblcw2 {  
	height: 1px;        /* Controls the width of the second cell/column */
	width: 110px;
} 

.closetblcw1 {  
	height: 1px;        /* Controls the width of the first cell/column */
	width: 330px;
}

.closetblcw2 {  
	height: 1px;        /* Controls the width of the second cell/column */
	width: 110px;
} 

.remodtblcw1 {  
	height: 1px;        /* Controls the width of the first cell/column */
	width: 190px;
}

.remodtblcw2 {  
	height: 1px;        /* Controls the width of the second cell/column */
	width: 55px;
} 

.mission {            /* Text on the mission page */
text-align: left;
font-size: 1.35em;
line-height: 1.35em;
} 

table.crrplain {
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse; /* border-collapse needed by Win IE which doesn't understand border-spacing. */
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	font-size: 1em;
	/*font-size: 9pt;   /* Change the "base" size of the table text here */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	table-layout: fixed;
}

table.crrplain tr {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(245,242,242);    
	text-align: center;
	table-layout: fixed;   
}

table.crrplain td {

	border-width: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	padding: 0px; 
	text-align: center;
}

table.crrplain p {
	margin: 0px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: text-bottom;
/*		display: compact;         Validation didn't like this */	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.miframe {
	height: 1550px;
	width: 99%;
	border-width: 0px 0px 0px 0px;

}

.leftarrow {
  position: fixed;
  left: 1px;
  top: 1px;
}

.rightarrow {
  position: fixed;
  right: 1px;
  top: 1px;
}

.ListDesc {
		text-align: left !important;
}

.BlackHdg {
	font-size: 18pt;
	color: #000000;	
	text-align: center !important;
}

.InlineBlue {
	color: #0000FF;	
}
.InlineRed {
	color: #FF0000;	
}
.InlineGreen {
	color: #00FF00;	
}

.InlineBlackBold {
	color: #000000;	
	font-weight: bold;
}
.InlineBlackBoldUL {
	color: #000000;	
	font-weight: bold;
	text-decoration: underline;
}

.New {
	font-size: 18pt;
	color: #00FF00;
	text-align: center !important;
}

.Sold {
	font-size: 18pt;
	color: #0000FF;	
	text-align: center !important;
}

.Reduced {
	font-size: 1em;
	color: #FF0000;
	text-align: center !important;
	font-weight: bold;
}

.Price {
	font-weight: bold;
	text-align: center !important;
}

.sPrice {
	font-weight: bold;
	text-align: center !important;
}
.sPricesold {
	font-weight: bold;
	text-align: center !important;
}
.expandPrice {
	font-weight: bold;
	text-align: center !important;
}

.MLS {
	font-weight: bold;
	text-align: center !important;
}

.MLSnumber {
	font-weight: bold;
	text-align: center !important;
}
.MLSsold {
	font-weight: bold;
	text-align: center !important;
}
.sMLSnumber {
	font-weight: bold;
	text-align: center !important;
}

.Oldprice {
	font-weight: bold;
	text-decoration: line-through;
	text-align: center !important;
}

.NewPrice {
	font-size: 18px;
	font-weight: bold;
	text-align: center !important;
}

.VirtualTour {
	font-size: 12pt;
	text-align: center !important;
	color: #0000FF;
	background-image: none;
	background-repeat: no-repeat;
}

.CenterAnything {
	text-align: center !important;
}

.highlight { 
	background: #FFFF40; 
	color: #000000;
}

.SmallCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center !important;
}
.dots {
  	font-family: verdana, helvetica, arial, sans-serif;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
	color: #7f7f7f;
	text-decoration: none;	
}
.dots a {
  	font-family: verdana, helvetica, arial, sans-serif;
	font-size: xx-small;
	color: #7f7f7f;
	text-decoration: none;	
	display: none;
}
.dots a:hover {
  	font-family: verdana, helvetica, arial, sans-serif;
	font-size: xx-small;
	color: #7f7f7f;
	text-decoration: none;
/*	text-align:right;	*/
	display: none;
}

.table-top {
  color: black;
  background-color: rgb(243,242,235);
  background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
  border: 1px solid rgb(107,107,107);
  text-align: left;
}

.column-dark {
  color: black;
  background-color: #ebe9e9;
  border: 1px solid #DEDEDE;
}

.column-light {
  color: black;
  background-color: white;
}



/* 
color: #000000;   black
color: #F5F2F2;   invisible
color: #DCDADA;   ghost
*/

.agentinitials {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #F5F2F2;
}