/* ------------------------------------------------------------- */
/*    General styles to overide default styles.css               */
/* ------------------------------------------------------------- */

.Title {
  font-size: 13px;
	border-bottom:1px solid #9E9C9C;
	padding-bottom: 5px;
  width:100%;
}

div#PageTitle {
  width:615px;
}

h1,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0099CC;
	font-weight: bold;
}

h2,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0099CC;
	font-weight: bold;
}

h3,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EEA61E; /* #0000cc; */
	font-weight: bold;
	padding-top: 2px;
	margin-top: 2px;
}

/* ------------------------------------------------------------- */
/*                      Template Styles                          */
/* ------------------------------------------------------------- */

div#MasterHeader {
  height:139px;
}

.LeftNav {
  width:152px;
  height:100%;
  background-color:#F4F4F4;
}

.PageFooter td {
  width:800px;
  height:39px;
  background-image:url(/Core/Images/template/ColliersWA/140SGT/140_footer.gif);
  background-repeat:no-repeat;
  background-position:left;
  color:#FFF;
  font-size:11px;
}

div#CoreVisionLogo {
  background-image:none;
  width:25px;
  height:31px;
  cursor:auto;
}

div#ContentArea {
  padding-top:8px; 
  width:615px;
} 

.ContentAndTitle {
  background : url(/Core/Images/template/ColliersWA/140SGT/140_Watermark.gif) ;
  background-repeat:no-repeat;
  background-position:right bottom;
}

.MasterContainer {
  background-color:#fff;
}


/* Used in ViewContacts.aspx */
.ContactsHeader {
 	border:1px solid #626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background-color: #D8E5F1;
}

.ContactsContent {
  line-height:1.6;
  padding-top:5px;
  padding-left:10px;
}

.ContactsName {
  font-weight:bold; 
}

.ContactsSeparator {
  height:15px; 
}

.ContactsRule {
  display:none;
}

.SearchField {
  border:1px solid #265399;
  padding:1px;
  font-size:10px;
  cursor:hand;
  color:#000;
  font-family:Arial;
  background-color:#FFF
}

p.search {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:normal;
}

/* --------------------------------------------------------------------- */
/*                 FOR Vertical News Ticker                              */
/* --------------------------------------------------------------------- */

/* only the styles that overide those in contentstyles.css */

.VerticalTickerItem {
    width:169px;
}

.VerticalTickerTitle {
	color: #222222;
}

#VerticalTickerContent {
  width: 169px;
  height: 190px; 
  margin-left:0px;
  border: none;
  padding-left:0px;
  padding-right:0px;
}

/* ------------------------------------------------------ */
/*            Login/Logout/Disclaimer Styles              */
/* ------------------------------------------------------ */

div#Menu_LoginLogout { 
  margin-top:0px;
}

.Menu_Logout {
  width:140px;
}

.Menu_Logout table, .Menu_Logout td select {
  width:130px;
}


.Menu_ButtonBorder {
  background-color:#FFFFFF;
  padding:0px;
}